[ Mar 19 07:54:23 Enabled. ] [ Mar 19 07:54:23 Rereading configuration. ] [ Mar 19 07:54:23 Rereading configuration. ] [ Mar 19 07:54:24 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Mar 19 07:54:24 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.03.19 07:54:25.657282 [ 1 ] {} Application: Will watch for the process with pid 24152 2026.03.19 07:54:25.657697 [ 1 ] {} Application: Forked a child process to watch 2026.03.19 07:54:25.807869 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24152 2026.03.19 07:54:25.808608 [ 1 ] {} Application: starting up 2026.03.19 07:54:25.808761 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.03.19 07:54:25.892196 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.03.19 07:54:25.934772 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.03.19 07:54:25.934841 [ 1 ] {} Application: Initializing DateLUT. 2026.03.19 07:54:25.934859 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.03.19 07:54:25.934927 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.03.19 07:54:25.935331 [ 1 ] {} Application: Initializing interserver credentials. 2026.03.19 07:54:25.937067 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.03.19 07:54:25.937887 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.19 07:54:25.938775 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.03.19 07:54:25.938799 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.03.19 07:54:25.938813 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.03.19 07:54:25.939572 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.19 07:54:25.940666 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.03.19 07:54:25.946968 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.19 07:54:25.947636 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.19 07:54:25.949012 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.19 07:54:25.949087 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.19 07:54:25.950125 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.03.19 07:54:25.950531 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.19 07:54:25.954022 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.19 07:54:25.954372 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.03.19 07:54:25.957044 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.03.19 07:54:25.957523 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.03.19 07:54:25.957877 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.03.19 07:54:25.958229 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.03.19 07:54:25.959692 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.03.19 07:54:25.959723 [ 1 ] {} Application: Loading metadata from /data/ 2026.03.19 07:54:25.959828 [ 27 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:54:25.959917 [ 27 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:54:25.966782 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.03.19 07:54:25.966807 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000156562 sec 2026.03.19 07:54:25.966833 [ 1 ] {} ReferentialDeps: No tables 2026.03.19 07:54:25.966846 [ 1 ] {} LoadingDeps: No tables 2026.03.19 07:54:25.967526 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.03.19 07:54:25.968110 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.03.19 07:54:25.976060 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.03.19 07:54:25.976101 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.03.19 07:54:25.976128 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.03.19 07:54:25.976139 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.03.19 07:54:25.976172 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.03.19 07:54:25.976190 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.03.19 07:54:25.978185 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.03.19 07:54:25.978229 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.03.19 07:54:25.978248 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.03.19 07:54:25.978383 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.03.19 07:54:25.978423 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.03.19 07:54:25.978436 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.03.19 07:54:25.978461 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.03.19 07:54:25.978473 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.03.19 07:54:25.978501 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.03.19 07:54:25.978523 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.03.19 07:54:25.998546 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.03.19 07:54:25.999751 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.03.19 07:54:25.999790 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.7911e-05 sec 2026.03.19 07:54:25.999802 [ 1 ] {} ReferentialDeps: No tables 2026.03.19 07:54:25.999812 [ 1 ] {} LoadingDeps: No tables 2026.03.19 07:54:25.999834 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.03.19 07:54:26.000017 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.03.19 07:54:26.000060 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.03.19 07:54:26.000073 [ 1 ] {} Application: Loaded metadata. 2026.03.19 07:54:26.000084 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2026.03.19 07:54:26.000094 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.03.19 07:54:26.003553 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.19 07:54:26.003746 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.66 MiB (RSS), difference: 91.89 MiB 2026.03.19 07:54:26.005213 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.6281e-05 sec. 2026.03.19 07:54:26.005605 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.03.19 07:54:26.006282 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.03.19 07:54:26.006299 [ 1 ] {} Application: Ready for connections. 2026.03.19 07:54:26.153109 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55746 2026.03.19 07:54:26.153513 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:26.153601 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Authenticating user 'default' from [fd00:1122:3344:101::d]:55746 2026.03.19 07:54:26.153645 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:26.153680 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:26.153816 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.19 07:54:26.153858 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.19 07:54:26.153886 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.19 07:54:26.154306 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59563 2026.03.19 07:54:26.154540 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:26.154597 [ 4 ] {} TCP-Session: f2437a35-b7fb-4cf2-8eec-dd4595177dd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59563 2026.03.19 07:54:26.154626 [ 4 ] {} TCP-Session: f2437a35-b7fb-4cf2-8eec-dd4595177dd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:26.154691 [ 4 ] {} TCP-Session: f2437a35-b7fb-4cf2-8eec-dd4595177dd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:26.155183 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62080 2026.03.19 07:54:26.155193 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53271 2026.03.19 07:54:26.155268 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56975 2026.03.19 07:54:26.155380 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:26.155419 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:62080 2026.03.19 07:54:26.155434 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:26.155447 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:26.155462 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:26.155486 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64195 2026.03.19 07:54:26.155499 [ 5 ] {} TCP-Session: 9ae9cac7-9fa8-46fd-bfa2-9717ccf607ec Authenticating user 'default' from [fd00:1122:3344:101::d]:53271 2026.03.19 07:54:26.155517 [ 254 ] {} TCP-Session: 2a4225d7-36cf-4886-b4b6-2c227e93a5fb Authenticating user 'default' from [fd00:1122:3344:101::d]:56975 2026.03.19 07:54:26.155546 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42126 2026.03.19 07:54:26.155553 [ 5 ] {} TCP-Session: 9ae9cac7-9fa8-46fd-bfa2-9717ccf607ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:26.155567 [ 254 ] {} TCP-Session: 2a4225d7-36cf-4886-b4b6-2c227e93a5fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:26.155605 [ 5 ] {} TCP-Session: 9ae9cac7-9fa8-46fd-bfa2-9717ccf607ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:26.155617 [ 254 ] {} TCP-Session: 2a4225d7-36cf-4886-b4b6-2c227e93a5fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:26.155469 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:26.155678 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43187 2026.03.19 07:54:26.155716 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:26.155740 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:26.155776 [ 255 ] {} TCP-Session: de7d4a49-41f4-4902-97e4-c44097d2f1d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64195 2026.03.19 07:54:26.155788 [ 256 ] {} TCP-Session: 3134077c-02d9-45ab-9f04-bf7d926d06f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42126 2026.03.19 07:54:26.155800 [ 255 ] {} TCP-Session: de7d4a49-41f4-4902-97e4-c44097d2f1d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:26.155815 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47106 2026.03.19 07:54:26.155844 [ 255 ] {} TCP-Session: de7d4a49-41f4-4902-97e4-c44097d2f1d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:26.155839 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:26.155835 [ 256 ] {} TCP-Session: 3134077c-02d9-45ab-9f04-bf7d926d06f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:26.155918 [ 257 ] {} TCP-Session: b59bae1e-c85b-440e-a1f7-1c105a376e45 Authenticating user 'default' from [fd00:1122:3344:101::d]:43187 2026.03.19 07:54:26.155922 [ 256 ] {} TCP-Session: 3134077c-02d9-45ab-9f04-bf7d926d06f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:26.155943 [ 257 ] {} TCP-Session: b59bae1e-c85b-440e-a1f7-1c105a376e45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:26.155959 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:26.155970 [ 257 ] {} TCP-Session: b59bae1e-c85b-440e-a1f7-1c105a376e45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:26.156005 [ 258 ] {} TCP-Session: c4f8ba76-cb5e-4ffe-9af9-a010b90ec445 Authenticating user 'default' from [fd00:1122:3344:101::d]:47106 2026.03.19 07:54:26.156027 [ 258 ] {} TCP-Session: c4f8ba76-cb5e-4ffe-9af9-a010b90ec445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:26.156039 [ 258 ] {} TCP-Session: c4f8ba76-cb5e-4ffe-9af9-a010b90ec445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:26.162246 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.164492 [ 3 ] {e9312ef2-141b-4601-aa6c-a95caeced4de} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 07:54:26.247378 [ 3 ] {e9312ef2-141b-4601-aa6c-a95caeced4de} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:55746) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.19 07:54:26.248191 [ 3 ] {e9312ef2-141b-4601-aa6c-a95caeced4de} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.19 07:54:26.248288 [ 3 ] {e9312ef2-141b-4601-aa6c-a95caeced4de} TCPHandler: Processed in 0.087025141 sec. 2026.03.19 07:54:26.248671 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.248973 [ 253 ] {b9273c08-c7fe-42ba-b6ab-4add8c4d2165} executeQuery: (from [fd00:1122:3344:101::d]:62080) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 07:54:26.249333 [ 253 ] {b9273c08-c7fe-42ba-b6ab-4add8c4d2165} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62080) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.19 07:54:26.249465 [ 253 ] {b9273c08-c7fe-42ba-b6ab-4add8c4d2165} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.19 07:54:26.249551 [ 253 ] {b9273c08-c7fe-42ba-b6ab-4add8c4d2165} TCPHandler: Processed in 0.001057357 sec. 2026.03.19 07:54:26.249816 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.250013 [ 3 ] {026c6b06-5145-4de2-83ee-8b6bc5516c9c} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.03.19 07:54:26.250628 [ 3 ] {026c6b06-5145-4de2-83ee-8b6bc5516c9c} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.03.19 07:54:26.253583 [ 3 ] {026c6b06-5145-4de2-83ee-8b6bc5516c9c} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.03.19 07:54:26.253604 [ 3 ] {026c6b06-5145-4de2-83ee-8b6bc5516c9c} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.2571e-05 sec 2026.03.19 07:54:26.253617 [ 3 ] {026c6b06-5145-4de2-83ee-8b6bc5516c9c} ReferentialDeps: No tables 2026.03.19 07:54:26.253644 [ 3 ] {026c6b06-5145-4de2-83ee-8b6bc5516c9c} LoadingDeps: No tables 2026.03.19 07:54:26.253669 [ 3 ] {026c6b06-5145-4de2-83ee-8b6bc5516c9c} DatabaseAtomic (oximeter): Starting up tables. 2026.03.19 07:54:26.254292 [ 3 ] {026c6b06-5145-4de2-83ee-8b6bc5516c9c} TCPHandler: Processed in 0.004578532 sec. 2026.03.19 07:54:26.254432 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.254608 [ 3 ] {e7ab4350-b4cf-4c82-8db7-4dd9e222340e} executeQuery: (from [fd00:1122:3344:101::d]:55746) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2026.03.19 07:54:26.254657 [ 3 ] {e7ab4350-b4cf-4c82-8db7-4dd9e222340e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.03.19 07:54:26.257899 [ 3 ] {e7ab4350-b4cf-4c82-8db7-4dd9e222340e} StoragePolicy (default): Storage policy default created, total volumes 1 2026.03.19 07:54:26.260339 [ 3 ] {e7ab4350-b4cf-4c82-8db7-4dd9e222340e} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938): Loading data parts 2026.03.19 07:54:26.261605 [ 3 ] {e7ab4350-b4cf-4c82-8db7-4dd9e222340e} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938): There are no data parts 2026.03.19 07:54:26.270236 [ 3 ] {e7ab4350-b4cf-4c82-8db7-4dd9e222340e} TCPHandler: Processed in 0.015849721 sec. 2026.03.19 07:54:26.270484 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.270816 [ 3 ] {ba48f9e1-0a24-4cfb-b28f-1b42eeaaa75b} executeQuery: (from [fd00:1122:3344:101::d]:55746) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.270922 [ 3 ] {ba48f9e1-0a24-4cfb-b28f-1b42eeaaa75b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.03.19 07:54:26.285124 [ 3 ] {ba48f9e1-0a24-4cfb-b28f-1b42eeaaa75b} oximeter.measurements_bool (8502e53d-3e88-4bfb-a99f-872e242c3011): Loading data parts 2026.03.19 07:54:26.285373 [ 3 ] {ba48f9e1-0a24-4cfb-b28f-1b42eeaaa75b} oximeter.measurements_bool (8502e53d-3e88-4bfb-a99f-872e242c3011): There are no data parts 2026.03.19 07:54:26.292586 [ 3 ] {ba48f9e1-0a24-4cfb-b28f-1b42eeaaa75b} TCPHandler: Processed in 0.022203582 sec. 2026.03.19 07:54:26.292731 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.292896 [ 3 ] {684c642d-15ea-4b6d-8a06-50a9ec30fc5d} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.292945 [ 3 ] {684c642d-15ea-4b6d-8a06-50a9ec30fc5d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.03.19 07:54:26.300641 [ 3 ] {684c642d-15ea-4b6d-8a06-50a9ec30fc5d} oximeter.measurements_i8 (a53a9b76-a5d8-44c8-a8a5-cdce52d2cec3): Loading data parts 2026.03.19 07:54:26.300833 [ 3 ] {684c642d-15ea-4b6d-8a06-50a9ec30fc5d} oximeter.measurements_i8 (a53a9b76-a5d8-44c8-a8a5-cdce52d2cec3): There are no data parts 2026.03.19 07:54:26.307636 [ 3 ] {684c642d-15ea-4b6d-8a06-50a9ec30fc5d} TCPHandler: Processed in 0.014953358 sec. 2026.03.19 07:54:26.307816 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.307984 [ 3 ] {91ad4a91-2f90-416d-9f56-a9840f7f395b} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.308042 [ 3 ] {91ad4a91-2f90-416d-9f56-a9840f7f395b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.03.19 07:54:26.314642 [ 3 ] {91ad4a91-2f90-416d-9f56-a9840f7f395b} oximeter.measurements_u8 (e8b85876-1a61-4fc4-a9e9-51aa619f03ff): Loading data parts 2026.03.19 07:54:26.314863 [ 3 ] {91ad4a91-2f90-416d-9f56-a9840f7f395b} oximeter.measurements_u8 (e8b85876-1a61-4fc4-a9e9-51aa619f03ff): There are no data parts 2026.03.19 07:54:26.316373 [ 3 ] {91ad4a91-2f90-416d-9f56-a9840f7f395b} TCPHandler: Processed in 0.008617046 sec. 2026.03.19 07:54:26.316541 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.316702 [ 3 ] {a347b673-0877-4b90-80f9-730322c651d0} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.316742 [ 3 ] {a347b673-0877-4b90-80f9-730322c651d0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.03.19 07:54:26.318513 [ 3 ] {a347b673-0877-4b90-80f9-730322c651d0} oximeter.measurements_i16 (a5ccfcbb-c67d-4704-ad9a-719f2ecf82c0): Loading data parts 2026.03.19 07:54:26.318655 [ 3 ] {a347b673-0877-4b90-80f9-730322c651d0} oximeter.measurements_i16 (a5ccfcbb-c67d-4704-ad9a-719f2ecf82c0): There are no data parts 2026.03.19 07:54:26.319789 [ 3 ] {a347b673-0877-4b90-80f9-730322c651d0} TCPHandler: Processed in 0.003301663 sec. 2026.03.19 07:54:26.319931 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.320080 [ 3 ] {088823e3-a4a3-4a6b-9b6d-fba54f374fd7} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.320129 [ 3 ] {088823e3-a4a3-4a6b-9b6d-fba54f374fd7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.03.19 07:54:26.323267 [ 3 ] {088823e3-a4a3-4a6b-9b6d-fba54f374fd7} oximeter.measurements_u16 (56f72683-7b95-4959-95d0-f1b531bccf7d): Loading data parts 2026.03.19 07:54:26.323438 [ 3 ] {088823e3-a4a3-4a6b-9b6d-fba54f374fd7} oximeter.measurements_u16 (56f72683-7b95-4959-95d0-f1b531bccf7d): There are no data parts 2026.03.19 07:54:26.324919 [ 3 ] {088823e3-a4a3-4a6b-9b6d-fba54f374fd7} TCPHandler: Processed in 0.00503715 sec. 2026.03.19 07:54:26.325057 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.325216 [ 3 ] {b5704d75-4c69-4a5c-8c6e-15af50903926} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.325256 [ 3 ] {b5704d75-4c69-4a5c-8c6e-15af50903926} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.03.19 07:54:26.326814 [ 3 ] {b5704d75-4c69-4a5c-8c6e-15af50903926} oximeter.measurements_i32 (78b56943-0faf-4817-be71-c5a9d48a2191): Loading data parts 2026.03.19 07:54:26.326958 [ 3 ] {b5704d75-4c69-4a5c-8c6e-15af50903926} oximeter.measurements_i32 (78b56943-0faf-4817-be71-c5a9d48a2191): There are no data parts 2026.03.19 07:54:26.328215 [ 3 ] {b5704d75-4c69-4a5c-8c6e-15af50903926} TCPHandler: Processed in 0.003206851 sec. 2026.03.19 07:54:26.328358 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.328506 [ 3 ] {318e65a9-127b-468a-a466-17a16db2d3cd} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.328555 [ 3 ] {318e65a9-127b-468a-a466-17a16db2d3cd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.03.19 07:54:26.330002 [ 3 ] {318e65a9-127b-468a-a466-17a16db2d3cd} oximeter.measurements_u32 (5456f774-1403-433e-a402-ad0eaa20a523): Loading data parts 2026.03.19 07:54:26.330165 [ 3 ] {318e65a9-127b-468a-a466-17a16db2d3cd} oximeter.measurements_u32 (5456f774-1403-433e-a402-ad0eaa20a523): There are no data parts 2026.03.19 07:54:26.331794 [ 3 ] {318e65a9-127b-468a-a466-17a16db2d3cd} TCPHandler: Processed in 0.003483795 sec. 2026.03.19 07:54:26.331939 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.332098 [ 3 ] {5a338aee-ba9a-4b5d-8855-83f278cce254} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.332144 [ 3 ] {5a338aee-ba9a-4b5d-8855-83f278cce254} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.03.19 07:54:26.333674 [ 3 ] {5a338aee-ba9a-4b5d-8855-83f278cce254} oximeter.measurements_i64 (d32f6e47-f9b0-4e0f-8f4d-16eda2d6219e): Loading data parts 2026.03.19 07:54:26.333937 [ 3 ] {5a338aee-ba9a-4b5d-8855-83f278cce254} oximeter.measurements_i64 (d32f6e47-f9b0-4e0f-8f4d-16eda2d6219e): There are no data parts 2026.03.19 07:54:26.335580 [ 3 ] {5a338aee-ba9a-4b5d-8855-83f278cce254} TCPHandler: Processed in 0.003743369 sec. 2026.03.19 07:54:26.335780 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.335930 [ 3 ] {02bf2bc6-547e-4cec-973e-c4f8c65d9280} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.335980 [ 3 ] {02bf2bc6-547e-4cec-973e-c4f8c65d9280} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.03.19 07:54:26.338070 [ 3 ] {02bf2bc6-547e-4cec-973e-c4f8c65d9280} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Loading data parts 2026.03.19 07:54:26.338209 [ 3 ] {02bf2bc6-547e-4cec-973e-c4f8c65d9280} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): There are no data parts 2026.03.19 07:54:26.341426 [ 3 ] {02bf2bc6-547e-4cec-973e-c4f8c65d9280} TCPHandler: Processed in 0.00569528 sec. 2026.03.19 07:54:26.341568 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.341717 [ 3 ] {087c5b8a-ccdf-4592-a7e1-ce3031ec7234} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.341767 [ 3 ] {087c5b8a-ccdf-4592-a7e1-ce3031ec7234} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.03.19 07:54:26.344686 [ 3 ] {087c5b8a-ccdf-4592-a7e1-ce3031ec7234} oximeter.measurements_f32 (32a3aaf9-2e88-4812-8883-77bbcfe5610b): Loading data parts 2026.03.19 07:54:26.344844 [ 3 ] {087c5b8a-ccdf-4592-a7e1-ce3031ec7234} oximeter.measurements_f32 (32a3aaf9-2e88-4812-8883-77bbcfe5610b): There are no data parts 2026.03.19 07:54:26.346566 [ 3 ] {087c5b8a-ccdf-4592-a7e1-ce3031ec7234} TCPHandler: Processed in 0.005045891 sec. 2026.03.19 07:54:26.346703 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.346862 [ 3 ] {23524a3b-c281-4738-b666-fdfb0cf26a52} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.346912 [ 3 ] {23524a3b-c281-4738-b666-fdfb0cf26a52} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.03.19 07:54:26.348399 [ 3 ] {23524a3b-c281-4738-b666-fdfb0cf26a52} oximeter.measurements_f64 (715f0e5a-6a86-4139-adcd-92ecd18d02ff): Loading data parts 2026.03.19 07:54:26.348544 [ 3 ] {23524a3b-c281-4738-b666-fdfb0cf26a52} oximeter.measurements_f64 (715f0e5a-6a86-4139-adcd-92ecd18d02ff): There are no data parts 2026.03.19 07:54:26.350149 [ 3 ] {23524a3b-c281-4738-b666-fdfb0cf26a52} TCPHandler: Processed in 0.003495165 sec. 2026.03.19 07:54:26.350288 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.350437 [ 3 ] {b1926d43-6b41-4ce7-aa75-ba2419e0e299} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.350487 [ 3 ] {b1926d43-6b41-4ce7-aa75-ba2419e0e299} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.03.19 07:54:26.352012 [ 3 ] {b1926d43-6b41-4ce7-aa75-ba2419e0e299} oximeter.measurements_string (d6e9e5ac-03a9-4307-bcec-6ef67c320143): Loading data parts 2026.03.19 07:54:26.352144 [ 3 ] {b1926d43-6b41-4ce7-aa75-ba2419e0e299} oximeter.measurements_string (d6e9e5ac-03a9-4307-bcec-6ef67c320143): There are no data parts 2026.03.19 07:54:26.353746 [ 3 ] {b1926d43-6b41-4ce7-aa75-ba2419e0e299} TCPHandler: Processed in 0.003506655 sec. 2026.03.19 07:54:26.353929 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.354175 [ 3 ] {2438740f-de3b-4497-83a3-f12c9c410ab0} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.354264 [ 3 ] {2438740f-de3b-4497-83a3-f12c9c410ab0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.03.19 07:54:26.356023 [ 3 ] {2438740f-de3b-4497-83a3-f12c9c410ab0} oximeter.measurements_bytes (302a5120-469b-489b-84bf-1c9c588a58a1): Loading data parts 2026.03.19 07:54:26.356156 [ 3 ] {2438740f-de3b-4497-83a3-f12c9c410ab0} oximeter.measurements_bytes (302a5120-469b-489b-84bf-1c9c588a58a1): There are no data parts 2026.03.19 07:54:26.357436 [ 3 ] {2438740f-de3b-4497-83a3-f12c9c410ab0} TCPHandler: Processed in 0.003578107 sec. 2026.03.19 07:54:26.357578 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.357741 [ 3 ] {8e0c1078-8be5-4c24-832d-4fb7417f9385} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.357794 [ 3 ] {8e0c1078-8be5-4c24-832d-4fb7417f9385} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.03.19 07:54:26.359282 [ 3 ] {8e0c1078-8be5-4c24-832d-4fb7417f9385} oximeter.measurements_cumulativei64 (573e5c3b-555b-4fc4-91f8-4d6aa7f29cff): Loading data parts 2026.03.19 07:54:26.359438 [ 3 ] {8e0c1078-8be5-4c24-832d-4fb7417f9385} oximeter.measurements_cumulativei64 (573e5c3b-555b-4fc4-91f8-4d6aa7f29cff): There are no data parts 2026.03.19 07:54:26.360735 [ 3 ] {8e0c1078-8be5-4c24-832d-4fb7417f9385} TCPHandler: Processed in 0.00320543 sec. 2026.03.19 07:54:26.360870 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.361036 [ 3 ] {649bd375-5b59-4ec8-bad6-2112fd137aca} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.361082 [ 3 ] {649bd375-5b59-4ec8-bad6-2112fd137aca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.03.19 07:54:26.362556 [ 3 ] {649bd375-5b59-4ec8-bad6-2112fd137aca} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Loading data parts 2026.03.19 07:54:26.362687 [ 3 ] {649bd375-5b59-4ec8-bad6-2112fd137aca} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): There are no data parts 2026.03.19 07:54:26.364025 [ 3 ] {649bd375-5b59-4ec8-bad6-2112fd137aca} TCPHandler: Processed in 0.003203891 sec. 2026.03.19 07:54:26.364157 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.364312 [ 3 ] {4b46bee1-d7ee-4d51-8ae4-ad06f40d1b3d} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.364363 [ 3 ] {4b46bee1-d7ee-4d51-8ae4-ad06f40d1b3d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.03.19 07:54:26.365870 [ 3 ] {4b46bee1-d7ee-4d51-8ae4-ad06f40d1b3d} oximeter.measurements_cumulativef32 (f84ebdc8-8668-4776-b2de-5967abbd7da8): Loading data parts 2026.03.19 07:54:26.366022 [ 3 ] {4b46bee1-d7ee-4d51-8ae4-ad06f40d1b3d} oximeter.measurements_cumulativef32 (f84ebdc8-8668-4776-b2de-5967abbd7da8): There are no data parts 2026.03.19 07:54:26.367258 [ 3 ] {4b46bee1-d7ee-4d51-8ae4-ad06f40d1b3d} TCPHandler: Processed in 0.00314967 sec. 2026.03.19 07:54:26.367388 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.367554 [ 3 ] {d2d85bae-a77a-44a3-8c30-d83530a96b2f} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.367604 [ 3 ] {d2d85bae-a77a-44a3-8c30-d83530a96b2f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.03.19 07:54:26.369182 [ 3 ] {d2d85bae-a77a-44a3-8c30-d83530a96b2f} oximeter.measurements_cumulativef64 (5a4e0286-65e2-4f16-b500-0ad798754965): Loading data parts 2026.03.19 07:54:26.369310 [ 3 ] {d2d85bae-a77a-44a3-8c30-d83530a96b2f} oximeter.measurements_cumulativef64 (5a4e0286-65e2-4f16-b500-0ad798754965): There are no data parts 2026.03.19 07:54:26.370664 [ 3 ] {d2d85bae-a77a-44a3-8c30-d83530a96b2f} TCPHandler: Processed in 0.003325323 sec. 2026.03.19 07:54:26.370798 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.371015 [ 3 ] {ee06e2d2-975f-40ba-bb34-8d34743f9703} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.371083 [ 3 ] {ee06e2d2-975f-40ba-bb34-8d34743f9703} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.03.19 07:54:26.372894 [ 3 ] {ee06e2d2-975f-40ba-bb34-8d34743f9703} oximeter.measurements_histogrami8 (65817e58-4ba5-48cc-a4b4-e6970893f378): Loading data parts 2026.03.19 07:54:26.373038 [ 3 ] {ee06e2d2-975f-40ba-bb34-8d34743f9703} oximeter.measurements_histogrami8 (65817e58-4ba5-48cc-a4b4-e6970893f378): There are no data parts 2026.03.19 07:54:26.374321 [ 3 ] {ee06e2d2-975f-40ba-bb34-8d34743f9703} TCPHandler: Processed in 0.003608958 sec. 2026.03.19 07:54:26.374445 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.374649 [ 3 ] {fc601d16-497d-4400-b7aa-5b5956fdc329} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.374705 [ 3 ] {fc601d16-497d-4400-b7aa-5b5956fdc329} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.03.19 07:54:26.376399 [ 3 ] {fc601d16-497d-4400-b7aa-5b5956fdc329} oximeter.measurements_histogramu8 (c5fa859c-639b-466e-8880-1e107b5a38cb): Loading data parts 2026.03.19 07:54:26.376565 [ 3 ] {fc601d16-497d-4400-b7aa-5b5956fdc329} oximeter.measurements_histogramu8 (c5fa859c-639b-466e-8880-1e107b5a38cb): There are no data parts 2026.03.19 07:54:26.377929 [ 3 ] {fc601d16-497d-4400-b7aa-5b5956fdc329} TCPHandler: Processed in 0.003487115 sec. 2026.03.19 07:54:26.378061 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.378273 [ 3 ] {1c6bf26b-aa29-435e-a3b3-0de70d513174} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.378336 [ 3 ] {1c6bf26b-aa29-435e-a3b3-0de70d513174} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.03.19 07:54:26.379954 [ 3 ] {1c6bf26b-aa29-435e-a3b3-0de70d513174} oximeter.measurements_histogrami16 (84b99ded-b926-4fd9-a119-b8c83c3d6f8c): Loading data parts 2026.03.19 07:54:26.380110 [ 3 ] {1c6bf26b-aa29-435e-a3b3-0de70d513174} oximeter.measurements_histogrami16 (84b99ded-b926-4fd9-a119-b8c83c3d6f8c): There are no data parts 2026.03.19 07:54:26.381470 [ 3 ] {1c6bf26b-aa29-435e-a3b3-0de70d513174} TCPHandler: Processed in 0.003456745 sec. 2026.03.19 07:54:26.381599 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.381822 [ 3 ] {2c445633-1bf7-425a-970a-816c8d813c24} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.381882 [ 3 ] {2c445633-1bf7-425a-970a-816c8d813c24} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.03.19 07:54:26.383539 [ 3 ] {2c445633-1bf7-425a-970a-816c8d813c24} oximeter.measurements_histogramu16 (e95a3faf-c00d-418c-a688-b8c6581bb5fe): Loading data parts 2026.03.19 07:54:26.383708 [ 3 ] {2c445633-1bf7-425a-970a-816c8d813c24} oximeter.measurements_histogramu16 (e95a3faf-c00d-418c-a688-b8c6581bb5fe): There are no data parts 2026.03.19 07:54:26.385032 [ 3 ] {2c445633-1bf7-425a-970a-816c8d813c24} TCPHandler: Processed in 0.003481725 sec. 2026.03.19 07:54:26.385164 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.385376 [ 3 ] {18878114-fa5a-4f6a-b388-76d000d2de71} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.385439 [ 3 ] {18878114-fa5a-4f6a-b388-76d000d2de71} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.03.19 07:54:26.387042 [ 3 ] {18878114-fa5a-4f6a-b388-76d000d2de71} oximeter.measurements_histogrami32 (489738ba-0aa0-4e80-afa7-ec1cc629689f): Loading data parts 2026.03.19 07:54:26.387236 [ 3 ] {18878114-fa5a-4f6a-b388-76d000d2de71} oximeter.measurements_histogrami32 (489738ba-0aa0-4e80-afa7-ec1cc629689f): There are no data parts 2026.03.19 07:54:26.388556 [ 3 ] {18878114-fa5a-4f6a-b388-76d000d2de71} TCPHandler: Processed in 0.003440005 sec. 2026.03.19 07:54:26.388689 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.388914 [ 3 ] {e87b0746-7895-43ae-9091-5e8aa0fc71a0} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.388979 [ 3 ] {e87b0746-7895-43ae-9091-5e8aa0fc71a0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.03.19 07:54:26.390671 [ 3 ] {e87b0746-7895-43ae-9091-5e8aa0fc71a0} oximeter.measurements_histogramu32 (2335e2fd-8df7-409e-a88c-94cac32f4fd0): Loading data parts 2026.03.19 07:54:26.390883 [ 3 ] {e87b0746-7895-43ae-9091-5e8aa0fc71a0} oximeter.measurements_histogramu32 (2335e2fd-8df7-409e-a88c-94cac32f4fd0): There are no data parts 2026.03.19 07:54:26.392272 [ 3 ] {e87b0746-7895-43ae-9091-5e8aa0fc71a0} TCPHandler: Processed in 0.003631578 sec. 2026.03.19 07:54:26.392415 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.392623 [ 3 ] {395c11d2-c028-46da-b500-e2d8572045e6} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.392689 [ 3 ] {395c11d2-c028-46da-b500-e2d8572045e6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.03.19 07:54:26.394366 [ 3 ] {395c11d2-c028-46da-b500-e2d8572045e6} oximeter.measurements_histogrami64 (5184f045-638c-42b7-b38e-447b694778eb): Loading data parts 2026.03.19 07:54:26.394523 [ 3 ] {395c11d2-c028-46da-b500-e2d8572045e6} oximeter.measurements_histogrami64 (5184f045-638c-42b7-b38e-447b694778eb): There are no data parts 2026.03.19 07:54:26.395807 [ 3 ] {395c11d2-c028-46da-b500-e2d8572045e6} TCPHandler: Processed in 0.003440735 sec. 2026.03.19 07:54:26.395940 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.396161 [ 3 ] {bcebb28b-2a68-4938-8b20-4b57056288d6} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.396226 [ 3 ] {bcebb28b-2a68-4938-8b20-4b57056288d6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.03.19 07:54:26.397855 [ 3 ] {bcebb28b-2a68-4938-8b20-4b57056288d6} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Loading data parts 2026.03.19 07:54:26.397983 [ 3 ] {bcebb28b-2a68-4938-8b20-4b57056288d6} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): There are no data parts 2026.03.19 07:54:26.399300 [ 3 ] {bcebb28b-2a68-4938-8b20-4b57056288d6} TCPHandler: Processed in 0.003408094 sec. 2026.03.19 07:54:26.399448 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.399653 [ 3 ] {8cf0c3b9-94dd-49cc-866d-7330877f538b} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.399715 [ 3 ] {8cf0c3b9-94dd-49cc-866d-7330877f538b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.03.19 07:54:26.401303 [ 3 ] {8cf0c3b9-94dd-49cc-866d-7330877f538b} oximeter.measurements_histogramf32 (0354cf57-39df-4de8-a9fe-789242d31585): Loading data parts 2026.03.19 07:54:26.401465 [ 3 ] {8cf0c3b9-94dd-49cc-866d-7330877f538b} oximeter.measurements_histogramf32 (0354cf57-39df-4de8-a9fe-789242d31585): There are no data parts 2026.03.19 07:54:26.402852 [ 3 ] {8cf0c3b9-94dd-49cc-866d-7330877f538b} TCPHandler: Processed in 0.003451885 sec. 2026.03.19 07:54:26.402981 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.403199 [ 3 ] {3137d81e-188b-46b8-bfc8-cde10d074502} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.403261 [ 3 ] {3137d81e-188b-46b8-bfc8-cde10d074502} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.03.19 07:54:26.404896 [ 3 ] {3137d81e-188b-46b8-bfc8-cde10d074502} oximeter.measurements_histogramf64 (d8f3acab-3db5-495c-be24-bbbb813b5c5a): Loading data parts 2026.03.19 07:54:26.405040 [ 3 ] {3137d81e-188b-46b8-bfc8-cde10d074502} oximeter.measurements_histogramf64 (d8f3acab-3db5-495c-be24-bbbb813b5c5a): There are no data parts 2026.03.19 07:54:26.406309 [ 3 ] {3137d81e-188b-46b8-bfc8-cde10d074502} TCPHandler: Processed in 0.003377904 sec. 2026.03.19 07:54:26.406462 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.406635 [ 3 ] {759d10ee-53aa-4b6b-8206-6a7737114e3f} executeQuery: (from [fd00:1122:3344:101::d]:55746) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.406696 [ 3 ] {759d10ee-53aa-4b6b-8206-6a7737114e3f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.03.19 07:54:26.408234 [ 3 ] {759d10ee-53aa-4b6b-8206-6a7737114e3f} oximeter.fields_bool (ea47d8bf-10ea-43c8-b403-638aea59cb31): Loading data parts 2026.03.19 07:54:26.408377 [ 3 ] {759d10ee-53aa-4b6b-8206-6a7737114e3f} oximeter.fields_bool (ea47d8bf-10ea-43c8-b403-638aea59cb31): There are no data parts 2026.03.19 07:54:26.409683 [ 3 ] {759d10ee-53aa-4b6b-8206-6a7737114e3f} TCPHandler: Processed in 0.003270882 sec. 2026.03.19 07:54:26.409820 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.409974 [ 3 ] {69da0736-6686-45ea-a18a-62ae322f2653} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.410027 [ 3 ] {69da0736-6686-45ea-a18a-62ae322f2653} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.03.19 07:54:26.411617 [ 3 ] {69da0736-6686-45ea-a18a-62ae322f2653} oximeter.fields_i8 (45229e04-e4a8-4260-aac2-c46308f00802): Loading data parts 2026.03.19 07:54:26.411755 [ 3 ] {69da0736-6686-45ea-a18a-62ae322f2653} oximeter.fields_i8 (45229e04-e4a8-4260-aac2-c46308f00802): There are no data parts 2026.03.19 07:54:26.413008 [ 3 ] {69da0736-6686-45ea-a18a-62ae322f2653} TCPHandler: Processed in 0.003262611 sec. 2026.03.19 07:54:26.413126 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.413286 [ 3 ] {6ba43347-b11d-4d19-b399-451e696419d3} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.413333 [ 3 ] {6ba43347-b11d-4d19-b399-451e696419d3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.03.19 07:54:26.414864 [ 3 ] {6ba43347-b11d-4d19-b399-451e696419d3} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Loading data parts 2026.03.19 07:54:26.415005 [ 3 ] {6ba43347-b11d-4d19-b399-451e696419d3} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): There are no data parts 2026.03.19 07:54:26.416246 [ 3 ] {6ba43347-b11d-4d19-b399-451e696419d3} TCPHandler: Processed in 0.00314421 sec. 2026.03.19 07:54:26.416371 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.416523 [ 3 ] {bdc72566-9764-4982-84c6-e3349ea72c72} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.416581 [ 3 ] {bdc72566-9764-4982-84c6-e3349ea72c72} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.03.19 07:54:26.418140 [ 3 ] {bdc72566-9764-4982-84c6-e3349ea72c72} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Loading data parts 2026.03.19 07:54:26.418281 [ 3 ] {bdc72566-9764-4982-84c6-e3349ea72c72} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): There are no data parts 2026.03.19 07:54:26.419604 [ 3 ] {bdc72566-9764-4982-84c6-e3349ea72c72} TCPHandler: Processed in 0.003280802 sec. 2026.03.19 07:54:26.419729 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.419910 [ 3 ] {be9e636d-eaaa-4536-87ff-aadb9bb625ce} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.419961 [ 3 ] {be9e636d-eaaa-4536-87ff-aadb9bb625ce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.03.19 07:54:26.421530 [ 3 ] {be9e636d-eaaa-4536-87ff-aadb9bb625ce} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Loading data parts 2026.03.19 07:54:26.421671 [ 3 ] {be9e636d-eaaa-4536-87ff-aadb9bb625ce} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): There are no data parts 2026.03.19 07:54:26.422934 [ 3 ] {be9e636d-eaaa-4536-87ff-aadb9bb625ce} TCPHandler: Processed in 0.003254662 sec. 2026.03.19 07:54:26.423064 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.423214 [ 3 ] {2f05f569-c3e0-4506-98ef-01e248c6fb69} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.423273 [ 3 ] {2f05f569-c3e0-4506-98ef-01e248c6fb69} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.03.19 07:54:26.424880 [ 3 ] {2f05f569-c3e0-4506-98ef-01e248c6fb69} oximeter.fields_i32 (f66d83f5-14b2-48cd-85c3-fc93520158a9): Loading data parts 2026.03.19 07:54:26.425005 [ 3 ] {2f05f569-c3e0-4506-98ef-01e248c6fb69} oximeter.fields_i32 (f66d83f5-14b2-48cd-85c3-fc93520158a9): There are no data parts 2026.03.19 07:54:26.426311 [ 3 ] {2f05f569-c3e0-4506-98ef-01e248c6fb69} TCPHandler: Processed in 0.003295462 sec. 2026.03.19 07:54:26.426435 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.426599 [ 3 ] {4cd1dde1-0fde-440a-bbe6-d8b5411d630c} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.426657 [ 3 ] {4cd1dde1-0fde-440a-bbe6-d8b5411d630c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.03.19 07:54:26.428149 [ 3 ] {4cd1dde1-0fde-440a-bbe6-d8b5411d630c} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Loading data parts 2026.03.19 07:54:26.428289 [ 3 ] {4cd1dde1-0fde-440a-bbe6-d8b5411d630c} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): There are no data parts 2026.03.19 07:54:26.429597 [ 3 ] {4cd1dde1-0fde-440a-bbe6-d8b5411d630c} TCPHandler: Processed in 0.00320987 sec. 2026.03.19 07:54:26.429723 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.429874 [ 3 ] {d7bb3699-b198-4d11-b16d-d73b25c234c1} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.429927 [ 3 ] {d7bb3699-b198-4d11-b16d-d73b25c234c1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.03.19 07:54:26.431417 [ 3 ] {d7bb3699-b198-4d11-b16d-d73b25c234c1} oximeter.fields_i64 (67f458e8-9f19-4136-bb9b-bf28ac0da8e1): Loading data parts 2026.03.19 07:54:26.431569 [ 3 ] {d7bb3699-b198-4d11-b16d-d73b25c234c1} oximeter.fields_i64 (67f458e8-9f19-4136-bb9b-bf28ac0da8e1): There are no data parts 2026.03.19 07:54:26.432880 [ 3 ] {d7bb3699-b198-4d11-b16d-d73b25c234c1} TCPHandler: Processed in 0.00320517 sec. 2026.03.19 07:54:26.433006 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.433176 [ 3 ] {75566997-9bfa-4bf8-931c-ff84f482d9de} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.433232 [ 3 ] {75566997-9bfa-4bf8-931c-ff84f482d9de} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.03.19 07:54:26.434823 [ 3 ] {75566997-9bfa-4bf8-931c-ff84f482d9de} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Loading data parts 2026.03.19 07:54:26.435099 [ 3 ] {75566997-9bfa-4bf8-931c-ff84f482d9de} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): There are no data parts 2026.03.19 07:54:26.436440 [ 3 ] {75566997-9bfa-4bf8-931c-ff84f482d9de} TCPHandler: Processed in 0.003483215 sec. 2026.03.19 07:54:26.436566 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.436717 [ 3 ] {8fafccfc-61c3-4363-b8ae-87f2db987331} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.436771 [ 3 ] {8fafccfc-61c3-4363-b8ae-87f2db987331} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.03.19 07:54:26.438337 [ 3 ] {8fafccfc-61c3-4363-b8ae-87f2db987331} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Loading data parts 2026.03.19 07:54:26.438493 [ 3 ] {8fafccfc-61c3-4363-b8ae-87f2db987331} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): There are no data parts 2026.03.19 07:54:26.439802 [ 3 ] {8fafccfc-61c3-4363-b8ae-87f2db987331} TCPHandler: Processed in 0.003285262 sec. 2026.03.19 07:54:26.439938 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.440098 [ 3 ] {0a83cdb4-bf02-4c49-9cae-2ae7c3a96b6e} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.440150 [ 3 ] {0a83cdb4-bf02-4c49-9cae-2ae7c3a96b6e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.03.19 07:54:26.441703 [ 3 ] {0a83cdb4-bf02-4c49-9cae-2ae7c3a96b6e} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Loading data parts 2026.03.19 07:54:26.441843 [ 3 ] {0a83cdb4-bf02-4c49-9cae-2ae7c3a96b6e} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): There are no data parts 2026.03.19 07:54:26.443108 [ 3 ] {0a83cdb4-bf02-4c49-9cae-2ae7c3a96b6e} TCPHandler: Processed in 0.003217961 sec. 2026.03.19 07:54:26.443243 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.443394 [ 3 ] {f0cd0538-4d92-4559-b8cb-cd7b71f13517} executeQuery: (from [fd00:1122:3344:101::d]:55746) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.19 07:54:26.443458 [ 3 ] {f0cd0538-4d92-4559-b8cb-cd7b71f13517} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.03.19 07:54:26.445022 [ 3 ] {f0cd0538-4d92-4559-b8cb-cd7b71f13517} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Loading data parts 2026.03.19 07:54:26.445160 [ 3 ] {f0cd0538-4d92-4559-b8cb-cd7b71f13517} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): There are no data parts 2026.03.19 07:54:26.446480 [ 3 ] {f0cd0538-4d92-4559-b8cb-cd7b71f13517} TCPHandler: Processed in 0.003285662 sec. 2026.03.19 07:54:26.446635 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.446872 [ 3 ] {6ac512e4-6c77-4ffc-be79-47692186ac78} executeQuery: (from [fd00:1122:3344:101::d]:55746) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2026.03.19 07:54:26.446942 [ 3 ] {6ac512e4-6c77-4ffc-be79-47692186ac78} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.03.19 07:54:26.448461 [ 3 ] {6ac512e4-6c77-4ffc-be79-47692186ac78} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437): Loading data parts 2026.03.19 07:54:26.448640 [ 3 ] {6ac512e4-6c77-4ffc-be79-47692186ac78} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437): There are no data parts 2026.03.19 07:54:26.450023 [ 3 ] {6ac512e4-6c77-4ffc-be79-47692186ac78} TCPHandler: Processed in 0.003437325 sec. 2026.03.19 07:54:26.450226 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:26.450546 [ 253 ] {f7589d56-5196-427e-a48d-4c6549177d5e} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.03.19 07:54:26.451822 [ 253 ] {f7589d56-5196-427e-a48d-4c6549177d5e} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.03.19 07:54:26.462221 [ 259 ] {f7589d56-5196-427e-a48d-4c6549177d5e} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:26.462322 [ 259 ] {f7589d56-5196-427e-a48d-4c6549177d5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:26.464542 [ 259 ] {f7589d56-5196-427e-a48d-4c6549177d5e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 07:54:26.464949 [ 259 ] {f7589d56-5196-427e-a48d-4c6549177d5e} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:26.465204 [ 253 ] {f7589d56-5196-427e-a48d-4c6549177d5e} executeQuery: Read 1 rows, 16.00 B in 0.014807 sec., 67.53562504220976 rows/sec., 1.06 KiB/sec. 2026.03.19 07:54:26.465467 [ 253 ] {f7589d56-5196-427e-a48d-4c6549177d5e} TCPHandler: Processed in 0.015341043 sec. 2026.03.19 07:54:27.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 124.03 MiB, peak 124.03 MiB, free memory in arenas 0.00 B, will set to 138.06 MiB (RSS), difference: 14.03 MiB 2026.03.19 07:54:29.543080 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61501 2026.03.19 07:54:29.543347 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:29.543448 [ 262 ] {} TCP-Session: e0d9f88e-cce3-41e7-950d-54c1bf7bc31d Authenticating user 'default' from [fd00:1122:3344:101::b]:61501 2026.03.19 07:54:29.543545 [ 262 ] {} TCP-Session: e0d9f88e-cce3-41e7-950d-54c1bf7bc31d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.543562 [ 262 ] {} TCP-Session: e0d9f88e-cce3-41e7-950d-54c1bf7bc31d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.543677 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.19 07:54:29.543754 [ 262 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.19 07:54:29.543815 [ 262 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.19 07:54:29.544278 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61076 2026.03.19 07:54:29.544360 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51491 2026.03.19 07:54:29.544478 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:29.544503 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51272 2026.03.19 07:54:29.544520 [ 263 ] {} TCP-Session: 94d7f7b5-8cae-437a-8a6d-95e0b84e9ac5 Authenticating user 'default' from [fd00:1122:3344:101::b]:61076 2026.03.19 07:54:29.544561 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34717 2026.03.19 07:54:29.544645 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:29.544663 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56400 2026.03.19 07:54:29.544679 [ 263 ] {} TCP-Session: 94d7f7b5-8cae-437a-8a6d-95e0b84e9ac5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.544731 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:29.544697 [ 264 ] {} TCP-Session: 63c309fc-9840-4a64-b1b3-7db484f5762f Authenticating user 'default' from [fd00:1122:3344:101::b]:51491 2026.03.19 07:54:29.544801 [ 263 ] {} TCP-Session: 94d7f7b5-8cae-437a-8a6d-95e0b84e9ac5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.544838 [ 265 ] {} TCP-Session: f9cde359-2285-4521-a02a-0617adf60683 Authenticating user 'default' from [fd00:1122:3344:101::b]:51272 2026.03.19 07:54:29.544820 [ 264 ] {} TCP-Session: 63c309fc-9840-4a64-b1b3-7db484f5762f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.544879 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45933 2026.03.19 07:54:29.544930 [ 264 ] {} TCP-Session: 63c309fc-9840-4a64-b1b3-7db484f5762f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.544981 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:29.545007 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39979 2026.03.19 07:54:29.544973 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:29.545079 [ 267 ] {} TCP-Session: 016f73cd-5d41-47f1-bc1b-f07e720d1e86 Authenticating user 'default' from [fd00:1122:3344:101::b]:56400 2026.03.19 07:54:29.544952 [ 265 ] {} TCP-Session: f9cde359-2285-4521-a02a-0617adf60683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.545127 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:29.545188 [ 267 ] {} TCP-Session: 016f73cd-5d41-47f1-bc1b-f07e720d1e86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.545182 [ 266 ] {} TCP-Session: f7e8ee31-0dcd-4144-a8bf-fdc78b65d4d8 Authenticating user 'default' from [fd00:1122:3344:101::b]:34717 2026.03.19 07:54:29.545231 [ 268 ] {} TCP-Session: 5c2cda5d-9ff2-4632-a92d-e6cb7b9f6314 Authenticating user 'default' from [fd00:1122:3344:101::b]:45933 2026.03.19 07:54:29.545175 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:29.545319 [ 266 ] {} TCP-Session: f7e8ee31-0dcd-4144-a8bf-fdc78b65d4d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.545304 [ 268 ] {} TCP-Session: 5c2cda5d-9ff2-4632-a92d-e6cb7b9f6314 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.545281 [ 267 ] {} TCP-Session: 016f73cd-5d41-47f1-bc1b-f07e720d1e86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.545408 [ 266 ] {} TCP-Session: f7e8ee31-0dcd-4144-a8bf-fdc78b65d4d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.545396 [ 268 ] {} TCP-Session: 5c2cda5d-9ff2-4632-a92d-e6cb7b9f6314 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.545391 [ 269 ] {} TCP-Session: 14c21168-1ea3-43cd-8e50-b8ceff680a45 Authenticating user 'default' from [fd00:1122:3344:101::b]:39979 2026.03.19 07:54:29.545172 [ 265 ] {} TCP-Session: f9cde359-2285-4521-a02a-0617adf60683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.545557 [ 269 ] {} TCP-Session: 14c21168-1ea3-43cd-8e50-b8ceff680a45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.545577 [ 269 ] {} TCP-Session: 14c21168-1ea3-43cd-8e50-b8ceff680a45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.583129 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40566 2026.03.19 07:54:29.584828 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:29.584885 [ 270 ] {} TCP-Session: 52b0f300-59b9-4b76-b240-129b42cca2b9 Authenticating user 'default' from [fd00:1122:3344:101::c]:40566 2026.03.19 07:54:29.584997 [ 270 ] {} TCP-Session: 52b0f300-59b9-4b76-b240-129b42cca2b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.585011 [ 270 ] {} TCP-Session: 52b0f300-59b9-4b76-b240-129b42cca2b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.585075 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.19 07:54:29.585186 [ 270 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.19 07:54:29.585204 [ 270 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.19 07:54:29.586045 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64507 2026.03.19 07:54:29.586131 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47776 2026.03.19 07:54:29.586290 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62587 2026.03.19 07:54:29.586314 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:29.586339 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35130 2026.03.19 07:54:29.586427 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:29.586477 [ 271 ] {} TCP-Session: 171ec55a-ac1d-4983-832b-212f621c920a Authenticating user 'default' from [fd00:1122:3344:101::c]:64507 2026.03.19 07:54:29.586531 [ 272 ] {} TCP-Session: 0db3be87-844a-4a7b-a070-66251b160ff0 Authenticating user 'default' from [fd00:1122:3344:101::c]:47776 2026.03.19 07:54:29.586562 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:29.586578 [ 271 ] {} TCP-Session: 171ec55a-ac1d-4983-832b-212f621c920a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.586624 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:29.586644 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37599 2026.03.19 07:54:29.586638 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53880 2026.03.19 07:54:29.586815 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:29.586724 [ 274 ] {} TCP-Session: 5025ed23-bf93-47ab-b818-b181f4c8ad94 Authenticating user 'default' from [fd00:1122:3344:101::c]:35130 2026.03.19 07:54:29.586713 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55542 2026.03.19 07:54:29.586691 [ 271 ] {} TCP-Session: 171ec55a-ac1d-4983-832b-212f621c920a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.586602 [ 273 ] {} TCP-Session: d52d1cfa-afe6-449c-be68-83a2a09fbe08 Authenticating user 'default' from [fd00:1122:3344:101::c]:62587 2026.03.19 07:54:29.586976 [ 275 ] {} TCP-Session: d436607e-f57b-460f-820a-1745d7b13503 Authenticating user 'default' from [fd00:1122:3344:101::c]:37599 2026.03.19 07:54:29.586584 [ 272 ] {} TCP-Session: 0db3be87-844a-4a7b-a070-66251b160ff0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.587069 [ 275 ] {} TCP-Session: d436607e-f57b-460f-820a-1745d7b13503 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.587085 [ 273 ] {} TCP-Session: d52d1cfa-afe6-449c-be68-83a2a09fbe08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.587051 [ 274 ] {} TCP-Session: 5025ed23-bf93-47ab-b818-b181f4c8ad94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.587152 [ 273 ] {} TCP-Session: d52d1cfa-afe6-449c-be68-83a2a09fbe08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.587169 [ 275 ] {} TCP-Session: d436607e-f57b-460f-820a-1745d7b13503 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.587128 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:29.587223 [ 274 ] {} TCP-Session: 5025ed23-bf93-47ab-b818-b181f4c8ad94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.587034 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:29.587139 [ 272 ] {} TCP-Session: 0db3be87-844a-4a7b-a070-66251b160ff0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.587367 [ 276 ] {} TCP-Session: 444503e1-1141-4a12-bcd2-5443e7afb296 Authenticating user 'default' from [fd00:1122:3344:101::c]:53880 2026.03.19 07:54:29.587345 [ 277 ] {} TCP-Session: e752ec19-bbf5-434e-84b5-5906c6e8da3e Authenticating user 'default' from [fd00:1122:3344:101::c]:55542 2026.03.19 07:54:29.587463 [ 277 ] {} TCP-Session: e752ec19-bbf5-434e-84b5-5906c6e8da3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.587467 [ 276 ] {} TCP-Session: 444503e1-1141-4a12-bcd2-5443e7afb296 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.587562 [ 277 ] {} TCP-Session: e752ec19-bbf5-434e-84b5-5906c6e8da3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:29.587581 [ 276 ] {} TCP-Session: 444503e1-1141-4a12-bcd2-5443e7afb296 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:30.000185 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 138.35 MiB, peak 138.35 MiB, free memory in arenas 0.00 B, will set to 139.36 MiB (RSS), difference: 1.01 MiB 2026.03.19 07:54:31.046675 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:32909 2026.03.19 07:54:31.046944 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:31.046977 [ 278 ] {} TCP-Session: 333fc3cc-2649-4db1-99d0-f85133e237ef Authenticating user 'default' from [fd00:1122:3344:101::a]:32909 2026.03.19 07:54:31.047180 [ 278 ] {} TCP-Session: 333fc3cc-2649-4db1-99d0-f85133e237ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:31.047196 [ 278 ] {} TCP-Session: 333fc3cc-2649-4db1-99d0-f85133e237ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:31.047274 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.19 07:54:31.047380 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.19 07:54:31.047398 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.19 07:54:31.047880 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57962 2026.03.19 07:54:31.047979 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37394 2026.03.19 07:54:31.048077 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44208 2026.03.19 07:54:31.048169 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39204 2026.03.19 07:54:31.048073 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:31.048241 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33787 2026.03.19 07:54:31.048285 [ 279 ] {} TCP-Session: 9a1c8a7b-bcc1-4705-aa32-efb9e2f4b66c Authenticating user 'default' from [fd00:1122:3344:101::a]:57962 2026.03.19 07:54:31.048345 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49413 2026.03.19 07:54:31.048467 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36092 2026.03.19 07:54:31.048579 [ 279 ] {} TCP-Session: 9a1c8a7b-bcc1-4705-aa32-efb9e2f4b66c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:31.048661 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:31.048701 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:31.048743 [ 279 ] {} TCP-Session: 9a1c8a7b-bcc1-4705-aa32-efb9e2f4b66c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:31.048779 [ 280 ] {} TCP-Session: 9382a6de-a191-4aa1-94c8-3152323480e9 Authenticating user 'default' from [fd00:1122:3344:101::a]:37394 2026.03.19 07:54:31.048765 [ 282 ] {} TCP-Session: d300c150-ae0b-4214-b069-f130c074fe08 Authenticating user 'default' from [fd00:1122:3344:101::a]:39204 2026.03.19 07:54:31.048829 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:31.048890 [ 280 ] {} TCP-Session: 9382a6de-a191-4aa1-94c8-3152323480e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:31.048872 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:31.048949 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:31.048869 [ 282 ] {} TCP-Session: d300c150-ae0b-4214-b069-f130c074fe08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:31.049010 [ 285 ] {} TCP-Session: f37f379c-cb39-43c9-ba2f-84c8af4c2d09 Authenticating user 'default' from [fd00:1122:3344:101::a]:36092 2026.03.19 07:54:31.049012 [ 281 ] {} TCP-Session: 42f8441c-89ed-4984-a565-f28dab2e9127 Authenticating user 'default' from [fd00:1122:3344:101::a]:44208 2026.03.19 07:54:31.049008 [ 280 ] {} TCP-Session: 9382a6de-a191-4aa1-94c8-3152323480e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:31.049158 [ 285 ] {} TCP-Session: f37f379c-cb39-43c9-ba2f-84c8af4c2d09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:31.049149 [ 281 ] {} TCP-Session: 42f8441c-89ed-4984-a565-f28dab2e9127 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:31.049135 [ 282 ] {} TCP-Session: d300c150-ae0b-4214-b069-f130c074fe08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:31.049332 [ 281 ] {} TCP-Session: 42f8441c-89ed-4984-a565-f28dab2e9127 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:31.049342 [ 285 ] {} TCP-Session: f37f379c-cb39-43c9-ba2f-84c8af4c2d09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:31.048750 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:54:31.049002 [ 284 ] {} TCP-Session: e8507bf7-ae82-402f-bf50-a543fe7db1cd Authenticating user 'default' from [fd00:1122:3344:101::a]:49413 2026.03.19 07:54:31.049506 [ 283 ] {} TCP-Session: 9b3a94b3-2781-417d-afa8-2f45a8a0f5c8 Authenticating user 'default' from [fd00:1122:3344:101::a]:33787 2026.03.19 07:54:31.049513 [ 284 ] {} TCP-Session: e8507bf7-ae82-402f-bf50-a543fe7db1cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:31.049533 [ 283 ] {} TCP-Session: 9b3a94b3-2781-417d-afa8-2f45a8a0f5c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:31.049667 [ 284 ] {} TCP-Session: e8507bf7-ae82-402f-bf50-a543fe7db1cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:31.049680 [ 283 ] {} TCP-Session: 9b3a94b3-2781-417d-afa8-2f45a8a0f5c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:54:33.478934 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.03.19 07:54:33.478927 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.03.19 07:54:33.479031 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.03.19 07:54:33.479090 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.03.19 07:54:33.482317 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Loading data parts 2026.03.19 07:54:33.482483 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): There are no data parts 2026.03.19 07:54:33.487105 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:33.487382 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:33.494169 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 07:54:33.494824 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:33.495151 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.03.19 07:54:33.499987 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Loading data parts 2026.03.19 07:54:33.500211 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): There are no data parts 2026.03.19 07:54:33.528060 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:33.528321 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:33.535247 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 07:54:33.537969 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:33.542935 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.03.19 07:54:34.000152 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.94 MiB, peak 148.94 MiB, free memory in arenas 0.00 B, will set to 153.99 MiB (RSS), difference: 9.05 MiB 2026.03.19 07:54:35.978839 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.03.19 07:54:35.979062 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.03.19 07:54:35.986804 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Loading data parts 2026.03.19 07:54:35.987005 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): There are no data parts 2026.03.19 07:54:35.996708 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:35.996816 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:35.998428 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 07:54:35.998916 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:35.999195 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.03.19 07:54:36.000227 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.20 MiB, peak 158.20 MiB, free memory in arenas 0.00 B, will set to 155.04 MiB (RSS), difference: -3.16 MiB 2026.03.19 07:54:40.959955 [ 36 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:54:40.960014 [ 36 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:54:40.995306 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 915 2026.03.19 07:54:40.998088 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:40.998127 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:40.998839 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 07:54:40.999464 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:40.999617 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 915 2026.03.19 07:54:41.043083 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.03.19 07:54:41.060620 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:41.060724 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:41.067284 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 07:54:41.068411 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:41.071472 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.03.19 07:54:42.000171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.88 MiB, peak 159.88 MiB, free memory in arenas 0.00 B, will set to 157.59 MiB (RSS), difference: 1.72 MiB 2026.03.19 07:54:46.000169 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.62 MiB, peak 159.88 MiB, free memory in arenas 0.00 B, will set to 157.64 MiB (RSS), difference: 4.02 MiB 2026.03.19 07:54:46.759647 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.759825 [ 3 ] {e6bf3e4d-0637-491d-beff-3e4193f94fb2} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.760259 [ 3 ] {e6bf3e4d-0637-491d-beff-3e4193f94fb2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.760480 [ 3 ] {e6bf3e4d-0637-491d-beff-3e4193f94fb2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.763122 [ 3 ] {e6bf3e4d-0637-491d-beff-3e4193f94fb2} TCPHandler: Processed in 0.003597117 sec. 2026.03.19 07:54:46.770771 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.770950 [ 3 ] {f60a3f9d-deed-422f-b3e7-fd191c472ea3} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.775131 [ 3 ] {f60a3f9d-deed-422f-b3e7-fd191c472ea3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.775274 [ 3 ] {f60a3f9d-deed-422f-b3e7-fd191c472ea3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.775676 [ 3 ] {f60a3f9d-deed-422f-b3e7-fd191c472ea3} TCPHandler: Processed in 0.004956749 sec. 2026.03.19 07:54:46.776421 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.776539 [ 3 ] {c46404f4-3ec4-44e2-9a49-4def8a1720e5} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.776814 [ 3 ] {c46404f4-3ec4-44e2-9a49-4def8a1720e5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.776858 [ 3 ] {c46404f4-3ec4-44e2-9a49-4def8a1720e5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.777188 [ 3 ] {c46404f4-3ec4-44e2-9a49-4def8a1720e5} TCPHandler: Processed in 0.000817113 sec. 2026.03.19 07:54:46.777385 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.777505 [ 3 ] {48da1ef2-a6cc-4e27-b5e7-d503db1797f5} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.777741 [ 3 ] {48da1ef2-a6cc-4e27-b5e7-d503db1797f5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.777784 [ 3 ] {48da1ef2-a6cc-4e27-b5e7-d503db1797f5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.778145 [ 3 ] {48da1ef2-a6cc-4e27-b5e7-d503db1797f5} TCPHandler: Processed in 0.000808403 sec. 2026.03.19 07:54:46.778349 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.778464 [ 3 ] {f9e32698-21bc-4339-98a5-609397ef1200} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.778698 [ 3 ] {f9e32698-21bc-4339-98a5-609397ef1200} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.778740 [ 3 ] {f9e32698-21bc-4339-98a5-609397ef1200} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.779063 [ 3 ] {f9e32698-21bc-4339-98a5-609397ef1200} TCPHandler: Processed in 0.000763463 sec. 2026.03.19 07:54:46.779258 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.779374 [ 3 ] {dd038b05-37df-4c4a-9426-6ab96aed2db1} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.779668 [ 3 ] {dd038b05-37df-4c4a-9426-6ab96aed2db1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.779725 [ 3 ] {dd038b05-37df-4c4a-9426-6ab96aed2db1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.780166 [ 3 ] {dd038b05-37df-4c4a-9426-6ab96aed2db1} TCPHandler: Processed in 0.000955005 sec. 2026.03.19 07:54:46.780400 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.780544 [ 3 ] {efac3d82-fa81-4421-b48e-123687a8b773} executeQuery: (from [fd00:1122:3344:101::d]:55746) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.780899 [ 3 ] {efac3d82-fa81-4421-b48e-123687a8b773} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.780962 [ 3 ] {efac3d82-fa81-4421-b48e-123687a8b773} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.781386 [ 3 ] {efac3d82-fa81-4421-b48e-123687a8b773} TCPHandler: Processed in 0.001047346 sec. 2026.03.19 07:54:46.781625 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.781756 [ 3 ] {562984b8-1e3d-45b7-bfa6-ebb8752b0c88} executeQuery: (from [fd00:1122:3344:101::d]:55746) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.782007 [ 3 ] {562984b8-1e3d-45b7-bfa6-ebb8752b0c88} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.782050 [ 3 ] {562984b8-1e3d-45b7-bfa6-ebb8752b0c88} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.782366 [ 3 ] {562984b8-1e3d-45b7-bfa6-ebb8752b0c88} TCPHandler: Processed in 0.000791332 sec. 2026.03.19 07:54:46.782579 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.782698 [ 3 ] {00334e2c-390d-4ac9-bd35-3665802a17da} executeQuery: (from [fd00:1122:3344:101::d]:55746) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.782941 [ 3 ] {00334e2c-390d-4ac9-bd35-3665802a17da} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.782983 [ 3 ] {00334e2c-390d-4ac9-bd35-3665802a17da} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.783301 [ 3 ] {00334e2c-390d-4ac9-bd35-3665802a17da} TCPHandler: Processed in 0.000770702 sec. 2026.03.19 07:54:46.783512 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.783631 [ 3 ] {4ffa9ce9-2140-4a12-93d6-f00839398741} executeQuery: (from [fd00:1122:3344:101::d]:55746) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.783886 [ 3 ] {4ffa9ce9-2140-4a12-93d6-f00839398741} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.783929 [ 3 ] {4ffa9ce9-2140-4a12-93d6-f00839398741} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.784242 [ 3 ] {4ffa9ce9-2140-4a12-93d6-f00839398741} TCPHandler: Processed in 0.000777713 sec. 2026.03.19 07:54:46.784457 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.784576 [ 3 ] {16ee84c3-bd54-4968-8688-46315e2be17a} executeQuery: (from [fd00:1122:3344:101::d]:55746) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.784815 [ 3 ] {16ee84c3-bd54-4968-8688-46315e2be17a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.784858 [ 3 ] {16ee84c3-bd54-4968-8688-46315e2be17a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.785173 [ 3 ] {16ee84c3-bd54-4968-8688-46315e2be17a} TCPHandler: Processed in 0.000763872 sec. 2026.03.19 07:54:46.785377 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.785494 [ 3 ] {fef70c24-191d-4888-808f-d76bb05db88c} executeQuery: (from [fd00:1122:3344:101::d]:55746) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.785743 [ 3 ] {fef70c24-191d-4888-808f-d76bb05db88c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.785786 [ 3 ] {fef70c24-191d-4888-808f-d76bb05db88c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.786132 [ 3 ] {fef70c24-191d-4888-808f-d76bb05db88c} TCPHandler: Processed in 0.000803483 sec. 2026.03.19 07:54:46.786377 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.786495 [ 3 ] {df9ec1f4-ee43-4426-bfb2-bcc0430327c9} executeQuery: (from [fd00:1122:3344:101::d]:55746) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.786797 [ 3 ] {df9ec1f4-ee43-4426-bfb2-bcc0430327c9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.786849 [ 3 ] {df9ec1f4-ee43-4426-bfb2-bcc0430327c9} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.787275 [ 3 ] {df9ec1f4-ee43-4426-bfb2-bcc0430327c9} TCPHandler: Processed in 0.000945535 sec. 2026.03.19 07:54:46.787542 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.787678 [ 3 ] {5da342ea-2b99-40cd-ba99-9ab5a4654991} executeQuery: (from [fd00:1122:3344:101::d]:55746) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.788001 [ 3 ] {5da342ea-2b99-40cd-ba99-9ab5a4654991} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.788053 [ 3 ] {5da342ea-2b99-40cd-ba99-9ab5a4654991} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.788484 [ 3 ] {5da342ea-2b99-40cd-ba99-9ab5a4654991} TCPHandler: Processed in 0.000997606 sec. 2026.03.19 07:54:46.788739 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.788878 [ 3 ] {6711be50-ec1c-490f-af3d-cbfc0f6d29c7} executeQuery: (from [fd00:1122:3344:101::d]:55746) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.789200 [ 3 ] {6711be50-ec1c-490f-af3d-cbfc0f6d29c7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.789253 [ 3 ] {6711be50-ec1c-490f-af3d-cbfc0f6d29c7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.789677 [ 3 ] {6711be50-ec1c-490f-af3d-cbfc0f6d29c7} TCPHandler: Processed in 0.000995276 sec. 2026.03.19 07:54:46.789953 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.790097 [ 3 ] {34932115-7677-4ab4-ab53-b1b58605c609} executeQuery: (from [fd00:1122:3344:101::d]:55746) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.790478 [ 3 ] {34932115-7677-4ab4-ab53-b1b58605c609} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.790529 [ 3 ] {34932115-7677-4ab4-ab53-b1b58605c609} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.790935 [ 3 ] {34932115-7677-4ab4-ab53-b1b58605c609} TCPHandler: Processed in 0.001036146 sec. 2026.03.19 07:54:46.791783 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.791914 [ 3 ] {8306f68f-9251-419b-9c10-083a4a4f9775} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.792193 [ 3 ] {8306f68f-9251-419b-9c10-083a4a4f9775} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.792239 [ 3 ] {8306f68f-9251-419b-9c10-083a4a4f9775} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.792572 [ 3 ] {8306f68f-9251-419b-9c10-083a4a4f9775} TCPHandler: Processed in 0.000840913 sec. 2026.03.19 07:54:46.792774 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.792902 [ 3 ] {1626d3f5-0dcf-4f88-8476-be7e27ccb648} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.793187 [ 3 ] {1626d3f5-0dcf-4f88-8476-be7e27ccb648} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.793232 [ 3 ] {1626d3f5-0dcf-4f88-8476-be7e27ccb648} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.793567 [ 3 ] {1626d3f5-0dcf-4f88-8476-be7e27ccb648} TCPHandler: Processed in 0.000842104 sec. 2026.03.19 07:54:46.793787 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.793910 [ 3 ] {1470c62b-9cf4-4d49-ac54-d2d0f34811b7} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.794180 [ 3 ] {1470c62b-9cf4-4d49-ac54-d2d0f34811b7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.794224 [ 3 ] {1470c62b-9cf4-4d49-ac54-d2d0f34811b7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.794555 [ 3 ] {1470c62b-9cf4-4d49-ac54-d2d0f34811b7} TCPHandler: Processed in 0.000817733 sec. 2026.03.19 07:54:46.794762 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.794891 [ 3 ] {405c6b0e-88b6-4a90-a841-0f4c4daeb65f} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.795170 [ 3 ] {405c6b0e-88b6-4a90-a841-0f4c4daeb65f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.795217 [ 3 ] {405c6b0e-88b6-4a90-a841-0f4c4daeb65f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.795570 [ 3 ] {405c6b0e-88b6-4a90-a841-0f4c4daeb65f} TCPHandler: Processed in 0.000857614 sec. 2026.03.19 07:54:46.796395 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.796544 [ 3 ] {5b466669-c941-4570-a843-296efbc36c8c} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.796891 [ 3 ] {5b466669-c941-4570-a843-296efbc36c8c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.796938 [ 3 ] {5b466669-c941-4570-a843-296efbc36c8c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.797269 [ 3 ] {5b466669-c941-4570-a843-296efbc36c8c} TCPHandler: Processed in 0.000932865 sec. 2026.03.19 07:54:46.799500 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.799630 [ 3 ] {88ebb979-2d39-4f5d-a569-02a3e3a34d74} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.799902 [ 3 ] {88ebb979-2d39-4f5d-a569-02a3e3a34d74} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.799947 [ 3 ] {88ebb979-2d39-4f5d-a569-02a3e3a34d74} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.800275 [ 3 ] {88ebb979-2d39-4f5d-a569-02a3e3a34d74} TCPHandler: Processed in 0.000825173 sec. 2026.03.19 07:54:46.800810 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.800935 [ 3 ] {ecc242e0-eca2-4f16-a19c-88cb47c70983} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.801203 [ 3 ] {ecc242e0-eca2-4f16-a19c-88cb47c70983} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.801247 [ 3 ] {ecc242e0-eca2-4f16-a19c-88cb47c70983} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.801584 [ 3 ] {ecc242e0-eca2-4f16-a19c-88cb47c70983} TCPHandler: Processed in 0.000821903 sec. 2026.03.19 07:54:46.801812 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.801938 [ 3 ] {f42dfa62-088f-4335-85aa-e1391e7dbfc5} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.802206 [ 3 ] {f42dfa62-088f-4335-85aa-e1391e7dbfc5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.802249 [ 3 ] {f42dfa62-088f-4335-85aa-e1391e7dbfc5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.802571 [ 3 ] {f42dfa62-088f-4335-85aa-e1391e7dbfc5} TCPHandler: Processed in 0.000808223 sec. 2026.03.19 07:54:46.802810 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.802934 [ 3 ] {0e7d4542-17e0-4066-a3e3-c9b11c6ba4ef} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.803241 [ 3 ] {0e7d4542-17e0-4066-a3e3-c9b11c6ba4ef} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.803286 [ 3 ] {0e7d4542-17e0-4066-a3e3-c9b11c6ba4ef} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.803603 [ 3 ] {0e7d4542-17e0-4066-a3e3-c9b11c6ba4ef} TCPHandler: Processed in 0.000840873 sec. 2026.03.19 07:54:46.803819 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.803946 [ 3 ] {64dd8522-4d80-475f-b5a5-7e1d22708580} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.804230 [ 3 ] {64dd8522-4d80-475f-b5a5-7e1d22708580} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.804273 [ 3 ] {64dd8522-4d80-475f-b5a5-7e1d22708580} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.804591 [ 3 ] {64dd8522-4d80-475f-b5a5-7e1d22708580} TCPHandler: Processed in 0.000820503 sec. 2026.03.19 07:54:46.804818 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.804944 [ 3 ] {293e03bc-e579-4e29-9846-aae7e80f0cf4} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.805219 [ 3 ] {293e03bc-e579-4e29-9846-aae7e80f0cf4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.805261 [ 3 ] {293e03bc-e579-4e29-9846-aae7e80f0cf4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.805576 [ 3 ] {293e03bc-e579-4e29-9846-aae7e80f0cf4} TCPHandler: Processed in 0.000805123 sec. 2026.03.19 07:54:46.805849 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.805978 [ 3 ] {188d7303-87f2-4b24-852e-e3f7e47699f8} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.806248 [ 3 ] {188d7303-87f2-4b24-852e-e3f7e47699f8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.806292 [ 3 ] {188d7303-87f2-4b24-852e-e3f7e47699f8} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.806634 [ 3 ] {188d7303-87f2-4b24-852e-e3f7e47699f8} TCPHandler: Processed in 0.000832883 sec. 2026.03.19 07:54:46.806883 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.807010 [ 3 ] {f7bae23b-586f-498d-b790-419fb102b8c4} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.807281 [ 3 ] {f7bae23b-586f-498d-b790-419fb102b8c4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.807323 [ 3 ] {f7bae23b-586f-498d-b790-419fb102b8c4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.807654 [ 3 ] {f7bae23b-586f-498d-b790-419fb102b8c4} TCPHandler: Processed in 0.000819313 sec. 2026.03.19 07:54:46.807901 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.808034 [ 3 ] {02c108ca-bd68-4f11-9198-2044b4eee815} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.808309 [ 3 ] {02c108ca-bd68-4f11-9198-2044b4eee815} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.808352 [ 3 ] {02c108ca-bd68-4f11-9198-2044b4eee815} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.808681 [ 3 ] {02c108ca-bd68-4f11-9198-2044b4eee815} TCPHandler: Processed in 0.000829413 sec. 2026.03.19 07:54:46.808960 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.809089 [ 3 ] {99735331-f8c9-4705-bb71-54ee4c5f0281} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.809366 [ 3 ] {99735331-f8c9-4705-bb71-54ee4c5f0281} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.809410 [ 3 ] {99735331-f8c9-4705-bb71-54ee4c5f0281} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.809735 [ 3 ] {99735331-f8c9-4705-bb71-54ee4c5f0281} TCPHandler: Processed in 0.000833963 sec. 2026.03.19 07:54:46.817068 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.817234 [ 3 ] {81088a5c-73c7-4613-b75a-c9991cb81997} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.817593 [ 3 ] {81088a5c-73c7-4613-b75a-c9991cb81997} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.817652 [ 3 ] {81088a5c-73c7-4613-b75a-c9991cb81997} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.818057 [ 3 ] {81088a5c-73c7-4613-b75a-c9991cb81997} TCPHandler: Processed in 0.001060317 sec. 2026.03.19 07:54:46.818330 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.818464 [ 3 ] {741234ae-7a45-48db-a41e-bec8654c8194} executeQuery: (from [fd00:1122:3344:101::d]:55746) 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.19 07:54:46.818793 [ 3 ] {741234ae-7a45-48db-a41e-bec8654c8194} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.818838 [ 3 ] {741234ae-7a45-48db-a41e-bec8654c8194} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.819167 [ 3 ] {741234ae-7a45-48db-a41e-bec8654c8194} TCPHandler: Processed in 0.000889444 sec. 2026.03.19 07:54:46.819392 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.819537 [ 3 ] {ecc6a05d-133b-4645-a259-ec7926832855} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.819827 [ 3 ] {ecc6a05d-133b-4645-a259-ec7926832855} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.819871 [ 3 ] {ecc6a05d-133b-4645-a259-ec7926832855} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.820199 [ 3 ] {ecc6a05d-133b-4645-a259-ec7926832855} TCPHandler: Processed in 0.000854994 sec. 2026.03.19 07:54:46.820406 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.820537 [ 3 ] {2bd8bdbc-f126-4927-8e27-dae9c55cafd7} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.820837 [ 3 ] {2bd8bdbc-f126-4927-8e27-dae9c55cafd7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.820882 [ 3 ] {2bd8bdbc-f126-4927-8e27-dae9c55cafd7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.821209 [ 3 ] {2bd8bdbc-f126-4927-8e27-dae9c55cafd7} TCPHandler: Processed in 0.000850943 sec. 2026.03.19 07:54:46.821436 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.821569 [ 3 ] {8cbd1e13-87fd-41ae-aa47-ade6e59c328d} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.821856 [ 3 ] {8cbd1e13-87fd-41ae-aa47-ade6e59c328d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.821899 [ 3 ] {8cbd1e13-87fd-41ae-aa47-ade6e59c328d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.822258 [ 3 ] {8cbd1e13-87fd-41ae-aa47-ade6e59c328d} TCPHandler: Processed in 0.000870734 sec. 2026.03.19 07:54:46.822484 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.822618 [ 3 ] {6071e755-6930-489a-8a8d-cfc8d402c184} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.822905 [ 3 ] {6071e755-6930-489a-8a8d-cfc8d402c184} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.822948 [ 3 ] {6071e755-6930-489a-8a8d-cfc8d402c184} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.823288 [ 3 ] {6071e755-6930-489a-8a8d-cfc8d402c184} TCPHandler: Processed in 0.000852954 sec. 2026.03.19 07:54:46.823540 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.823675 [ 3 ] {bbf299e6-d430-4827-9b74-1d7b920c36bf} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.823974 [ 3 ] {bbf299e6-d430-4827-9b74-1d7b920c36bf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.824032 [ 3 ] {bbf299e6-d430-4827-9b74-1d7b920c36bf} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.824367 [ 3 ] {bbf299e6-d430-4827-9b74-1d7b920c36bf} TCPHandler: Processed in 0.000875824 sec. 2026.03.19 07:54:46.846925 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.847068 [ 3 ] {0021220b-4624-4172-9b5e-a2b0f955a4ac} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.847377 [ 3 ] {0021220b-4624-4172-9b5e-a2b0f955a4ac} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.847421 [ 3 ] {0021220b-4624-4172-9b5e-a2b0f955a4ac} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.847791 [ 3 ] {0021220b-4624-4172-9b5e-a2b0f955a4ac} TCPHandler: Processed in 0.000919854 sec. 2026.03.19 07:54:46.881693 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.881861 [ 3 ] {3d998d21-e283-42b1-b96d-b57a3ff7160a} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:54:46.882227 [ 3 ] {3d998d21-e283-42b1-b96d-b57a3ff7160a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.882276 [ 3 ] {3d998d21-e283-42b1-b96d-b57a3ff7160a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:54:46.882678 [ 3 ] {3d998d21-e283-42b1-b96d-b57a3ff7160a} TCPHandler: Processed in 0.001060737 sec. 2026.03.19 07:54:46.883456 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.883566 [ 3 ] {2855b95d-1187-4ffd-a793-0429af08d067} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.19 07:54:46.883609 [ 3 ] {2855b95d-1187-4ffd-a793-0429af08d067} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:54:46.884175 [ 3 ] {2855b95d-1187-4ffd-a793-0429af08d067} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:46.884221 [ 3 ] {2855b95d-1187-4ffd-a793-0429af08d067} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:46.884869 [ 3 ] {2855b95d-1187-4ffd-a793-0429af08d067} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 07:54:46.885235 [ 3 ] {2855b95d-1187-4ffd-a793-0429af08d067} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:46.885380 [ 3 ] {2855b95d-1187-4ffd-a793-0429af08d067} executeQuery: Read 40 rows, 8.92 KiB in 0.001846 sec., 21668.472372697724 rows/sec., 4.72 MiB/sec. 2026.03.19 07:54:46.885419 [ 3 ] {2855b95d-1187-4ffd-a793-0429af08d067} TCPHandler: Processed in 0.002013103 sec. 2026.03.19 07:54:46.885552 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.885649 [ 3 ] {936d053e-b493-4c65-8453-5443bdb61249} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 07:54:46.885689 [ 3 ] {936d053e-b493-4c65-8453-5443bdb61249} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 07:54:46.888427 [ 3 ] {936d053e-b493-4c65-8453-5443bdb61249} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:46.888472 [ 3 ] {936d053e-b493-4c65-8453-5443bdb61249} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:46.888989 [ 3 ] {936d053e-b493-4c65-8453-5443bdb61249} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 07:54:46.889446 [ 3 ] {936d053e-b493-4c65-8453-5443bdb61249} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:46.889580 [ 3 ] {936d053e-b493-4c65-8453-5443bdb61249} executeQuery: Read 284 rows, 18.47 KiB in 0.00395 sec., 71898.73417721518 rows/sec., 4.57 MiB/sec. 2026.03.19 07:54:46.889617 [ 3 ] {936d053e-b493-4c65-8453-5443bdb61249} TCPHandler: Processed in 0.004114975 sec. 2026.03.19 07:54:46.889739 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.889841 [ 3 ] {1d5f52c0-2d27-4dcb-997e-2b623a5a5abf} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 07:54:46.889883 [ 3 ] {1d5f52c0-2d27-4dcb-997e-2b623a5a5abf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 07:54:46.890299 [ 3 ] {1d5f52c0-2d27-4dcb-997e-2b623a5a5abf} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:46.890336 [ 3 ] {1d5f52c0-2d27-4dcb-997e-2b623a5a5abf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:46.890803 [ 3 ] {1d5f52c0-2d27-4dcb-997e-2b623a5a5abf} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 07:54:46.891397 [ 3 ] {1d5f52c0-2d27-4dcb-997e-2b623a5a5abf} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:46.891538 [ 3 ] {1d5f52c0-2d27-4dcb-997e-2b623a5a5abf} executeQuery: Read 12 rows, 1002.00 B in 0.001716 sec., 6993.006993006993 rows/sec., 570.23 KiB/sec. 2026.03.19 07:54:46.891578 [ 3 ] {1d5f52c0-2d27-4dcb-997e-2b623a5a5abf} TCPHandler: Processed in 0.00189055 sec. 2026.03.19 07:54:46.891704 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.891828 [ 3 ] {d48c6f4c-66f0-467c-963c-4bfa6fe80369} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:54:46.891882 [ 3 ] {d48c6f4c-66f0-467c-963c-4bfa6fe80369} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:54:46.894454 [ 3 ] {d48c6f4c-66f0-467c-963c-4bfa6fe80369} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:46.894501 [ 3 ] {d48c6f4c-66f0-467c-963c-4bfa6fe80369} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:46.895548 [ 3 ] {d48c6f4c-66f0-467c-963c-4bfa6fe80369} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 07:54:46.896047 [ 3 ] {d48c6f4c-66f0-467c-963c-4bfa6fe80369} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:46.896191 [ 3 ] {d48c6f4c-66f0-467c-963c-4bfa6fe80369} executeQuery: Read 2689 rows, 209.38 KiB in 0.004387 sec., 612947.3444267153 rows/sec., 46.61 MiB/sec. 2026.03.19 07:54:46.896238 [ 3 ] {d48c6f4c-66f0-467c-963c-4bfa6fe80369} MemoryTracker: Peak memory usage (for query): 4.06 MiB. 2026.03.19 07:54:46.896252 [ 3 ] {d48c6f4c-66f0-467c-963c-4bfa6fe80369} TCPHandler: Processed in 0.004612654 sec. 2026.03.19 07:54:46.896383 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.896484 [ 3 ] {1bb9e877-91bb-4d68-b378-bade9665a723} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:54:46.896528 [ 3 ] {1bb9e877-91bb-4d68-b378-bade9665a723} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:54:46.897052 [ 3 ] {1bb9e877-91bb-4d68-b378-bade9665a723} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:46.897092 [ 3 ] {1bb9e877-91bb-4d68-b378-bade9665a723} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:46.897506 [ 3 ] {1bb9e877-91bb-4d68-b378-bade9665a723} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 07:54:46.897935 [ 3 ] {1bb9e877-91bb-4d68-b378-bade9665a723} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:46.898079 [ 3 ] {1bb9e877-91bb-4d68-b378-bade9665a723} executeQuery: Read 166 rows, 10.28 KiB in 0.001614 sec., 102850.06195786865 rows/sec., 6.22 MiB/sec. 2026.03.19 07:54:46.898128 [ 3 ] {1bb9e877-91bb-4d68-b378-bade9665a723} TCPHandler: Processed in 0.001803769 sec. 2026.03.19 07:54:46.898276 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.898380 [ 3 ] {4ec1086c-accb-4c65-b3be-776ba39bfe84} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:54:46.898428 [ 3 ] {4ec1086c-accb-4c65-b3be-776ba39bfe84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:54:46.899182 [ 3 ] {4ec1086c-accb-4c65-b3be-776ba39bfe84} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:46.899218 [ 3 ] {4ec1086c-accb-4c65-b3be-776ba39bfe84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:46.899740 [ 3 ] {4ec1086c-accb-4c65-b3be-776ba39bfe84} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 07:54:46.900258 [ 3 ] {4ec1086c-accb-4c65-b3be-776ba39bfe84} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:46.900406 [ 3 ] {4ec1086c-accb-4c65-b3be-776ba39bfe84} executeQuery: Read 857 rows, 52.15 KiB in 0.002044 sec., 419275.9295499022 rows/sec., 24.92 MiB/sec. 2026.03.19 07:54:46.900458 [ 3 ] {4ec1086c-accb-4c65-b3be-776ba39bfe84} TCPHandler: Processed in 0.002249255 sec. 2026.03.19 07:54:46.900571 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.900668 [ 3 ] {784992f5-0d08-46ef-a9e9-ac3802d1dce8} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 07:54:46.900709 [ 3 ] {784992f5-0d08-46ef-a9e9-ac3802d1dce8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 07:54:46.901132 [ 3 ] {784992f5-0d08-46ef-a9e9-ac3802d1dce8} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:46.901170 [ 3 ] {784992f5-0d08-46ef-a9e9-ac3802d1dce8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:46.901611 [ 3 ] {784992f5-0d08-46ef-a9e9-ac3802d1dce8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 07:54:46.902133 [ 3 ] {784992f5-0d08-46ef-a9e9-ac3802d1dce8} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:46.902265 [ 3 ] {784992f5-0d08-46ef-a9e9-ac3802d1dce8} executeQuery: Read 1 rows, 72.00 B in 0.001616 sec., 618.8118811881188 rows/sec., 43.51 KiB/sec. 2026.03.19 07:54:46.902311 [ 3 ] {784992f5-0d08-46ef-a9e9-ac3802d1dce8} TCPHandler: Processed in 0.001790128 sec. 2026.03.19 07:54:46.902424 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.902519 [ 3 ] {c181d8db-18f9-4eb3-be6e-a20e36289250} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 07:54:46.902559 [ 3 ] {c181d8db-18f9-4eb3-be6e-a20e36289250} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 07:54:46.902999 [ 3 ] {c181d8db-18f9-4eb3-be6e-a20e36289250} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:46.903036 [ 3 ] {c181d8db-18f9-4eb3-be6e-a20e36289250} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:46.903482 [ 3 ] {c181d8db-18f9-4eb3-be6e-a20e36289250} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 07:54:46.904003 [ 3 ] {c181d8db-18f9-4eb3-be6e-a20e36289250} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:46.904129 [ 3 ] {c181d8db-18f9-4eb3-be6e-a20e36289250} executeQuery: Read 148 rows, 8.62 KiB in 0.001628 sec., 90909.0909090909 rows/sec., 5.17 MiB/sec. 2026.03.19 07:54:46.904173 [ 3 ] {c181d8db-18f9-4eb3-be6e-a20e36289250} TCPHandler: Processed in 0.001798268 sec. 2026.03.19 07:54:46.904287 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.904379 [ 3 ] {26846dcb-9a43-4ffe-972f-e356d7aa3659} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:54:46.904420 [ 3 ] {26846dcb-9a43-4ffe-972f-e356d7aa3659} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:54:46.905384 [ 3 ] {26846dcb-9a43-4ffe-972f-e356d7aa3659} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:46.905420 [ 3 ] {26846dcb-9a43-4ffe-972f-e356d7aa3659} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:46.905945 [ 3 ] {26846dcb-9a43-4ffe-972f-e356d7aa3659} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 07:54:46.906351 [ 3 ] {26846dcb-9a43-4ffe-972f-e356d7aa3659} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:46.906480 [ 3 ] {26846dcb-9a43-4ffe-972f-e356d7aa3659} executeQuery: Read 1450 rows, 102.34 KiB in 0.002117 sec., 684931.5068493151 rows/sec., 47.21 MiB/sec. 2026.03.19 07:54:46.906525 [ 3 ] {26846dcb-9a43-4ffe-972f-e356d7aa3659} TCPHandler: Processed in 0.002287847 sec. 2026.03.19 07:54:46.906653 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.906747 [ 3 ] {51195459-1a2f-4d07-9053-e53c7e891538} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.19 07:54:46.906788 [ 3 ] {51195459-1a2f-4d07-9053-e53c7e891538} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.19 07:54:46.907138 [ 3 ] {51195459-1a2f-4d07-9053-e53c7e891538} oximeter.measurements_bool (8502e53d-3e88-4bfb-a99f-872e242c3011): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:46.907181 [ 3 ] {51195459-1a2f-4d07-9053-e53c7e891538} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:46.907675 [ 3 ] {51195459-1a2f-4d07-9053-e53c7e891538} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 07:54:46.908221 [ 3 ] {51195459-1a2f-4d07-9053-e53c7e891538} oximeter.measurements_bool (8502e53d-3e88-4bfb-a99f-872e242c3011): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:46.908390 [ 3 ] {51195459-1a2f-4d07-9053-e53c7e891538} executeQuery: Read 6 rows, 321.00 B in 0.001659 sec., 3616.636528028933 rows/sec., 188.96 KiB/sec. 2026.03.19 07:54:46.908444 [ 3 ] {51195459-1a2f-4d07-9053-e53c7e891538} TCPHandler: Processed in 0.001841729 sec. 2026.03.19 07:54:46.908585 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.908698 [ 3 ] {ec5c157e-e06a-4857-8a37-3463c45c2bfc} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:54:46.908754 [ 3 ] {ec5c157e-e06a-4857-8a37-3463c45c2bfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:54:46.909685 [ 3 ] {ec5c157e-e06a-4857-8a37-3463c45c2bfc} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:46.909746 [ 3 ] {ec5c157e-e06a-4857-8a37-3463c45c2bfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:46.910468 [ 3 ] {ec5c157e-e06a-4857-8a37-3463c45c2bfc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 07:54:46.911058 [ 3 ] {ec5c157e-e06a-4857-8a37-3463c45c2bfc} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:46.911187 [ 3 ] {ec5c157e-e06a-4857-8a37-3463c45c2bfc} executeQuery: Read 1615 rows, 104.58 KiB in 0.002515 sec., 642147.1172962227 rows/sec., 40.61 MiB/sec. 2026.03.19 07:54:46.911236 [ 3 ] {ec5c157e-e06a-4857-8a37-3463c45c2bfc} TCPHandler: Processed in 0.002712163 sec. 2026.03.19 07:54:46.911351 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.911448 [ 3 ] {ceb3cc34-a28d-417e-8c79-e1a7527cf101} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.19 07:54:46.911490 [ 3 ] {ceb3cc34-a28d-417e-8c79-e1a7527cf101} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.19 07:54:46.911856 [ 3 ] {ceb3cc34-a28d-417e-8c79-e1a7527cf101} oximeter.measurements_f64 (715f0e5a-6a86-4139-adcd-92ecd18d02ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:46.911897 [ 3 ] {ceb3cc34-a28d-417e-8c79-e1a7527cf101} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:46.912387 [ 3 ] {ceb3cc34-a28d-417e-8c79-e1a7527cf101} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 07:54:46.912805 [ 3 ] {ceb3cc34-a28d-417e-8c79-e1a7527cf101} oximeter.measurements_f64 (715f0e5a-6a86-4139-adcd-92ecd18d02ff): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:46.912954 [ 3 ] {ceb3cc34-a28d-417e-8c79-e1a7527cf101} executeQuery: Read 1 rows, 69.00 B in 0.001524 sec., 656.1679790026246 rows/sec., 44.21 KiB/sec. 2026.03.19 07:54:46.912991 [ 3 ] {ceb3cc34-a28d-417e-8c79-e1a7527cf101} TCPHandler: Processed in 0.001689287 sec. 2026.03.19 07:54:46.913105 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.913203 [ 3 ] {869d7681-9b9a-44f8-afe7-1ecb21bb3838} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:54:46.913257 [ 3 ] {869d7681-9b9a-44f8-afe7-1ecb21bb3838} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:54:46.914088 [ 3 ] {869d7681-9b9a-44f8-afe7-1ecb21bb3838} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:46.914128 [ 3 ] {869d7681-9b9a-44f8-afe7-1ecb21bb3838} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:46.915443 [ 3 ] {869d7681-9b9a-44f8-afe7-1ecb21bb3838} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 07:54:46.915957 [ 3 ] {869d7681-9b9a-44f8-afe7-1ecb21bb3838} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:46.916090 [ 3 ] {869d7681-9b9a-44f8-afe7-1ecb21bb3838} executeQuery: Read 12 rows, 22.02 KiB in 0.002905 sec., 4130.808950086059 rows/sec., 7.40 MiB/sec. 2026.03.19 07:54:46.916140 [ 3 ] {869d7681-9b9a-44f8-afe7-1ecb21bb3838} TCPHandler: Processed in 0.003083969 sec. 2026.03.19 07:54:46.916256 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:46.916362 [ 3 ] {33932525-c8d3-488a-bbaa-199097f4f31d} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:54:46.916406 [ 3 ] {33932525-c8d3-488a-bbaa-199097f4f31d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:54:46.916769 [ 3 ] {33932525-c8d3-488a-bbaa-199097f4f31d} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:46.916806 [ 3 ] {33932525-c8d3-488a-bbaa-199097f4f31d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:46.917304 [ 3 ] {33932525-c8d3-488a-bbaa-199097f4f31d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 07:54:46.917818 [ 3 ] {33932525-c8d3-488a-bbaa-199097f4f31d} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:46.917948 [ 3 ] {33932525-c8d3-488a-bbaa-199097f4f31d} executeQuery: Read 42 rows, 2.45 KiB in 0.001603 sec., 26200.873362445414 rows/sec., 1.50 MiB/sec. 2026.03.19 07:54:46.917983 [ 3 ] {33932525-c8d3-488a-bbaa-199097f4f31d} TCPHandler: Processed in 0.001776488 sec. 2026.03.19 07:54:48.499713 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1403 2026.03.19 07:54:48.500222 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:48.500268 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:48.500971 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 07:54:48.501424 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:48.501563 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2026.03.19 07:54:48.571558 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.03.19 07:54:48.588687 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:48.588754 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2026.03.19 07:54:48.595950 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 07:54:48.597339 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:48.601984 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.03.19 07:54:49.000176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 160.53 MiB, peak 164.53 MiB, free memory in arenas 0.00 B, will set to 161.71 MiB (RSS), difference: 1.19 MiB 2026.03.19 07:54:51.479698 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:51.479911 [ 3 ] {3cf1ebb1-c5cd-401a-a9ce-eefe40292c89} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:54:51.479984 [ 3 ] {3cf1ebb1-c5cd-401a-a9ce-eefe40292c89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:54:51.480789 [ 3 ] {3cf1ebb1-c5cd-401a-a9ce-eefe40292c89} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:51.480843 [ 3 ] {3cf1ebb1-c5cd-401a-a9ce-eefe40292c89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:54:51.481382 [ 3 ] {3cf1ebb1-c5cd-401a-a9ce-eefe40292c89} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 07:54:51.481858 [ 3 ] {3cf1ebb1-c5cd-401a-a9ce-eefe40292c89} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:51.482050 [ 3 ] {3cf1ebb1-c5cd-401a-a9ce-eefe40292c89} executeQuery: Read 56 rows, 4.41 KiB in 0.002192 sec., 25547.445255474453 rows/sec., 1.96 MiB/sec. 2026.03.19 07:54:51.482102 [ 3 ] {3cf1ebb1-c5cd-401a-a9ce-eefe40292c89} TCPHandler: Processed in 0.00253098 sec. 2026.03.19 07:54:51.482232 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:51.482339 [ 3 ] {be9a753a-895f-4a3e-abd9-37db2aad6101} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:54:51.482383 [ 3 ] {be9a753a-895f-4a3e-abd9-37db2aad6101} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:54:51.482847 [ 3 ] {be9a753a-895f-4a3e-abd9-37db2aad6101} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:51.482884 [ 3 ] {be9a753a-895f-4a3e-abd9-37db2aad6101} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:54:51.483306 [ 3 ] {be9a753a-895f-4a3e-abd9-37db2aad6101} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 07:54:51.483780 [ 3 ] {be9a753a-895f-4a3e-abd9-37db2aad6101} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:51.483914 [ 3 ] {be9a753a-895f-4a3e-abd9-37db2aad6101} executeQuery: Read 64 rows, 5.12 KiB in 0.001601 sec., 39975.015615240474 rows/sec., 3.12 MiB/sec. 2026.03.19 07:54:51.483952 [ 3 ] {be9a753a-895f-4a3e-abd9-37db2aad6101} TCPHandler: Processed in 0.001775498 sec. 2026.03.19 07:54:51.484064 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:51.484164 [ 3 ] {3654fabc-7940-4085-8f3b-b6a91f3440d6} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:54:51.484208 [ 3 ] {3654fabc-7940-4085-8f3b-b6a91f3440d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:54:51.484642 [ 3 ] {3654fabc-7940-4085-8f3b-b6a91f3440d6} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:51.484678 [ 3 ] {3654fabc-7940-4085-8f3b-b6a91f3440d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:54:51.485190 [ 3 ] {3654fabc-7940-4085-8f3b-b6a91f3440d6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 07:54:51.485672 [ 3 ] {3654fabc-7940-4085-8f3b-b6a91f3440d6} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:51.485816 [ 3 ] {3654fabc-7940-4085-8f3b-b6a91f3440d6} executeQuery: Read 128 rows, 9.13 KiB in 0.001672 sec., 76555.02392344497 rows/sec., 5.33 MiB/sec. 2026.03.19 07:54:51.485854 [ 3 ] {3654fabc-7940-4085-8f3b-b6a91f3440d6} TCPHandler: Processed in 0.001840879 sec. 2026.03.19 07:54:51.485975 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:51.486073 [ 3 ] {e0e6816d-3e9d-423d-8d80-8915c0486b4a} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:54:51.486116 [ 3 ] {e0e6816d-3e9d-423d-8d80-8915c0486b4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:54:51.486469 [ 3 ] {e0e6816d-3e9d-423d-8d80-8915c0486b4a} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:51.486504 [ 3 ] {e0e6816d-3e9d-423d-8d80-8915c0486b4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:54:51.486927 [ 3 ] {e0e6816d-3e9d-423d-8d80-8915c0486b4a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 07:54:51.487350 [ 3 ] {e0e6816d-3e9d-423d-8d80-8915c0486b4a} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:51.487490 [ 3 ] {e0e6816d-3e9d-423d-8d80-8915c0486b4a} executeQuery: Read 48 rows, 3.31 KiB in 0.001437 sec., 33402.92275574113 rows/sec., 2.25 MiB/sec. 2026.03.19 07:54:51.487526 [ 3 ] {e0e6816d-3e9d-423d-8d80-8915c0486b4a} TCPHandler: Processed in 0.001603946 sec. 2026.03.19 07:54:55.960240 [ 72 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:54:55.960293 [ 72 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:54:55.999689 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 116 entries to flush up to offset 204 2026.03.19 07:54:56.001944 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 2026.03.19 07:54:56.002455 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:56.002495 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:54:56.003257 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 07:54:56.003750 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:56.003886 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2026.03.19 07:54:56.004330 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:56.004379 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:54:56.005743 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 07:54:56.006228 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:56.006513 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 204 2026.03.19 07:54:56.102167 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.03.19 07:54:56.119409 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:56.119458 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:54:56.125862 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 07:54:56.126981 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:56.129823 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.03.19 07:54:56.480769 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:56.480943 [ 3 ] {b51b6877-5a97-4774-b9f6-973a194f3deb} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:54:56.481027 [ 3 ] {b51b6877-5a97-4774-b9f6-973a194f3deb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:54:56.482023 [ 3 ] {b51b6877-5a97-4774-b9f6-973a194f3deb} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:56.482068 [ 3 ] {b51b6877-5a97-4774-b9f6-973a194f3deb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:54:56.482526 [ 3 ] {b51b6877-5a97-4774-b9f6-973a194f3deb} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 07:54:56.482958 [ 3 ] {b51b6877-5a97-4774-b9f6-973a194f3deb} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:56.483110 [ 3 ] {b51b6877-5a97-4774-b9f6-973a194f3deb} executeQuery: Read 56 rows, 4.41 KiB in 0.002209 sec., 25350.83748302399 rows/sec., 1.95 MiB/sec. 2026.03.19 07:54:56.483158 [ 3 ] {b51b6877-5a97-4774-b9f6-973a194f3deb} TCPHandler: Processed in 0.00248996 sec. 2026.03.19 07:54:56.483283 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:56.483381 [ 3 ] {d712a33e-9ae3-410b-b8a5-9c02721a6a9b} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:54:56.483423 [ 3 ] {d712a33e-9ae3-410b-b8a5-9c02721a6a9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:54:56.483849 [ 3 ] {d712a33e-9ae3-410b-b8a5-9c02721a6a9b} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:56.483887 [ 3 ] {d712a33e-9ae3-410b-b8a5-9c02721a6a9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:54:56.484296 [ 3 ] {d712a33e-9ae3-410b-b8a5-9c02721a6a9b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 07:54:56.484754 [ 3 ] {d712a33e-9ae3-410b-b8a5-9c02721a6a9b} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:56.484885 [ 3 ] {d712a33e-9ae3-410b-b8a5-9c02721a6a9b} executeQuery: Read 64 rows, 5.12 KiB in 0.001522 sec., 42049.93429697766 rows/sec., 3.28 MiB/sec. 2026.03.19 07:54:56.484924 [ 3 ] {d712a33e-9ae3-410b-b8a5-9c02721a6a9b} TCPHandler: Processed in 0.001691637 sec. 2026.03.19 07:54:56.485039 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:56.485134 [ 3 ] {e10e981e-62bf-490e-88b7-6869d6698e3a} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:54:56.485177 [ 3 ] {e10e981e-62bf-490e-88b7-6869d6698e3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:54:56.485607 [ 3 ] {e10e981e-62bf-490e-88b7-6869d6698e3a} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:56.485643 [ 3 ] {e10e981e-62bf-490e-88b7-6869d6698e3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:54:56.486157 [ 3 ] {e10e981e-62bf-490e-88b7-6869d6698e3a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 07:54:56.486587 [ 3 ] {e10e981e-62bf-490e-88b7-6869d6698e3a} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:56.486718 [ 3 ] {e10e981e-62bf-490e-88b7-6869d6698e3a} executeQuery: Read 160 rows, 11.41 KiB in 0.001601 sec., 99937.53903810118 rows/sec., 6.96 MiB/sec. 2026.03.19 07:54:56.486756 [ 3 ] {e10e981e-62bf-490e-88b7-6869d6698e3a} TCPHandler: Processed in 0.001767338 sec. 2026.03.19 07:54:56.486873 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:54:56.486978 [ 3 ] {1d9226ac-1633-464b-b73d-fdecf542fc08} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:54:56.487019 [ 3 ] {1d9226ac-1633-464b-b73d-fdecf542fc08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:54:56.487406 [ 3 ] {1d9226ac-1633-464b-b73d-fdecf542fc08} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:54:56.487441 [ 3 ] {1d9226ac-1633-464b-b73d-fdecf542fc08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:54:56.487875 [ 3 ] {1d9226ac-1633-464b-b73d-fdecf542fc08} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 07:54:56.488309 [ 3 ] {1d9226ac-1633-464b-b73d-fdecf542fc08} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:54:56.488438 [ 3 ] {1d9226ac-1633-464b-b73d-fdecf542fc08} executeQuery: Read 60 rows, 4.14 KiB in 0.001477 sec., 40622.88422477996 rows/sec., 2.74 MiB/sec. 2026.03.19 07:54:56.488475 [ 3 ] {1d9226ac-1633-464b-b73d-fdecf542fc08} TCPHandler: Processed in 0.001652286 sec. 2026.03.19 07:55:01.488762 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:01.488946 [ 3 ] {86f05184-3203-460f-8d54-fda87458275c} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 07:55:01.489008 [ 3 ] {86f05184-3203-460f-8d54-fda87458275c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 07:55:01.489756 [ 3 ] {86f05184-3203-460f-8d54-fda87458275c} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:01.489794 [ 3 ] {86f05184-3203-460f-8d54-fda87458275c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:01.490313 [ 3 ] {86f05184-3203-460f-8d54-fda87458275c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 07:55:01.490755 [ 3 ] {86f05184-3203-460f-8d54-fda87458275c} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:01.490913 [ 3 ] {86f05184-3203-460f-8d54-fda87458275c} executeQuery: Read 284 rows, 18.47 KiB in 0.00201 sec., 141293.53233830846 rows/sec., 8.97 MiB/sec. 2026.03.19 07:55:01.490969 [ 3 ] {86f05184-3203-460f-8d54-fda87458275c} TCPHandler: Processed in 0.002320387 sec. 2026.03.19 07:55:01.491113 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:01.491209 [ 3 ] {5b49b48b-5ba7-43ec-86c1-77e975883dfe} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:55:01.491252 [ 3 ] {5b49b48b-5ba7-43ec-86c1-77e975883dfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:55:01.492023 [ 3 ] {5b49b48b-5ba7-43ec-86c1-77e975883dfe} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:01.492060 [ 3 ] {5b49b48b-5ba7-43ec-86c1-77e975883dfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:01.492511 [ 3 ] {5b49b48b-5ba7-43ec-86c1-77e975883dfe} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 07:55:01.492928 [ 3 ] {5b49b48b-5ba7-43ec-86c1-77e975883dfe} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:01.493057 [ 3 ] {5b49b48b-5ba7-43ec-86c1-77e975883dfe} executeQuery: Read 817 rows, 65.50 KiB in 0.001865 sec., 438069.7050938338 rows/sec., 34.30 MiB/sec. 2026.03.19 07:55:01.493102 [ 3 ] {5b49b48b-5ba7-43ec-86c1-77e975883dfe} TCPHandler: Processed in 0.002049373 sec. 2026.03.19 07:55:01.493223 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:01.493320 [ 3 ] {d5dc694e-5099-4d77-bb07-4bc7dd568866} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:55:01.493359 [ 3 ] {d5dc694e-5099-4d77-bb07-4bc7dd568866} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:55:01.493814 [ 3 ] {d5dc694e-5099-4d77-bb07-4bc7dd568866} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:01.493848 [ 3 ] {d5dc694e-5099-4d77-bb07-4bc7dd568866} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:01.494295 [ 3 ] {d5dc694e-5099-4d77-bb07-4bc7dd568866} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 07:55:01.494779 [ 3 ] {d5dc694e-5099-4d77-bb07-4bc7dd568866} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:01.494907 [ 3 ] {d5dc694e-5099-4d77-bb07-4bc7dd568866} executeQuery: Read 152 rows, 9.29 KiB in 0.001605 sec., 94704.04984423675 rows/sec., 5.65 MiB/sec. 2026.03.19 07:55:01.494947 [ 3 ] {d5dc694e-5099-4d77-bb07-4bc7dd568866} TCPHandler: Processed in 0.001773458 sec. 2026.03.19 07:55:01.495084 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:01.495179 [ 3 ] {e3f84047-246f-40af-bbd4-005ed057bdfc} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:55:01.495217 [ 3 ] {e3f84047-246f-40af-bbd4-005ed057bdfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:55:01.495646 [ 3 ] {e3f84047-246f-40af-bbd4-005ed057bdfc} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:01.495681 [ 3 ] {e3f84047-246f-40af-bbd4-005ed057bdfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:01.496076 [ 3 ] {e3f84047-246f-40af-bbd4-005ed057bdfc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 07:55:01.496496 [ 3 ] {e3f84047-246f-40af-bbd4-005ed057bdfc} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:01.496623 [ 3 ] {e3f84047-246f-40af-bbd4-005ed057bdfc} executeQuery: Read 149 rows, 9.86 KiB in 0.001459 sec., 102124.74297464016 rows/sec., 6.60 MiB/sec. 2026.03.19 07:55:01.496671 [ 3 ] {e3f84047-246f-40af-bbd4-005ed057bdfc} TCPHandler: Processed in 0.001651767 sec. 2026.03.19 07:55:01.496786 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:01.496881 [ 3 ] {213de774-439a-47a8-8db2-e536b19ae97e} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 07:55:01.496920 [ 3 ] {213de774-439a-47a8-8db2-e536b19ae97e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 07:55:01.497388 [ 3 ] {213de774-439a-47a8-8db2-e536b19ae97e} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:01.497425 [ 3 ] {213de774-439a-47a8-8db2-e536b19ae97e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:01.497820 [ 3 ] {213de774-439a-47a8-8db2-e536b19ae97e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 07:55:01.498270 [ 3 ] {213de774-439a-47a8-8db2-e536b19ae97e} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:01.498429 [ 3 ] {213de774-439a-47a8-8db2-e536b19ae97e} executeQuery: Read 148 rows, 8.62 KiB in 0.001563 sec., 94689.69929622521 rows/sec., 5.39 MiB/sec. 2026.03.19 07:55:01.498484 [ 3 ] {213de774-439a-47a8-8db2-e536b19ae97e} TCPHandler: Processed in 0.001747798 sec. 2026.03.19 07:55:01.498617 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:01.498730 [ 3 ] {39282750-5eb3-428d-90a7-9719db382572} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:55:01.498778 [ 3 ] {39282750-5eb3-428d-90a7-9719db382572} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:55:01.499413 [ 3 ] {39282750-5eb3-428d-90a7-9719db382572} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:01.499450 [ 3 ] {39282750-5eb3-428d-90a7-9719db382572} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:01.499928 [ 3 ] {39282750-5eb3-428d-90a7-9719db382572} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 07:55:01.500367 [ 3 ] {39282750-5eb3-428d-90a7-9719db382572} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:01.500493 [ 3 ] {39282750-5eb3-428d-90a7-9719db382572} executeQuery: Read 500 rows, 35.98 KiB in 0.001786 sec., 279955.2071668533 rows/sec., 19.67 MiB/sec. 2026.03.19 07:55:01.500529 [ 3 ] {39282750-5eb3-428d-90a7-9719db382572} TCPHandler: Processed in 0.001970042 sec. 2026.03.19 07:55:01.500626 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:01.500718 [ 3 ] {c034103b-8ac1-45b1-a4e9-2868f4472de9} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.19 07:55:01.500759 [ 3 ] {c034103b-8ac1-45b1-a4e9-2868f4472de9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.19 07:55:01.501078 [ 3 ] {c034103b-8ac1-45b1-a4e9-2868f4472de9} oximeter.measurements_bool (8502e53d-3e88-4bfb-a99f-872e242c3011): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:01.501113 [ 3 ] {c034103b-8ac1-45b1-a4e9-2868f4472de9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:01.501518 [ 3 ] {c034103b-8ac1-45b1-a4e9-2868f4472de9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 07:55:01.501980 [ 3 ] {c034103b-8ac1-45b1-a4e9-2868f4472de9} oximeter.measurements_bool (8502e53d-3e88-4bfb-a99f-872e242c3011): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:01.502103 [ 3 ] {c034103b-8ac1-45b1-a4e9-2868f4472de9} executeQuery: Read 6 rows, 321.00 B in 0.001403 sec., 4276.550249465431 rows/sec., 223.43 KiB/sec. 2026.03.19 07:55:01.502138 [ 3 ] {c034103b-8ac1-45b1-a4e9-2868f4472de9} TCPHandler: Processed in 0.001559145 sec. 2026.03.19 07:55:01.502234 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:01.502330 [ 3 ] {d4c41158-4bd5-4b7e-b840-a030b9d48740} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:01.502371 [ 3 ] {d4c41158-4bd5-4b7e-b840-a030b9d48740} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:55:01.502763 [ 3 ] {d4c41158-4bd5-4b7e-b840-a030b9d48740} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:01.502799 [ 3 ] {d4c41158-4bd5-4b7e-b840-a030b9d48740} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:01.503231 [ 3 ] {d4c41158-4bd5-4b7e-b840-a030b9d48740} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 07:55:01.503662 [ 3 ] {d4c41158-4bd5-4b7e-b840-a030b9d48740} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:01.503784 [ 3 ] {d4c41158-4bd5-4b7e-b840-a030b9d48740} executeQuery: Read 265 rows, 18.03 KiB in 0.001472 sec., 180027.1739130435 rows/sec., 11.96 MiB/sec. 2026.03.19 07:55:01.503818 [ 3 ] {d4c41158-4bd5-4b7e-b840-a030b9d48740} TCPHandler: Processed in 0.001630826 sec. 2026.03.19 07:55:01.503924 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:01.504016 [ 3 ] {2d7902ab-7af3-45dc-89b8-491cebb68fe0} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.19 07:55:01.504056 [ 3 ] {2d7902ab-7af3-45dc-89b8-491cebb68fe0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.19 07:55:01.504366 [ 3 ] {2d7902ab-7af3-45dc-89b8-491cebb68fe0} oximeter.measurements_f64 (715f0e5a-6a86-4139-adcd-92ecd18d02ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:01.504401 [ 3 ] {2d7902ab-7af3-45dc-89b8-491cebb68fe0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:01.504819 [ 3 ] {2d7902ab-7af3-45dc-89b8-491cebb68fe0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 07:55:01.505280 [ 3 ] {2d7902ab-7af3-45dc-89b8-491cebb68fe0} oximeter.measurements_f64 (715f0e5a-6a86-4139-adcd-92ecd18d02ff): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:01.505404 [ 3 ] {2d7902ab-7af3-45dc-89b8-491cebb68fe0} executeQuery: Read 1 rows, 69.00 B in 0.001405 sec., 711.7437722419929 rows/sec., 47.96 KiB/sec. 2026.03.19 07:55:01.505437 [ 3 ] {2d7902ab-7af3-45dc-89b8-491cebb68fe0} TCPHandler: Processed in 0.001559495 sec. 2026.03.19 07:55:01.505551 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:01.505643 [ 3 ] {cef2a968-d20c-4c76-b698-635d2944b1ff} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:01.505694 [ 3 ] {cef2a968-d20c-4c76-b698-635d2944b1ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:55:01.506397 [ 3 ] {cef2a968-d20c-4c76-b698-635d2944b1ff} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:01.506432 [ 3 ] {cef2a968-d20c-4c76-b698-635d2944b1ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:01.507028 [ 3 ] {cef2a968-d20c-4c76-b698-635d2944b1ff} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 07:55:01.507500 [ 3 ] {cef2a968-d20c-4c76-b698-635d2944b1ff} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:01.507630 [ 3 ] {cef2a968-d20c-4c76-b698-635d2944b1ff} executeQuery: Read 10 rows, 18.35 KiB in 0.002004 sec., 4990.01996007984 rows/sec., 8.94 MiB/sec. 2026.03.19 07:55:01.507677 [ 3 ] {cef2a968-d20c-4c76-b698-635d2944b1ff} TCPHandler: Processed in 0.002180664 sec. 2026.03.19 07:55:01.507786 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:01.507878 [ 3 ] {1b9e44e9-e3c7-4fb1-8d8e-8c974d15937e} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:55:01.507917 [ 3 ] {1b9e44e9-e3c7-4fb1-8d8e-8c974d15937e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:55:01.508229 [ 3 ] {1b9e44e9-e3c7-4fb1-8d8e-8c974d15937e} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:01.508264 [ 3 ] {1b9e44e9-e3c7-4fb1-8d8e-8c974d15937e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:01.508663 [ 3 ] {1b9e44e9-e3c7-4fb1-8d8e-8c974d15937e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 07:55:01.509094 [ 3 ] {1b9e44e9-e3c7-4fb1-8d8e-8c974d15937e} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:01.509216 [ 3 ] {1b9e44e9-e3c7-4fb1-8d8e-8c974d15937e} executeQuery: Read 90 rows, 5.77 KiB in 0.001355 sec., 66420.66420664206 rows/sec., 4.16 MiB/sec. 2026.03.19 07:55:01.509251 [ 3 ] {1b9e44e9-e3c7-4fb1-8d8e-8c974d15937e} TCPHandler: Processed in 0.001515104 sec. 2026.03.19 07:55:03.504157 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 2026.03.19 07:55:03.504813 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:03.504866 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:03.505739 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 07:55:03.506251 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:03.506409 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 2026.03.19 07:55:03.630040 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.03.19 07:55:03.647052 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:03.647099 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:03.653487 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 07:55:03.654672 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:03.657579 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.03.19 07:55:06.007100 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 234 2026.03.19 07:55:06.009160 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:06.009211 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:06.010476 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 07:55:06.010981 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:06.011296 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 234 2026.03.19 07:55:06.475167 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:06.475528 [ 3 ] {6902b9d8-8032-4d5a-829d-279aa4377b15} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:55:06.478062 [ 3 ] {6902b9d8-8032-4d5a-829d-279aa4377b15} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 07:55:06.482066 [ 3 ] {6902b9d8-8032-4d5a-829d-279aa4377b15} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.19 07:55:06.482436 [ 3 ] {6902b9d8-8032-4d5a-829d-279aa4377b15} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:55:06.484723 [ 3 ] {6902b9d8-8032-4d5a-829d-279aa4377b15} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:55:06.489287 [ 3 ] {6902b9d8-8032-4d5a-829d-279aa4377b15} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.03.19 07:55:06.491375 [ 3 ] {6902b9d8-8032-4d5a-829d-279aa4377b15} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 07:55:06.493360 [ 3 ] {6902b9d8-8032-4d5a-829d-279aa4377b15} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.19 07:55:06.493382 [ 3 ] {6902b9d8-8032-4d5a-829d-279aa4377b15} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 07:55:06.497338 [ 3 ] {6902b9d8-8032-4d5a-829d-279aa4377b15} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.19 07:55:06.497366 [ 3 ] {6902b9d8-8032-4d5a-829d-279aa4377b15} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 40 rows starting from 0 2026.03.19 07:55:06.511766 [ 3 ] {6902b9d8-8032-4d5a-829d-279aa4377b15} executeQuery: Read 40 rows, 1.49 KiB in 0.036381 sec., 1099.475000687172 rows/sec., 40.88 KiB/sec. 2026.03.19 07:55:06.511873 [ 3 ] {6902b9d8-8032-4d5a-829d-279aa4377b15} TCPHandler: Processed in 0.036887385 sec. 2026.03.19 07:55:06.512248 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:06.512390 [ 3 ] {c128b420-060a-4f59-aa25-ab789fad171f} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:55:06.512613 [ 3 ] {c128b420-060a-4f59-aa25-ab789fad171f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 07:55:06.512653 [ 3 ] {c128b420-060a-4f59-aa25-ab789fad171f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.19 07:55:06.512869 [ 3 ] {c128b420-060a-4f59-aa25-ab789fad171f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:55:06.512925 [ 3 ] {c128b420-060a-4f59-aa25-ab789fad171f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:55:06.513032 [ 3 ] {c128b420-060a-4f59-aa25-ab789fad171f} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.03.19 07:55:06.513062 [ 3 ] {c128b420-060a-4f59-aa25-ab789fad171f} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 07:55:06.513082 [ 3 ] {c128b420-060a-4f59-aa25-ab789fad171f} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.19 07:55:06.513097 [ 3 ] {c128b420-060a-4f59-aa25-ab789fad171f} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 07:55:06.513132 [ 3 ] {c128b420-060a-4f59-aa25-ab789fad171f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.19 07:55:06.513151 [ 3 ] {c128b420-060a-4f59-aa25-ab789fad171f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 40 rows starting from 0 2026.03.19 07:55:06.513663 [ 3 ] {c128b420-060a-4f59-aa25-ab789fad171f} executeQuery: Read 40 rows, 1.49 KiB in 0.001334 sec., 29985.007496251877 rows/sec., 1.09 MiB/sec. 2026.03.19 07:55:06.513750 [ 3 ] {c128b420-060a-4f59-aa25-ab789fad171f} TCPHandler: Processed in 0.001553975 sec. 2026.03.19 07:55:06.514001 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:06.514140 [ 3 ] {4b178eba-8adb-43bf-9e60-c4adc7b8a3e0} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:55:06.514355 [ 3 ] {4b178eba-8adb-43bf-9e60-c4adc7b8a3e0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 07:55:06.514391 [ 3 ] {4b178eba-8adb-43bf-9e60-c4adc7b8a3e0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.19 07:55:06.514599 [ 3 ] {4b178eba-8adb-43bf-9e60-c4adc7b8a3e0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:55:06.514651 [ 3 ] {4b178eba-8adb-43bf-9e60-c4adc7b8a3e0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:55:06.514752 [ 3 ] {4b178eba-8adb-43bf-9e60-c4adc7b8a3e0} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.03.19 07:55:06.514780 [ 3 ] {4b178eba-8adb-43bf-9e60-c4adc7b8a3e0} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 07:55:06.514800 [ 3 ] {4b178eba-8adb-43bf-9e60-c4adc7b8a3e0} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.19 07:55:06.514813 [ 3 ] {4b178eba-8adb-43bf-9e60-c4adc7b8a3e0} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 07:55:06.514848 [ 3 ] {4b178eba-8adb-43bf-9e60-c4adc7b8a3e0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.19 07:55:06.514866 [ 3 ] {4b178eba-8adb-43bf-9e60-c4adc7b8a3e0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 40 rows starting from 0 2026.03.19 07:55:06.515313 [ 3 ] {4b178eba-8adb-43bf-9e60-c4adc7b8a3e0} executeQuery: Read 40 rows, 1.49 KiB in 0.001233 sec., 32441.200324412006 rows/sec., 1.18 MiB/sec. 2026.03.19 07:55:06.515402 [ 3 ] {4b178eba-8adb-43bf-9e60-c4adc7b8a3e0} TCPHandler: Processed in 0.001451613 sec. 2026.03.19 07:55:06.515631 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:06.515771 [ 3 ] {4184e024-d512-4f49-bd05-a836234b4522} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:55:06.515987 [ 3 ] {4184e024-d512-4f49-bd05-a836234b4522} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 07:55:06.516023 [ 3 ] {4184e024-d512-4f49-bd05-a836234b4522} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.19 07:55:06.516231 [ 3 ] {4184e024-d512-4f49-bd05-a836234b4522} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:55:06.516282 [ 3 ] {4184e024-d512-4f49-bd05-a836234b4522} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:55:06.516380 [ 3 ] {4184e024-d512-4f49-bd05-a836234b4522} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.03.19 07:55:06.516409 [ 3 ] {4184e024-d512-4f49-bd05-a836234b4522} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 07:55:06.516428 [ 3 ] {4184e024-d512-4f49-bd05-a836234b4522} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.19 07:55:06.516442 [ 3 ] {4184e024-d512-4f49-bd05-a836234b4522} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 07:55:06.516476 [ 3 ] {4184e024-d512-4f49-bd05-a836234b4522} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.19 07:55:06.516493 [ 3 ] {4184e024-d512-4f49-bd05-a836234b4522} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 40 rows starting from 0 2026.03.19 07:55:06.516915 [ 3 ] {4184e024-d512-4f49-bd05-a836234b4522} executeQuery: Read 40 rows, 1.49 KiB in 0.001203 sec., 33250.207813798836 rows/sec., 1.21 MiB/sec. 2026.03.19 07:55:06.516997 [ 3 ] {4184e024-d512-4f49-bd05-a836234b4522} TCPHandler: Processed in 0.001415802 sec. 2026.03.19 07:55:06.517217 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:06.517355 [ 3 ] {6236c61b-e04e-46b2-8289-2cfb28cb4faa} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:55:06.517568 [ 3 ] {6236c61b-e04e-46b2-8289-2cfb28cb4faa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 07:55:06.517604 [ 3 ] {6236c61b-e04e-46b2-8289-2cfb28cb4faa} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.19 07:55:06.517831 [ 3 ] {6236c61b-e04e-46b2-8289-2cfb28cb4faa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:55:06.517883 [ 3 ] {6236c61b-e04e-46b2-8289-2cfb28cb4faa} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:55:06.517980 [ 3 ] {6236c61b-e04e-46b2-8289-2cfb28cb4faa} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.03.19 07:55:06.518008 [ 3 ] {6236c61b-e04e-46b2-8289-2cfb28cb4faa} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 07:55:06.518026 [ 3 ] {6236c61b-e04e-46b2-8289-2cfb28cb4faa} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.19 07:55:06.518041 [ 3 ] {6236c61b-e04e-46b2-8289-2cfb28cb4faa} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 07:55:06.518074 [ 3 ] {6236c61b-e04e-46b2-8289-2cfb28cb4faa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.19 07:55:06.518092 [ 3 ] {6236c61b-e04e-46b2-8289-2cfb28cb4faa} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 40 rows starting from 0 2026.03.19 07:55:06.518560 [ 3 ] {6236c61b-e04e-46b2-8289-2cfb28cb4faa} executeQuery: Read 40 rows, 1.49 KiB in 0.001264 sec., 31645.569620253165 rows/sec., 1.15 MiB/sec. 2026.03.19 07:55:06.518646 [ 3 ] {6236c61b-e04e-46b2-8289-2cfb28cb4faa} TCPHandler: Processed in 0.001479653 sec. 2026.03.19 07:55:06.518865 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:06.519004 [ 3 ] {a1123bf7-9124-461c-9388-7cd4c577a07c} executeQuery: (from [fd00:1122:3344:101::d]:55746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:55:06.519215 [ 3 ] {a1123bf7-9124-461c-9388-7cd4c577a07c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 07:55:06.519251 [ 3 ] {a1123bf7-9124-461c-9388-7cd4c577a07c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.19 07:55:06.519462 [ 3 ] {a1123bf7-9124-461c-9388-7cd4c577a07c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:55:06.519514 [ 3 ] {a1123bf7-9124-461c-9388-7cd4c577a07c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:55:06.519612 [ 3 ] {a1123bf7-9124-461c-9388-7cd4c577a07c} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.03.19 07:55:06.519640 [ 3 ] {a1123bf7-9124-461c-9388-7cd4c577a07c} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 07:55:06.519658 [ 3 ] {a1123bf7-9124-461c-9388-7cd4c577a07c} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.19 07:55:06.519673 [ 3 ] {a1123bf7-9124-461c-9388-7cd4c577a07c} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 07:55:06.519706 [ 3 ] {a1123bf7-9124-461c-9388-7cd4c577a07c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.19 07:55:06.519724 [ 3 ] {a1123bf7-9124-461c-9388-7cd4c577a07c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 40 rows starting from 0 2026.03.19 07:55:06.520157 [ 3 ] {a1123bf7-9124-461c-9388-7cd4c577a07c} executeQuery: Read 40 rows, 1.49 KiB in 0.001211 sec., 33030.553261767134 rows/sec., 1.20 MiB/sec. 2026.03.19 07:55:06.520242 [ 3 ] {a1123bf7-9124-461c-9388-7cd4c577a07c} TCPHandler: Processed in 0.001426473 sec. 2026.03.19 07:55:06.532744 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:06.532852 [ 3 ] {3e31d291-e89f-4a05-870b-9cc56a684a48} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.19 07:55:06.532892 [ 3 ] {3e31d291-e89f-4a05-870b-9cc56a684a48} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:55:06.533452 [ 3 ] {3e31d291-e89f-4a05-870b-9cc56a684a48} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:06.533496 [ 3 ] {3e31d291-e89f-4a05-870b-9cc56a684a48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:06.534028 [ 3 ] {3e31d291-e89f-4a05-870b-9cc56a684a48} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 07:55:06.534445 [ 3 ] {3e31d291-e89f-4a05-870b-9cc56a684a48} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:06.534591 [ 3 ] {3e31d291-e89f-4a05-870b-9cc56a684a48} executeQuery: Read 6 rows, 2.84 KiB in 0.001769 sec., 3391.7467495760316 rows/sec., 1.57 MiB/sec. 2026.03.19 07:55:06.534628 [ 3 ] {3e31d291-e89f-4a05-870b-9cc56a684a48} TCPHandler: Processed in 0.001935491 sec. 2026.03.19 07:55:06.534749 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:06.534845 [ 3 ] {e41ef1a3-a17c-45cc-a385-2a4ffc935bc2} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 07:55:06.534885 [ 3 ] {e41ef1a3-a17c-45cc-a385-2a4ffc935bc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 07:55:06.535295 [ 3 ] {e41ef1a3-a17c-45cc-a385-2a4ffc935bc2} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:06.535333 [ 3 ] {e41ef1a3-a17c-45cc-a385-2a4ffc935bc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:06.535877 [ 3 ] {e41ef1a3-a17c-45cc-a385-2a4ffc935bc2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 07:55:06.536351 [ 3 ] {e41ef1a3-a17c-45cc-a385-2a4ffc935bc2} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:06.536499 [ 3 ] {e41ef1a3-a17c-45cc-a385-2a4ffc935bc2} executeQuery: Read 24 rows, 2.04 KiB in 0.001675 sec., 14328.358208955224 rows/sec., 1.19 MiB/sec. 2026.03.19 07:55:06.536536 [ 3 ] {e41ef1a3-a17c-45cc-a385-2a4ffc935bc2} TCPHandler: Processed in 0.001837519 sec. 2026.03.19 07:55:06.536645 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:06.536739 [ 3 ] {667ccdfd-8c6e-412b-890e-f8307d2b8ff6} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:55:06.536778 [ 3 ] {667ccdfd-8c6e-412b-890e-f8307d2b8ff6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:55:06.537263 [ 3 ] {667ccdfd-8c6e-412b-890e-f8307d2b8ff6} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:06.537300 [ 3 ] {667ccdfd-8c6e-412b-890e-f8307d2b8ff6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:06.537702 [ 3 ] {667ccdfd-8c6e-412b-890e-f8307d2b8ff6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 07:55:06.538136 [ 3 ] {667ccdfd-8c6e-412b-890e-f8307d2b8ff6} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:06.538298 [ 3 ] {667ccdfd-8c6e-412b-890e-f8307d2b8ff6} executeQuery: Read 176 rows, 15.87 KiB in 0.001578 sec., 111533.58681875792 rows/sec., 9.82 MiB/sec. 2026.03.19 07:55:06.538337 [ 3 ] {667ccdfd-8c6e-412b-890e-f8307d2b8ff6} TCPHandler: Processed in 0.001739917 sec. 2026.03.19 07:55:06.538443 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:06.538536 [ 3 ] {7e0b8422-b0b1-42a2-a82c-8717259c4661} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:55:06.538577 [ 3 ] {7e0b8422-b0b1-42a2-a82c-8717259c4661} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:55:06.538946 [ 3 ] {7e0b8422-b0b1-42a2-a82c-8717259c4661} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:06.538984 [ 3 ] {7e0b8422-b0b1-42a2-a82c-8717259c4661} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:06.539455 [ 3 ] {7e0b8422-b0b1-42a2-a82c-8717259c4661} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 07:55:06.539907 [ 3 ] {7e0b8422-b0b1-42a2-a82c-8717259c4661} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:06.540032 [ 3 ] {7e0b8422-b0b1-42a2-a82c-8717259c4661} executeQuery: Read 12 rows, 984.00 B in 0.001513 sec., 7931.2623925974885 rows/sec., 635.12 KiB/sec. 2026.03.19 07:55:06.540067 [ 3 ] {7e0b8422-b0b1-42a2-a82c-8717259c4661} TCPHandler: Processed in 0.001671936 sec. 2026.03.19 07:55:06.540172 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:06.540265 [ 3 ] {22914a6e-5b75-4f3d-8f92-93bda19bc928} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:55:06.540303 [ 3 ] {22914a6e-5b75-4f3d-8f92-93bda19bc928} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:55:06.540677 [ 3 ] {22914a6e-5b75-4f3d-8f92-93bda19bc928} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:06.540713 [ 3 ] {22914a6e-5b75-4f3d-8f92-93bda19bc928} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:06.541160 [ 3 ] {22914a6e-5b75-4f3d-8f92-93bda19bc928} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 07:55:06.541588 [ 3 ] {22914a6e-5b75-4f3d-8f92-93bda19bc928} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:06.541711 [ 3 ] {22914a6e-5b75-4f3d-8f92-93bda19bc928} executeQuery: Read 24 rows, 2.04 KiB in 0.001463 sec., 16404.64798359535 rows/sec., 1.36 MiB/sec. 2026.03.19 07:55:06.541747 [ 3 ] {22914a6e-5b75-4f3d-8f92-93bda19bc928} TCPHandler: Processed in 0.001622206 sec. 2026.03.19 07:55:06.541853 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:06.541945 [ 3 ] {a9ec8a9a-5826-40f5-a62a-603ac201752e} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 07:55:06.541983 [ 3 ] {a9ec8a9a-5826-40f5-a62a-603ac201752e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 07:55:06.542351 [ 3 ] {a9ec8a9a-5826-40f5-a62a-603ac201752e} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:06.542387 [ 3 ] {a9ec8a9a-5826-40f5-a62a-603ac201752e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:06.542780 [ 3 ] {a9ec8a9a-5826-40f5-a62a-603ac201752e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 07:55:06.543206 [ 3 ] {a9ec8a9a-5826-40f5-a62a-603ac201752e} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:06.543330 [ 3 ] {a9ec8a9a-5826-40f5-a62a-603ac201752e} executeQuery: Read 12 rows, 960.00 B in 0.001401 sec., 8565.310492505354 rows/sec., 669.16 KiB/sec. 2026.03.19 07:55:06.543367 [ 3 ] {a9ec8a9a-5826-40f5-a62a-603ac201752e} TCPHandler: Processed in 0.001561475 sec. 2026.03.19 07:55:06.543472 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:06.543564 [ 3 ] {e4a23d70-9b66-4c5e-873d-731a0022d97f} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:55:06.543602 [ 3 ] {e4a23d70-9b66-4c5e-873d-731a0022d97f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:55:06.544017 [ 3 ] {e4a23d70-9b66-4c5e-873d-731a0022d97f} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:06.544052 [ 3 ] {e4a23d70-9b66-4c5e-873d-731a0022d97f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:06.544468 [ 3 ] {e4a23d70-9b66-4c5e-873d-731a0022d97f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 07:55:06.544907 [ 3 ] {e4a23d70-9b66-4c5e-873d-731a0022d97f} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:06.545071 [ 3 ] {e4a23d70-9b66-4c5e-873d-731a0022d97f} executeQuery: Read 100 rows, 8.37 KiB in 0.001525 sec., 65573.77049180327 rows/sec., 5.36 MiB/sec. 2026.03.19 07:55:06.545110 [ 3 ] {e4a23d70-9b66-4c5e-873d-731a0022d97f} TCPHandler: Processed in 0.001685767 sec. 2026.03.19 07:55:06.545221 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:06.545312 [ 3 ] {93dc2723-df03-4e1d-88a8-b320fe4915be} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:06.545355 [ 3 ] {93dc2723-df03-4e1d-88a8-b320fe4915be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:55:06.545773 [ 3 ] {93dc2723-df03-4e1d-88a8-b320fe4915be} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:06.545809 [ 3 ] {93dc2723-df03-4e1d-88a8-b320fe4915be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:06.546293 [ 3 ] {93dc2723-df03-4e1d-88a8-b320fe4915be} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 07:55:06.546717 [ 3 ] {93dc2723-df03-4e1d-88a8-b320fe4915be} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:06.546862 [ 3 ] {93dc2723-df03-4e1d-88a8-b320fe4915be} executeQuery: Read 316 rows, 24.36 KiB in 0.001567 sec., 201659.22144224631 rows/sec., 15.18 MiB/sec. 2026.03.19 07:55:06.546899 [ 3 ] {93dc2723-df03-4e1d-88a8-b320fe4915be} TCPHandler: Processed in 0.001726238 sec. 2026.03.19 07:55:06.547007 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:06.547099 [ 3 ] {0b8de888-5f09-4a36-b0ba-e43fc5412514} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:55:06.547138 [ 3 ] {0b8de888-5f09-4a36-b0ba-e43fc5412514} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:55:06.547452 [ 3 ] {0b8de888-5f09-4a36-b0ba-e43fc5412514} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:06.547487 [ 3 ] {0b8de888-5f09-4a36-b0ba-e43fc5412514} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:06.547888 [ 3 ] {0b8de888-5f09-4a36-b0ba-e43fc5412514} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 07:55:06.548303 [ 3 ] {0b8de888-5f09-4a36-b0ba-e43fc5412514} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:06.548452 [ 3 ] {0b8de888-5f09-4a36-b0ba-e43fc5412514} executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. 2026.03.19 07:55:06.548488 [ 3 ] {0b8de888-5f09-4a36-b0ba-e43fc5412514} TCPHandler: Processed in 0.001528544 sec. 2026.03.19 07:55:10.960343 [ 116 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:55:10.960419 [ 116 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:55:11.006625 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 2026.03.19 07:55:11.007147 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:11.007190 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:11.008010 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 07:55:11.008558 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:11.008684 [ 116 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 07:55:11.008694 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2026.03.19 07:55:11.008745 [ 116 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:11.008772 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:11.008998 [ 189 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.19 07:55:11.011112 [ 189 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:11.011188 [ 189 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2026.03.19 07:55:11.011299 [ 189 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::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.19 07:55:11.011443 [ 189 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::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.19 07:55:11.011500 [ 189 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part 2026.03.19 07:55:11.011543 [ 189 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part 2026.03.19 07:55:11.011589 [ 189 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part 2026.03.19 07:55:11.029821 [ 191 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.020938402 sec., 134012.13712488662 rows/sec., 1.92 MiB/sec. 2026.03.19 07:55:11.030881 [ 194 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 07:55:11.031478 [ 194 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_6_1} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:11.031561 [ 194 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_6_1} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 07:55:11.031678 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2026.03.19 07:55:11.157782 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.03.19 07:55:11.174963 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:11.175014 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:11.181068 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 07:55:11.182234 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:11.182519 [ 116 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 07:55:11.182565 [ 116 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:11.182584 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:11.182672 [ 194 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.19 07:55:11.185609 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.03.19 07:55:11.187157 [ 194 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:11.188652 [ 194 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.03.19 07:55:11.193409 [ 194 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.03.19 07:55:11.197864 [ 194 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2026.03.19 07:55:11.202307 [ 194 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.03.19 07:55:11.210294 [ 194 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.03.19 07:55:11.214932 [ 194 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.03.19 07:55:11.272711 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.090049959 sec., 510.82755073769664 rows/sec., 2.64 MiB/sec. 2026.03.19 07:55:11.275424 [ 188 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 07:55:11.277925 [ 188 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_6_1} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:11.278000 [ 188 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_6_1} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 07:55:11.279756 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.03.19 07:55:11.480853 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:11.481035 [ 3 ] {8b0794f9-529f-4ca3-b7b2-7539360fe2c2} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:55:11.481103 [ 3 ] {8b0794f9-529f-4ca3-b7b2-7539360fe2c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:55:11.481736 [ 3 ] {8b0794f9-529f-4ca3-b7b2-7539360fe2c2} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:11.481776 [ 3 ] {8b0794f9-529f-4ca3-b7b2-7539360fe2c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:11.482249 [ 3 ] {8b0794f9-529f-4ca3-b7b2-7539360fe2c2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 07:55:11.482674 [ 3 ] {8b0794f9-529f-4ca3-b7b2-7539360fe2c2} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:11.482797 [ 116 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 07:55:11.482820 [ 3 ] {8b0794f9-529f-4ca3-b7b2-7539360fe2c2} executeQuery: Read 76 rows, 6.41 KiB in 0.001833 sec., 41462.084015275504 rows/sec., 3.42 MiB/sec. 2026.03.19 07:55:11.482858 [ 116 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:11.482872 [ 3 ] {8b0794f9-529f-4ca3-b7b2-7539360fe2c2} TCPHandler: Processed in 0.002139874 sec. 2026.03.19 07:55:11.482892 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:11.482998 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:11.483076 [ 191 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.19 07:55:11.483096 [ 3 ] {b25d17a5-69d5-4277-98a3-08ab927be028} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:55:11.483193 [ 3 ] {b25d17a5-69d5-4277-98a3-08ab927be028} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:55:11.483317 [ 191 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:11.483401 [ 191 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2689 rows starting from the beginning of the part 2026.03.19 07:55:11.483571 [ 191 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::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.19 07:55:11.483594 [ 3 ] {b25d17a5-69d5-4277-98a3-08ab927be028} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:11.483649 [ 3 ] {b25d17a5-69d5-4277-98a3-08ab927be028} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:11.483676 [ 191 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part 2026.03.19 07:55:11.483752 [ 191 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 817 rows starting from the beginning of the part 2026.03.19 07:55:11.483797 [ 191 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 176 rows starting from the beginning of the part 2026.03.19 07:55:11.483841 [ 191 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 76 rows starting from the beginning of the part 2026.03.19 07:55:11.484076 [ 3 ] {b25d17a5-69d5-4277-98a3-08ab927be028} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 07:55:11.484576 [ 3 ] {b25d17a5-69d5-4277-98a3-08ab927be028} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:11.484710 [ 3 ] {b25d17a5-69d5-4277-98a3-08ab927be028} executeQuery: Read 10 rows, 770.00 B in 0.001632 sec., 6127.450980392157 rows/sec., 460.76 KiB/sec. 2026.03.19 07:55:11.484748 [ 3 ] {b25d17a5-69d5-4277-98a3-08ab927be028} TCPHandler: Processed in 0.001798669 sec. 2026.03.19 07:55:11.484853 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:11.484946 [ 3 ] {37ed1995-797e-46eb-8013-4b64a0e51793} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:55:11.484986 [ 3 ] {37ed1995-797e-46eb-8013-4b64a0e51793} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:55:11.485384 [ 3 ] {37ed1995-797e-46eb-8013-4b64a0e51793} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:11.485420 [ 3 ] {37ed1995-797e-46eb-8013-4b64a0e51793} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:11.485893 [ 3 ] {37ed1995-797e-46eb-8013-4b64a0e51793} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 07:55:11.486050 [ 187 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 3870 rows, containing 5 columns (5 merged, 0 gathered) in 0.003075158 sec., 1258471.9224182952 rows/sec., 101.97 MiB/sec. 2026.03.19 07:55:11.486323 [ 3 ] {37ed1995-797e-46eb-8013-4b64a0e51793} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:11.486422 [ 116 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 07:55:11.486453 [ 116 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:11.486464 [ 3 ] {37ed1995-797e-46eb-8013-4b64a0e51793} executeQuery: Read 74 rows, 5.92 KiB in 0.001535 sec., 48208.4690553746 rows/sec., 3.76 MiB/sec. 2026.03.19 07:55:11.486472 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:11.486474 [ 187 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 07:55:11.486507 [ 3 ] {37ed1995-797e-46eb-8013-4b64a0e51793} TCPHandler: Processed in 0.001701827 sec. 2026.03.19 07:55:11.486556 [ 191 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.19 07:55:11.486622 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:11.486645 [ 191 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:11.486676 [ 191 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1450 rows starting from the beginning of the part 2026.03.19 07:55:11.486720 [ 3 ] {32fd4490-df56-4052-a6fd-5f99e1685fac} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:11.486722 [ 191 ] {eecd753f-efea-4b81-a638-16492a98b13a::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.19 07:55:11.486782 [ 3 ] {32fd4490-df56-4052-a6fd-5f99e1685fac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:55:11.486786 [ 191 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part 2026.03.19 07:55:11.486836 [ 191 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 500 rows starting from the beginning of the part 2026.03.19 07:55:11.486870 [ 191 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part 2026.03.19 07:55:11.486907 [ 191 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 74 rows starting from the beginning of the part 2026.03.19 07:55:11.487052 [ 187 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_6_1} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:11.487125 [ 187 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_6_1} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 07:55:11.487182 [ 3 ] {32fd4490-df56-4052-a6fd-5f99e1685fac} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:11.487192 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. 2026.03.19 07:55:11.487225 [ 3 ] {32fd4490-df56-4052-a6fd-5f99e1685fac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:11.487700 [ 3 ] {32fd4490-df56-4052-a6fd-5f99e1685fac} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 07:55:11.488132 [ 3 ] {32fd4490-df56-4052-a6fd-5f99e1685fac} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:11.488230 [ 116 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 07:55:11.488257 [ 116 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:11.488266 [ 3 ] {32fd4490-df56-4052-a6fd-5f99e1685fac} executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec. 2026.03.19 07:55:11.488272 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:11.488309 [ 3 ] {32fd4490-df56-4052-a6fd-5f99e1685fac} TCPHandler: Processed in 0.001734497 sec. 2026.03.19 07:55:11.488373 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2252 rows, containing 5 columns (5 merged, 0 gathered) in 0.001842379 sec., 1222332.6470829293 rows/sec., 90.98 MiB/sec. 2026.03.19 07:55:11.488386 [ 186 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.19 07:55:11.488419 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:11.488523 [ 3 ] {64a6e2f5-0a6b-4814-949e-0d603d7f5b07} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:11.488576 [ 3 ] {64a6e2f5-0a6b-4814-949e-0d603d7f5b07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:55:11.488587 [ 186 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:11.488645 [ 186 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1615 rows starting from the beginning of the part 2026.03.19 07:55:11.488742 [ 186 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 128 rows starting from the beginning of the part 2026.03.19 07:55:11.488759 [ 193 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 07:55:11.488800 [ 186 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part 2026.03.19 07:55:11.488862 [ 186 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 265 rows starting from the beginning of the part 2026.03.19 07:55:11.488921 [ 186 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 316 rows starting from the beginning of the part 2026.03.19 07:55:11.488980 [ 186 ] {2e35c454-383e-4202-9722-b3432fb0da55::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.19 07:55:11.489291 [ 193 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_6_1} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:11.489319 [ 3 ] {64a6e2f5-0a6b-4814-949e-0d603d7f5b07} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:11.489362 [ 3 ] {64a6e2f5-0a6b-4814-949e-0d603d7f5b07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:11.489374 [ 193 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_6_1} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 07:55:11.489463 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.03.19 07:55:11.490005 [ 3 ] {64a6e2f5-0a6b-4814-949e-0d603d7f5b07} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 07:55:11.490470 [ 3 ] {64a6e2f5-0a6b-4814-949e-0d603d7f5b07} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:11.490609 [ 3 ] {64a6e2f5-0a6b-4814-949e-0d603d7f5b07} executeQuery: Read 10 rows, 18.35 KiB in 0.002104 sec., 4752.851711026616 rows/sec., 8.52 MiB/sec. 2026.03.19 07:55:11.490661 [ 3 ] {64a6e2f5-0a6b-4814-949e-0d603d7f5b07} TCPHandler: Processed in 0.002289317 sec. 2026.03.19 07:55:11.490686 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2644 rows, containing 5 columns (5 merged, 0 gathered) in 0.002362697 sec., 1119060.1249334975 rows/sec., 73.96 MiB/sec. 2026.03.19 07:55:11.490791 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:11.490914 [ 3 ] {b6f3a230-f23f-45f2-8e52-f08d55b05a21} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:55:11.490966 [ 3 ] {b6f3a230-f23f-45f2-8e52-f08d55b05a21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:55:11.491059 [ 193 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 07:55:11.491357 [ 3 ] {b6f3a230-f23f-45f2-8e52-f08d55b05a21} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:11.491404 [ 3 ] {b6f3a230-f23f-45f2-8e52-f08d55b05a21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:11.491602 [ 193 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_6_1} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:11.491674 [ 193 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_6_1} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 07:55:11.491735 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.03.19 07:55:11.491928 [ 3 ] {b6f3a230-f23f-45f2-8e52-f08d55b05a21} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 07:55:11.492345 [ 3 ] {b6f3a230-f23f-45f2-8e52-f08d55b05a21} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:11.492440 [ 116 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 07:55:11.492464 [ 116 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:11.492476 [ 3 ] {b6f3a230-f23f-45f2-8e52-f08d55b05a21} executeQuery: Read 60 rows, 4.14 KiB in 0.001589 sec., 37759.59723096287 rows/sec., 2.54 MiB/sec. 2026.03.19 07:55:11.492478 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:11.492515 [ 3 ] {b6f3a230-f23f-45f2-8e52-f08d55b05a21} TCPHandler: Processed in 0.001787998 sec. 2026.03.19 07:55:11.492581 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.19 07:55:11.492676 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:11.492708 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 42 rows starting from the beginning of the part 2026.03.19 07:55:11.492785 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 48 rows starting from the beginning of the part 2026.03.19 07:55:11.492839 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2026.03.19 07:55:11.492881 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 90 rows starting from the beginning of the part 2026.03.19 07:55:11.492921 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2026.03.19 07:55:11.492959 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2026.03.19 07:55:11.493768 [ 200 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 4 columns (4 merged, 0 gathered) in 0.001218179 sec., 295523.0717324794 rows/sec., 19.20 MiB/sec. 2026.03.19 07:55:11.493993 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 07:55:11.494437 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_6_1} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:11.494500 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_6_1} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 07:55:11.494553 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.19 07:55:12.000203 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 167.71 MiB, peak 176.69 MiB, free memory in arenas 0.00 B, will set to 178.34 MiB (RSS), difference: 10.63 MiB 2026.03.19 07:55:16.011614 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 276 2026.03.19 07:55:16.014034 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:16.014079 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:16.015427 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 07:55:16.015899 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:16.016159 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 276 2026.03.19 07:55:16.481705 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:16.481909 [ 3 ] {09da08f3-e903-48cb-8423-b590ee8111b2} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:55:16.481976 [ 3 ] {09da08f3-e903-48cb-8423-b590ee8111b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:55:16.482615 [ 3 ] {09da08f3-e903-48cb-8423-b590ee8111b2} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:16.482661 [ 3 ] {09da08f3-e903-48cb-8423-b590ee8111b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:16.483189 [ 3 ] {09da08f3-e903-48cb-8423-b590ee8111b2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 07:55:16.483620 [ 3 ] {09da08f3-e903-48cb-8423-b590ee8111b2} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:16.483769 [ 3 ] {09da08f3-e903-48cb-8423-b590ee8111b2} executeQuery: Read 56 rows, 4.41 KiB in 0.001911 sec., 29304.029304029304 rows/sec., 2.25 MiB/sec. 2026.03.19 07:55:16.483809 [ 3 ] {09da08f3-e903-48cb-8423-b590ee8111b2} TCPHandler: Processed in 0.002236165 sec. 2026.03.19 07:55:16.483928 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:16.484022 [ 3 ] {84855387-c90f-41ff-ae7f-35ad28792cf4} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:55:16.484062 [ 3 ] {84855387-c90f-41ff-ae7f-35ad28792cf4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:55:16.484470 [ 3 ] {84855387-c90f-41ff-ae7f-35ad28792cf4} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:16.484506 [ 3 ] {84855387-c90f-41ff-ae7f-35ad28792cf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:16.484951 [ 3 ] {84855387-c90f-41ff-ae7f-35ad28792cf4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 07:55:16.485359 [ 3 ] {84855387-c90f-41ff-ae7f-35ad28792cf4} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:16.485489 [ 3 ] {84855387-c90f-41ff-ae7f-35ad28792cf4} executeQuery: Read 64 rows, 5.12 KiB in 0.001485 sec., 43097.6430976431 rows/sec., 3.36 MiB/sec. 2026.03.19 07:55:16.485528 [ 3 ] {84855387-c90f-41ff-ae7f-35ad28792cf4} TCPHandler: Processed in 0.001648607 sec. 2026.03.19 07:55:16.485652 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:16.485745 [ 3 ] {82623c44-ca71-4e0f-962a-cd04af26f3a4} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:16.485787 [ 3 ] {82623c44-ca71-4e0f-962a-cd04af26f3a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:55:16.486172 [ 3 ] {82623c44-ca71-4e0f-962a-cd04af26f3a4} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:16.486207 [ 3 ] {82623c44-ca71-4e0f-962a-cd04af26f3a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:16.486624 [ 3 ] {82623c44-ca71-4e0f-962a-cd04af26f3a4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 07:55:16.487020 [ 3 ] {82623c44-ca71-4e0f-962a-cd04af26f3a4} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:16.487147 [ 3 ] {82623c44-ca71-4e0f-962a-cd04af26f3a4} executeQuery: Read 160 rows, 11.41 KiB in 0.00142 sec., 112676.05633802817 rows/sec., 7.85 MiB/sec. 2026.03.19 07:55:16.487183 [ 3 ] {82623c44-ca71-4e0f-962a-cd04af26f3a4} TCPHandler: Processed in 0.001580465 sec. 2026.03.19 07:55:16.487281 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:16.487374 [ 3 ] {f2c11c8b-802e-40ca-8240-11f3f05e1bc9} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:55:16.487414 [ 3 ] {f2c11c8b-802e-40ca-8240-11f3f05e1bc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:55:16.487732 [ 3 ] {f2c11c8b-802e-40ca-8240-11f3f05e1bc9} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:16.487768 [ 3 ] {f2c11c8b-802e-40ca-8240-11f3f05e1bc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:16.488147 [ 3 ] {f2c11c8b-802e-40ca-8240-11f3f05e1bc9} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 07:55:16.488551 [ 3 ] {f2c11c8b-802e-40ca-8240-11f3f05e1bc9} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:16.488677 [ 3 ] {f2c11c8b-802e-40ca-8240-11f3f05e1bc9} executeQuery: Read 60 rows, 4.14 KiB in 0.00132 sec., 45454.545454545456 rows/sec., 3.06 MiB/sec. 2026.03.19 07:55:16.488714 [ 3 ] {f2c11c8b-802e-40ca-8240-11f3f05e1bc9} TCPHandler: Processed in 0.001481883 sec. 2026.03.19 07:55:16.752922 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:16.753085 [ 3 ] {14515c09-19f2-4c19-8e11-c57556d83f5c} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:55:16.753138 [ 3 ] {14515c09-19f2-4c19-8e11-c57556d83f5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:55:16.754470 [ 3 ] {14515c09-19f2-4c19-8e11-c57556d83f5c} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:16.754510 [ 3 ] {14515c09-19f2-4c19-8e11-c57556d83f5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:16.755144 [ 3 ] {14515c09-19f2-4c19-8e11-c57556d83f5c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 07:55:16.755595 [ 3 ] {14515c09-19f2-4c19-8e11-c57556d83f5c} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:16.755740 [ 3 ] {14515c09-19f2-4c19-8e11-c57556d83f5c} executeQuery: Read 1942 rows, 149.85 KiB in 0.002689 sec., 722201.561918929 rows/sec., 54.42 MiB/sec. 2026.03.19 07:55:16.755779 [ 3 ] {14515c09-19f2-4c19-8e11-c57556d83f5c} TCPHandler: Processed in 0.002943607 sec. 2026.03.19 07:55:16.755896 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:16.755993 [ 3 ] {603f08de-48ee-4be2-9262-3cd960b46010} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:55:16.756034 [ 3 ] {603f08de-48ee-4be2-9262-3cd960b46010} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:55:16.756428 [ 3 ] {603f08de-48ee-4be2-9262-3cd960b46010} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:16.756464 [ 3 ] {603f08de-48ee-4be2-9262-3cd960b46010} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:16.756861 [ 3 ] {603f08de-48ee-4be2-9262-3cd960b46010} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 07:55:16.757272 [ 3 ] {603f08de-48ee-4be2-9262-3cd960b46010} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:16.757422 [ 3 ] {603f08de-48ee-4be2-9262-3cd960b46010} executeQuery: Read 12 rows, 924.00 B in 0.001447 sec., 8293.0200414651 rows/sec., 623.60 KiB/sec. 2026.03.19 07:55:16.757461 [ 3 ] {603f08de-48ee-4be2-9262-3cd960b46010} TCPHandler: Processed in 0.001615336 sec. 2026.03.19 07:55:16.757560 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:16.757652 [ 3 ] {9b6aec89-739f-41c2-b521-44b6984cd08c} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:55:16.757691 [ 3 ] {9b6aec89-739f-41c2-b521-44b6984cd08c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:55:16.758255 [ 3 ] {9b6aec89-739f-41c2-b521-44b6984cd08c} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:16.758290 [ 3 ] {9b6aec89-739f-41c2-b521-44b6984cd08c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:16.758712 [ 3 ] {9b6aec89-739f-41c2-b521-44b6984cd08c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 07:55:16.759118 [ 3 ] {9b6aec89-739f-41c2-b521-44b6984cd08c} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:16.759241 [ 3 ] {9b6aec89-739f-41c2-b521-44b6984cd08c} executeQuery: Read 708 rows, 42.29 KiB in 0.001606 sec., 440846.82440846827 rows/sec., 25.72 MiB/sec. 2026.03.19 07:55:16.759279 [ 3 ] {9b6aec89-739f-41c2-b521-44b6984cd08c} TCPHandler: Processed in 0.001769128 sec. 2026.03.19 07:55:16.759387 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:16.759481 [ 3 ] {a057cff1-0975-4d08-a16d-51afb3dc417e} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 07:55:16.759521 [ 3 ] {a057cff1-0975-4d08-a16d-51afb3dc417e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 07:55:16.759887 [ 3 ] {a057cff1-0975-4d08-a16d-51afb3dc417e} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:16.759922 [ 3 ] {a057cff1-0975-4d08-a16d-51afb3dc417e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:16.760302 [ 3 ] {a057cff1-0975-4d08-a16d-51afb3dc417e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 07:55:16.760741 [ 3 ] {a057cff1-0975-4d08-a16d-51afb3dc417e} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:16.760867 [ 3 ] {a057cff1-0975-4d08-a16d-51afb3dc417e} executeQuery: Read 1 rows, 72.00 B in 0.001403 sec., 712.7583749109052 rows/sec., 50.12 KiB/sec. 2026.03.19 07:55:16.760905 [ 3 ] {a057cff1-0975-4d08-a16d-51afb3dc417e} TCPHandler: Processed in 0.001566745 sec. 2026.03.19 07:55:16.761008 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:16.761100 [ 3 ] {fbb8e39e-f9c1-4119-b8a3-fc7720270eb2} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:55:16.761138 [ 3 ] {fbb8e39e-f9c1-4119-b8a3-fc7720270eb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:55:16.761825 [ 3 ] {fbb8e39e-f9c1-4119-b8a3-fc7720270eb2} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:16.761860 [ 3 ] {fbb8e39e-f9c1-4119-b8a3-fc7720270eb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:16.762294 [ 3 ] {fbb8e39e-f9c1-4119-b8a3-fc7720270eb2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 07:55:16.762708 [ 3 ] {fbb8e39e-f9c1-4119-b8a3-fc7720270eb2} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:16.762832 [ 3 ] {fbb8e39e-f9c1-4119-b8a3-fc7720270eb2} executeQuery: Read 1012 rows, 71.30 KiB in 0.001749 sec., 578616.352201258 rows/sec., 39.81 MiB/sec. 2026.03.19 07:55:16.762869 [ 3 ] {fbb8e39e-f9c1-4119-b8a3-fc7720270eb2} TCPHandler: Processed in 0.00191168 sec. 2026.03.19 07:55:16.762982 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:16.763075 [ 3 ] {21431250-690d-4513-b2e1-c8a9664818ba} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:16.763114 [ 3 ] {21431250-690d-4513-b2e1-c8a9664818ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:55:16.763666 [ 3 ] {21431250-690d-4513-b2e1-c8a9664818ba} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:16.763702 [ 3 ] {21431250-690d-4513-b2e1-c8a9664818ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:16.764194 [ 3 ] {21431250-690d-4513-b2e1-c8a9664818ba} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 07:55:16.764611 [ 3 ] {21431250-690d-4513-b2e1-c8a9664818ba} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:16.764738 [ 3 ] {21431250-690d-4513-b2e1-c8a9664818ba} executeQuery: Read 1217 rows, 77.92 KiB in 0.001681 sec., 723973.8251041047 rows/sec., 45.27 MiB/sec. 2026.03.19 07:55:16.764775 [ 3 ] {21431250-690d-4513-b2e1-c8a9664818ba} TCPHandler: Processed in 0.001842079 sec. 2026.03.19 07:55:16.764883 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:16.764977 [ 3 ] {19544ba9-573c-494d-87bd-6c6000bfc7ff} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:16.765030 [ 3 ] {19544ba9-573c-494d-87bd-6c6000bfc7ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:55:16.765745 [ 3 ] {19544ba9-573c-494d-87bd-6c6000bfc7ff} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:16.765783 [ 3 ] {19544ba9-573c-494d-87bd-6c6000bfc7ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:16.766403 [ 3 ] {19544ba9-573c-494d-87bd-6c6000bfc7ff} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 07:55:16.766879 [ 3 ] {19544ba9-573c-494d-87bd-6c6000bfc7ff} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:16.767012 [ 3 ] {19544ba9-573c-494d-87bd-6c6000bfc7ff} executeQuery: Read 12 rows, 22.02 KiB in 0.002053 sec., 5845.1047247929855 rows/sec., 10.47 MiB/sec. 2026.03.19 07:55:16.767062 [ 3 ] {19544ba9-573c-494d-87bd-6c6000bfc7ff} TCPHandler: Processed in 0.002226905 sec. 2026.03.19 07:55:16.767183 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:16.767283 [ 3 ] {2738ff38-9fa4-4a31-92e6-83fe0a4f4787} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:55:16.767322 [ 3 ] {2738ff38-9fa4-4a31-92e6-83fe0a4f4787} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:55:16.767628 [ 3 ] {2738ff38-9fa4-4a31-92e6-83fe0a4f4787} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:16.767664 [ 3 ] {2738ff38-9fa4-4a31-92e6-83fe0a4f4787} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:16.768056 [ 3 ] {2738ff38-9fa4-4a31-92e6-83fe0a4f4787} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 07:55:16.768534 [ 3 ] {2738ff38-9fa4-4a31-92e6-83fe0a4f4787} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:16.768662 [ 3 ] {2738ff38-9fa4-4a31-92e6-83fe0a4f4787} executeQuery: Read 12 rows, 848.00 B in 0.001397 sec., 8589.835361488904 rows/sec., 592.79 KiB/sec. 2026.03.19 07:55:16.768697 [ 3 ] {2738ff38-9fa4-4a31-92e6-83fe0a4f4787} TCPHandler: Processed in 0.001568685 sec. 2026.03.19 07:55:18.509588 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 2026.03.19 07:55:18.510445 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:18.510483 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:18.511242 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 07:55:18.511735 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:18.511862 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 2026.03.19 07:55:18.685809 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.03.19 07:55:18.704120 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:18.704176 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:18.709827 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 07:55:18.710954 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:18.714096 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.03.19 07:55:21.085329 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55663 2026.03.19 07:55:21.087711 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:21.087761 [ 288 ] {} TCP-Session: 9842dd25-0dff-4952-96eb-7c70fdabfa3e Authenticating user 'default' from [fd00:1122:3344:101::e]:55663 2026.03.19 07:55:21.087788 [ 288 ] {} TCP-Session: 9842dd25-0dff-4952-96eb-7c70fdabfa3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.087804 [ 288 ] {} TCP-Session: 9842dd25-0dff-4952-96eb-7c70fdabfa3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.087863 [ 288 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.19 07:55:21.087893 [ 288 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.19 07:55:21.087916 [ 288 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.19 07:55:21.088295 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48338 2026.03.19 07:55:21.088391 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54212 2026.03.19 07:55:21.088452 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:21.088493 [ 289 ] {} TCP-Session: 9d977661-d13c-47e6-8072-3940d2649b69 Authenticating user 'default' from [fd00:1122:3344:101::e]:48338 2026.03.19 07:55:21.088512 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53109 2026.03.19 07:55:21.088535 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:21.088585 [ 288 ] {} TCP-Session: 9842dd25-0dff-4952-96eb-7c70fdabfa3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:21.088520 [ 289 ] {} TCP-Session: 9d977661-d13c-47e6-8072-3940d2649b69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.088622 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44176 2026.03.19 07:55:21.088651 [ 289 ] {} TCP-Session: 9d977661-d13c-47e6-8072-3940d2649b69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.088624 [ 290 ] {} TCP-Session: 28df5a75-ed20-43ff-83a7-b94956ed4c42 Authenticating user 'default' from [fd00:1122:3344:101::e]:54212 2026.03.19 07:55:21.088752 [ 290 ] {} TCP-Session: 28df5a75-ed20-43ff-83a7-b94956ed4c42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.088770 [ 290 ] {} TCP-Session: 28df5a75-ed20-43ff-83a7-b94956ed4c42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.088806 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:21.088813 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58265 2026.03.19 07:55:21.088840 [ 288 ] {ca5546d4-cf83-44bb-97d9-40bbf8fa2673} executeQuery: (from [fd00:1122:3344:101::e]:55663) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 07:55:21.088869 [ 291 ] {} TCP-Session: 64792ba7-7995-47d4-8384-452dd7211a0f Authenticating user 'default' from [fd00:1122:3344:101::e]:53109 2026.03.19 07:55:21.088915 [ 291 ] {} TCP-Session: 64792ba7-7995-47d4-8384-452dd7211a0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.089033 [ 291 ] {} TCP-Session: 64792ba7-7995-47d4-8384-452dd7211a0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.089032 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:21.089037 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32885 2026.03.19 07:55:21.089085 [ 292 ] {} TCP-Session: 55120aee-0d73-49ae-b47a-b1cad8088c7f Authenticating user 'default' from [fd00:1122:3344:101::e]:44176 2026.03.19 07:55:21.089112 [ 292 ] {} TCP-Session: 55120aee-0d73-49ae-b47a-b1cad8088c7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.089126 [ 292 ] {} TCP-Session: 55120aee-0d73-49ae-b47a-b1cad8088c7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.089138 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:21.089179 [ 293 ] {} TCP-Session: 76e51aca-e0f0-4cf0-81f2-de6fa232355d Authenticating user 'default' from [fd00:1122:3344:101::e]:58265 2026.03.19 07:55:21.089201 [ 293 ] {} TCP-Session: 76e51aca-e0f0-4cf0-81f2-de6fa232355d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.089215 [ 293 ] {} TCP-Session: 76e51aca-e0f0-4cf0-81f2-de6fa232355d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.089270 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:21.089282 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59623 2026.03.19 07:55:21.089318 [ 294 ] {} TCP-Session: 1923ab14-ce26-4223-9f11-a3b9b602757f Authenticating user 'default' from [fd00:1122:3344:101::e]:32885 2026.03.19 07:55:21.089357 [ 288 ] {ca5546d4-cf83-44bb-97d9-40bbf8fa2673} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 07:55:21.089369 [ 294 ] {} TCP-Session: 1923ab14-ce26-4223-9f11-a3b9b602757f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.089408 [ 294 ] {} TCP-Session: 1923ab14-ce26-4223-9f11-a3b9b602757f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.089406 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48722 2026.03.19 07:55:21.089449 [ 288 ] {ca5546d4-cf83-44bb-97d9-40bbf8fa2673} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:55:21.089543 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:21.089606 [ 295 ] {} TCP-Session: fbacf0ef-3a8e-40f7-9ebe-4346d5a2f991 Authenticating user 'default' from [fd00:1122:3344:101::e]:59623 2026.03.19 07:55:21.089605 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:21.089628 [ 295 ] {} TCP-Session: fbacf0ef-3a8e-40f7-9ebe-4346d5a2f991 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.089655 [ 296 ] {} TCP-Session: b5104ac0-c3df-4716-b3c8-df2e60fb31b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:48722 2026.03.19 07:55:21.089658 [ 295 ] {} TCP-Session: fbacf0ef-3a8e-40f7-9ebe-4346d5a2f991 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.089684 [ 296 ] {} TCP-Session: b5104ac0-c3df-4716-b3c8-df2e60fb31b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.089705 [ 296 ] {} TCP-Session: b5104ac0-c3df-4716-b3c8-df2e60fb31b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.089984 [ 288 ] {ca5546d4-cf83-44bb-97d9-40bbf8fa2673} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938) (SelectExecutor): Key condition: unknown 2026.03.19 07:55:21.106299 [ 304 ] {ca5546d4-cf83-44bb-97d9-40bbf8fa2673} AggregatingTransform: Aggregating 2026.03.19 07:55:21.108849 [ 304 ] {ca5546d4-cf83-44bb-97d9-40bbf8fa2673} Aggregator: Aggregation method: without_key 2026.03.19 07:55:21.109819 [ 304 ] {ca5546d4-cf83-44bb-97d9-40bbf8fa2673} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.006650565 sec. (150.363 rows/sec., 5.87 KiB/sec.) 2026.03.19 07:55:21.109851 [ 304 ] {ca5546d4-cf83-44bb-97d9-40bbf8fa2673} Aggregator: Merging aggregated data 2026.03.19 07:55:21.109904 [ 304 ] {ca5546d4-cf83-44bb-97d9-40bbf8fa2673} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.03.19 07:55:21.113347 [ 288 ] {ca5546d4-cf83-44bb-97d9-40bbf8fa2673} executeQuery: Read 1 rows, 40.00 B in 0.024596 sec., 40.65701740120345 rows/sec., 1.59 KiB/sec. 2026.03.19 07:55:21.113503 [ 288 ] {ca5546d4-cf83-44bb-97d9-40bbf8fa2673} TCPHandler: Processed in 0.025081628 sec. 2026.03.19 07:55:21.119998 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:21.120052 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:21.120075 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:21.120094 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:21.120122 [ 289 ] {} TCP-Session: 9d977661-d13c-47e6-8072-3940d2649b69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.120147 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:21.120164 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:21.120185 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:21.120210 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:21.120222 [ 294 ] {} TCP-Session: 1923ab14-ce26-4223-9f11-a3b9b602757f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.120243 [ 292 ] {} TCP-Session: 55120aee-0d73-49ae-b47a-b1cad8088c7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.120260 [ 296 ] {} TCP-Session: b5104ac0-c3df-4716-b3c8-df2e60fb31b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.120211 [ 290 ] {} TCP-Session: 28df5a75-ed20-43ff-83a7-b94956ed4c42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.120177 [ 293 ] {} TCP-Session: 76e51aca-e0f0-4cf0-81f2-de6fa232355d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.120147 [ 295 ] {} TCP-Session: fbacf0ef-3a8e-40f7-9ebe-4346d5a2f991 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.120123 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:21.120066 [ 288 ] {} TCP-Session: 9842dd25-0dff-4952-96eb-7c70fdabfa3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.120404 [ 291 ] {} TCP-Session: 64792ba7-7995-47d4-8384-452dd7211a0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:21.482109 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:21.482354 [ 3 ] {06aa6405-caa4-4641-b857-54367a7b653a} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:55:21.482448 [ 3 ] {06aa6405-caa4-4641-b857-54367a7b653a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:55:21.483319 [ 3 ] {06aa6405-caa4-4641-b857-54367a7b653a} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:21.483391 [ 3 ] {06aa6405-caa4-4641-b857-54367a7b653a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:21.484082 [ 3 ] {06aa6405-caa4-4641-b857-54367a7b653a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 07:55:21.484680 [ 3 ] {06aa6405-caa4-4641-b857-54367a7b653a} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:21.484906 [ 3 ] {06aa6405-caa4-4641-b857-54367a7b653a} executeQuery: Read 56 rows, 4.41 KiB in 0.002613 sec., 21431.305013394565 rows/sec., 1.65 MiB/sec. 2026.03.19 07:55:21.484992 [ 3 ] {06aa6405-caa4-4641-b857-54367a7b653a} TCPHandler: Processed in 0.003060568 sec. 2026.03.19 07:55:21.485180 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:21.485321 [ 3 ] {6b072290-ba41-48b7-9f23-a402402aced6} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:55:21.485384 [ 3 ] {6b072290-ba41-48b7-9f23-a402402aced6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:55:21.486002 [ 3 ] {6b072290-ba41-48b7-9f23-a402402aced6} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:21.486056 [ 3 ] {6b072290-ba41-48b7-9f23-a402402aced6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:21.486648 [ 3 ] {6b072290-ba41-48b7-9f23-a402402aced6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 07:55:21.487337 [ 3 ] {6b072290-ba41-48b7-9f23-a402402aced6} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:21.487533 [ 3 ] {6b072290-ba41-48b7-9f23-a402402aced6} executeQuery: Read 64 rows, 5.12 KiB in 0.002244 sec., 28520.499108734402 rows/sec., 2.23 MiB/sec. 2026.03.19 07:55:21.487586 [ 3 ] {6b072290-ba41-48b7-9f23-a402402aced6} TCPHandler: Processed in 0.002476809 sec. 2026.03.19 07:55:21.487744 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:21.487877 [ 3 ] {aa4e6d5b-d0c8-4bd4-8649-72105ec05bc3} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:21.487939 [ 3 ] {aa4e6d5b-d0c8-4bd4-8649-72105ec05bc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:55:21.488477 [ 3 ] {aa4e6d5b-d0c8-4bd4-8649-72105ec05bc3} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:21.488529 [ 3 ] {aa4e6d5b-d0c8-4bd4-8649-72105ec05bc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:21.489216 [ 3 ] {aa4e6d5b-d0c8-4bd4-8649-72105ec05bc3} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 07:55:21.489792 [ 3 ] {aa4e6d5b-d0c8-4bd4-8649-72105ec05bc3} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:21.489983 [ 3 ] {aa4e6d5b-d0c8-4bd4-8649-72105ec05bc3} executeQuery: Read 128 rows, 9.13 KiB in 0.002133 sec., 60009.37646507267 rows/sec., 4.18 MiB/sec. 2026.03.19 07:55:21.490045 [ 3 ] {aa4e6d5b-d0c8-4bd4-8649-72105ec05bc3} TCPHandler: Processed in 0.002368797 sec. 2026.03.19 07:55:21.490228 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:21.490375 [ 3 ] {045760b0-3a02-4c7e-b548-fce6b5cf18cd} executeQuery: (from [fd00:1122:3344:101::d]:55746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:55:21.490436 [ 3 ] {045760b0-3a02-4c7e-b548-fce6b5cf18cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:55:21.491199 [ 3 ] {045760b0-3a02-4c7e-b548-fce6b5cf18cd} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:21.491248 [ 3 ] {045760b0-3a02-4c7e-b548-fce6b5cf18cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:21.491940 [ 3 ] {045760b0-3a02-4c7e-b548-fce6b5cf18cd} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 07:55:21.492684 [ 3 ] {045760b0-3a02-4c7e-b548-fce6b5cf18cd} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:21.493039 [ 3 ] {045760b0-3a02-4c7e-b548-fce6b5cf18cd} executeQuery: Read 48 rows, 3.31 KiB in 0.002696 sec., 17804.154302670624 rows/sec., 1.20 MiB/sec. 2026.03.19 07:55:21.493098 [ 3 ] {045760b0-3a02-4c7e-b548-fce6b5cf18cd} TCPHandler: Processed in 0.002940667 sec. 2026.03.19 07:55:22.000270 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 179.70 MiB, peak 188.49 MiB, free memory in arenas 0.00 B, will set to 181.38 MiB (RSS), difference: 1.68 MiB 2026.03.19 07:55:22.721714 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52071 2026.03.19 07:55:22.721880 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:22.721927 [ 288 ] {} TCP-Session: c394267f-16cc-47b3-91ec-3a1afe66e579 Authenticating user 'default' from [fd00:1122:3344:101::e]:52071 2026.03.19 07:55:22.721968 [ 288 ] {} TCP-Session: c394267f-16cc-47b3-91ec-3a1afe66e579 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.721996 [ 288 ] {} TCP-Session: c394267f-16cc-47b3-91ec-3a1afe66e579 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.722314 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59212 2026.03.19 07:55:22.722352 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42463 2026.03.19 07:55:22.722363 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55647 2026.03.19 07:55:22.722387 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52915 2026.03.19 07:55:22.722397 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54454 2026.03.19 07:55:22.722464 [ 288 ] {} TCP-Session: c394267f-16cc-47b3-91ec-3a1afe66e579 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:22.722460 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:22.722449 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:22.722554 [ 289 ] {} TCP-Session: c63506bc-c573-427b-aafd-54f7de5ffaab Authenticating user 'default' from [fd00:1122:3344:101::e]:59212 2026.03.19 07:55:22.722575 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:22.722582 [ 292 ] {} TCP-Session: 76917796-c8d3-490d-979d-44526674555c Authenticating user 'default' from [fd00:1122:3344:101::e]:42463 2026.03.19 07:55:22.722614 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:22.722625 [ 293 ] {} TCP-Session: 037d13cb-0186-41ee-86d8-9d727f608e13 Authenticating user 'default' from [fd00:1122:3344:101::e]:55647 2026.03.19 07:55:22.722636 [ 292 ] {} TCP-Session: 76917796-c8d3-490d-979d-44526674555c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.722619 [ 289 ] {} TCP-Session: c63506bc-c573-427b-aafd-54f7de5ffaab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.722676 [ 293 ] {} TCP-Session: 037d13cb-0186-41ee-86d8-9d727f608e13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.722685 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:22.722720 [ 293 ] {} TCP-Session: 037d13cb-0186-41ee-86d8-9d727f608e13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.722713 [ 289 ] {} TCP-Session: c63506bc-c573-427b-aafd-54f7de5ffaab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.722747 [ 295 ] {} TCP-Session: b0b6096e-49f6-4491-888c-92356b84eab0 Authenticating user 'default' from [fd00:1122:3344:101::e]:52915 2026.03.19 07:55:22.722376 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61550 2026.03.19 07:55:22.722792 [ 295 ] {} TCP-Session: b0b6096e-49f6-4491-888c-92356b84eab0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.722354 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37137 2026.03.19 07:55:22.722847 [ 295 ] {} TCP-Session: b0b6096e-49f6-4491-888c-92356b84eab0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.722314 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55459 2026.03.19 07:55:22.722888 [ 288 ] {b8f47688-d126-4f94-bb94-e6142fcba866} executeQuery: (from [fd00:1122:3344:101::e]:52071) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 07:55:22.722921 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:22.722912 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:22.722970 [ 291 ] {} TCP-Session: fa30cecf-8910-4f1e-b1d8-43636467b111 Authenticating user 'default' from [fd00:1122:3344:101::e]:37137 2026.03.19 07:55:22.722975 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:22.723005 [ 294 ] {} TCP-Session: 250ac299-5e88-4d57-82ca-7957e4330614 Authenticating user 'default' from [fd00:1122:3344:101::e]:61550 2026.03.19 07:55:22.723010 [ 291 ] {} TCP-Session: fa30cecf-8910-4f1e-b1d8-43636467b111 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.723032 [ 290 ] {} TCP-Session: 6e98bf82-bbeb-4573-8e3b-6ff1b5577836 Authenticating user 'default' from [fd00:1122:3344:101::e]:55459 2026.03.19 07:55:22.723048 [ 294 ] {} TCP-Session: 250ac299-5e88-4d57-82ca-7957e4330614 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.723055 [ 291 ] {} TCP-Session: fa30cecf-8910-4f1e-b1d8-43636467b111 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.723074 [ 290 ] {} TCP-Session: 6e98bf82-bbeb-4573-8e3b-6ff1b5577836 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.723087 [ 294 ] {} TCP-Session: 250ac299-5e88-4d57-82ca-7957e4330614 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.723115 [ 290 ] {} TCP-Session: 6e98bf82-bbeb-4573-8e3b-6ff1b5577836 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.722684 [ 292 ] {} TCP-Session: 76917796-c8d3-490d-979d-44526674555c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.722669 [ 296 ] {} TCP-Session: 0fe238dc-1247-413e-9e22-6eb4f75f21ab Authenticating user 'default' from [fd00:1122:3344:101::e]:54454 2026.03.19 07:55:22.723182 [ 296 ] {} TCP-Session: 0fe238dc-1247-413e-9e22-6eb4f75f21ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.723198 [ 296 ] {} TCP-Session: 0fe238dc-1247-413e-9e22-6eb4f75f21ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.723275 [ 288 ] {b8f47688-d126-4f94-bb94-e6142fcba866} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 07:55:22.723356 [ 288 ] {b8f47688-d126-4f94-bb94-e6142fcba866} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:55:22.723763 [ 288 ] {b8f47688-d126-4f94-bb94-e6142fcba866} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938) (SelectExecutor): Key condition: unknown 2026.03.19 07:55:22.725022 [ 339 ] {b8f47688-d126-4f94-bb94-e6142fcba866} AggregatingTransform: Aggregating 2026.03.19 07:55:22.725076 [ 339 ] {b8f47688-d126-4f94-bb94-e6142fcba866} Aggregator: Aggregation method: without_key 2026.03.19 07:55:22.725122 [ 339 ] {b8f47688-d126-4f94-bb94-e6142fcba866} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001230939 sec. (812.388 rows/sec., 31.73 KiB/sec.) 2026.03.19 07:55:22.725139 [ 339 ] {b8f47688-d126-4f94-bb94-e6142fcba866} Aggregator: Merging aggregated data 2026.03.19 07:55:22.726610 [ 288 ] {b8f47688-d126-4f94-bb94-e6142fcba866} executeQuery: Read 1 rows, 40.00 B in 0.003798 sec., 263.2964718272775 rows/sec., 10.29 KiB/sec. 2026.03.19 07:55:22.726759 [ 288 ] {b8f47688-d126-4f94-bb94-e6142fcba866} TCPHandler: Processed in 0.00443089 sec. 2026.03.19 07:55:22.726926 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:22.726959 [ 288 ] {} TCP-Session: c394267f-16cc-47b3-91ec-3a1afe66e579 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.726977 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:22.727015 [ 296 ] {} TCP-Session: 0fe238dc-1247-413e-9e22-6eb4f75f21ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.727027 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:22.727063 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:22.727077 [ 292 ] {} TCP-Session: 76917796-c8d3-490d-979d-44526674555c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.727088 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:22.727118 [ 289 ] {} TCP-Session: c63506bc-c573-427b-aafd-54f7de5ffaab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.727136 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:22.727170 [ 294 ] {} TCP-Session: 250ac299-5e88-4d57-82ca-7957e4330614 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.727182 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:22.727199 [ 290 ] {} TCP-Session: 6e98bf82-bbeb-4573-8e3b-6ff1b5577836 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.727163 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:22.727242 [ 295 ] {} TCP-Session: b0b6096e-49f6-4491-888c-92356b84eab0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.727108 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:22.727285 [ 293 ] {} TCP-Session: 037d13cb-0186-41ee-86d8-9d727f608e13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:22.727325 [ 291 ] {} TCP-Session: fa30cecf-8910-4f1e-b1d8-43636467b111 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.610333 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54398 2026.03.19 07:55:23.610448 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:23.610475 [ 288 ] {} TCP-Session: 0ad51664-de9a-46d7-9028-e018928640ec Authenticating user 'default' from [fd00:1122:3344:101::e]:54398 2026.03.19 07:55:23.610497 [ 288 ] {} TCP-Session: 0ad51664-de9a-46d7-9028-e018928640ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.610510 [ 288 ] {} TCP-Session: 0ad51664-de9a-46d7-9028-e018928640ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.610725 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63755 2026.03.19 07:55:23.610756 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41561 2026.03.19 07:55:23.610786 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60803 2026.03.19 07:55:23.610807 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57113 2026.03.19 07:55:23.610838 [ 288 ] {} TCP-Session: 0ad51664-de9a-46d7-9028-e018928640ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:23.610861 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:23.610881 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:23.610879 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:23.610910 [ 289 ] {} TCP-Session: 0a990d96-b1e0-4dbf-9bb5-9bb11c0f4a90 Authenticating user 'default' from [fd00:1122:3344:101::e]:63755 2026.03.19 07:55:23.610924 [ 290 ] {} TCP-Session: ac789cad-25e5-4bb3-a261-64a66fd06315 Authenticating user 'default' from [fd00:1122:3344:101::e]:41561 2026.03.19 07:55:23.610941 [ 293 ] {} TCP-Session: b7651e35-19ca-42de-af8f-a90262248a3f Authenticating user 'default' from [fd00:1122:3344:101::e]:60803 2026.03.19 07:55:23.610952 [ 289 ] {} TCP-Session: 0a990d96-b1e0-4dbf-9bb5-9bb11c0f4a90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.610967 [ 290 ] {} TCP-Session: ac789cad-25e5-4bb3-a261-64a66fd06315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.610973 [ 293 ] {} TCP-Session: b7651e35-19ca-42de-af8f-a90262248a3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.610984 [ 289 ] {} TCP-Session: 0a990d96-b1e0-4dbf-9bb5-9bb11c0f4a90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.610992 [ 290 ] {} TCP-Session: ac789cad-25e5-4bb3-a261-64a66fd06315 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.611002 [ 293 ] {} TCP-Session: b7651e35-19ca-42de-af8f-a90262248a3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.611024 [ 288 ] {a6720c70-30bf-47d4-a89d-64f3e597982a} executeQuery: (from [fd00:1122:3344:101::e]:54398) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 07:55:23.610932 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:23.610818 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52784 2026.03.19 07:55:23.611093 [ 295 ] {} TCP-Session: 037560d9-72da-40fa-9c4a-6b85a3ca9b3a Authenticating user 'default' from [fd00:1122:3344:101::e]:57113 2026.03.19 07:55:23.610795 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60137 2026.03.19 07:55:23.611132 [ 295 ] {} TCP-Session: 037560d9-72da-40fa-9c4a-6b85a3ca9b3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.610773 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55947 2026.03.19 07:55:23.611161 [ 295 ] {} TCP-Session: 037560d9-72da-40fa-9c4a-6b85a3ca9b3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.611160 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:23.611191 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:23.611223 [ 296 ] {} TCP-Session: 4247912e-08af-4de3-a9fd-ba214df06659 Authenticating user 'default' from [fd00:1122:3344:101::e]:52784 2026.03.19 07:55:23.611226 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:23.611252 [ 296 ] {} TCP-Session: 4247912e-08af-4de3-a9fd-ba214df06659 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.611270 [ 291 ] {} TCP-Session: 7077eae7-6c04-4ffa-af93-3994007e7d42 Authenticating user 'default' from [fd00:1122:3344:101::e]:55947 2026.03.19 07:55:23.611280 [ 296 ] {} TCP-Session: 4247912e-08af-4de3-a9fd-ba214df06659 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.611297 [ 291 ] {} TCP-Session: 7077eae7-6c04-4ffa-af93-3994007e7d42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.611298 [ 288 ] {a6720c70-30bf-47d4-a89d-64f3e597982a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 07:55:23.611320 [ 291 ] {} TCP-Session: 7077eae7-6c04-4ffa-af93-3994007e7d42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.611239 [ 294 ] {} TCP-Session: dd5d6793-7b36-4a7e-a672-4423e74a70f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:60137 2026.03.19 07:55:23.610773 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37483 2026.03.19 07:55:23.611372 [ 288 ] {a6720c70-30bf-47d4-a89d-64f3e597982a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:55:23.611378 [ 294 ] {} TCP-Session: dd5d6793-7b36-4a7e-a672-4423e74a70f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.611417 [ 294 ] {} TCP-Session: dd5d6793-7b36-4a7e-a672-4423e74a70f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.611439 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:23.611466 [ 292 ] {} TCP-Session: 0d7694cf-a2a1-401c-a036-eab8cc0233b9 Authenticating user 'default' from [fd00:1122:3344:101::e]:37483 2026.03.19 07:55:23.611482 [ 292 ] {} TCP-Session: 0d7694cf-a2a1-401c-a036-eab8cc0233b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.611494 [ 292 ] {} TCP-Session: 0d7694cf-a2a1-401c-a036-eab8cc0233b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.611698 [ 288 ] {a6720c70-30bf-47d4-a89d-64f3e597982a} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938) (SelectExecutor): Key condition: unknown 2026.03.19 07:55:23.612789 [ 332 ] {a6720c70-30bf-47d4-a89d-64f3e597982a} AggregatingTransform: Aggregating 2026.03.19 07:55:23.612839 [ 332 ] {a6720c70-30bf-47d4-a89d-64f3e597982a} Aggregator: Aggregation method: without_key 2026.03.19 07:55:23.612876 [ 332 ] {a6720c70-30bf-47d4-a89d-64f3e597982a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001072277 sec. (932.595 rows/sec., 36.43 KiB/sec.) 2026.03.19 07:55:23.612896 [ 332 ] {a6720c70-30bf-47d4-a89d-64f3e597982a} Aggregator: Merging aggregated data 2026.03.19 07:55:23.614189 [ 288 ] {a6720c70-30bf-47d4-a89d-64f3e597982a} executeQuery: Read 1 rows, 40.00 B in 0.003224 sec., 310.17369727047145 rows/sec., 12.12 KiB/sec. 2026.03.19 07:55:23.614316 [ 288 ] {a6720c70-30bf-47d4-a89d-64f3e597982a} TCPHandler: Processed in 0.003599207 sec. 2026.03.19 07:55:23.614442 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:23.614467 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:23.614500 [ 288 ] {} TCP-Session: 0ad51664-de9a-46d7-9028-e018928640ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.614504 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:23.614524 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:23.614542 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:23.614561 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:23.614574 [ 289 ] {} TCP-Session: 0a990d96-b1e0-4dbf-9bb5-9bb11c0f4a90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.614595 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:23.614617 [ 293 ] {} TCP-Session: b7651e35-19ca-42de-af8f-a90262248a3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.614634 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:23.614644 [ 295 ] {} TCP-Session: 037560d9-72da-40fa-9c4a-6b85a3ca9b3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.614653 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:23.614683 [ 292 ] {} TCP-Session: 0d7694cf-a2a1-401c-a036-eab8cc0233b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.614560 [ 291 ] {} TCP-Session: 7077eae7-6c04-4ffa-af93-3994007e7d42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.614716 [ 294 ] {} TCP-Session: dd5d6793-7b36-4a7e-a672-4423e74a70f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.614514 [ 296 ] {} TCP-Session: 4247912e-08af-4de3-a9fd-ba214df06659 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:23.614598 [ 290 ] {} TCP-Session: ac789cad-25e5-4bb3-a261-64a66fd06315 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:25.960703 [ 89 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:55:25.960783 [ 89 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:55:26.012117 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 503 entries to flush up to offset 3736 2026.03.19 07:55:26.012646 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:26.012690 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:26.013313 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 07:55:26.014034 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:26.014195 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3736 2026.03.19 07:55:26.016515 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 314 2026.03.19 07:55:26.018780 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:26.018827 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:26.020172 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 07:55:26.020663 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:26.021015 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 314 2026.03.19 07:55:26.156732 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:26.156803 [ 3 ] {} TCP-Session: f2998ef5-e164-4259-8c98-3796bb82852a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:26.214347 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.03.19 07:55:26.231289 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:26.231361 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:26.238074 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 07:55:26.239376 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:26.244415 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.03.19 07:55:26.481697 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:26.481907 [ 253 ] {5d61832b-e3f3-4220-a163-404aa071733c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:55:26.481981 [ 253 ] {5d61832b-e3f3-4220-a163-404aa071733c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:55:26.482709 [ 253 ] {5d61832b-e3f3-4220-a163-404aa071733c} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:26.482757 [ 253 ] {5d61832b-e3f3-4220-a163-404aa071733c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:26.483288 [ 253 ] {5d61832b-e3f3-4220-a163-404aa071733c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 07:55:26.483724 [ 253 ] {5d61832b-e3f3-4220-a163-404aa071733c} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:26.483881 [ 253 ] {5d61832b-e3f3-4220-a163-404aa071733c} executeQuery: Read 56 rows, 4.41 KiB in 0.00203 sec., 27586.20689655172 rows/sec., 2.12 MiB/sec. 2026.03.19 07:55:26.483923 [ 253 ] {5d61832b-e3f3-4220-a163-404aa071733c} TCPHandler: Processed in 0.002367098 sec. 2026.03.19 07:55:26.484045 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:26.484141 [ 253 ] {3ac3f2f8-571e-4279-9c1f-0c24ba07e314} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:55:26.484181 [ 253 ] {3ac3f2f8-571e-4279-9c1f-0c24ba07e314} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:55:26.484598 [ 253 ] {3ac3f2f8-571e-4279-9c1f-0c24ba07e314} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:26.484635 [ 253 ] {3ac3f2f8-571e-4279-9c1f-0c24ba07e314} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:26.485048 [ 253 ] {3ac3f2f8-571e-4279-9c1f-0c24ba07e314} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 07:55:26.485464 [ 253 ] {3ac3f2f8-571e-4279-9c1f-0c24ba07e314} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:26.485596 [ 253 ] {3ac3f2f8-571e-4279-9c1f-0c24ba07e314} executeQuery: Read 64 rows, 5.12 KiB in 0.001473 sec., 43448.74405974203 rows/sec., 3.39 MiB/sec. 2026.03.19 07:55:26.485632 [ 253 ] {3ac3f2f8-571e-4279-9c1f-0c24ba07e314} TCPHandler: Processed in 0.001636796 sec. 2026.03.19 07:55:26.485751 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:26.485847 [ 253 ] {bea7d185-c577-48a0-9343-38d681b26e73} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:26.485890 [ 253 ] {bea7d185-c577-48a0-9343-38d681b26e73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:55:26.486319 [ 253 ] {bea7d185-c577-48a0-9343-38d681b26e73} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:26.486354 [ 253 ] {bea7d185-c577-48a0-9343-38d681b26e73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:26.486787 [ 253 ] {bea7d185-c577-48a0-9343-38d681b26e73} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 07:55:26.487217 [ 253 ] {bea7d185-c577-48a0-9343-38d681b26e73} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:26.487350 [ 253 ] {bea7d185-c577-48a0-9343-38d681b26e73} executeQuery: Read 160 rows, 11.41 KiB in 0.001521 sec., 105193.9513477975 rows/sec., 7.33 MiB/sec. 2026.03.19 07:55:26.487386 [ 253 ] {bea7d185-c577-48a0-9343-38d681b26e73} TCPHandler: Processed in 0.001686087 sec. 2026.03.19 07:55:26.487501 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:26.487594 [ 253 ] {c4a4d9b8-e695-48db-a966-8b5a5765b3ea} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:55:26.487636 [ 253 ] {c4a4d9b8-e695-48db-a966-8b5a5765b3ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:55:26.487968 [ 253 ] {c4a4d9b8-e695-48db-a966-8b5a5765b3ea} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:26.488004 [ 253 ] {c4a4d9b8-e695-48db-a966-8b5a5765b3ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:26.488509 [ 253 ] {c4a4d9b8-e695-48db-a966-8b5a5765b3ea} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 07:55:26.488940 [ 253 ] {c4a4d9b8-e695-48db-a966-8b5a5765b3ea} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:26.489073 [ 253 ] {c4a4d9b8-e695-48db-a966-8b5a5765b3ea} executeQuery: Read 60 rows, 4.14 KiB in 0.001496 sec., 40106.95187165776 rows/sec., 2.70 MiB/sec. 2026.03.19 07:55:26.489107 [ 253 ] {c4a4d9b8-e695-48db-a966-8b5a5765b3ea} TCPHandler: Processed in 0.001656496 sec. 2026.03.19 07:55:27.000233 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 180.30 MiB, peak 189.70 MiB, free memory in arenas 0.00 B, will set to 183.60 MiB (RSS), difference: 3.29 MiB 2026.03.19 07:55:28.452822 [ 87 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.19 07:55:28.452888 [ 87 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:28.452909 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:28.453032 [ 193 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.03.19 07:55:28.453173 [ 193 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:28.453205 [ 193 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 166 rows starting from the beginning of the part 2026.03.19 07:55:28.453291 [ 193 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 152 rows starting from the beginning of the part 2026.03.19 07:55:28.453335 [ 193 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::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.19 07:55:28.453376 [ 193 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.03.19 07:55:28.453411 [ 193 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::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.19 07:55:28.454233 [ 200 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 352 rows, containing 5 columns (5 merged, 0 gathered) in 0.001257611 sec., 279895.77063177724 rows/sec., 18.30 MiB/sec. 2026.03.19 07:55:28.454555 [ 191 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.19 07:55:28.455157 [ 191 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_5_1} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:28.455241 [ 191 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_5_1} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.19 07:55:28.455337 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.19 07:55:31.483254 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:31.483479 [ 253 ] {a69fb63f-6000-43ea-9312-c43763d7adf0} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:55:31.483555 [ 253 ] {a69fb63f-6000-43ea-9312-c43763d7adf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:55:31.484250 [ 253 ] {a69fb63f-6000-43ea-9312-c43763d7adf0} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:31.484300 [ 253 ] {a69fb63f-6000-43ea-9312-c43763d7adf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:31.484833 [ 253 ] {a69fb63f-6000-43ea-9312-c43763d7adf0} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 07:55:31.485310 [ 253 ] {a69fb63f-6000-43ea-9312-c43763d7adf0} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:31.485473 [ 253 ] {a69fb63f-6000-43ea-9312-c43763d7adf0} executeQuery: Read 76 rows, 6.41 KiB in 0.002049 sec., 37091.26403123475 rows/sec., 3.06 MiB/sec. 2026.03.19 07:55:31.485482 [ 164 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 07:55:31.485514 [ 253 ] {a69fb63f-6000-43ea-9312-c43763d7adf0} TCPHandler: Processed in 0.002403758 sec. 2026.03.19 07:55:31.485556 [ 164 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:31.485583 [ 164 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:31.485661 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:31.485706 [ 193 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.19 07:55:31.485763 [ 253 ] {a4c6fa13-0a18-43f7-a19a-0e0dc59bffd1} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:55:31.485809 [ 253 ] {a4c6fa13-0a18-43f7-a19a-0e0dc59bffd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:55:31.485854 [ 193 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:31.485893 [ 193 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2809 rows starting from the beginning of the part 2026.03.19 07:55:31.485953 [ 193 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part 2026.03.19 07:55:31.485993 [ 193 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1942 rows starting from the beginning of the part 2026.03.19 07:55:31.486033 [ 193 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part 2026.03.19 07:55:31.486068 [ 193 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part 2026.03.19 07:55:31.486105 [ 193 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 76 rows starting from the beginning of the part 2026.03.19 07:55:31.486208 [ 253 ] {a4c6fa13-0a18-43f7-a19a-0e0dc59bffd1} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:31.486248 [ 253 ] {a4c6fa13-0a18-43f7-a19a-0e0dc59bffd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:31.486665 [ 253 ] {a4c6fa13-0a18-43f7-a19a-0e0dc59bffd1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 07:55:31.487327 [ 253 ] {a4c6fa13-0a18-43f7-a19a-0e0dc59bffd1} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:31.487493 [ 253 ] {a4c6fa13-0a18-43f7-a19a-0e0dc59bffd1} executeQuery: Read 10 rows, 770.00 B in 0.001748 sec., 5720.823798627002 rows/sec., 430.18 KiB/sec. 2026.03.19 07:55:31.487538 [ 253 ] {a4c6fa13-0a18-43f7-a19a-0e0dc59bffd1} TCPHandler: Processed in 0.00192716 sec. 2026.03.19 07:55:31.487680 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:31.487785 [ 253 ] {b1cbab0f-ae8a-49b4-9149-5c2e7e162921} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:55:31.487834 [ 253 ] {b1cbab0f-ae8a-49b4-9149-5c2e7e162921} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:55:31.488392 [ 253 ] {b1cbab0f-ae8a-49b4-9149-5c2e7e162921} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:31.488435 [ 253 ] {b1cbab0f-ae8a-49b4-9149-5c2e7e162921} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:31.488937 [ 253 ] {b1cbab0f-ae8a-49b4-9149-5c2e7e162921} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 07:55:31.489480 [ 253 ] {b1cbab0f-ae8a-49b4-9149-5c2e7e162921} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:31.489601 [ 164 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 07:55:31.489634 [ 164 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:31.489642 [ 253 ] {b1cbab0f-ae8a-49b4-9149-5c2e7e162921} executeQuery: Read 74 rows, 5.92 KiB in 0.00188 sec., 39361.70212765958 rows/sec., 3.07 MiB/sec. 2026.03.19 07:55:31.489658 [ 164 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:31.489707 [ 253 ] {b1cbab0f-ae8a-49b4-9149-5c2e7e162921} TCPHandler: Processed in 0.002085394 sec. 2026.03.19 07:55:31.489792 [ 191 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.19 07:55:31.489917 [ 191 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:31.489955 [ 191 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1486 rows starting from the beginning of the part 2026.03.19 07:55:31.490035 [ 191 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part 2026.03.19 07:55:31.490102 [ 191 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1012 rows starting from the beginning of the part 2026.03.19 07:55:31.490172 [ 191 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part 2026.03.19 07:55:31.490210 [ 195 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4995 rows, containing 5 columns (5 merged, 0 gathered) in 0.004560272 sec., 1095329.4014041268 rows/sec., 87.77 MiB/sec. 2026.03.19 07:55:31.490235 [ 191 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part 2026.03.19 07:55:31.490297 [ 191 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 74 rows starting from the beginning of the part 2026.03.19 07:55:31.490595 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:31.490726 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 07:55:31.490767 [ 253 ] {8895aa49-f480-4655-b895-fa7b85b5413c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:31.490848 [ 253 ] {8895aa49-f480-4655-b895-fa7b85b5413c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:55:31.491442 [ 253 ] {8895aa49-f480-4655-b895-fa7b85b5413c} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:31.491487 [ 253 ] {8895aa49-f480-4655-b895-fa7b85b5413c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:31.491539 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_11_2} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:31.491647 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_11_2} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 07:55:31.491734 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2026.03.19 07:55:31.491777 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2764 rows, containing 5 columns (5 merged, 0 gathered) in 0.002041462 sec., 1353931.643106754 rows/sec., 99.96 MiB/sec. 2026.03.19 07:55:31.491948 [ 253 ] {8895aa49-f480-4655-b895-fa7b85b5413c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 07:55:31.492040 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 07:55:31.492460 [ 253 ] {8895aa49-f480-4655-b895-fa7b85b5413c} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:31.492529 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_11_2} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:31.492571 [ 164 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 07:55:31.492609 [ 164 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:31.492615 [ 253 ] {8895aa49-f480-4655-b895-fa7b85b5413c} executeQuery: Read 160 rows, 11.41 KiB in 0.0019 sec., 84210.52631578948 rows/sec., 5.87 MiB/sec. 2026.03.19 07:55:31.492633 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_11_2} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 07:55:31.492630 [ 164 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:31.492683 [ 253 ] {8895aa49-f480-4655-b895-fa7b85b5413c} TCPHandler: Processed in 0.002275426 sec. 2026.03.19 07:55:31.492699 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2026.03.19 07:55:31.492767 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.19 07:55:31.492825 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:31.492892 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:31.492930 [ 253 ] {ae636e0b-7697-46b6-aa53-ef2dd23cf68f} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:31.492938 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2644 rows starting from the beginning of the part 2026.03.19 07:55:31.492987 [ 253 ] {ae636e0b-7697-46b6-aa53-ef2dd23cf68f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:55:31.493032 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part 2026.03.19 07:55:31.493095 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1217 rows starting from the beginning of the part 2026.03.19 07:55:31.493145 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 128 rows starting from the beginning of the part 2026.03.19 07:55:31.493201 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::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.19 07:55:31.493259 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2026.03.19 07:55:31.493810 [ 253 ] {ae636e0b-7697-46b6-aa53-ef2dd23cf68f} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:31.493846 [ 253 ] {ae636e0b-7697-46b6-aa53-ef2dd23cf68f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:31.494478 [ 253 ] {ae636e0b-7697-46b6-aa53-ef2dd23cf68f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 07:55:31.494902 [ 253 ] {ae636e0b-7697-46b6-aa53-ef2dd23cf68f} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:31.495065 [ 253 ] {ae636e0b-7697-46b6-aa53-ef2dd23cf68f} executeQuery: Read 10 rows, 18.35 KiB in 0.002155 sec., 4640.371229698377 rows/sec., 8.32 MiB/sec. 2026.03.19 07:55:31.495117 [ 253 ] {ae636e0b-7697-46b6-aa53-ef2dd23cf68f} TCPHandler: Processed in 0.002356047 sec. 2026.03.19 07:55:31.495229 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:31.495324 [ 253 ] {cdbe9c19-c781-43bb-a105-ce4d4fb7f7f0} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:55:31.495367 [ 253 ] {cdbe9c19-c781-43bb-a105-ce4d4fb7f7f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:55:31.495390 [ 193 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4469 rows, containing 5 columns (5 merged, 0 gathered) in 0.002665762 sec., 1676443.7335366025 rows/sec., 109.98 MiB/sec. 2026.03.19 07:55:31.495712 [ 253 ] {cdbe9c19-c781-43bb-a105-ce4d4fb7f7f0} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:31.495752 [ 253 ] {cdbe9c19-c781-43bb-a105-ce4d4fb7f7f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:31.495849 [ 199 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 07:55:31.496162 [ 253 ] {cdbe9c19-c781-43bb-a105-ce4d4fb7f7f0} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 07:55:31.496466 [ 199 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_11_2} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:31.496582 [ 253 ] {cdbe9c19-c781-43bb-a105-ce4d4fb7f7f0} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:31.496605 [ 199 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_11_2} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 07:55:31.496687 [ 164 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 07:55:31.496689 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. 2026.03.19 07:55:31.496720 [ 164 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:31.496726 [ 253 ] {cdbe9c19-c781-43bb-a105-ce4d4fb7f7f0} executeQuery: Read 60 rows, 4.14 KiB in 0.001422 sec., 42194.09282700422 rows/sec., 2.84 MiB/sec. 2026.03.19 07:55:31.496750 [ 164 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:31.496779 [ 253 ] {cdbe9c19-c781-43bb-a105-ce4d4fb7f7f0} TCPHandler: Processed in 0.001600776 sec. 2026.03.19 07:55:31.496824 [ 195 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.19 07:55:31.496908 [ 195 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:31.496933 [ 195 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 360 rows starting from the beginning of the part 2026.03.19 07:55:31.496976 [ 195 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2026.03.19 07:55:31.497011 [ 195 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part 2026.03.19 07:55:31.497042 [ 195 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 48 rows starting from the beginning of the part 2026.03.19 07:55:31.497072 [ 195 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::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.19 07:55:31.497105 [ 195 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2026.03.19 07:55:31.497818 [ 193 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 600 rows, containing 4 columns (4 merged, 0 gathered) in 0.001024066 sec., 585899.7369310182 rows/sec., 38.64 MiB/sec. 2026.03.19 07:55:31.498024 [ 195 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 07:55:31.498464 [ 195 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_11_2} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:31.498559 [ 195 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_11_2} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 07:55:31.498618 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.19 07:55:32.526360 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33367 2026.03.19 07:55:32.526469 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:32.526494 [ 3 ] {} TCP-Session: 736ad224-38e4-444f-9a35-bda45e0edcd4 Authenticating user 'default' from [fd00:1122:3344:101::e]:33367 2026.03.19 07:55:32.526516 [ 3 ] {} TCP-Session: 736ad224-38e4-444f-9a35-bda45e0edcd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.526528 [ 3 ] {} TCP-Session: 736ad224-38e4-444f-9a35-bda45e0edcd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.526774 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50046 2026.03.19 07:55:32.526801 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42541 2026.03.19 07:55:32.526835 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52942 2026.03.19 07:55:32.526853 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64127 2026.03.19 07:55:32.526903 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:32.526930 [ 3 ] {} TCP-Session: 736ad224-38e4-444f-9a35-bda45e0edcd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:32.526934 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:32.526959 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:32.526986 [ 290 ] {} TCP-Session: 17a1d65f-7c6b-4f74-811c-2a8339a7a9ca Authenticating user 'default' from [fd00:1122:3344:101::e]:42541 2026.03.19 07:55:32.526951 [ 288 ] {} TCP-Session: 2b182a19-8fa4-48ec-b68b-e85ffc919ea2 Authenticating user 'default' from [fd00:1122:3344:101::e]:50046 2026.03.19 07:55:32.527001 [ 294 ] {} TCP-Session: 600853da-9327-41e6-8c4f-4a3c5ff19f5c Authenticating user 'default' from [fd00:1122:3344:101::e]:52942 2026.03.19 07:55:32.527013 [ 290 ] {} TCP-Session: 17a1d65f-7c6b-4f74-811c-2a8339a7a9ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.527036 [ 288 ] {} TCP-Session: 2b182a19-8fa4-48ec-b68b-e85ffc919ea2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.527043 [ 294 ] {} TCP-Session: 600853da-9327-41e6-8c4f-4a3c5ff19f5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.527058 [ 290 ] {} TCP-Session: 17a1d65f-7c6b-4f74-811c-2a8339a7a9ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.527067 [ 288 ] {} TCP-Session: 2b182a19-8fa4-48ec-b68b-e85ffc919ea2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.527081 [ 294 ] {} TCP-Session: 600853da-9327-41e6-8c4f-4a3c5ff19f5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.527105 [ 3 ] {4179018b-cbf3-40d2-a179-114dcba5a152} executeQuery: (from [fd00:1122:3344:101::e]:33367) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 07:55:32.527007 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:32.526827 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47074 2026.03.19 07:55:32.527177 [ 295 ] {} TCP-Session: 3c1fa553-7bd7-487d-95d0-42f7f3f699e9 Authenticating user 'default' from [fd00:1122:3344:101::e]:64127 2026.03.19 07:55:32.526820 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52313 2026.03.19 07:55:32.527214 [ 295 ] {} TCP-Session: 3c1fa553-7bd7-487d-95d0-42f7f3f699e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.526818 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65063 2026.03.19 07:55:32.527255 [ 295 ] {} TCP-Session: 3c1fa553-7bd7-487d-95d0-42f7f3f699e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.527252 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:32.526783 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63987 2026.03.19 07:55:32.527319 [ 293 ] {} TCP-Session: fe6420df-95f4-43cb-b3a9-df14afc0b07c Authenticating user 'default' from [fd00:1122:3344:101::e]:47074 2026.03.19 07:55:32.527338 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:32.527354 [ 293 ] {} TCP-Session: fe6420df-95f4-43cb-b3a9-df14afc0b07c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.527371 [ 291 ] {} TCP-Session: a4460b1b-b43b-4507-809b-cd5b44d05216 Authenticating user 'default' from [fd00:1122:3344:101::e]:65063 2026.03.19 07:55:32.527378 [ 293 ] {} TCP-Session: fe6420df-95f4-43cb-b3a9-df14afc0b07c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.527397 [ 291 ] {} TCP-Session: a4460b1b-b43b-4507-809b-cd5b44d05216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.527373 [ 3 ] {4179018b-cbf3-40d2-a179-114dcba5a152} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 07:55:32.527422 [ 291 ] {} TCP-Session: a4460b1b-b43b-4507-809b-cd5b44d05216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.527309 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:32.527482 [ 3 ] {4179018b-cbf3-40d2-a179-114dcba5a152} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:55:32.527491 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:32.527493 [ 292 ] {} TCP-Session: 21c4dabc-872e-4811-bcad-0b87df6dbc9d Authenticating user 'default' from [fd00:1122:3344:101::e]:52313 2026.03.19 07:55:32.527533 [ 289 ] {} TCP-Session: 52357ebb-b17f-4d23-a1f8-c7c9d1a14258 Authenticating user 'default' from [fd00:1122:3344:101::e]:63987 2026.03.19 07:55:32.527543 [ 292 ] {} TCP-Session: 21c4dabc-872e-4811-bcad-0b87df6dbc9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.527561 [ 289 ] {} TCP-Session: 52357ebb-b17f-4d23-a1f8-c7c9d1a14258 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.527573 [ 292 ] {} TCP-Session: 21c4dabc-872e-4811-bcad-0b87df6dbc9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.527588 [ 289 ] {} TCP-Session: 52357ebb-b17f-4d23-a1f8-c7c9d1a14258 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.527764 [ 3 ] {4179018b-cbf3-40d2-a179-114dcba5a152} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938) (SelectExecutor): Key condition: unknown 2026.03.19 07:55:32.527849 [ 3 ] {4179018b-cbf3-40d2-a179-114dcba5a152} Aggregator: Compile expression max()(UInt64) 0 2026.03.19 07:55:32.922075 [ 335 ] {4179018b-cbf3-40d2-a179-114dcba5a152} AggregatingTransform: Aggregating 2026.03.19 07:55:32.922216 [ 335 ] {4179018b-cbf3-40d2-a179-114dcba5a152} Aggregator: Aggregation method: without_key 2026.03.19 07:55:32.922256 [ 335 ] {4179018b-cbf3-40d2-a179-114dcba5a152} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001083838 sec. (922.647 rows/sec., 36.04 KiB/sec.) 2026.03.19 07:55:32.922275 [ 335 ] {4179018b-cbf3-40d2-a179-114dcba5a152} Aggregator: Merging aggregated data 2026.03.19 07:55:32.923748 [ 3 ] {4179018b-cbf3-40d2-a179-114dcba5a152} executeQuery: Read 1 rows, 40.00 B in 0.396692 sec., 2.520847408064695 rows/sec., 100.83 B/sec. 2026.03.19 07:55:32.923945 [ 3 ] {4179018b-cbf3-40d2-a179-114dcba5a152} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.03.19 07:55:32.923969 [ 3 ] {4179018b-cbf3-40d2-a179-114dcba5a152} TCPHandler: Processed in 0.397144243 sec. 2026.03.19 07:55:32.924225 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:32.924248 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:32.924271 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:32.924302 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:32.924324 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:32.924345 [ 293 ] {} TCP-Session: fe6420df-95f4-43cb-b3a9-df14afc0b07c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.924364 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:32.924397 [ 288 ] {} TCP-Session: 2b182a19-8fa4-48ec-b68b-e85ffc919ea2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.924398 [ 289 ] {} TCP-Session: 52357ebb-b17f-4d23-a1f8-c7c9d1a14258 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.924426 [ 291 ] {} TCP-Session: a4460b1b-b43b-4507-809b-cd5b44d05216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.924387 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:32.924311 [ 295 ] {} TCP-Session: 3c1fa553-7bd7-487d-95d0-42f7f3f699e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.924512 [ 292 ] {} TCP-Session: 21c4dabc-872e-4811-bcad-0b87df6dbc9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.924343 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:32.924611 [ 294 ] {} TCP-Session: 600853da-9327-41e6-8c4f-4a3c5ff19f5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.924329 [ 290 ] {} TCP-Session: 17a1d65f-7c6b-4f74-811c-2a8339a7a9ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:32.926628 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:32.926675 [ 3 ] {} TCP-Session: 736ad224-38e4-444f-9a35-bda45e0edcd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 185.87 MiB, peak 198.02 MiB, free memory in arenas 0.00 B, will set to 204.40 MiB (RSS), difference: 18.53 MiB 2026.03.19 07:55:33.514424 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4184 2026.03.19 07:55:33.514999 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:33.515055 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:33.515694 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 07:55:33.516164 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:33.516303 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4184 2026.03.19 07:55:33.744620 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.03.19 07:55:33.765048 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:33.765122 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2026.03.19 07:55:33.771321 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 07:55:33.772431 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:33.775938 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.03.19 07:55:33.897215 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57157 2026.03.19 07:55:33.897340 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:33.897377 [ 290 ] {} TCP-Session: 33285a73-5f5f-4f44-b20d-416ec9512094 Authenticating user 'default' from [fd00:1122:3344:101::e]:57157 2026.03.19 07:55:33.897401 [ 290 ] {} TCP-Session: 33285a73-5f5f-4f44-b20d-416ec9512094 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.897414 [ 290 ] {} TCP-Session: 33285a73-5f5f-4f44-b20d-416ec9512094 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.897591 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55217 2026.03.19 07:55:33.897636 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44606 2026.03.19 07:55:33.897647 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32894 2026.03.19 07:55:33.897669 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50326 2026.03.19 07:55:33.897709 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:33.897723 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:33.897660 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60907 2026.03.19 07:55:33.897760 [ 291 ] {} TCP-Session: 63f425ac-7356-4dbe-9fa1-9f57eee3e6ff Authenticating user 'default' from [fd00:1122:3344:101::e]:55217 2026.03.19 07:55:33.897773 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:33.897807 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:33.897809 [ 291 ] {} TCP-Session: 63f425ac-7356-4dbe-9fa1-9f57eee3e6ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.897830 [ 293 ] {} TCP-Session: 61923e23-0454-4e2e-aa82-83864cb9bf9d Authenticating user 'default' from [fd00:1122:3344:101::e]:32894 2026.03.19 07:55:33.897844 [ 296 ] {} TCP-Session: a45e7641-b6da-4418-8e24-e5a4a8c5cd8f Authenticating user 'default' from [fd00:1122:3344:101::e]:50326 2026.03.19 07:55:33.897877 [ 293 ] {} TCP-Session: 61923e23-0454-4e2e-aa82-83864cb9bf9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.897903 [ 296 ] {} TCP-Session: a45e7641-b6da-4418-8e24-e5a4a8c5cd8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.897910 [ 293 ] {} TCP-Session: 61923e23-0454-4e2e-aa82-83864cb9bf9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.897927 [ 296 ] {} TCP-Session: a45e7641-b6da-4418-8e24-e5a4a8c5cd8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.897836 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:33.897770 [ 294 ] {} TCP-Session: 45e4c4d2-2a10-4d30-9135-2d1d336d91da Authenticating user 'default' from [fd00:1122:3344:101::e]:44606 2026.03.19 07:55:33.897990 [ 295 ] {} TCP-Session: 8f2ad2e1-d122-4f16-8465-17f3a6ed3436 Authenticating user 'default' from [fd00:1122:3344:101::e]:60907 2026.03.19 07:55:33.898015 [ 294 ] {} TCP-Session: 45e4c4d2-2a10-4d30-9135-2d1d336d91da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.898026 [ 295 ] {} TCP-Session: 8f2ad2e1-d122-4f16-8465-17f3a6ed3436 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.898039 [ 294 ] {} TCP-Session: 45e4c4d2-2a10-4d30-9135-2d1d336d91da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.898052 [ 295 ] {} TCP-Session: 8f2ad2e1-d122-4f16-8465-17f3a6ed3436 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.897760 [ 290 ] {} TCP-Session: 33285a73-5f5f-4f44-b20d-416ec9512094 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:33.897631 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33006 2026.03.19 07:55:33.897692 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60998 2026.03.19 07:55:33.897684 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49132 2026.03.19 07:55:33.897848 [ 291 ] {} TCP-Session: 63f425ac-7356-4dbe-9fa1-9f57eee3e6ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.898186 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:33.898212 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:33.898234 [ 292 ] {} TCP-Session: 496590ab-2621-4e5a-b18b-3fe8c6795f62 Authenticating user 'default' from [fd00:1122:3344:101::e]:33006 2026.03.19 07:55:33.898240 [ 288 ] {} TCP-Session: d7060bd5-6d5e-4d01-8038-c2e9338324b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:60998 2026.03.19 07:55:33.898252 [ 292 ] {} TCP-Session: 496590ab-2621-4e5a-b18b-3fe8c6795f62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.898259 [ 288 ] {} TCP-Session: d7060bd5-6d5e-4d01-8038-c2e9338324b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.898266 [ 292 ] {} TCP-Session: 496590ab-2621-4e5a-b18b-3fe8c6795f62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.898274 [ 288 ] {} TCP-Session: d7060bd5-6d5e-4d01-8038-c2e9338324b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.898318 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:33.898335 [ 290 ] {6b51b62a-ec0e-4e5d-88d3-f2c90316af6a} executeQuery: (from [fd00:1122:3344:101::e]:57157) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 07:55:33.898353 [ 3 ] {} TCP-Session: 177b063e-6983-42f4-ae64-2001ee959da9 Authenticating user 'default' from [fd00:1122:3344:101::e]:49132 2026.03.19 07:55:33.898388 [ 3 ] {} TCP-Session: 177b063e-6983-42f4-ae64-2001ee959da9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.898401 [ 3 ] {} TCP-Session: 177b063e-6983-42f4-ae64-2001ee959da9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.898786 [ 290 ] {6b51b62a-ec0e-4e5d-88d3-f2c90316af6a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 07:55:33.898879 [ 290 ] {6b51b62a-ec0e-4e5d-88d3-f2c90316af6a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:55:33.899242 [ 290 ] {6b51b62a-ec0e-4e5d-88d3-f2c90316af6a} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938) (SelectExecutor): Key condition: unknown 2026.03.19 07:55:33.900428 [ 298 ] {6b51b62a-ec0e-4e5d-88d3-f2c90316af6a} AggregatingTransform: Aggregating 2026.03.19 07:55:33.900475 [ 298 ] {6b51b62a-ec0e-4e5d-88d3-f2c90316af6a} Aggregator: Aggregation method: without_key 2026.03.19 07:55:33.900511 [ 298 ] {6b51b62a-ec0e-4e5d-88d3-f2c90316af6a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001159278 sec. (862.606 rows/sec., 33.70 KiB/sec.) 2026.03.19 07:55:33.900529 [ 298 ] {6b51b62a-ec0e-4e5d-88d3-f2c90316af6a} Aggregator: Merging aggregated data 2026.03.19 07:55:33.901868 [ 290 ] {6b51b62a-ec0e-4e5d-88d3-f2c90316af6a} executeQuery: Read 1 rows, 40.00 B in 0.003622 sec., 276.09055770292656 rows/sec., 10.78 KiB/sec. 2026.03.19 07:55:33.901996 [ 290 ] {6b51b62a-ec0e-4e5d-88d3-f2c90316af6a} TCPHandler: Processed in 0.00438982 sec. 2026.03.19 07:55:33.902118 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:33.902148 [ 290 ] {} TCP-Session: 33285a73-5f5f-4f44-b20d-416ec9512094 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.902152 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:33.902170 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:33.902187 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:33.902209 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:33.902246 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:33.902275 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:33.902305 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:33.902312 [ 292 ] {} TCP-Session: 496590ab-2621-4e5a-b18b-3fe8c6795f62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.902336 [ 293 ] {} TCP-Session: 61923e23-0454-4e2e-aa82-83864cb9bf9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.902346 [ 3 ] {} TCP-Session: 177b063e-6983-42f4-ae64-2001ee959da9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.902279 [ 295 ] {} TCP-Session: 8f2ad2e1-d122-4f16-8465-17f3a6ed3436 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.902236 [ 296 ] {} TCP-Session: a45e7641-b6da-4418-8e24-e5a4a8c5cd8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.902228 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:33.902215 [ 288 ] {} TCP-Session: d7060bd5-6d5e-4d01-8038-c2e9338324b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.902453 [ 294 ] {} TCP-Session: 45e4c4d2-2a10-4d30-9135-2d1d336d91da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:33.902200 [ 291 ] {} TCP-Session: 63f425ac-7356-4dbe-9fa1-9f57eee3e6ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.281478 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38829 2026.03.19 07:55:34.281583 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:34.281611 [ 290 ] {} TCP-Session: ee0302f7-b779-47fe-a82e-ab8063039f6d Authenticating user 'default' from [fd00:1122:3344:101::e]:38829 2026.03.19 07:55:34.281634 [ 290 ] {} TCP-Session: ee0302f7-b779-47fe-a82e-ab8063039f6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.281648 [ 290 ] {} TCP-Session: ee0302f7-b779-47fe-a82e-ab8063039f6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.281842 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64601 2026.03.19 07:55:34.281873 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47932 2026.03.19 07:55:34.281914 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45411 2026.03.19 07:55:34.281942 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49986 2026.03.19 07:55:34.281955 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49297 2026.03.19 07:55:34.281980 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:34.282007 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55019 2026.03.19 07:55:34.282028 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:34.282044 [ 291 ] {} TCP-Session: dac428a7-2cc0-4044-9635-c20832e046db Authenticating user 'default' from [fd00:1122:3344:101::e]:64601 2026.03.19 07:55:34.282055 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:34.282068 [ 295 ] {} TCP-Session: ae790468-1844-4a1d-af4c-f0460d0f38b6 Authenticating user 'default' from [fd00:1122:3344:101::e]:49986 2026.03.19 07:55:34.282079 [ 291 ] {} TCP-Session: dac428a7-2cc0-4044-9635-c20832e046db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.282088 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:34.282096 [ 296 ] {} TCP-Session: ea5fcf13-24b4-4e54-bd26-caa9252c3b1b Authenticating user 'default' from [fd00:1122:3344:101::e]:49297 2026.03.19 07:55:34.282104 [ 291 ] {} TCP-Session: dac428a7-2cc0-4044-9635-c20832e046db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.282125 [ 288 ] {} TCP-Session: 3b1b49f1-1d90-460a-bdfa-bee035b5eea4 Authenticating user 'default' from [fd00:1122:3344:101::e]:55019 2026.03.19 07:55:34.282145 [ 296 ] {} TCP-Session: ea5fcf13-24b4-4e54-bd26-caa9252c3b1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.282165 [ 288 ] {} TCP-Session: 3b1b49f1-1d90-460a-bdfa-bee035b5eea4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.282174 [ 296 ] {} TCP-Session: ea5fcf13-24b4-4e54-bd26-caa9252c3b1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.282184 [ 288 ] {} TCP-Session: 3b1b49f1-1d90-460a-bdfa-bee035b5eea4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.282004 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:34.282290 [ 292 ] {} TCP-Session: 417035c7-2404-47eb-863f-14d218c0811f Authenticating user 'default' from [fd00:1122:3344:101::e]:47932 2026.03.19 07:55:34.281980 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44219 2026.03.19 07:55:34.282312 [ 292 ] {} TCP-Session: 417035c7-2404-47eb-863f-14d218c0811f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.282098 [ 290 ] {} TCP-Session: ee0302f7-b779-47fe-a82e-ab8063039f6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:34.282378 [ 292 ] {} TCP-Session: 417035c7-2404-47eb-863f-14d218c0811f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.282099 [ 295 ] {} TCP-Session: ae790468-1844-4a1d-af4c-f0460d0f38b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.282425 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:34.282452 [ 295 ] {} TCP-Session: ae790468-1844-4a1d-af4c-f0460d0f38b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.281916 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48861 2026.03.19 07:55:34.282475 [ 3 ] {} TCP-Session: 4c6a1d57-2946-404e-869a-9893690ea451 Authenticating user 'default' from [fd00:1122:3344:101::e]:44219 2026.03.19 07:55:34.282019 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:34.282523 [ 3 ] {} TCP-Session: 4c6a1d57-2946-404e-869a-9893690ea451 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.282541 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:55:34.282560 [ 294 ] {} TCP-Session: b0577d5e-602f-4d93-8c47-b187ae4de909 Authenticating user 'default' from [fd00:1122:3344:101::e]:45411 2026.03.19 07:55:34.282561 [ 3 ] {} TCP-Session: 4c6a1d57-2946-404e-869a-9893690ea451 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.282574 [ 293 ] {} TCP-Session: 5de20ca6-6885-4b04-bb6c-2af5c4fa1d9b Authenticating user 'default' from [fd00:1122:3344:101::e]:48861 2026.03.19 07:55:34.282589 [ 294 ] {} TCP-Session: b0577d5e-602f-4d93-8c47-b187ae4de909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.282608 [ 293 ] {} TCP-Session: 5de20ca6-6885-4b04-bb6c-2af5c4fa1d9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.282626 [ 294 ] {} TCP-Session: b0577d5e-602f-4d93-8c47-b187ae4de909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.282636 [ 293 ] {} TCP-Session: 5de20ca6-6885-4b04-bb6c-2af5c4fa1d9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.282574 [ 290 ] {07de343e-68e1-478c-b7f9-a44af6dbadcd} executeQuery: (from [fd00:1122:3344:101::e]:38829) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 07:55:34.283009 [ 290 ] {07de343e-68e1-478c-b7f9-a44af6dbadcd} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 07:55:34.283070 [ 290 ] {07de343e-68e1-478c-b7f9-a44af6dbadcd} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:55:34.283343 [ 290 ] {07de343e-68e1-478c-b7f9-a44af6dbadcd} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938) (SelectExecutor): Key condition: unknown 2026.03.19 07:55:34.284256 [ 324 ] {07de343e-68e1-478c-b7f9-a44af6dbadcd} AggregatingTransform: Aggregating 2026.03.19 07:55:34.284308 [ 324 ] {07de343e-68e1-478c-b7f9-a44af6dbadcd} Aggregator: Aggregation method: without_key 2026.03.19 07:55:34.284341 [ 324 ] {07de343e-68e1-478c-b7f9-a44af6dbadcd} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000899224 sec. (1112.070 rows/sec., 43.44 KiB/sec.) 2026.03.19 07:55:34.284357 [ 324 ] {07de343e-68e1-478c-b7f9-a44af6dbadcd} Aggregator: Merging aggregated data 2026.03.19 07:55:34.285768 [ 290 ] {07de343e-68e1-478c-b7f9-a44af6dbadcd} executeQuery: Read 1 rows, 40.00 B in 0.003263 sec., 306.4664419246093 rows/sec., 11.97 KiB/sec. 2026.03.19 07:55:34.285886 [ 290 ] {07de343e-68e1-478c-b7f9-a44af6dbadcd} TCPHandler: Processed in 0.003906742 sec. 2026.03.19 07:55:34.286000 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:34.286029 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:34.286033 [ 290 ] {} TCP-Session: ee0302f7-b779-47fe-a82e-ab8063039f6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.286052 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:34.286075 [ 291 ] {} TCP-Session: dac428a7-2cc0-4044-9635-c20832e046db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.286084 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:34.286108 [ 292 ] {} TCP-Session: 417035c7-2404-47eb-863f-14d218c0811f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.286116 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:34.286148 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:34.286139 [ 288 ] {} TCP-Session: 3b1b49f1-1d90-460a-bdfa-bee035b5eea4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.286180 [ 295 ] {} TCP-Session: ae790468-1844-4a1d-af4c-f0460d0f38b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.286197 [ 296 ] {} TCP-Session: ea5fcf13-24b4-4e54-bd26-caa9252c3b1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.286127 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:34.286097 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:34.286268 [ 294 ] {} TCP-Session: b0577d5e-602f-4d93-8c47-b187ae4de909 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.286067 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 07:55:34.286294 [ 293 ] {} TCP-Session: 5de20ca6-6885-4b04-bb6c-2af5c4fa1d9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:34.286326 [ 3 ] {} TCP-Session: 4c6a1d57-2946-404e-869a-9893690ea451 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:55:36.021312 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 340 2026.03.19 07:55:36.023374 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:36.023423 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:36.024769 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 07:55:36.025283 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:36.025445 [ 145 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 07:55:36.025508 [ 145 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:36.025522 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 340 2026.03.19 07:55:36.025528 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:36.025650 [ 198 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.19 07:55:36.026185 [ 198 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:36.026362 [ 198 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2026.03.19 07:55:36.026762 [ 198 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 116 rows starting from the beginning of the part 2026.03.19 07:55:36.027112 [ 198 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2026.03.19 07:55:36.027532 [ 198 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 42 rows starting from the beginning of the part 2026.03.19 07:55:36.027984 [ 198 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 38 rows starting from the beginning of the part 2026.03.19 07:55:36.028405 [ 198 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part 2026.03.19 07:55:36.035524 [ 193 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 340 rows, containing 72 columns (72 merged, 0 gathered) in 0.009910228 sec., 34307.98968500018 rows/sec., 35.61 MiB/sec. 2026.03.19 07:55:36.036531 [ 197 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 07:55:36.037426 [ 197 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_6_1} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:36.037511 [ 197 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_6_1} system.query_log (939bd66e-0392-43e2-9699-3277434212bb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 07:55:36.037730 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.72 MiB. 2026.03.19 07:55:36.478089 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:36.478387 [ 253 ] {50f16b37-9a91-4c89-b3ab-cd0ae5e8768f} executeQuery: (from [fd00:1122:3344:101::d]:62080) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:55:36.478799 [ 253 ] {50f16b37-9a91-4c89-b3ab-cd0ae5e8768f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 07:55:36.478847 [ 253 ] {50f16b37-9a91-4c89-b3ab-cd0ae5e8768f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.19 07:55:36.479149 [ 253 ] {50f16b37-9a91-4c89-b3ab-cd0ae5e8768f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:55:36.479219 [ 253 ] {50f16b37-9a91-4c89-b3ab-cd0ae5e8768f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:55:36.479363 [ 253 ] {50f16b37-9a91-4c89-b3ab-cd0ae5e8768f} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.03.19 07:55:36.479472 [ 306 ] {50f16b37-9a91-4c89-b3ab-cd0ae5e8768f} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 07:55:36.479501 [ 304 ] {50f16b37-9a91-4c89-b3ab-cd0ae5e8768f} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 07:55:36.479621 [ 253 ] {50f16b37-9a91-4c89-b3ab-cd0ae5e8768f} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.03.19 07:55:36.479648 [ 253 ] {50f16b37-9a91-4c89-b3ab-cd0ae5e8768f} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 07:55:36.481864 [ 253 ] {50f16b37-9a91-4c89-b3ab-cd0ae5e8768f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 07:55:36.481910 [ 253 ] {50f16b37-9a91-4c89-b3ab-cd0ae5e8768f} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Reading approx. 46 rows with 2 streams 2026.03.19 07:55:36.482007 [ 253 ] {50f16b37-9a91-4c89-b3ab-cd0ae5e8768f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.19 07:55:36.482080 [ 253 ] {50f16b37-9a91-4c89-b3ab-cd0ae5e8768f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.19 07:55:36.483177 [ 253 ] {50f16b37-9a91-4c89-b3ab-cd0ae5e8768f} executeQuery: Read 46 rows, 1.79 KiB in 0.004931 sec., 9328.736564591361 rows/sec., 363.41 KiB/sec. 2026.03.19 07:55:36.483271 [ 253 ] {50f16b37-9a91-4c89-b3ab-cd0ae5e8768f} TCPHandler: Processed in 0.005322835 sec. 2026.03.19 07:55:36.483563 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:36.483705 [ 253 ] {ce001b4d-bc2a-4d2e-976d-877539aad345} executeQuery: (from [fd00:1122:3344:101::d]:62080) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:55:36.483940 [ 253 ] {ce001b4d-bc2a-4d2e-976d-877539aad345} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 07:55:36.483979 [ 253 ] {ce001b4d-bc2a-4d2e-976d-877539aad345} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.19 07:55:36.484201 [ 253 ] {ce001b4d-bc2a-4d2e-976d-877539aad345} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:55:36.484253 [ 253 ] {ce001b4d-bc2a-4d2e-976d-877539aad345} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:55:36.484355 [ 253 ] {ce001b4d-bc2a-4d2e-976d-877539aad345} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.03.19 07:55:36.484419 [ 306 ] {ce001b4d-bc2a-4d2e-976d-877539aad345} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 07:55:36.484422 [ 334 ] {ce001b4d-bc2a-4d2e-976d-877539aad345} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 07:55:36.484527 [ 253 ] {ce001b4d-bc2a-4d2e-976d-877539aad345} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.03.19 07:55:36.484552 [ 253 ] {ce001b4d-bc2a-4d2e-976d-877539aad345} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 07:55:36.484607 [ 253 ] {ce001b4d-bc2a-4d2e-976d-877539aad345} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 07:55:36.484625 [ 253 ] {ce001b4d-bc2a-4d2e-976d-877539aad345} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Reading approx. 46 rows with 2 streams 2026.03.19 07:55:36.484655 [ 253 ] {ce001b4d-bc2a-4d2e-976d-877539aad345} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.19 07:55:36.484685 [ 253 ] {ce001b4d-bc2a-4d2e-976d-877539aad345} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.19 07:55:36.485267 [ 253 ] {ce001b4d-bc2a-4d2e-976d-877539aad345} executeQuery: Read 46 rows, 1.79 KiB in 0.001625 sec., 28307.69230769231 rows/sec., 1.08 MiB/sec. 2026.03.19 07:55:36.485370 [ 253 ] {ce001b4d-bc2a-4d2e-976d-877539aad345} TCPHandler: Processed in 0.00185997 sec. 2026.03.19 07:55:36.485588 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:36.485729 [ 253 ] {0945fa4f-696e-4292-b786-39fdf2c02046} executeQuery: (from [fd00:1122:3344:101::d]:62080) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 07:55:36.485961 [ 253 ] {0945fa4f-696e-4292-b786-39fdf2c02046} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 07:55:36.486000 [ 253 ] {0945fa4f-696e-4292-b786-39fdf2c02046} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.19 07:55:36.486221 [ 253 ] {0945fa4f-696e-4292-b786-39fdf2c02046} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:55:36.486274 [ 253 ] {0945fa4f-696e-4292-b786-39fdf2c02046} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:55:36.486374 [ 253 ] {0945fa4f-696e-4292-b786-39fdf2c02046} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2026.03.19 07:55:36.486434 [ 306 ] {0945fa4f-696e-4292-b786-39fdf2c02046} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 07:55:36.486437 [ 334 ] {0945fa4f-696e-4292-b786-39fdf2c02046} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 07:55:36.486526 [ 253 ] {0945fa4f-696e-4292-b786-39fdf2c02046} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.03.19 07:55:36.486551 [ 253 ] {0945fa4f-696e-4292-b786-39fdf2c02046} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 07:55:36.486606 [ 253 ] {0945fa4f-696e-4292-b786-39fdf2c02046} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 07:55:36.486624 [ 253 ] {0945fa4f-696e-4292-b786-39fdf2c02046} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437) (SelectExecutor): Reading approx. 46 rows with 2 streams 2026.03.19 07:55:36.486654 [ 253 ] {0945fa4f-696e-4292-b786-39fdf2c02046} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.19 07:55:36.486684 [ 253 ] {0945fa4f-696e-4292-b786-39fdf2c02046} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.19 07:55:36.487452 [ 253 ] {0945fa4f-696e-4292-b786-39fdf2c02046} executeQuery: Read 46 rows, 1.79 KiB in 0.001784 sec., 25784.7533632287 rows/sec., 1004.48 KiB/sec. 2026.03.19 07:55:36.487552 [ 253 ] {0945fa4f-696e-4292-b786-39fdf2c02046} TCPHandler: Processed in 0.002014902 sec. 2026.03.19 07:55:36.493975 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:36.494107 [ 253 ] {7664a76e-c8c2-4589-a7ad-ade456e03956} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.19 07:55:36.494159 [ 253 ] {7664a76e-c8c2-4589-a7ad-ade456e03956} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 07:55:36.494749 [ 253 ] {7664a76e-c8c2-4589-a7ad-ade456e03956} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:36.494793 [ 253 ] {7664a76e-c8c2-4589-a7ad-ade456e03956} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:36.495414 [ 253 ] {7664a76e-c8c2-4589-a7ad-ade456e03956} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 07:55:36.495894 [ 253 ] {7664a76e-c8c2-4589-a7ad-ade456e03956} oximeter.timeseries_schema (c0f3be59-f21c-4e3d-92c0-4733eb468437): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:36.496040 [ 253 ] {7664a76e-c8c2-4589-a7ad-ade456e03956} executeQuery: Read 3 rows, 280.00 B in 0.00197 sec., 1522.8426395939086 rows/sec., 138.80 KiB/sec. 2026.03.19 07:55:36.496077 [ 253 ] {7664a76e-c8c2-4589-a7ad-ade456e03956} TCPHandler: Processed in 0.002164944 sec. 2026.03.19 07:55:36.496188 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:36.496283 [ 253 ] {17a485cb-747e-45bc-84a1-e1dbae69dcea} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 07:55:36.496323 [ 253 ] {17a485cb-747e-45bc-84a1-e1dbae69dcea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 07:55:36.496734 [ 253 ] {17a485cb-747e-45bc-84a1-e1dbae69dcea} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:36.496768 [ 253 ] {17a485cb-747e-45bc-84a1-e1dbae69dcea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:36.497202 [ 253 ] {17a485cb-747e-45bc-84a1-e1dbae69dcea} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 07:55:36.497667 [ 253 ] {17a485cb-747e-45bc-84a1-e1dbae69dcea} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:36.497800 [ 253 ] {17a485cb-747e-45bc-84a1-e1dbae69dcea} executeQuery: Read 24 rows, 2.04 KiB in 0.001536 sec., 15625 rows/sec., 1.30 MiB/sec. 2026.03.19 07:55:36.497836 [ 253 ] {17a485cb-747e-45bc-84a1-e1dbae69dcea} TCPHandler: Processed in 0.001697637 sec. 2026.03.19 07:55:36.497949 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:36.498185 [ 253 ] {0626b8fd-20c9-4f4b-b3e9-0e4df0442f7e} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 07:55:36.498225 [ 253 ] {0626b8fd-20c9-4f4b-b3e9-0e4df0442f7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 07:55:36.498600 [ 253 ] {0626b8fd-20c9-4f4b-b3e9-0e4df0442f7e} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:36.498633 [ 253 ] {0626b8fd-20c9-4f4b-b3e9-0e4df0442f7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:36.499022 [ 253 ] {0626b8fd-20c9-4f4b-b3e9-0e4df0442f7e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 07:55:36.499409 [ 253 ] {0626b8fd-20c9-4f4b-b3e9-0e4df0442f7e} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:36.499530 [ 253 ] {0626b8fd-20c9-4f4b-b3e9-0e4df0442f7e} executeQuery: Read 2 rows, 167.00 B in 0.001405 sec., 1423.4875444839859 rows/sec., 116.08 KiB/sec. 2026.03.19 07:55:36.499564 [ 253 ] {0626b8fd-20c9-4f4b-b3e9-0e4df0442f7e} TCPHandler: Processed in 0.001708907 sec. 2026.03.19 07:55:36.499669 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:36.499959 [ 253 ] {3088b585-8a74-4925-95d8-c971e39dcf35} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:55:36.500000 [ 253 ] {3088b585-8a74-4925-95d8-c971e39dcf35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:55:36.500454 [ 253 ] {3088b585-8a74-4925-95d8-c971e39dcf35} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:36.500488 [ 253 ] {3088b585-8a74-4925-95d8-c971e39dcf35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:36.500918 [ 253 ] {3088b585-8a74-4925-95d8-c971e39dcf35} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 07:55:36.501398 [ 253 ] {3088b585-8a74-4925-95d8-c971e39dcf35} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:36.501528 [ 253 ] {3088b585-8a74-4925-95d8-c971e39dcf35} executeQuery: Read 201 rows, 18.22 KiB in 0.001587 sec., 126654.06427221172 rows/sec., 11.21 MiB/sec. 2026.03.19 07:55:36.501564 [ 253 ] {3088b585-8a74-4925-95d8-c971e39dcf35} TCPHandler: Processed in 0.00189427 sec. 2026.03.19 07:55:36.501675 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:36.501769 [ 253 ] {010e7aee-b68e-41d4-ae72-54dad93305ed} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:55:36.501807 [ 253 ] {010e7aee-b68e-41d4-ae72-54dad93305ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:55:36.502195 [ 253 ] {010e7aee-b68e-41d4-ae72-54dad93305ed} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:36.502228 [ 253 ] {010e7aee-b68e-41d4-ae72-54dad93305ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:36.502612 [ 253 ] {010e7aee-b68e-41d4-ae72-54dad93305ed} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 07:55:36.503032 [ 253 ] {010e7aee-b68e-41d4-ae72-54dad93305ed} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:36.503158 [ 253 ] {010e7aee-b68e-41d4-ae72-54dad93305ed} executeQuery: Read 26 rows, 2.00 KiB in 0.001408 sec., 18465.909090909092 rows/sec., 1.39 MiB/sec. 2026.03.19 07:55:36.503194 [ 253 ] {010e7aee-b68e-41d4-ae72-54dad93305ed} TCPHandler: Processed in 0.001568405 sec. 2026.03.19 07:55:36.503301 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:36.503394 [ 253 ] {cb8d3e34-065f-491e-b891-00b23375fbe0} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:55:36.503434 [ 253 ] {cb8d3e34-065f-491e-b891-00b23375fbe0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:55:36.503821 [ 253 ] {cb8d3e34-065f-491e-b891-00b23375fbe0} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:36.503855 [ 253 ] {cb8d3e34-065f-491e-b891-00b23375fbe0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:36.504277 [ 253 ] {cb8d3e34-065f-491e-b891-00b23375fbe0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 07:55:36.504760 [ 253 ] {cb8d3e34-065f-491e-b891-00b23375fbe0} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:36.504908 [ 253 ] {cb8d3e34-065f-491e-b891-00b23375fbe0} executeQuery: Read 24 rows, 2.04 KiB in 0.001531 sec., 15676.028739386022 rows/sec., 1.30 MiB/sec. 2026.03.19 07:55:36.504948 [ 253 ] {cb8d3e34-065f-491e-b891-00b23375fbe0} TCPHandler: Processed in 0.001696127 sec. 2026.03.19 07:55:36.505057 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:36.505151 [ 253 ] {0202e899-936f-4293-a041-6c80f4575a32} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 07:55:36.505189 [ 253 ] {0202e899-936f-4293-a041-6c80f4575a32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 07:55:36.505566 [ 253 ] {0202e899-936f-4293-a041-6c80f4575a32} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:36.505600 [ 253 ] {0202e899-936f-4293-a041-6c80f4575a32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:36.506040 [ 253 ] {0202e899-936f-4293-a041-6c80f4575a32} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 07:55:36.506557 [ 253 ] {0202e899-936f-4293-a041-6c80f4575a32} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:36.506686 [ 253 ] {0202e899-936f-4293-a041-6c80f4575a32} executeQuery: Read 12 rows, 960.00 B in 0.001552 sec., 7731.958762886598 rows/sec., 604.06 KiB/sec. 2026.03.19 07:55:36.506724 [ 253 ] {0202e899-936f-4293-a041-6c80f4575a32} TCPHandler: Processed in 0.001716147 sec. 2026.03.19 07:55:36.506830 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:36.506923 [ 253 ] {eba0ccf0-b0c2-426c-9637-d487ad2e92ca} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:55:36.506961 [ 253 ] {eba0ccf0-b0c2-426c-9637-d487ad2e92ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:55:36.507374 [ 253 ] {eba0ccf0-b0c2-426c-9637-d487ad2e92ca} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:36.507409 [ 253 ] {eba0ccf0-b0c2-426c-9637-d487ad2e92ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:36.507837 [ 253 ] {eba0ccf0-b0c2-426c-9637-d487ad2e92ca} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 07:55:36.508308 [ 253 ] {eba0ccf0-b0c2-426c-9637-d487ad2e92ca} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:36.508440 [ 253 ] {eba0ccf0-b0c2-426c-9637-d487ad2e92ca} executeQuery: Read 121 rows, 10.07 KiB in 0.001536 sec., 78776.04166666667 rows/sec., 6.40 MiB/sec. 2026.03.19 07:55:36.508476 [ 253 ] {eba0ccf0-b0c2-426c-9637-d487ad2e92ca} TCPHandler: Processed in 0.001695137 sec. 2026.03.19 07:55:36.508586 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:36.508679 [ 253 ] {b2db41ef-6af0-4f0d-8ed0-b479bdc413c6} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:36.508722 [ 253 ] {b2db41ef-6af0-4f0d-8ed0-b479bdc413c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:55:36.509106 [ 253 ] {b2db41ef-6af0-4f0d-8ed0-b479bdc413c6} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:36.509139 [ 253 ] {b2db41ef-6af0-4f0d-8ed0-b479bdc413c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:36.509593 [ 253 ] {b2db41ef-6af0-4f0d-8ed0-b479bdc413c6} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 07:55:36.510057 [ 253 ] {b2db41ef-6af0-4f0d-8ed0-b479bdc413c6} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:36.510186 [ 253 ] {b2db41ef-6af0-4f0d-8ed0-b479bdc413c6} executeQuery: Read 197 rows, 14.47 KiB in 0.001525 sec., 129180.32786885244 rows/sec., 9.27 MiB/sec. 2026.03.19 07:55:36.510222 [ 253 ] {b2db41ef-6af0-4f0d-8ed0-b479bdc413c6} TCPHandler: Processed in 0.001685987 sec. 2026.03.19 07:55:36.510332 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:36.510427 [ 253 ] {71e42937-dca4-48e6-8256-a4329ed96dcd} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:36.510479 [ 253 ] {71e42937-dca4-48e6-8256-a4329ed96dcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:55:36.511183 [ 253 ] {71e42937-dca4-48e6-8256-a4329ed96dcd} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:36.511217 [ 253 ] {71e42937-dca4-48e6-8256-a4329ed96dcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:36.511836 [ 253 ] {71e42937-dca4-48e6-8256-a4329ed96dcd} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 07:55:36.512343 [ 253 ] {71e42937-dca4-48e6-8256-a4329ed96dcd} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:36.512436 [ 142 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 07:55:36.512477 [ 142 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:36.512482 [ 253 ] {71e42937-dca4-48e6-8256-a4329ed96dcd} executeQuery: Read 12 rows, 22.02 KiB in 0.002074 sec., 5785.9209257473485 rows/sec., 10.37 MiB/sec. 2026.03.19 07:55:36.512500 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:36.512536 [ 253 ] {71e42937-dca4-48e6-8256-a4329ed96dcd} TCPHandler: Processed in 0.002252545 sec. 2026.03.19 07:55:36.512619 [ 198 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.19 07:55:36.512648 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:36.512751 [ 253 ] {342d8c82-3ee4-4a0f-af91-b34f1d21d36b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.19 07:55:36.512793 [ 253 ] {342d8c82-3ee4-4a0f-af91-b34f1d21d36b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.19 07:55:36.512873 [ 198 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:36.512939 [ 198 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2026.03.19 07:55:36.513077 [ 198 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.03.19 07:55:36.513114 [ 253 ] {342d8c82-3ee4-4a0f-af91-b34f1d21d36b} oximeter.measurements_i64 (d32f6e47-f9b0-4e0f-8f4d-16eda2d6219e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:36.513153 [ 253 ] {342d8c82-3ee4-4a0f-af91-b34f1d21d36b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:36.513191 [ 198 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2026.03.19 07:55:36.513304 [ 198 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.03.19 07:55:36.513405 [ 198 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2026.03.19 07:55:36.513506 [ 198 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2026.03.19 07:55:36.513613 [ 253 ] {342d8c82-3ee4-4a0f-af91-b34f1d21d36b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 07:55:36.514128 [ 253 ] {342d8c82-3ee4-4a0f-af91-b34f1d21d36b} oximeter.measurements_i64 (d32f6e47-f9b0-4e0f-8f4d-16eda2d6219e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:36.514257 [ 253 ] {342d8c82-3ee4-4a0f-af91-b34f1d21d36b} executeQuery: Read 9 rows, 680.00 B in 0.001524 sec., 5905.511811023623 rows/sec., 435.74 KiB/sec. 2026.03.19 07:55:36.514291 [ 253 ] {342d8c82-3ee4-4a0f-af91-b34f1d21d36b} TCPHandler: Processed in 0.001693847 sec. 2026.03.19 07:55:36.514399 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:36.514494 [ 253 ] {e998ae63-0f0b-4a29-aa02-91d190723251} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:55:36.514535 [ 253 ] {e998ae63-0f0b-4a29-aa02-91d190723251} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:55:36.514858 [ 253 ] {e998ae63-0f0b-4a29-aa02-91d190723251} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:36.514892 [ 253 ] {e998ae63-0f0b-4a29-aa02-91d190723251} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:36.515311 [ 253 ] {e998ae63-0f0b-4a29-aa02-91d190723251} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 07:55:36.515398 [ 193 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 19 columns (19 merged, 0 gathered) in 0.002828105 sec., 23337.181611008076 rows/sec., 41.82 MiB/sec. 2026.03.19 07:55:36.515749 [ 253 ] {e998ae63-0f0b-4a29-aa02-91d190723251} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:36.515890 [ 253 ] {e998ae63-0f0b-4a29-aa02-91d190723251} executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. 2026.03.19 07:55:36.515925 [ 253 ] {e998ae63-0f0b-4a29-aa02-91d190723251} TCPHandler: Processed in 0.001574995 sec. 2026.03.19 07:55:36.515978 [ 196 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 07:55:36.516615 [ 196 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_6_1} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:36.516702 [ 196 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_6_1} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 07:55:36.516835 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.03.19 07:55:40.960832 [ 146 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:55:40.960907 [ 146 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:55:41.016451 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4696 2026.03.19 07:55:41.017033 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:41.017072 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:41.017718 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 07:55:41.018184 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:41.018320 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4696 2026.03.19 07:55:41.276082 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.03.19 07:55:41.293798 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:41.293860 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:41.300224 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 07:55:41.301344 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:41.304547 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.03.19 07:55:41.482000 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:41.482295 [ 253 ] {c56e4dc4-e202-4b83-aec7-8365894bc496} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:55:41.482402 [ 253 ] {c56e4dc4-e202-4b83-aec7-8365894bc496} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:55:41.483287 [ 253 ] {c56e4dc4-e202-4b83-aec7-8365894bc496} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:41.483332 [ 253 ] {c56e4dc4-e202-4b83-aec7-8365894bc496} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:41.483849 [ 253 ] {c56e4dc4-e202-4b83-aec7-8365894bc496} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 07:55:41.484309 [ 253 ] {c56e4dc4-e202-4b83-aec7-8365894bc496} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:41.484479 [ 253 ] {c56e4dc4-e202-4b83-aec7-8365894bc496} executeQuery: Read 76 rows, 6.41 KiB in 0.00226 sec., 33628.318584070796 rows/sec., 2.77 MiB/sec. 2026.03.19 07:55:41.484526 [ 253 ] {c56e4dc4-e202-4b83-aec7-8365894bc496} TCPHandler: Processed in 0.002712823 sec. 2026.03.19 07:55:41.484670 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:41.484771 [ 253 ] {f6976ab3-e557-49ff-a776-1a73c863097c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:55:41.484815 [ 253 ] {f6976ab3-e557-49ff-a776-1a73c863097c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:55:41.485263 [ 253 ] {f6976ab3-e557-49ff-a776-1a73c863097c} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:41.485300 [ 253 ] {f6976ab3-e557-49ff-a776-1a73c863097c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:41.485741 [ 253 ] {f6976ab3-e557-49ff-a776-1a73c863097c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 07:55:41.486191 [ 253 ] {f6976ab3-e557-49ff-a776-1a73c863097c} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:41.486336 [ 253 ] {f6976ab3-e557-49ff-a776-1a73c863097c} executeQuery: Read 10 rows, 770.00 B in 0.001587 sec., 6301.19722747322 rows/sec., 473.82 KiB/sec. 2026.03.19 07:55:41.486374 [ 253 ] {f6976ab3-e557-49ff-a776-1a73c863097c} TCPHandler: Processed in 0.001761408 sec. 2026.03.19 07:55:41.486487 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:41.486582 [ 253 ] {38a3387a-cacf-4053-9b7e-b6d6a96c42d3} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:55:41.486622 [ 253 ] {38a3387a-cacf-4053-9b7e-b6d6a96c42d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:55:41.487028 [ 253 ] {38a3387a-cacf-4053-9b7e-b6d6a96c42d3} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:41.487064 [ 253 ] {38a3387a-cacf-4053-9b7e-b6d6a96c42d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:41.487510 [ 253 ] {38a3387a-cacf-4053-9b7e-b6d6a96c42d3} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 07:55:41.488012 [ 253 ] {38a3387a-cacf-4053-9b7e-b6d6a96c42d3} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:41.488149 [ 253 ] {38a3387a-cacf-4053-9b7e-b6d6a96c42d3} executeQuery: Read 74 rows, 5.92 KiB in 0.001586 sec., 46658.25977301387 rows/sec., 3.64 MiB/sec. 2026.03.19 07:55:41.488187 [ 253 ] {38a3387a-cacf-4053-9b7e-b6d6a96c42d3} TCPHandler: Processed in 0.001751018 sec. 2026.03.19 07:55:41.488304 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:41.488398 [ 253 ] {a745de4d-3490-46b3-bc44-e9d07c1c0ef9} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:41.488441 [ 253 ] {a745de4d-3490-46b3-bc44-e9d07c1c0ef9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:55:41.488856 [ 253 ] {a745de4d-3490-46b3-bc44-e9d07c1c0ef9} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:41.488892 [ 253 ] {a745de4d-3490-46b3-bc44-e9d07c1c0ef9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:41.489330 [ 253 ] {a745de4d-3490-46b3-bc44-e9d07c1c0ef9} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 07:55:41.489770 [ 253 ] {a745de4d-3490-46b3-bc44-e9d07c1c0ef9} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:41.489903 [ 253 ] {a745de4d-3490-46b3-bc44-e9d07c1c0ef9} executeQuery: Read 160 rows, 11.41 KiB in 0.001523 sec., 105055.81089954037 rows/sec., 7.32 MiB/sec. 2026.03.19 07:55:41.489939 [ 253 ] {a745de4d-3490-46b3-bc44-e9d07c1c0ef9} TCPHandler: Processed in 0.001685586 sec. 2026.03.19 07:55:41.490050 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:41.490143 [ 253 ] {8ced59a0-02bf-4347-8c52-f09723eb6b0a} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:41.490199 [ 253 ] {8ced59a0-02bf-4347-8c52-f09723eb6b0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:55:41.490924 [ 253 ] {8ced59a0-02bf-4347-8c52-f09723eb6b0a} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:41.490960 [ 253 ] {8ced59a0-02bf-4347-8c52-f09723eb6b0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:41.491631 [ 253 ] {8ced59a0-02bf-4347-8c52-f09723eb6b0a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 07:55:41.492070 [ 253 ] {8ced59a0-02bf-4347-8c52-f09723eb6b0a} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:41.492210 [ 253 ] {8ced59a0-02bf-4347-8c52-f09723eb6b0a} executeQuery: Read 10 rows, 18.35 KiB in 0.002085 sec., 4796.163069544365 rows/sec., 8.59 MiB/sec. 2026.03.19 07:55:41.492267 [ 253 ] {8ced59a0-02bf-4347-8c52-f09723eb6b0a} TCPHandler: Processed in 0.002266385 sec. 2026.03.19 07:55:41.492381 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:41.492475 [ 253 ] {6636aab8-7499-4856-b279-913065f502b9} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:55:41.492516 [ 253 ] {6636aab8-7499-4856-b279-913065f502b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:55:41.492847 [ 253 ] {6636aab8-7499-4856-b279-913065f502b9} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:41.492883 [ 253 ] {6636aab8-7499-4856-b279-913065f502b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:41.493291 [ 253 ] {6636aab8-7499-4856-b279-913065f502b9} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 07:55:41.493731 [ 253 ] {6636aab8-7499-4856-b279-913065f502b9} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:41.493859 [ 253 ] {6636aab8-7499-4856-b279-913065f502b9} executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. 2026.03.19 07:55:41.493901 [ 253 ] {6636aab8-7499-4856-b279-913065f502b9} TCPHandler: Processed in 0.001569894 sec. 2026.03.19 07:55:42.000201 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 208.89 MiB, peak 216.16 MiB, free memory in arenas 0.00 B, will set to 210.70 MiB (RSS), difference: 1.81 MiB 2026.03.19 07:55:46.025759 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 382 2026.03.19 07:55:46.028165 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:46.028211 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:46.029473 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 07:55:46.029951 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:46.030253 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 382 2026.03.19 07:55:46.483384 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:46.483668 [ 253 ] {4830ab17-c1a9-4399-b66d-bb4886851adb} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:55:46.483773 [ 253 ] {4830ab17-c1a9-4399-b66d-bb4886851adb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:55:46.484588 [ 253 ] {4830ab17-c1a9-4399-b66d-bb4886851adb} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:46.484625 [ 253 ] {4830ab17-c1a9-4399-b66d-bb4886851adb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:46.485118 [ 253 ] {4830ab17-c1a9-4399-b66d-bb4886851adb} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 07:55:46.485544 [ 253 ] {4830ab17-c1a9-4399-b66d-bb4886851adb} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:46.485693 [ 253 ] {4830ab17-c1a9-4399-b66d-bb4886851adb} executeQuery: Read 106 rows, 9.11 KiB in 0.002101 sec., 50452.16563541171 rows/sec., 4.24 MiB/sec. 2026.03.19 07:55:46.485733 [ 253 ] {4830ab17-c1a9-4399-b66d-bb4886851adb} TCPHandler: Processed in 0.00253457 sec. 2026.03.19 07:55:46.485853 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:46.485949 [ 253 ] {53030b79-ceab-4e5c-bbd4-1180fdfef1e0} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:55:46.485989 [ 253 ] {53030b79-ceab-4e5c-bbd4-1180fdfef1e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:55:46.486391 [ 253 ] {53030b79-ceab-4e5c-bbd4-1180fdfef1e0} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:46.486427 [ 253 ] {53030b79-ceab-4e5c-bbd4-1180fdfef1e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:46.486821 [ 253 ] {53030b79-ceab-4e5c-bbd4-1180fdfef1e0} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 07:55:46.487263 [ 253 ] {53030b79-ceab-4e5c-bbd4-1180fdfef1e0} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:46.487395 [ 253 ] {53030b79-ceab-4e5c-bbd4-1180fdfef1e0} executeQuery: Read 25 rows, 1.88 KiB in 0.001464 sec., 17076.50273224044 rows/sec., 1.25 MiB/sec. 2026.03.19 07:55:46.487431 [ 253 ] {53030b79-ceab-4e5c-bbd4-1180fdfef1e0} TCPHandler: Processed in 0.001628426 sec. 2026.03.19 07:55:46.487539 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:46.487633 [ 253 ] {86436050-c5a7-4e08-a5d3-62632d63530c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:55:46.487673 [ 253 ] {86436050-c5a7-4e08-a5d3-62632d63530c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:55:46.488087 [ 253 ] {86436050-c5a7-4e08-a5d3-62632d63530c} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:46.488121 [ 253 ] {86436050-c5a7-4e08-a5d3-62632d63530c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:46.488520 [ 253 ] {86436050-c5a7-4e08-a5d3-62632d63530c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 07:55:46.488918 [ 253 ] {86436050-c5a7-4e08-a5d3-62632d63530c} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:46.489044 [ 253 ] {86436050-c5a7-4e08-a5d3-62632d63530c} executeQuery: Read 95 rows, 7.63 KiB in 0.001429 sec., 66480.05598320503 rows/sec., 5.21 MiB/sec. 2026.03.19 07:55:46.489080 [ 253 ] {86436050-c5a7-4e08-a5d3-62632d63530c} TCPHandler: Processed in 0.001590105 sec. 2026.03.19 07:55:46.489192 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:46.489287 [ 253 ] {9b4c1011-8ce5-4cfa-9711-2027c9b05fca} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:46.489330 [ 253 ] {9b4c1011-8ce5-4cfa-9711-2027c9b05fca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:55:46.489718 [ 253 ] {9b4c1011-8ce5-4cfa-9711-2027c9b05fca} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:46.489752 [ 253 ] {9b4c1011-8ce5-4cfa-9711-2027c9b05fca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:46.490170 [ 253 ] {9b4c1011-8ce5-4cfa-9711-2027c9b05fca} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 07:55:46.490588 [ 253 ] {9b4c1011-8ce5-4cfa-9711-2027c9b05fca} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:46.490717 [ 253 ] {9b4c1011-8ce5-4cfa-9711-2027c9b05fca} executeQuery: Read 160 rows, 11.41 KiB in 0.001448 sec., 110497.23756906077 rows/sec., 7.70 MiB/sec. 2026.03.19 07:55:46.490754 [ 253 ] {9b4c1011-8ce5-4cfa-9711-2027c9b05fca} TCPHandler: Processed in 0.001612326 sec. 2026.03.19 07:55:46.490863 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:46.490956 [ 253 ] {b662eef6-6f2e-461d-9c3d-3a1343362c24} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:46.491011 [ 253 ] {b662eef6-6f2e-461d-9c3d-3a1343362c24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:55:46.491782 [ 253 ] {b662eef6-6f2e-461d-9c3d-3a1343362c24} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:46.491816 [ 253 ] {b662eef6-6f2e-461d-9c3d-3a1343362c24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:46.492451 [ 253 ] {b662eef6-6f2e-461d-9c3d-3a1343362c24} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 07:55:46.492887 [ 253 ] {b662eef6-6f2e-461d-9c3d-3a1343362c24} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:46.493027 [ 253 ] {b662eef6-6f2e-461d-9c3d-3a1343362c24} executeQuery: Read 25 rows, 45.87 KiB in 0.002089 sec., 11967.448539971278 rows/sec., 21.45 MiB/sec. 2026.03.19 07:55:46.493078 [ 253 ] {b662eef6-6f2e-461d-9c3d-3a1343362c24} TCPHandler: Processed in 0.002264806 sec. 2026.03.19 07:55:46.493190 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:46.493283 [ 253 ] {72c4dff5-f6b1-4c50-926c-b076cbd7e743} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.19 07:55:46.493324 [ 253 ] {72c4dff5-f6b1-4c50-926c-b076cbd7e743} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.19 07:55:46.493649 [ 253 ] {72c4dff5-f6b1-4c50-926c-b076cbd7e743} oximeter.measurements_i64 (d32f6e47-f9b0-4e0f-8f4d-16eda2d6219e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:46.493684 [ 253 ] {72c4dff5-f6b1-4c50-926c-b076cbd7e743} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:46.494149 [ 253 ] {72c4dff5-f6b1-4c50-926c-b076cbd7e743} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 07:55:46.494555 [ 253 ] {72c4dff5-f6b1-4c50-926c-b076cbd7e743} oximeter.measurements_i64 (d32f6e47-f9b0-4e0f-8f4d-16eda2d6219e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:46.494681 [ 253 ] {72c4dff5-f6b1-4c50-926c-b076cbd7e743} executeQuery: Read 9 rows, 709.00 B in 0.001416 sec., 6355.932203389831 rows/sec., 488.97 KiB/sec. 2026.03.19 07:55:46.494716 [ 253 ] {72c4dff5-f6b1-4c50-926c-b076cbd7e743} TCPHandler: Processed in 0.001576085 sec. 2026.03.19 07:55:46.494824 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:46.494918 [ 253 ] {ebeddf9b-a223-48ad-9c8e-d4b384153cc3} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:55:46.494958 [ 253 ] {ebeddf9b-a223-48ad-9c8e-d4b384153cc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:55:46.495276 [ 253 ] {ebeddf9b-a223-48ad-9c8e-d4b384153cc3} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:46.495311 [ 253 ] {ebeddf9b-a223-48ad-9c8e-d4b384153cc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:46.495696 [ 253 ] {ebeddf9b-a223-48ad-9c8e-d4b384153cc3} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 07:55:46.496107 [ 253 ] {ebeddf9b-a223-48ad-9c8e-d4b384153cc3} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:46.496242 [ 253 ] {ebeddf9b-a223-48ad-9c8e-d4b384153cc3} executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec. 2026.03.19 07:55:46.496277 [ 253 ] {ebeddf9b-a223-48ad-9c8e-d4b384153cc3} TCPHandler: Processed in 0.001502083 sec. 2026.03.19 07:55:46.756063 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:46.756309 [ 253 ] {54bd7728-6a66-4de9-8e40-68c0afd84364} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 07:55:46.756368 [ 253 ] {54bd7728-6a66-4de9-8e40-68c0afd84364} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 07:55:46.756926 [ 253 ] {54bd7728-6a66-4de9-8e40-68c0afd84364} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:46.756970 [ 253 ] {54bd7728-6a66-4de9-8e40-68c0afd84364} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:46.757443 [ 253 ] {54bd7728-6a66-4de9-8e40-68c0afd84364} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 07:55:46.757899 [ 253 ] {54bd7728-6a66-4de9-8e40-68c0afd84364} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:46.758052 [ 253 ] {54bd7728-6a66-4de9-8e40-68c0afd84364} executeQuery: Read 16 rows, 1.30 KiB in 0.001788 sec., 8948.545861297538 rows/sec., 729.69 KiB/sec. 2026.03.19 07:55:46.758093 [ 253 ] {54bd7728-6a66-4de9-8e40-68c0afd84364} TCPHandler: Processed in 0.002209405 sec. 2026.03.19 07:55:46.758204 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:46.758299 [ 253 ] {0d5f6aff-632e-4a67-b61a-932273d5de1b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:55:46.758339 [ 253 ] {0d5f6aff-632e-4a67-b61a-932273d5de1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:55:46.759695 [ 253 ] {0d5f6aff-632e-4a67-b61a-932273d5de1b} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:46.759733 [ 253 ] {0d5f6aff-632e-4a67-b61a-932273d5de1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:46.760254 [ 253 ] {0d5f6aff-632e-4a67-b61a-932273d5de1b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 07:55:46.760670 [ 253 ] {0d5f6aff-632e-4a67-b61a-932273d5de1b} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:46.760805 [ 253 ] {0d5f6aff-632e-4a67-b61a-932273d5de1b} executeQuery: Read 1974 rows, 152.69 KiB in 0.002525 sec., 781782.1782178219 rows/sec., 59.05 MiB/sec. 2026.03.19 07:55:46.760842 [ 253 ] {0d5f6aff-632e-4a67-b61a-932273d5de1b} TCPHandler: Processed in 0.002688093 sec. 2026.03.19 07:55:46.760955 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:46.761050 [ 253 ] {cddf9aea-c87d-4f30-a0cb-f6af86c18b31} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:55:46.761090 [ 253 ] {cddf9aea-c87d-4f30-a0cb-f6af86c18b31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:55:46.761492 [ 253 ] {cddf9aea-c87d-4f30-a0cb-f6af86c18b31} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:46.761528 [ 253 ] {cddf9aea-c87d-4f30-a0cb-f6af86c18b31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:46.761915 [ 253 ] {cddf9aea-c87d-4f30-a0cb-f6af86c18b31} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 07:55:46.762323 [ 253 ] {cddf9aea-c87d-4f30-a0cb-f6af86c18b31} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:46.762427 [ 137 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.03.19 07:55:46.762455 [ 253 ] {cddf9aea-c87d-4f30-a0cb-f6af86c18b31} executeQuery: Read 40 rows, 2.92 KiB in 0.001424 sec., 28089.88764044944 rows/sec., 2.00 MiB/sec. 2026.03.19 07:55:46.762498 [ 137 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:46.762505 [ 253 ] {cddf9aea-c87d-4f30-a0cb-f6af86c18b31} TCPHandler: Processed in 0.001600055 sec. 2026.03.19 07:55:46.762527 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:46.762626 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:46.762650 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::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.19 07:55:46.762724 [ 253 ] {c84e3757-124f-48d0-91ee-af8d1f323bb9} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:55:46.762769 [ 253 ] {c84e3757-124f-48d0-91ee-af8d1f323bb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:55:46.762797 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:46.762841 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 178 rows starting from the beginning of the part 2026.03.19 07:55:46.762917 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part 2026.03.19 07:55:46.762968 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2026.03.19 07:55:46.763014 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2026.03.19 07:55:46.763059 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 25 rows starting from the beginning of the part 2026.03.19 07:55:46.763106 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part 2026.03.19 07:55:46.763370 [ 253 ] {c84e3757-124f-48d0-91ee-af8d1f323bb9} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:46.763413 [ 253 ] {c84e3757-124f-48d0-91ee-af8d1f323bb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:46.763879 [ 253 ] {c84e3757-124f-48d0-91ee-af8d1f323bb9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 07:55:46.763976 [ 196 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 289 rows, containing 5 columns (5 merged, 0 gathered) in 0.001379322 sec., 209523.22952871048 rows/sec., 14.64 MiB/sec. 2026.03.19 07:55:46.764228 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.19 07:55:46.764337 [ 253 ] {c84e3757-124f-48d0-91ee-af8d1f323bb9} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:46.764457 [ 137 ] {} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 07:55:46.764488 [ 253 ] {c84e3757-124f-48d0-91ee-af8d1f323bb9} executeQuery: Read 708 rows, 42.29 KiB in 0.001781 sec., 397529.47782144864 rows/sec., 23.19 MiB/sec. 2026.03.19 07:55:46.764492 [ 137 ] {} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:46.764537 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:46.764537 [ 253 ] {c84e3757-124f-48d0-91ee-af8d1f323bb9} TCPHandler: Processed in 0.001961921 sec. 2026.03.19 07:55:46.764668 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:46.764677 [ 192 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.19 07:55:46.764759 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_10_2} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): 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.19 07:55:46.764767 [ 253 ] {23d8b7b5-73e1-4c45-aedb-4f67299afb87} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 07:55:46.764822 [ 253 ] {23d8b7b5-73e1-4c45-aedb-4f67299afb87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 07:55:46.764835 [ 192 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:46.764845 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_10_2} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.03.19 07:55:46.764893 [ 192 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 857 rows starting from the beginning of the part 2026.03.19 07:55:46.764940 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.19 07:55:46.765003 [ 192 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 149 rows starting from the beginning of the part 2026.03.19 07:55:46.765068 [ 192 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.03.19 07:55:46.765118 [ 192 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 708 rows starting from the beginning of the part 2026.03.19 07:55:46.765169 [ 192 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.03.19 07:55:46.765215 [ 253 ] {23d8b7b5-73e1-4c45-aedb-4f67299afb87} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:46.765218 [ 192 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 708 rows starting from the beginning of the part 2026.03.19 07:55:46.765258 [ 253 ] {23d8b7b5-73e1-4c45-aedb-4f67299afb87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:46.765711 [ 253 ] {23d8b7b5-73e1-4c45-aedb-4f67299afb87} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 07:55:46.766187 [ 253 ] {23d8b7b5-73e1-4c45-aedb-4f67299afb87} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:46.766323 [ 253 ] {23d8b7b5-73e1-4c45-aedb-4f67299afb87} executeQuery: Read 1 rows, 72.00 B in 0.001575 sec., 634.9206349206349 rows/sec., 44.64 KiB/sec. 2026.03.19 07:55:46.766360 [ 253 ] {23d8b7b5-73e1-4c45-aedb-4f67299afb87} TCPHandler: Processed in 0.001743257 sec. 2026.03.19 07:55:46.766469 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:46.766563 [ 253 ] {372838c7-0d6e-486d-bdef-5a89ca5ab597} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:55:46.766602 [ 253 ] {372838c7-0d6e-486d-bdef-5a89ca5ab597} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:55:46.766668 [ 196 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2470 rows, containing 5 columns (5 merged, 0 gathered) in 0.002053933 sec., 1202570.8725649766 rows/sec., 76.23 MiB/sec. 2026.03.19 07:55:46.766909 [ 192 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 07:55:46.767362 [ 192 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_6_1} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:46.767367 [ 253 ] {372838c7-0d6e-486d-bdef-5a89ca5ab597} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:46.767417 [ 253 ] {372838c7-0d6e-486d-bdef-5a89ca5ab597} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:46.767440 [ 192 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_6_1} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 07:55:46.767511 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.03.19 07:55:46.767890 [ 253 ] {372838c7-0d6e-486d-bdef-5a89ca5ab597} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 07:55:46.768314 [ 253 ] {372838c7-0d6e-486d-bdef-5a89ca5ab597} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:46.768446 [ 253 ] {372838c7-0d6e-486d-bdef-5a89ca5ab597} executeQuery: Read 1049 rows, 74.29 KiB in 0.001901 sec., 551814.834297738 rows/sec., 38.16 MiB/sec. 2026.03.19 07:55:46.768484 [ 253 ] {372838c7-0d6e-486d-bdef-5a89ca5ab597} TCPHandler: Processed in 0.002065833 sec. 2026.03.19 07:55:46.768596 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:46.768690 [ 253 ] {e1359f2f-d57e-468c-8740-801f8ba39198} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:46.768734 [ 253 ] {e1359f2f-d57e-468c-8740-801f8ba39198} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:55:46.769318 [ 253 ] {e1359f2f-d57e-468c-8740-801f8ba39198} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:46.769353 [ 253 ] {e1359f2f-d57e-468c-8740-801f8ba39198} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:46.769922 [ 253 ] {e1359f2f-d57e-468c-8740-801f8ba39198} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 07:55:46.770344 [ 253 ] {e1359f2f-d57e-468c-8740-801f8ba39198} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:46.770478 [ 253 ] {e1359f2f-d57e-468c-8740-801f8ba39198} executeQuery: Read 1225 rows, 78.48 KiB in 0.001807 sec., 677919.2030990592 rows/sec., 42.41 MiB/sec. 2026.03.19 07:55:46.770515 [ 253 ] {e1359f2f-d57e-468c-8740-801f8ba39198} TCPHandler: Processed in 0.001968811 sec. 2026.03.19 07:55:46.770626 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:46.770721 [ 253 ] {ca7e1ef5-20f9-4c07-a5dc-327b174383b5} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:46.770774 [ 253 ] {ca7e1ef5-20f9-4c07-a5dc-327b174383b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:55:46.771527 [ 253 ] {ca7e1ef5-20f9-4c07-a5dc-327b174383b5} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:46.771563 [ 253 ] {ca7e1ef5-20f9-4c07-a5dc-327b174383b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:46.772234 [ 253 ] {ca7e1ef5-20f9-4c07-a5dc-327b174383b5} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 07:55:46.772651 [ 253 ] {ca7e1ef5-20f9-4c07-a5dc-327b174383b5} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:46.772791 [ 253 ] {ca7e1ef5-20f9-4c07-a5dc-327b174383b5} executeQuery: Read 24 rows, 44.04 KiB in 0.002088 sec., 11494.252873563219 rows/sec., 20.60 MiB/sec. 2026.03.19 07:55:46.772840 [ 253 ] {ca7e1ef5-20f9-4c07-a5dc-327b174383b5} TCPHandler: Processed in 0.002263676 sec. 2026.03.19 07:55:46.772950 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:46.773044 [ 253 ] {d2df5367-fd26-4845-9ac2-a70178b43e95} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.19 07:55:46.773086 [ 253 ] {d2df5367-fd26-4845-9ac2-a70178b43e95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.19 07:55:46.773398 [ 253 ] {d2df5367-fd26-4845-9ac2-a70178b43e95} oximeter.measurements_i64 (d32f6e47-f9b0-4e0f-8f4d-16eda2d6219e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:46.773433 [ 253 ] {d2df5367-fd26-4845-9ac2-a70178b43e95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:46.773830 [ 253 ] {d2df5367-fd26-4845-9ac2-a70178b43e95} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 07:55:46.774248 [ 253 ] {d2df5367-fd26-4845-9ac2-a70178b43e95} oximeter.measurements_i64 (d32f6e47-f9b0-4e0f-8f4d-16eda2d6219e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:46.774375 [ 253 ] {d2df5367-fd26-4845-9ac2-a70178b43e95} executeQuery: Read 9 rows, 651.00 B in 0.001349 sec., 6671.608598962194 rows/sec., 471.27 KiB/sec. 2026.03.19 07:55:46.774410 [ 253 ] {d2df5367-fd26-4845-9ac2-a70178b43e95} TCPHandler: Processed in 0.001509124 sec. 2026.03.19 07:55:46.774510 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:46.774605 [ 253 ] {87bc083b-ce11-43ce-b54b-8fa3a5379fbb} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:55:46.774645 [ 253 ] {87bc083b-ce11-43ce-b54b-8fa3a5379fbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:55:46.774949 [ 253 ] {87bc083b-ce11-43ce-b54b-8fa3a5379fbb} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:46.774983 [ 253 ] {87bc083b-ce11-43ce-b54b-8fa3a5379fbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:46.775377 [ 253 ] {87bc083b-ce11-43ce-b54b-8fa3a5379fbb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 07:55:46.775790 [ 253 ] {87bc083b-ce11-43ce-b54b-8fa3a5379fbb} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:46.775920 [ 253 ] {87bc083b-ce11-43ce-b54b-8fa3a5379fbb} executeQuery: Read 12 rows, 848.00 B in 0.001334 sec., 8995.502248875562 rows/sec., 620.78 KiB/sec. 2026.03.19 07:55:46.775955 [ 253 ] {87bc083b-ce11-43ce-b54b-8fa3a5379fbb} TCPHandler: Processed in 0.001494014 sec. 2026.03.19 07:55:47.000241 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 212.02 MiB, peak 216.16 MiB, free memory in arenas 0.00 B, will set to 210.86 MiB (RSS), difference: -1.17 MiB 2026.03.19 07:55:48.518463 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5144 2026.03.19 07:55:48.519002 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:48.519043 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:48.519679 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 07:55:48.520147 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:48.520270 [ 134 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 07:55:48.520276 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5144 2026.03.19 07:55:48.520313 [ 134 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:48.520337 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:48.520510 [ 196 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.19 07:55:48.520714 [ 196 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:48.520774 [ 196 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part 2026.03.19 07:55:48.520911 [ 196 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part 2026.03.19 07:55:48.520990 [ 196 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 503 rows starting from the beginning of the part 2026.03.19 07:55:48.521062 [ 196 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 448 rows starting from the beginning of the part 2026.03.19 07:55:48.521139 [ 196 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 512 rows starting from the beginning of the part 2026.03.19 07:55:48.521209 [ 196 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 448 rows starting from the beginning of the part 2026.03.19 07:55:48.522662 [ 201 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002241386 sec., 2295008.5348976036 rows/sec., 32.83 MiB/sec. 2026.03.19 07:55:48.523566 [ 196 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 07:55:48.524009 [ 196 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_11_2} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:48.524112 [ 196 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_11_2} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 07:55:48.524185 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.03.19 07:55:48.804675 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.03.19 07:55:48.823148 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:48.823216 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:48.829389 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 07:55:48.830545 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:48.830862 [ 134 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 07:55:48.830924 [ 134 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:48.830944 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:48.831142 [ 201 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.19 07:55:48.834652 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.03.19 07:55:48.835553 [ 201 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:48.836879 [ 201 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2026.03.19 07:55:48.841281 [ 201 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2026.03.19 07:55:48.845273 [ 201 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.03.19 07:55:48.849564 [ 201 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2026.03.19 07:55:48.854343 [ 201 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.03.19 07:55:48.858579 [ 201 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2026.03.19 07:55:48.914486 [ 196 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.083421374 sec., 994.9488484809659 rows/sec., 5.14 MiB/sec. 2026.03.19 07:55:48.916334 [ 189 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 07:55:48.918587 [ 189 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_11_2} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:48.918719 [ 189 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_11_2} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 07:55:48.920051 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.03.19 07:55:49.000203 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 211.95 MiB, peak 221.85 MiB, free memory in arenas 0.00 B, will set to 221.14 MiB (RSS), difference: 9.19 MiB 2026.03.19 07:55:51.480308 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:51.480503 [ 253 ] {9795b4cc-e793-4eee-ab1c-69f0b2811fa5} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:55:51.480568 [ 253 ] {9795b4cc-e793-4eee-ab1c-69f0b2811fa5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:55:51.481195 [ 253 ] {9795b4cc-e793-4eee-ab1c-69f0b2811fa5} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:51.481241 [ 253 ] {9795b4cc-e793-4eee-ab1c-69f0b2811fa5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:51.481793 [ 253 ] {9795b4cc-e793-4eee-ab1c-69f0b2811fa5} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 07:55:51.482282 [ 253 ] {9795b4cc-e793-4eee-ab1c-69f0b2811fa5} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:51.482419 [ 128 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 07:55:51.482437 [ 253 ] {9795b4cc-e793-4eee-ab1c-69f0b2811fa5} executeQuery: Read 56 rows, 4.41 KiB in 0.001985 sec., 28211.58690176323 rows/sec., 2.17 MiB/sec. 2026.03.19 07:55:51.482485 [ 128 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:51.482498 [ 253 ] {9795b4cc-e793-4eee-ab1c-69f0b2811fa5} TCPHandler: Processed in 0.002327147 sec. 2026.03.19 07:55:51.482512 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:51.482644 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:51.482660 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.19 07:55:51.482745 [ 253 ] {8633c714-54c9-4282-aa49-0883a0e8d391} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:55:51.482789 [ 253 ] {8633c714-54c9-4282-aa49-0883a0e8d391} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:55:51.482810 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:51.482851 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2809 rows starting from the beginning of the part 2026.03.19 07:55:51.482945 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 201 rows starting from the beginning of the part 2026.03.19 07:55:51.482994 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 76 rows starting from the beginning of the part 2026.03.19 07:55:51.483040 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 106 rows starting from the beginning of the part 2026.03.19 07:55:51.483083 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1974 rows starting from the beginning of the part 2026.03.19 07:55:51.483126 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part 2026.03.19 07:55:51.483204 [ 253 ] {8633c714-54c9-4282-aa49-0883a0e8d391} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:51.483245 [ 253 ] {8633c714-54c9-4282-aa49-0883a0e8d391} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:51.483880 [ 253 ] {8633c714-54c9-4282-aa49-0883a0e8d391} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 07:55:51.484388 [ 253 ] {8633c714-54c9-4282-aa49-0883a0e8d391} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:51.484536 [ 127 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 07:55:51.484542 [ 253 ] {8633c714-54c9-4282-aa49-0883a0e8d391} executeQuery: Read 64 rows, 5.12 KiB in 0.001816 sec., 35242.29074889868 rows/sec., 2.75 MiB/sec. 2026.03.19 07:55:51.484589 [ 127 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:51.484615 [ 253 ] {8633c714-54c9-4282-aa49-0883a0e8d391} TCPHandler: Processed in 0.002021352 sec. 2026.03.19 07:55:51.484616 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:51.484742 [ 187 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.19 07:55:51.484755 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:51.484844 [ 187 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:51.484858 [ 253 ] {c51083ef-9c10-4cef-85bf-a06a2ad18bb0} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:51.484874 [ 187 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1486 rows starting from the beginning of the part 2026.03.19 07:55:51.484903 [ 253 ] {c51083ef-9c10-4cef-85bf-a06a2ad18bb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:55:51.484951 [ 187 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 121 rows starting from the beginning of the part 2026.03.19 07:55:51.485001 [ 187 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 74 rows starting from the beginning of the part 2026.03.19 07:55:51.485048 [ 187 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 95 rows starting from the beginning of the part 2026.03.19 07:55:51.485101 [ 187 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1049 rows starting from the beginning of the part 2026.03.19 07:55:51.485159 [ 187 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part 2026.03.19 07:55:51.485295 [ 253 ] {c51083ef-9c10-4cef-85bf-a06a2ad18bb0} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:51.485330 [ 253 ] {c51083ef-9c10-4cef-85bf-a06a2ad18bb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:51.485718 [ 186 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5222 rows, containing 5 columns (5 merged, 0 gathered) in 0.00312519 sec., 1670938.406944858 rows/sec., 135.02 MiB/sec. 2026.03.19 07:55:51.485836 [ 253 ] {c51083ef-9c10-4cef-85bf-a06a2ad18bb0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 07:55:51.486222 [ 190 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 07:55:51.486276 [ 253 ] {c51083ef-9c10-4cef-85bf-a06a2ad18bb0} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:51.486399 [ 127 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 07:55:51.486432 [ 253 ] {c51083ef-9c10-4cef-85bf-a06a2ad18bb0} executeQuery: Read 128 rows, 9.13 KiB in 0.001592 sec., 80402.01005025125 rows/sec., 5.60 MiB/sec. 2026.03.19 07:55:51.486459 [ 127 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:51.486480 [ 253 ] {c51083ef-9c10-4cef-85bf-a06a2ad18bb0} TCPHandler: Processed in 0.001774998 sec. 2026.03.19 07:55:51.486489 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:51.486572 [ 188 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.19 07:55:51.486615 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:51.486641 [ 194 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2889 rows, containing 5 columns (5 merged, 0 gathered) in 0.001946971 sec., 1483843.364898604 rows/sec., 110.30 MiB/sec. 2026.03.19 07:55:51.486673 [ 188 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:51.486707 [ 188 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4469 rows starting from the beginning of the part 2026.03.19 07:55:51.486719 [ 253 ] {5a4ce475-32df-475a-815c-29e3c9b85121} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:55:51.486757 [ 188 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 197 rows starting from the beginning of the part 2026.03.19 07:55:51.486767 [ 253 ] {5a4ce475-32df-475a-815c-29e3c9b85121} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:55:51.486808 [ 188 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part 2026.03.19 07:55:51.486851 [ 188 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2026.03.19 07:55:51.486889 [ 188 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1225 rows starting from the beginning of the part 2026.03.19 07:55:51.486906 [ 190 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_16_3} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:51.486926 [ 188 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 128 rows starting from the beginning of the part 2026.03.19 07:55:51.487014 [ 190 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_16_3} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 07:55:51.487039 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 07:55:51.487138 [ 253 ] {5a4ce475-32df-475a-815c-29e3c9b85121} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:51.487142 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2026.03.19 07:55:51.487183 [ 253 ] {5a4ce475-32df-475a-815c-29e3c9b85121} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:51.487641 [ 253 ] {5a4ce475-32df-475a-815c-29e3c9b85121} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 07:55:51.487668 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_16_3} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:51.487761 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_16_3} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 07:55:51.487854 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.03.19 07:55:51.488156 [ 253 ] {5a4ce475-32df-475a-815c-29e3c9b85121} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:51.488273 [ 127 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 07:55:51.488306 [ 253 ] {5a4ce475-32df-475a-815c-29e3c9b85121} executeQuery: Read 48 rows, 3.31 KiB in 0.001606 sec., 29887.920298879202 rows/sec., 2.01 MiB/sec. 2026.03.19 07:55:51.488308 [ 127 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:51.488348 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:51.488350 [ 253 ] {5a4ce475-32df-475a-815c-29e3c9b85121} TCPHandler: Processed in 0.001789919 sec. 2026.03.19 07:55:51.488425 [ 187 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.19 07:55:51.488506 [ 187 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:55:51.488531 [ 187 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 600 rows starting from the beginning of the part 2026.03.19 07:55:51.488574 [ 187 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::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.19 07:55:51.488609 [ 187 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2026.03.19 07:55:51.488668 [ 187 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2026.03.19 07:55:51.488704 [ 187 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part 2026.03.19 07:55:51.488740 [ 187 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 48 rows starting from the beginning of the part 2026.03.19 07:55:51.489426 [ 190 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6339 rows, containing 5 columns (5 merged, 0 gathered) in 0.002882796 sec., 2198906.894556535 rows/sec., 144.01 MiB/sec. 2026.03.19 07:55:51.489598 [ 188 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 840 rows, containing 4 columns (4 merged, 0 gathered) in 0.001198109 sec., 701104.8243523753 rows/sec., 46.53 MiB/sec. 2026.03.19 07:55:51.489920 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 07:55:51.490190 [ 194 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 07:55:51.490618 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_16_3} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:51.490710 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_16_3} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 07:55:51.490806 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.03.19 07:55:51.490847 [ 190 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_16_3} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:51.490913 [ 190 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_16_3} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 07:55:51.490983 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. 2026.03.19 07:55:52.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 221.52 MiB, peak 229.00 MiB, free memory in arenas 0.00 B, will set to 223.12 MiB (RSS), difference: 1.60 MiB 2026.03.19 07:55:55.960947 [ 83 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:55:55.961014 [ 83 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:55:56.020403 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5656 2026.03.19 07:55:56.020931 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:56.020976 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:56.021608 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 07:55:56.022054 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:56.022188 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5656 2026.03.19 07:55:56.030525 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 424 2026.03.19 07:55:56.033048 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:56.033099 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:56.034463 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 07:55:56.034948 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:56.035272 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 424 2026.03.19 07:55:56.334767 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.03.19 07:55:56.349515 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:56.349582 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:56.355825 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 07:55:56.356960 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:56.360251 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.03.19 07:55:56.483046 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:56.483251 [ 253 ] {8e77f7a0-0f6a-4fc7-b65b-4e63230d4610} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:55:56.483327 [ 253 ] {8e77f7a0-0f6a-4fc7-b65b-4e63230d4610} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:55:56.484026 [ 253 ] {8e77f7a0-0f6a-4fc7-b65b-4e63230d4610} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:56.484075 [ 253 ] {8e77f7a0-0f6a-4fc7-b65b-4e63230d4610} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:56.484599 [ 253 ] {8e77f7a0-0f6a-4fc7-b65b-4e63230d4610} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 07:55:56.485031 [ 253 ] {8e77f7a0-0f6a-4fc7-b65b-4e63230d4610} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:56.485188 [ 253 ] {8e77f7a0-0f6a-4fc7-b65b-4e63230d4610} executeQuery: Read 106 rows, 9.11 KiB in 0.001993 sec., 53186.15153035625 rows/sec., 4.47 MiB/sec. 2026.03.19 07:55:56.485230 [ 253 ] {8e77f7a0-0f6a-4fc7-b65b-4e63230d4610} TCPHandler: Processed in 0.002327067 sec. 2026.03.19 07:55:56.485355 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:56.485450 [ 253 ] {5aeed306-6b20-43a0-ac2e-b4c4e88f5b76} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:55:56.485489 [ 253 ] {5aeed306-6b20-43a0-ac2e-b4c4e88f5b76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:55:56.485891 [ 253 ] {5aeed306-6b20-43a0-ac2e-b4c4e88f5b76} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:56.485927 [ 253 ] {5aeed306-6b20-43a0-ac2e-b4c4e88f5b76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:56.486332 [ 253 ] {5aeed306-6b20-43a0-ac2e-b4c4e88f5b76} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 07:55:56.486770 [ 253 ] {5aeed306-6b20-43a0-ac2e-b4c4e88f5b76} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:56.486952 [ 253 ] {5aeed306-6b20-43a0-ac2e-b4c4e88f5b76} executeQuery: Read 25 rows, 1.88 KiB in 0.00152 sec., 16447.36842105263 rows/sec., 1.21 MiB/sec. 2026.03.19 07:55:56.486992 [ 253 ] {5aeed306-6b20-43a0-ac2e-b4c4e88f5b76} TCPHandler: Processed in 0.001689136 sec. 2026.03.19 07:55:56.487112 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:56.487208 [ 253 ] {01279933-d114-411d-b75c-4ee28de18305} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:55:56.487248 [ 253 ] {01279933-d114-411d-b75c-4ee28de18305} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:55:56.487663 [ 253 ] {01279933-d114-411d-b75c-4ee28de18305} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:56.487700 [ 253 ] {01279933-d114-411d-b75c-4ee28de18305} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:56.488123 [ 253 ] {01279933-d114-411d-b75c-4ee28de18305} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 07:55:56.488564 [ 253 ] {01279933-d114-411d-b75c-4ee28de18305} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:56.488697 [ 253 ] {01279933-d114-411d-b75c-4ee28de18305} executeQuery: Read 89 rows, 7.12 KiB in 0.001507 sec., 59057.7305905773 rows/sec., 4.61 MiB/sec. 2026.03.19 07:55:56.488734 [ 253 ] {01279933-d114-411d-b75c-4ee28de18305} TCPHandler: Processed in 0.001672056 sec. 2026.03.19 07:55:56.488850 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:56.488946 [ 253 ] {97ef21c5-e3ac-4341-adde-a2f895a43395} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:56.488990 [ 253 ] {97ef21c5-e3ac-4341-adde-a2f895a43395} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:55:56.489406 [ 253 ] {97ef21c5-e3ac-4341-adde-a2f895a43395} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:56.489440 [ 253 ] {97ef21c5-e3ac-4341-adde-a2f895a43395} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:56.489881 [ 253 ] {97ef21c5-e3ac-4341-adde-a2f895a43395} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 07:55:56.490300 [ 253 ] {97ef21c5-e3ac-4341-adde-a2f895a43395} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:56.490438 [ 253 ] {97ef21c5-e3ac-4341-adde-a2f895a43395} executeQuery: Read 160 rows, 11.41 KiB in 0.001511 sec., 105890.13898080742 rows/sec., 7.38 MiB/sec. 2026.03.19 07:55:56.490474 [ 253 ] {97ef21c5-e3ac-4341-adde-a2f895a43395} TCPHandler: Processed in 0.001673307 sec. 2026.03.19 07:55:56.490588 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:56.490683 [ 253 ] {9028d307-be97-4e00-896a-5a058c57e7fb} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:55:56.490737 [ 253 ] {9028d307-be97-4e00-896a-5a058c57e7fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:55:56.491538 [ 253 ] {9028d307-be97-4e00-896a-5a058c57e7fb} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:56.491572 [ 253 ] {9028d307-be97-4e00-896a-5a058c57e7fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:56.492261 [ 253 ] {9028d307-be97-4e00-896a-5a058c57e7fb} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 07:55:56.492703 [ 253 ] {9028d307-be97-4e00-896a-5a058c57e7fb} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:56.492847 [ 253 ] {9028d307-be97-4e00-896a-5a058c57e7fb} executeQuery: Read 25 rows, 45.87 KiB in 0.002182 sec., 11457.378551787351 rows/sec., 20.53 MiB/sec. 2026.03.19 07:55:56.492896 [ 253 ] {9028d307-be97-4e00-896a-5a058c57e7fb} TCPHandler: Processed in 0.002357477 sec. 2026.03.19 07:55:56.493011 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:55:56.493108 [ 253 ] {11bda0b7-22e6-4b6a-8621-f7c22dd1db15} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:55:56.493149 [ 253 ] {11bda0b7-22e6-4b6a-8621-f7c22dd1db15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:55:56.493493 [ 253 ] {11bda0b7-22e6-4b6a-8621-f7c22dd1db15} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:55:56.493527 [ 253 ] {11bda0b7-22e6-4b6a-8621-f7c22dd1db15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:55:56.493931 [ 253 ] {11bda0b7-22e6-4b6a-8621-f7c22dd1db15} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 07:55:56.494355 [ 253 ] {11bda0b7-22e6-4b6a-8621-f7c22dd1db15} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:55:56.494489 [ 253 ] {11bda0b7-22e6-4b6a-8621-f7c22dd1db15} executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec. 2026.03.19 07:55:56.494525 [ 253 ] {11bda0b7-22e6-4b6a-8621-f7c22dd1db15} TCPHandler: Processed in 0.001564465 sec. 2026.03.19 07:56:01.482610 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:01.482819 [ 253 ] {c002b63a-f6bf-473e-8abc-2a80e350f1d7} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:56:01.482898 [ 253 ] {c002b63a-f6bf-473e-8abc-2a80e350f1d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:56:01.483612 [ 253 ] {c002b63a-f6bf-473e-8abc-2a80e350f1d7} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:01.483670 [ 253 ] {c002b63a-f6bf-473e-8abc-2a80e350f1d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:01.484195 [ 253 ] {c002b63a-f6bf-473e-8abc-2a80e350f1d7} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 07:56:01.484508 [ 253 ] {c002b63a-f6bf-473e-8abc-2a80e350f1d7} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:01.484716 [ 253 ] {c002b63a-f6bf-473e-8abc-2a80e350f1d7} executeQuery: Read 86 rows, 7.39 KiB in 0.001955 sec., 43989.769820971866 rows/sec., 3.69 MiB/sec. 2026.03.19 07:56:01.484771 [ 253 ] {c002b63a-f6bf-473e-8abc-2a80e350f1d7} TCPHandler: Processed in 0.002300436 sec. 2026.03.19 07:56:01.484923 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:01.485040 [ 253 ] {cc9b1fd3-5af2-4ba0-908d-1b597719e786} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:56:01.485094 [ 253 ] {cc9b1fd3-5af2-4ba0-908d-1b597719e786} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:56:01.485544 [ 253 ] {cc9b1fd3-5af2-4ba0-908d-1b597719e786} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:01.485581 [ 253 ] {cc9b1fd3-5af2-4ba0-908d-1b597719e786} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:01.485881 [ 253 ] {cc9b1fd3-5af2-4ba0-908d-1b597719e786} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 07:56:01.486090 [ 253 ] {cc9b1fd3-5af2-4ba0-908d-1b597719e786} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:01.486226 [ 253 ] {cc9b1fd3-5af2-4ba0-908d-1b597719e786} executeQuery: Read 15 rows, 1.13 KiB in 0.001213 sec., 12366.034624896949 rows/sec., 929.87 KiB/sec. 2026.03.19 07:56:01.486264 [ 253 ] {cc9b1fd3-5af2-4ba0-908d-1b597719e786} TCPHandler: Processed in 0.001404362 sec. 2026.03.19 07:56:01.486399 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:01.486494 [ 253 ] {7485d147-a15f-4b66-90f2-659f808759f0} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:56:01.486535 [ 253 ] {7485d147-a15f-4b66-90f2-659f808759f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:56:01.486974 [ 253 ] {7485d147-a15f-4b66-90f2-659f808759f0} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:01.487008 [ 253 ] {7485d147-a15f-4b66-90f2-659f808759f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:01.487310 [ 253 ] {7485d147-a15f-4b66-90f2-659f808759f0} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 07:56:01.487520 [ 253 ] {7485d147-a15f-4b66-90f2-659f808759f0} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:01.487655 [ 253 ] {7485d147-a15f-4b66-90f2-659f808759f0} executeQuery: Read 79 rows, 6.32 KiB in 0.00118 sec., 66949.15254237287 rows/sec., 5.23 MiB/sec. 2026.03.19 07:56:01.487697 [ 253 ] {7485d147-a15f-4b66-90f2-659f808759f0} TCPHandler: Processed in 0.001348922 sec. 2026.03.19 07:56:01.487817 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:01.487911 [ 253 ] {553fa195-349f-48c7-bfdc-57e0c454016c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:01.487955 [ 253 ] {553fa195-349f-48c7-bfdc-57e0c454016c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:56:01.488358 [ 253 ] {553fa195-349f-48c7-bfdc-57e0c454016c} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:01.488396 [ 253 ] {553fa195-349f-48c7-bfdc-57e0c454016c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:01.488738 [ 253 ] {553fa195-349f-48c7-bfdc-57e0c454016c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 07:56:01.488941 [ 253 ] {553fa195-349f-48c7-bfdc-57e0c454016c} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:01.489077 [ 253 ] {553fa195-349f-48c7-bfdc-57e0c454016c} executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. 2026.03.19 07:56:01.489114 [ 253 ] {553fa195-349f-48c7-bfdc-57e0c454016c} TCPHandler: Processed in 0.001348201 sec. 2026.03.19 07:56:01.489224 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:01.489318 [ 253 ] {bdc2c0b3-4d61-4901-8f7f-986c42cbd388} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:01.489372 [ 253 ] {bdc2c0b3-4d61-4901-8f7f-986c42cbd388} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:56:01.490114 [ 253 ] {bdc2c0b3-4d61-4901-8f7f-986c42cbd388} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:01.490150 [ 253 ] {bdc2c0b3-4d61-4901-8f7f-986c42cbd388} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:01.490678 [ 253 ] {bdc2c0b3-4d61-4901-8f7f-986c42cbd388} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 07:56:01.490895 [ 253 ] {bdc2c0b3-4d61-4901-8f7f-986c42cbd388} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:01.491018 [ 77 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 07:56:01.491041 [ 253 ] {bdc2c0b3-4d61-4901-8f7f-986c42cbd388} executeQuery: Read 15 rows, 27.52 KiB in 0.001741 sec., 8615.73808156232 rows/sec., 15.44 MiB/sec. 2026.03.19 07:56:01.491082 [ 77 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:01.491105 [ 253 ] {bdc2c0b3-4d61-4901-8f7f-986c42cbd388} TCPHandler: Processed in 0.001936551 sec. 2026.03.19 07:56:01.491107 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:01.491223 [ 187 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.19 07:56:01.491224 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:01.491334 [ 253 ] {04bedd2b-8472-49e2-a94c-0e43f11fac56} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:56:01.491376 [ 253 ] {04bedd2b-8472-49e2-a94c-0e43f11fac56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:56:01.491418 [ 187 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:01.491474 [ 187 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 66 rows starting from the beginning of the part 2026.03.19 07:56:01.491600 [ 187 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2026.03.19 07:56:01.491709 [ 253 ] {04bedd2b-8472-49e2-a94c-0e43f11fac56} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:01.491717 [ 187 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 25 rows starting from the beginning of the part 2026.03.19 07:56:01.491747 [ 253 ] {04bedd2b-8472-49e2-a94c-0e43f11fac56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:01.491838 [ 187 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.03.19 07:56:01.491946 [ 187 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 25 rows starting from the beginning of the part 2026.03.19 07:56:01.492051 [ 187 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 15 rows starting from the beginning of the part 2026.03.19 07:56:01.492058 [ 253 ] {04bedd2b-8472-49e2-a94c-0e43f11fac56} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 07:56:01.492275 [ 253 ] {04bedd2b-8472-49e2-a94c-0e43f11fac56} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:01.492413 [ 253 ] {04bedd2b-8472-49e2-a94c-0e43f11fac56} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.03.19 07:56:01.492449 [ 253 ] {04bedd2b-8472-49e2-a94c-0e43f11fac56} TCPHandler: Processed in 0.00128103 sec. 2026.03.19 07:56:01.494392 [ 190 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 19 columns (19 merged, 0 gathered) in 0.003210531 sec., 51393.36763918492 rows/sec., 92.09 MiB/sec. 2026.03.19 07:56:01.494927 [ 188 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 07:56:01.495326 [ 188 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_11_2} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:01.495418 [ 188 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_11_2} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 07:56:01.495592 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2026.03.19 07:56:03.522358 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6104 2026.03.19 07:56:03.522908 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:03.522957 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:03.523452 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 07:56:03.523692 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:03.523829 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6104 2026.03.19 07:56:03.860406 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.03.19 07:56:03.877511 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:03.877572 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:03.883339 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 07:56:03.884024 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:03.887061 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.03.19 07:56:06.035513 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 448 2026.03.19 07:56:06.037548 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:06.037589 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:06.038745 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 07:56:06.039015 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:06.039298 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 448 2026.03.19 07:56:06.485399 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:06.485689 [ 253 ] {017c147d-4212-4ac4-a16b-7393bf3966bf} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 07:56:06.485795 [ 253 ] {017c147d-4212-4ac4-a16b-7393bf3966bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 07:56:06.486523 [ 253 ] {017c147d-4212-4ac4-a16b-7393bf3966bf} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:06.486568 [ 253 ] {017c147d-4212-4ac4-a16b-7393bf3966bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:06.486959 [ 253 ] {017c147d-4212-4ac4-a16b-7393bf3966bf} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 07:56:06.487195 [ 253 ] {017c147d-4212-4ac4-a16b-7393bf3966bf} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:06.487388 [ 253 ] {017c147d-4212-4ac4-a16b-7393bf3966bf} executeQuery: Read 24 rows, 2.04 KiB in 0.001777 sec., 13505.908835115364 rows/sec., 1.12 MiB/sec. 2026.03.19 07:56:06.487430 [ 253 ] {017c147d-4212-4ac4-a16b-7393bf3966bf} TCPHandler: Processed in 0.002220245 sec. 2026.03.19 07:56:06.487552 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:06.487647 [ 253 ] {934a84b4-2bac-4974-ab95-cec3015ef9ac} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:56:06.487688 [ 253 ] {934a84b4-2bac-4974-ab95-cec3015ef9ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:56:06.488187 [ 253 ] {934a84b4-2bac-4974-ab95-cec3015ef9ac} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:06.488224 [ 253 ] {934a84b4-2bac-4974-ab95-cec3015ef9ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:06.488551 [ 253 ] {934a84b4-2bac-4974-ab95-cec3015ef9ac} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 07:56:06.488787 [ 253 ] {934a84b4-2bac-4974-ab95-cec3015ef9ac} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:06.488921 [ 253 ] {934a84b4-2bac-4974-ab95-cec3015ef9ac} executeQuery: Read 226 rows, 20.57 KiB in 0.001292 sec., 174922.60061919506 rows/sec., 15.55 MiB/sec. 2026.03.19 07:56:06.488959 [ 253 ] {934a84b4-2bac-4974-ab95-cec3015ef9ac} TCPHandler: Processed in 0.001458233 sec. 2026.03.19 07:56:06.489071 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:06.489164 [ 253 ] {bd61f02f-28bc-44e2-a245-055f496419cd} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:56:06.489205 [ 253 ] {bd61f02f-28bc-44e2-a245-055f496419cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:56:06.489606 [ 253 ] {bd61f02f-28bc-44e2-a245-055f496419cd} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:06.489643 [ 253 ] {bd61f02f-28bc-44e2-a245-055f496419cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:06.489935 [ 253 ] {bd61f02f-28bc-44e2-a245-055f496419cd} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 07:56:06.490141 [ 253 ] {bd61f02f-28bc-44e2-a245-055f496419cd} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:06.490272 [ 253 ] {bd61f02f-28bc-44e2-a245-055f496419cd} executeQuery: Read 37 rows, 2.84 KiB in 0.001126 sec., 32859.680284191825 rows/sec., 2.46 MiB/sec. 2026.03.19 07:56:06.490308 [ 253 ] {bd61f02f-28bc-44e2-a245-055f496419cd} TCPHandler: Processed in 0.00128762 sec. 2026.03.19 07:56:06.490427 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:06.490552 [ 253 ] {6bc2aed3-dd28-4042-8d80-61e63fcae6d6} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:56:06.490601 [ 253 ] {6bc2aed3-dd28-4042-8d80-61e63fcae6d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:56:06.491057 [ 253 ] {6bc2aed3-dd28-4042-8d80-61e63fcae6d6} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:06.491095 [ 253 ] {6bc2aed3-dd28-4042-8d80-61e63fcae6d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:06.491407 [ 253 ] {6bc2aed3-dd28-4042-8d80-61e63fcae6d6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 07:56:06.491618 [ 253 ] {6bc2aed3-dd28-4042-8d80-61e63fcae6d6} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:06.491748 [ 253 ] {6bc2aed3-dd28-4042-8d80-61e63fcae6d6} executeQuery: Read 24 rows, 2.04 KiB in 0.001222 sec., 19639.934533551554 rows/sec., 1.63 MiB/sec. 2026.03.19 07:56:06.491786 [ 253 ] {6bc2aed3-dd28-4042-8d80-61e63fcae6d6} TCPHandler: Processed in 0.001421252 sec. 2026.03.19 07:56:06.491908 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:06.492034 [ 253 ] {54bba4a1-f366-4736-b654-ceb5713d848c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 07:56:06.492083 [ 253 ] {54bba4a1-f366-4736-b654-ceb5713d848c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 07:56:06.492554 [ 253 ] {54bba4a1-f366-4736-b654-ceb5713d848c} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:06.492599 [ 253 ] {54bba4a1-f366-4736-b654-ceb5713d848c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:06.492964 [ 253 ] {54bba4a1-f366-4736-b654-ceb5713d848c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 07:56:06.493173 [ 253 ] {54bba4a1-f366-4736-b654-ceb5713d848c} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:06.493307 [ 253 ] {54bba4a1-f366-4736-b654-ceb5713d848c} executeQuery: Read 12 rows, 960.00 B in 0.001297 sec., 9252.120277563608 rows/sec., 722.82 KiB/sec. 2026.03.19 07:56:06.493346 [ 253 ] {54bba4a1-f366-4736-b654-ceb5713d848c} TCPHandler: Processed in 0.001499464 sec. 2026.03.19 07:56:06.493467 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:06.493591 [ 253 ] {a6a9817f-cb4a-49fb-9db0-2ac152c12609} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:56:06.493641 [ 253 ] {a6a9817f-cb4a-49fb-9db0-2ac152c12609} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:56:06.494146 [ 253 ] {a6a9817f-cb4a-49fb-9db0-2ac152c12609} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:06.494183 [ 253 ] {a6a9817f-cb4a-49fb-9db0-2ac152c12609} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:06.494506 [ 253 ] {a6a9817f-cb4a-49fb-9db0-2ac152c12609} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 07:56:06.494718 [ 253 ] {a6a9817f-cb4a-49fb-9db0-2ac152c12609} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:06.494852 [ 253 ] {a6a9817f-cb4a-49fb-9db0-2ac152c12609} executeQuery: Read 125 rows, 10.38 KiB in 0.001286 sec., 97200.62208398133 rows/sec., 7.88 MiB/sec. 2026.03.19 07:56:06.494891 [ 253 ] {a6a9817f-cb4a-49fb-9db0-2ac152c12609} TCPHandler: Processed in 0.001484933 sec. 2026.03.19 07:56:06.495002 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:06.495098 [ 253 ] {d5dbf558-c906-47cb-a98e-fedab650890b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:06.495140 [ 253 ] {d5dbf558-c906-47cb-a98e-fedab650890b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:56:06.495551 [ 253 ] {d5dbf558-c906-47cb-a98e-fedab650890b} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:06.495587 [ 253 ] {d5dbf558-c906-47cb-a98e-fedab650890b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:06.495930 [ 253 ] {d5dbf558-c906-47cb-a98e-fedab650890b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 07:56:06.496149 [ 253 ] {d5dbf558-c906-47cb-a98e-fedab650890b} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:06.496289 [ 253 ] {d5dbf558-c906-47cb-a98e-fedab650890b} executeQuery: Read 196 rows, 14.40 KiB in 0.00121 sec., 161983.47107438018 rows/sec., 11.62 MiB/sec. 2026.03.19 07:56:06.496327 [ 253 ] {d5dbf558-c906-47cb-a98e-fedab650890b} TCPHandler: Processed in 0.001374332 sec. 2026.03.19 07:56:06.496439 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:06.496534 [ 253 ] {cca57504-df6e-4d20-936d-13e48cfb955a} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:06.496590 [ 253 ] {cca57504-df6e-4d20-936d-13e48cfb955a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:56:06.497370 [ 253 ] {cca57504-df6e-4d20-936d-13e48cfb955a} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:06.497408 [ 253 ] {cca57504-df6e-4d20-936d-13e48cfb955a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:06.497945 [ 253 ] {cca57504-df6e-4d20-936d-13e48cfb955a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 07:56:06.498168 [ 253 ] {cca57504-df6e-4d20-936d-13e48cfb955a} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:06.498312 [ 253 ] {cca57504-df6e-4d20-936d-13e48cfb955a} executeQuery: Read 25 rows, 45.87 KiB in 0.001796 sec., 13919.821826280622 rows/sec., 24.94 MiB/sec. 2026.03.19 07:56:06.498363 [ 253 ] {cca57504-df6e-4d20-936d-13e48cfb955a} TCPHandler: Processed in 0.001975001 sec. 2026.03.19 07:56:06.498477 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:06.498572 [ 253 ] {136e1a38-56d7-40d9-b5b3-34996dcdfae1} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:56:06.498614 [ 253 ] {136e1a38-56d7-40d9-b5b3-34996dcdfae1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:56:06.498950 [ 253 ] {136e1a38-56d7-40d9-b5b3-34996dcdfae1} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:06.498987 [ 253 ] {136e1a38-56d7-40d9-b5b3-34996dcdfae1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:06.499296 [ 253 ] {136e1a38-56d7-40d9-b5b3-34996dcdfae1} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 07:56:06.499507 [ 253 ] {136e1a38-56d7-40d9-b5b3-34996dcdfae1} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:06.499636 [ 253 ] {136e1a38-56d7-40d9-b5b3-34996dcdfae1} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2026.03.19 07:56:06.499672 [ 253 ] {136e1a38-56d7-40d9-b5b3-34996dcdfae1} TCPHandler: Processed in 0.0012454 sec. 2026.03.19 07:56:10.961063 [ 69 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:56:10.961120 [ 69 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:56:11.023936 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6616 2026.03.19 07:56:11.024476 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:11.024523 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:11.025032 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 07:56:11.025277 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:11.025414 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6616 2026.03.19 07:56:11.387155 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.03.19 07:56:11.403446 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:11.403508 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:11.409434 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 07:56:11.410118 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:11.412843 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.03.19 07:56:11.482420 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:11.482623 [ 253 ] {895fb6b2-508c-448c-8134-07c0fa70be0f} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:56:11.482697 [ 253 ] {895fb6b2-508c-448c-8134-07c0fa70be0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:56:11.483489 [ 253 ] {895fb6b2-508c-448c-8134-07c0fa70be0f} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:11.483537 [ 253 ] {895fb6b2-508c-448c-8134-07c0fa70be0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:11.483924 [ 253 ] {895fb6b2-508c-448c-8134-07c0fa70be0f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 07:56:11.484144 [ 253 ] {895fb6b2-508c-448c-8134-07c0fa70be0f} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:11.484300 [ 253 ] {895fb6b2-508c-448c-8134-07c0fa70be0f} executeQuery: Read 86 rows, 7.39 KiB in 0.001734 sec., 49596.309111880044 rows/sec., 4.16 MiB/sec. 2026.03.19 07:56:11.484340 [ 253 ] {895fb6b2-508c-448c-8134-07c0fa70be0f} TCPHandler: Processed in 0.002058212 sec. 2026.03.19 07:56:11.484466 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:11.484559 [ 253 ] {5ed5a9c8-460e-4d81-a1d8-a138aaa08d16} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:56:11.484599 [ 253 ] {5ed5a9c8-460e-4d81-a1d8-a138aaa08d16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:56:11.485081 [ 253 ] {5ed5a9c8-460e-4d81-a1d8-a138aaa08d16} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:11.485116 [ 253 ] {5ed5a9c8-460e-4d81-a1d8-a138aaa08d16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:11.485423 [ 253 ] {5ed5a9c8-460e-4d81-a1d8-a138aaa08d16} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 07:56:11.485621 [ 253 ] {5ed5a9c8-460e-4d81-a1d8-a138aaa08d16} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:11.485753 [ 253 ] {5ed5a9c8-460e-4d81-a1d8-a138aaa08d16} executeQuery: Read 15 rows, 1.13 KiB in 0.001212 sec., 12376.237623762376 rows/sec., 930.64 KiB/sec. 2026.03.19 07:56:11.485789 [ 253 ] {5ed5a9c8-460e-4d81-a1d8-a138aaa08d16} TCPHandler: Processed in 0.001372161 sec. 2026.03.19 07:56:11.485910 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:11.486003 [ 253 ] {7fbdb4bf-50c1-4bd8-8aba-706e9251f8b5} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:56:11.486041 [ 253 ] {7fbdb4bf-50c1-4bd8-8aba-706e9251f8b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:56:11.486490 [ 253 ] {7fbdb4bf-50c1-4bd8-8aba-706e9251f8b5} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:11.486524 [ 253 ] {7fbdb4bf-50c1-4bd8-8aba-706e9251f8b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:11.486807 [ 253 ] {7fbdb4bf-50c1-4bd8-8aba-706e9251f8b5} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 07:56:11.487015 [ 253 ] {7fbdb4bf-50c1-4bd8-8aba-706e9251f8b5} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:11.487145 [ 253 ] {7fbdb4bf-50c1-4bd8-8aba-706e9251f8b5} executeQuery: Read 79 rows, 6.32 KiB in 0.00116 sec., 68103.44827586207 rows/sec., 5.32 MiB/sec. 2026.03.19 07:56:11.487181 [ 253 ] {7fbdb4bf-50c1-4bd8-8aba-706e9251f8b5} TCPHandler: Processed in 0.001318521 sec. 2026.03.19 07:56:11.487301 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:11.487393 [ 253 ] {fb619c2c-8ab0-4da0-a5a6-f6f8f58354e9} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:11.487435 [ 253 ] {fb619c2c-8ab0-4da0-a5a6-f6f8f58354e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:56:11.487865 [ 253 ] {fb619c2c-8ab0-4da0-a5a6-f6f8f58354e9} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:11.487901 [ 253 ] {fb619c2c-8ab0-4da0-a5a6-f6f8f58354e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:11.488223 [ 253 ] {fb619c2c-8ab0-4da0-a5a6-f6f8f58354e9} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 07:56:11.488428 [ 253 ] {fb619c2c-8ab0-4da0-a5a6-f6f8f58354e9} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:11.488562 [ 253 ] {fb619c2c-8ab0-4da0-a5a6-f6f8f58354e9} executeQuery: Read 160 rows, 11.41 KiB in 0.001187 sec., 134793.59730412805 rows/sec., 9.39 MiB/sec. 2026.03.19 07:56:11.488599 [ 253 ] {fb619c2c-8ab0-4da0-a5a6-f6f8f58354e9} TCPHandler: Processed in 0.001345871 sec. 2026.03.19 07:56:11.488710 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:11.488803 [ 253 ] {2628a148-2958-47ec-bfab-cf369304dd3b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:11.488857 [ 253 ] {2628a148-2958-47ec-bfab-cf369304dd3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:56:11.489638 [ 253 ] {2628a148-2958-47ec-bfab-cf369304dd3b} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:11.489675 [ 253 ] {2628a148-2958-47ec-bfab-cf369304dd3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:11.490198 [ 253 ] {2628a148-2958-47ec-bfab-cf369304dd3b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 07:56:11.490417 [ 253 ] {2628a148-2958-47ec-bfab-cf369304dd3b} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:11.490563 [ 253 ] {2628a148-2958-47ec-bfab-cf369304dd3b} executeQuery: Read 15 rows, 27.52 KiB in 0.001778 sec., 8436.445444319459 rows/sec., 15.12 MiB/sec. 2026.03.19 07:56:11.490612 [ 253 ] {2628a148-2958-47ec-bfab-cf369304dd3b} TCPHandler: Processed in 0.001949101 sec. 2026.03.19 07:56:11.490723 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:11.490816 [ 253 ] {3c449ec2-6fbc-4888-a248-c590a3cd8654} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:56:11.490856 [ 253 ] {3c449ec2-6fbc-4888-a248-c590a3cd8654} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:56:11.491183 [ 253 ] {3c449ec2-6fbc-4888-a248-c590a3cd8654} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:11.491216 [ 253 ] {3c449ec2-6fbc-4888-a248-c590a3cd8654} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:11.491507 [ 253 ] {3c449ec2-6fbc-4888-a248-c590a3cd8654} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 07:56:11.491704 [ 253 ] {3c449ec2-6fbc-4888-a248-c590a3cd8654} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:11.491828 [ 253 ] {3c449ec2-6fbc-4888-a248-c590a3cd8654} executeQuery: Read 60 rows, 4.14 KiB in 0.00103 sec., 58252.42718446601 rows/sec., 3.93 MiB/sec. 2026.03.19 07:56:11.491861 [ 253 ] {3c449ec2-6fbc-4888-a248-c590a3cd8654} TCPHandler: Processed in 0.001184469 sec. 2026.03.19 07:56:16.039465 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 478 2026.03.19 07:56:16.041767 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:16.041822 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:16.043055 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 07:56:16.043338 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:16.043669 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 478 2026.03.19 07:56:16.483139 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:16.483425 [ 253 ] {f247b272-c591-45ac-ad06-96d305cb3c46} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:56:16.483528 [ 253 ] {f247b272-c591-45ac-ad06-96d305cb3c46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:56:16.484479 [ 253 ] {f247b272-c591-45ac-ad06-96d305cb3c46} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:16.484518 [ 253 ] {f247b272-c591-45ac-ad06-96d305cb3c46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:16.484942 [ 253 ] {f247b272-c591-45ac-ad06-96d305cb3c46} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 07:56:16.485167 [ 253 ] {f247b272-c591-45ac-ad06-96d305cb3c46} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:16.485289 [ 62 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 07:56:16.485329 [ 253 ] {f247b272-c591-45ac-ad06-96d305cb3c46} executeQuery: Read 106 rows, 9.11 KiB in 0.001985 sec., 53400.50377833754 rows/sec., 4.48 MiB/sec. 2026.03.19 07:56:16.485336 [ 62 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:16.485366 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:16.485373 [ 253 ] {f247b272-c591-45ac-ad06-96d305cb3c46} TCPHandler: Processed in 0.002418998 sec. 2026.03.19 07:56:16.485493 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.19 07:56:16.485501 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:16.485642 [ 253 ] {ea995028-2b55-4ae2-9993-bc6b80fe8d09} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:56:16.485656 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:16.485684 [ 253 ] {ea995028-2b55-4ae2-9993-bc6b80fe8d09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:56:16.485701 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2887 rows starting from the beginning of the part 2026.03.19 07:56:16.485784 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 106 rows starting from the beginning of the part 2026.03.19 07:56:16.485842 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 86 rows starting from the beginning of the part 2026.03.19 07:56:16.485892 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 226 rows starting from the beginning of the part 2026.03.19 07:56:16.485937 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 86 rows starting from the beginning of the part 2026.03.19 07:56:16.485983 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 106 rows starting from the beginning of the part 2026.03.19 07:56:16.486114 [ 253 ] {ea995028-2b55-4ae2-9993-bc6b80fe8d09} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:16.486157 [ 253 ] {ea995028-2b55-4ae2-9993-bc6b80fe8d09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:16.486565 [ 253 ] {ea995028-2b55-4ae2-9993-bc6b80fe8d09} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 07:56:16.486782 [ 253 ] {ea995028-2b55-4ae2-9993-bc6b80fe8d09} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:16.486881 [ 62 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.03.19 07:56:16.486905 [ 62 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:16.486923 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:16.486928 [ 253 ] {ea995028-2b55-4ae2-9993-bc6b80fe8d09} executeQuery: Read 25 rows, 1.88 KiB in 0.001305 sec., 19157.088122605364 rows/sec., 1.41 MiB/sec. 2026.03.19 07:56:16.486967 [ 253 ] {ea995028-2b55-4ae2-9993-bc6b80fe8d09} TCPHandler: Processed in 0.001515795 sec. 2026.03.19 07:56:16.487046 [ 190 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::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.19 07:56:16.487080 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:16.487182 [ 253 ] {bf5092a2-9ef7-4a5d-b123-593b98a8df3d} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:56:16.487192 [ 190 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:16.487226 [ 253 ] {bf5092a2-9ef7-4a5d-b123-593b98a8df3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:56:16.487234 [ 190 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 223 rows starting from the beginning of the part 2026.03.19 07:56:16.487316 [ 190 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 25 rows starting from the beginning of the part 2026.03.19 07:56:16.487367 [ 190 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 15 rows starting from the beginning of the part 2026.03.19 07:56:16.487408 [ 190 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 37 rows starting from the beginning of the part 2026.03.19 07:56:16.487448 [ 190 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 15 rows starting from the beginning of the part 2026.03.19 07:56:16.487489 [ 190 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 25 rows starting from the beginning of the part 2026.03.19 07:56:16.487686 [ 253 ] {bf5092a2-9ef7-4a5d-b123-593b98a8df3d} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:16.487726 [ 253 ] {bf5092a2-9ef7-4a5d-b123-593b98a8df3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:16.487765 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3497 rows, containing 5 columns (5 merged, 0 gathered) in 0.002332667 sec., 1499142.3979505005 rows/sec., 123.64 MiB/sec. 2026.03.19 07:56:16.488125 [ 253 ] {bf5092a2-9ef7-4a5d-b123-593b98a8df3d} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 07:56:16.488188 [ 195 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 07:56:16.488359 [ 253 ] {bf5092a2-9ef7-4a5d-b123-593b98a8df3d} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:16.488396 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 340 rows, containing 5 columns (5 merged, 0 gathered) in 0.001417942 sec., 239784.13785613235 rows/sec., 17.06 MiB/sec. 2026.03.19 07:56:16.488462 [ 62 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 07:56:16.488464 [ 195 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_21_4} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:16.488493 [ 253 ] {bf5092a2-9ef7-4a5d-b123-593b98a8df3d} executeQuery: Read 89 rows, 7.12 KiB in 0.00133 sec., 66917.2932330827 rows/sec., 5.23 MiB/sec. 2026.03.19 07:56:16.488498 [ 62 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:16.488531 [ 253 ] {bf5092a2-9ef7-4a5d-b123-593b98a8df3d} TCPHandler: Processed in 0.001499654 sec. 2026.03.19 07:56:16.488533 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:16.488543 [ 195 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_21_4} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 07:56:16.488557 [ 191 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.03.19 07:56:16.488636 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2026.03.19 07:56:16.488644 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:16.488676 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.19 07:56:16.488741 [ 253 ] {4bb0c1cb-e37f-409e-b5b6-76c1c6ec9783} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:16.488754 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:16.488784 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1549 rows starting from the beginning of the part 2026.03.19 07:56:16.488785 [ 253 ] {4bb0c1cb-e37f-409e-b5b6-76c1c6ec9783} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:56:16.488823 [ 191 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_15_3} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): 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.19 07:56:16.488857 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 89 rows starting from the beginning of the part 2026.03.19 07:56:16.488889 [ 191 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_15_3} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.03.19 07:56:16.488905 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 79 rows starting from the beginning of the part 2026.03.19 07:56:16.488948 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 125 rows starting from the beginning of the part 2026.03.19 07:56:16.488959 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.19 07:56:16.488994 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 79 rows starting from the beginning of the part 2026.03.19 07:56:16.489038 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 89 rows starting from the beginning of the part 2026.03.19 07:56:16.489193 [ 253 ] {4bb0c1cb-e37f-409e-b5b6-76c1c6ec9783} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:16.489228 [ 253 ] {4bb0c1cb-e37f-409e-b5b6-76c1c6ec9783} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:16.489558 [ 253 ] {4bb0c1cb-e37f-409e-b5b6-76c1c6ec9783} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 07:56:16.489764 [ 253 ] {4bb0c1cb-e37f-409e-b5b6-76c1c6ec9783} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:16.489864 [ 62 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 07:56:16.489892 [ 62 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:16.489894 [ 253 ] {4bb0c1cb-e37f-409e-b5b6-76c1c6ec9783} executeQuery: Read 160 rows, 11.41 KiB in 0.001171 sec., 136635.35439795046 rows/sec., 9.52 MiB/sec. 2026.03.19 07:56:16.489909 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:16.489935 [ 253 ] {4bb0c1cb-e37f-409e-b5b6-76c1c6ec9783} TCPHandler: Processed in 0.001339682 sec. 2026.03.19 07:56:16.489971 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.19 07:56:16.490047 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:16.490064 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:16.490075 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6339 rows starting from the beginning of the part 2026.03.19 07:56:16.490072 [ 197 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001472744 sec., 1364799.3133905146 rows/sec., 103.28 MiB/sec. 2026.03.19 07:56:16.490131 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2026.03.19 07:56:16.490159 [ 253 ] {31431bc1-4b35-41a2-9f51-7afc4df00d2b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:16.490177 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2026.03.19 07:56:16.490213 [ 253 ] {31431bc1-4b35-41a2-9f51-7afc4df00d2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:56:16.490216 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 196 rows starting from the beginning of the part 2026.03.19 07:56:16.490260 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2026.03.19 07:56:16.490268 [ 191 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 07:56:16.490297 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2026.03.19 07:56:16.490511 [ 191 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_21_4} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:16.490569 [ 191 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_21_4} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 07:56:16.490624 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.03.19 07:56:16.491000 [ 253 ] {31431bc1-4b35-41a2-9f51-7afc4df00d2b} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:16.491035 [ 253 ] {31431bc1-4b35-41a2-9f51-7afc4df00d2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:16.491552 [ 253 ] {31431bc1-4b35-41a2-9f51-7afc4df00d2b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 07:56:16.491777 [ 253 ] {31431bc1-4b35-41a2-9f51-7afc4df00d2b} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:16.491911 [ 253 ] {31431bc1-4b35-41a2-9f51-7afc4df00d2b} executeQuery: Read 25 rows, 45.87 KiB in 0.00177 sec., 14124.293785310734 rows/sec., 25.31 MiB/sec. 2026.03.19 07:56:16.491960 [ 253 ] {31431bc1-4b35-41a2-9f51-7afc4df00d2b} TCPHandler: Processed in 0.001945831 sec. 2026.03.19 07:56:16.492070 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:16.492165 [ 253 ] {ed2f252a-0d71-4797-b7bb-c62227d31a92} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:56:16.492206 [ 253 ] {ed2f252a-0d71-4797-b7bb-c62227d31a92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:56:16.492431 [ 193 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7175 rows, containing 5 columns (5 merged, 0 gathered) in 0.002483499 sec., 2889069.01110087 rows/sec., 190.77 MiB/sec. 2026.03.19 07:56:16.492579 [ 253 ] {ed2f252a-0d71-4797-b7bb-c62227d31a92} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:16.492618 [ 253 ] {ed2f252a-0d71-4797-b7bb-c62227d31a92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:16.492917 [ 253 ] {ed2f252a-0d71-4797-b7bb-c62227d31a92} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 07:56:16.493016 [ 191 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 07:56:16.493124 [ 253 ] {ed2f252a-0d71-4797-b7bb-c62227d31a92} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:16.493226 [ 62 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 07:56:16.493252 [ 253 ] {ed2f252a-0d71-4797-b7bb-c62227d31a92} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2026.03.19 07:56:16.493260 [ 62 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:16.493267 [ 191 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_21_4} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:16.493286 [ 253 ] {ed2f252a-0d71-4797-b7bb-c62227d31a92} TCPHandler: Processed in 0.00126444 sec. 2026.03.19 07:56:16.493291 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:16.493350 [ 191 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_21_4} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 07:56:16.493361 [ 195 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.19 07:56:16.493408 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. 2026.03.19 07:56:16.493439 [ 195 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:16.493464 [ 195 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 840 rows starting from the beginning of the part 2026.03.19 07:56:16.493507 [ 195 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2026.03.19 07:56:16.493543 [ 195 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2026.03.19 07:56:16.493576 [ 195 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::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.19 07:56:16.493605 [ 195 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2026.03.19 07:56:16.493636 [ 195 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2026.03.19 07:56:16.494402 [ 193 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1140 rows, containing 4 columns (4 merged, 0 gathered) in 0.001063637 sec., 1071794.2305504603 rows/sec., 71.42 MiB/sec. 2026.03.19 07:56:16.494608 [ 197 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 07:56:16.494897 [ 197 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_21_4} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:16.494977 [ 197 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_21_4} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 07:56:16.495072 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.03.19 07:56:16.759678 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:16.759882 [ 253 ] {6d4b8c79-810a-4ff6-bc76-d9230a2c4f15} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:56:16.759954 [ 253 ] {6d4b8c79-810a-4ff6-bc76-d9230a2c4f15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:56:16.761519 [ 253 ] {6d4b8c79-810a-4ff6-bc76-d9230a2c4f15} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:16.761564 [ 253 ] {6d4b8c79-810a-4ff6-bc76-d9230a2c4f15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:16.762064 [ 253 ] {6d4b8c79-810a-4ff6-bc76-d9230a2c4f15} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 07:56:16.762304 [ 253 ] {6d4b8c79-810a-4ff6-bc76-d9230a2c4f15} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:16.762459 [ 253 ] {6d4b8c79-810a-4ff6-bc76-d9230a2c4f15} executeQuery: Read 1966 rows, 152.10 KiB in 0.002632 sec., 746960.4863221885 rows/sec., 56.43 MiB/sec. 2026.03.19 07:56:16.762499 [ 253 ] {6d4b8c79-810a-4ff6-bc76-d9230a2c4f15} TCPHandler: Processed in 0.002957467 sec. 2026.03.19 07:56:16.762615 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:16.762714 [ 253 ] {5bf708cc-d1b0-4c29-8423-5b193369589c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:56:16.762754 [ 253 ] {5bf708cc-d1b0-4c29-8423-5b193369589c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:56:16.763161 [ 253 ] {5bf708cc-d1b0-4c29-8423-5b193369589c} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:16.763195 [ 253 ] {5bf708cc-d1b0-4c29-8423-5b193369589c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:16.763496 [ 253 ] {5bf708cc-d1b0-4c29-8423-5b193369589c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 07:56:16.763706 [ 253 ] {5bf708cc-d1b0-4c29-8423-5b193369589c} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:16.763836 [ 253 ] {5bf708cc-d1b0-4c29-8423-5b193369589c} executeQuery: Read 24 rows, 1.80 KiB in 0.001143 sec., 20997.375328083992 rows/sec., 1.54 MiB/sec. 2026.03.19 07:56:16.763873 [ 253 ] {5bf708cc-d1b0-4c29-8423-5b193369589c} TCPHandler: Processed in 0.001307951 sec. 2026.03.19 07:56:16.763981 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:16.764076 [ 253 ] {0f346d8b-8d63-4ba2-8bed-fe3d53c1f450} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:56:16.764115 [ 253 ] {0f346d8b-8d63-4ba2-8bed-fe3d53c1f450} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:56:16.764686 [ 253 ] {0f346d8b-8d63-4ba2-8bed-fe3d53c1f450} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:16.764721 [ 253 ] {0f346d8b-8d63-4ba2-8bed-fe3d53c1f450} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:16.765039 [ 253 ] {0f346d8b-8d63-4ba2-8bed-fe3d53c1f450} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 07:56:16.765242 [ 253 ] {0f346d8b-8d63-4ba2-8bed-fe3d53c1f450} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:16.765367 [ 253 ] {0f346d8b-8d63-4ba2-8bed-fe3d53c1f450} executeQuery: Read 708 rows, 42.29 KiB in 0.001309 sec., 540870.8938120703 rows/sec., 31.55 MiB/sec. 2026.03.19 07:56:16.765404 [ 253 ] {0f346d8b-8d63-4ba2-8bed-fe3d53c1f450} TCPHandler: Processed in 0.001473254 sec. 2026.03.19 07:56:16.765516 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:16.765610 [ 253 ] {7c2dcd0c-1d43-4c3d-91a5-d84f7966f060} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 07:56:16.765650 [ 253 ] {7c2dcd0c-1d43-4c3d-91a5-d84f7966f060} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 07:56:16.766027 [ 253 ] {7c2dcd0c-1d43-4c3d-91a5-d84f7966f060} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:16.766061 [ 253 ] {7c2dcd0c-1d43-4c3d-91a5-d84f7966f060} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:16.766349 [ 253 ] {7c2dcd0c-1d43-4c3d-91a5-d84f7966f060} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 07:56:16.766571 [ 253 ] {7c2dcd0c-1d43-4c3d-91a5-d84f7966f060} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:16.766698 [ 253 ] {7c2dcd0c-1d43-4c3d-91a5-d84f7966f060} executeQuery: Read 1 rows, 72.00 B in 0.001105 sec., 904.9773755656108 rows/sec., 63.63 KiB/sec. 2026.03.19 07:56:16.766735 [ 253 ] {7c2dcd0c-1d43-4c3d-91a5-d84f7966f060} TCPHandler: Processed in 0.00126771 sec. 2026.03.19 07:56:16.766844 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:16.766951 [ 253 ] {d3ff456c-fdb0-42d4-bf8b-9d94f6fce6f5} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:56:16.766993 [ 253 ] {d3ff456c-fdb0-42d4-bf8b-9d94f6fce6f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:56:16.767699 [ 253 ] {d3ff456c-fdb0-42d4-bf8b-9d94f6fce6f5} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:16.767735 [ 253 ] {d3ff456c-fdb0-42d4-bf8b-9d94f6fce6f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:16.768109 [ 253 ] {d3ff456c-fdb0-42d4-bf8b-9d94f6fce6f5} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 07:56:16.768330 [ 253 ] {d3ff456c-fdb0-42d4-bf8b-9d94f6fce6f5} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:16.768466 [ 253 ] {d3ff456c-fdb0-42d4-bf8b-9d94f6fce6f5} executeQuery: Read 1024 rows, 72.26 KiB in 0.001534 sec., 667535.853976532 rows/sec., 46.00 MiB/sec. 2026.03.19 07:56:16.768504 [ 253 ] {d3ff456c-fdb0-42d4-bf8b-9d94f6fce6f5} TCPHandler: Processed in 0.001710667 sec. 2026.03.19 07:56:16.768621 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:16.768723 [ 253 ] {f69edfe3-abd6-49c2-9e46-16d4d8e77ff8} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:16.768767 [ 253 ] {f69edfe3-abd6-49c2-9e46-16d4d8e77ff8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:56:16.769349 [ 253 ] {f69edfe3-abd6-49c2-9e46-16d4d8e77ff8} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:16.769384 [ 253 ] {f69edfe3-abd6-49c2-9e46-16d4d8e77ff8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:16.769795 [ 253 ] {f69edfe3-abd6-49c2-9e46-16d4d8e77ff8} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 07:56:16.770010 [ 253 ] {f69edfe3-abd6-49c2-9e46-16d4d8e77ff8} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:16.770141 [ 253 ] {f69edfe3-abd6-49c2-9e46-16d4d8e77ff8} executeQuery: Read 1217 rows, 77.92 KiB in 0.001444 sec., 842797.783933518 rows/sec., 52.70 MiB/sec. 2026.03.19 07:56:16.770179 [ 253 ] {f69edfe3-abd6-49c2-9e46-16d4d8e77ff8} TCPHandler: Processed in 0.001608436 sec. 2026.03.19 07:56:16.770290 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:16.770388 [ 253 ] {cb29fdf9-a625-4d9f-b6ab-5837e0c6d041} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:16.770443 [ 253 ] {cb29fdf9-a625-4d9f-b6ab-5837e0c6d041} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:56:16.771240 [ 253 ] {cb29fdf9-a625-4d9f-b6ab-5837e0c6d041} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:16.771275 [ 253 ] {cb29fdf9-a625-4d9f-b6ab-5837e0c6d041} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:16.771799 [ 253 ] {cb29fdf9-a625-4d9f-b6ab-5837e0c6d041} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 07:56:16.772018 [ 253 ] {cb29fdf9-a625-4d9f-b6ab-5837e0c6d041} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:16.772158 [ 253 ] {cb29fdf9-a625-4d9f-b6ab-5837e0c6d041} executeQuery: Read 24 rows, 44.04 KiB in 0.001789 sec., 13415.315818893236 rows/sec., 24.04 MiB/sec. 2026.03.19 07:56:16.772208 [ 253 ] {cb29fdf9-a625-4d9f-b6ab-5837e0c6d041} TCPHandler: Processed in 0.001967091 sec. 2026.03.19 07:56:16.772321 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:16.772425 [ 253 ] {d07006c3-6167-40a8-8ba5-3f425ddad912} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:56:16.772469 [ 253 ] {d07006c3-6167-40a8-8ba5-3f425ddad912} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:56:16.772801 [ 253 ] {d07006c3-6167-40a8-8ba5-3f425ddad912} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:16.772835 [ 253 ] {d07006c3-6167-40a8-8ba5-3f425ddad912} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:16.773150 [ 253 ] {d07006c3-6167-40a8-8ba5-3f425ddad912} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 07:56:16.773370 [ 253 ] {d07006c3-6167-40a8-8ba5-3f425ddad912} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:16.773501 [ 253 ] {d07006c3-6167-40a8-8ba5-3f425ddad912} executeQuery: Read 12 rows, 848.00 B in 0.001096 sec., 10948.905109489051 rows/sec., 755.59 KiB/sec. 2026.03.19 07:56:16.773537 [ 253 ] {d07006c3-6167-40a8-8ba5-3f425ddad912} TCPHandler: Processed in 0.00126809 sec. 2026.03.19 07:56:17.208037 [ 58 ] {} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.19 07:56:17.208098 [ 58 ] {} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:17.208118 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:17.208221 [ 195 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.03.19 07:56:17.208372 [ 195 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:17.208410 [ 195 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 284 rows starting from the beginning of the part 2026.03.19 07:56:17.208484 [ 195 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 284 rows starting from the beginning of the part 2026.03.19 07:56:17.208535 [ 195 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.03.19 07:56:17.208580 [ 195 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.03.19 07:56:17.208624 [ 195 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.03.19 07:56:17.209565 [ 197 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 640 rows, containing 5 columns (5 merged, 0 gathered) in 0.001383272 sec., 462671.11602056574 rows/sec., 32.16 MiB/sec. 2026.03.19 07:56:17.209759 [ 197 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.19 07:56:17.210084 [ 197 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_5_1} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:17.210164 [ 197 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_5_1} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.19 07:56:17.210255 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.19 07:56:17.883320 [ 55 ] {} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.19 07:56:17.883384 [ 55 ] {} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:17.883406 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:17.883547 [ 193 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.03.19 07:56:17.883695 [ 193 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:17.883727 [ 193 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 148 rows starting from the beginning of the part 2026.03.19 07:56:17.883795 [ 193 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 148 rows starting from the beginning of the part 2026.03.19 07:56:17.883839 [ 193 ] {f8bcf862-919a-46f9-9f5b-ede930459110::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.19 07:56:17.883897 [ 193 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.03.19 07:56:17.883943 [ 193 ] {f8bcf862-919a-46f9-9f5b-ede930459110::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.19 07:56:17.884764 [ 197 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 332 rows, containing 5 columns (5 merged, 0 gathered) in 0.001275561 sec., 260277.63470347557 rows/sec., 16.34 MiB/sec. 2026.03.19 07:56:17.884880 [ 193 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.19 07:56:17.885121 [ 193 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_5_1} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:17.885187 [ 193 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_5_1} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.19 07:56:17.885246 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.03.19 07:56:18.525546 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7064 2026.03.19 07:56:18.526045 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:18.526091 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:18.526735 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 07:56:18.526986 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:18.527117 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7064 2026.03.19 07:56:18.912962 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.03.19 07:56:18.928555 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:18.928613 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2026.03.19 07:56:18.934064 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 07:56:18.934748 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:18.937567 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.03.19 07:56:21.480273 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:21.480494 [ 253 ] {50de0e77-f72c-4697-b528-0edb8f2a1ec4} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:56:21.480567 [ 253 ] {50de0e77-f72c-4697-b528-0edb8f2a1ec4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:56:21.481315 [ 253 ] {50de0e77-f72c-4697-b528-0edb8f2a1ec4} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:21.481373 [ 253 ] {50de0e77-f72c-4697-b528-0edb8f2a1ec4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:21.481774 [ 253 ] {50de0e77-f72c-4697-b528-0edb8f2a1ec4} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 07:56:21.481993 [ 253 ] {50de0e77-f72c-4697-b528-0edb8f2a1ec4} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:21.482157 [ 253 ] {50de0e77-f72c-4697-b528-0edb8f2a1ec4} executeQuery: Read 56 rows, 4.41 KiB in 0.001718 sec., 32596.04190919674 rows/sec., 2.50 MiB/sec. 2026.03.19 07:56:21.482198 [ 253 ] {50de0e77-f72c-4697-b528-0edb8f2a1ec4} TCPHandler: Processed in 0.002064083 sec. 2026.03.19 07:56:21.482321 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:21.482421 [ 253 ] {b83b01f5-1168-49fe-8752-9aa1003a65fc} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:56:21.482461 [ 253 ] {b83b01f5-1168-49fe-8752-9aa1003a65fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:56:21.482881 [ 253 ] {b83b01f5-1168-49fe-8752-9aa1003a65fc} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:21.482917 [ 253 ] {b83b01f5-1168-49fe-8752-9aa1003a65fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:21.483204 [ 253 ] {b83b01f5-1168-49fe-8752-9aa1003a65fc} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 07:56:21.483413 [ 253 ] {b83b01f5-1168-49fe-8752-9aa1003a65fc} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:21.483538 [ 253 ] {b83b01f5-1168-49fe-8752-9aa1003a65fc} executeQuery: Read 64 rows, 5.12 KiB in 0.001136 sec., 56338.028169014084 rows/sec., 4.40 MiB/sec. 2026.03.19 07:56:21.483573 [ 253 ] {b83b01f5-1168-49fe-8752-9aa1003a65fc} TCPHandler: Processed in 0.001301111 sec. 2026.03.19 07:56:21.483684 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:21.483776 [ 253 ] {6900b073-163b-43f5-94b2-4384939efc35} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:21.483818 [ 253 ] {6900b073-163b-43f5-94b2-4384939efc35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:56:21.484227 [ 253 ] {6900b073-163b-43f5-94b2-4384939efc35} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:21.484264 [ 253 ] {6900b073-163b-43f5-94b2-4384939efc35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:21.484589 [ 253 ] {6900b073-163b-43f5-94b2-4384939efc35} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 07:56:21.484808 [ 253 ] {6900b073-163b-43f5-94b2-4384939efc35} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:21.484935 [ 253 ] {6900b073-163b-43f5-94b2-4384939efc35} executeQuery: Read 128 rows, 9.13 KiB in 0.001177 sec., 108751.06202209005 rows/sec., 7.57 MiB/sec. 2026.03.19 07:56:21.484971 [ 253 ] {6900b073-163b-43f5-94b2-4384939efc35} TCPHandler: Processed in 0.001334441 sec. 2026.03.19 07:56:21.485083 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:21.485177 [ 253 ] {7d9bb740-db74-46c9-8891-299aa429189d} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:56:21.485218 [ 253 ] {7d9bb740-db74-46c9-8891-299aa429189d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:56:21.485546 [ 253 ] {7d9bb740-db74-46c9-8891-299aa429189d} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:21.485582 [ 253 ] {7d9bb740-db74-46c9-8891-299aa429189d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:21.485873 [ 253 ] {7d9bb740-db74-46c9-8891-299aa429189d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 07:56:21.486077 [ 253 ] {7d9bb740-db74-46c9-8891-299aa429189d} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:21.486204 [ 253 ] {7d9bb740-db74-46c9-8891-299aa429189d} executeQuery: Read 48 rows, 3.31 KiB in 0.001046 sec., 45889.10133843212 rows/sec., 3.09 MiB/sec. 2026.03.19 07:56:21.486238 [ 253 ] {7d9bb740-db74-46c9-8891-299aa429189d} TCPHandler: Processed in 0.001203369 sec. 2026.03.19 07:56:25.961186 [ 46 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:56:25.961259 [ 46 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:56:26.027313 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7576 2026.03.19 07:56:26.027961 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:26.028037 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:26.028555 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 07:56:26.028800 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:26.028944 [ 46 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 07:56:26.028958 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7576 2026.03.19 07:56:26.028989 [ 46 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:26.029011 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:26.029148 [ 198 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.19 07:56:26.029284 [ 198 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:26.029322 [ 198 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5144 rows starting from the beginning of the part 2026.03.19 07:56:26.029387 [ 198 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 512 rows starting from the beginning of the part 2026.03.19 07:56:26.029430 [ 198 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 448 rows starting from the beginning of the part 2026.03.19 07:56:26.029468 [ 198 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 512 rows starting from the beginning of the part 2026.03.19 07:56:26.029510 [ 198 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 448 rows starting from the beginning of the part 2026.03.19 07:56:26.029546 [ 198 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 512 rows starting from the beginning of the part 2026.03.19 07:56:26.031050 [ 193 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7576 rows, containing 4 columns (4 merged, 0 gathered) in 0.001966801 sec., 3851940.2827230617 rows/sec., 55.10 MiB/sec. 2026.03.19 07:56:26.031632 [ 198 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 07:56:26.031990 [ 198 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_16_3} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:26.032080 [ 198 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_16_3} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 07:56:26.032182 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. 2026.03.19 07:56:26.043879 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 514 2026.03.19 07:56:26.046227 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:26.046276 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:26.047515 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 07:56:26.047788 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:26.047937 [ 46 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 07:56:26.047978 [ 46 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:26.047997 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:26.048135 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 514 2026.03.19 07:56:26.048140 [ 196 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.19 07:56:26.048770 [ 196 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:26.048949 [ 196 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 340 rows starting from the beginning of the part 2026.03.19 07:56:26.049350 [ 196 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 42 rows starting from the beginning of the part 2026.03.19 07:56:26.049693 [ 196 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 42 rows starting from the beginning of the part 2026.03.19 07:56:26.050040 [ 196 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.03.19 07:56:26.050389 [ 196 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part 2026.03.19 07:56:26.050747 [ 196 ] {939bd66e-0392-43e2-9699-3277434212bb::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.19 07:56:26.057217 [ 198 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 514 rows, containing 72 columns (72 merged, 0 gathered) in 0.009150495 sec., 56171.82458435309 rows/sec., 53.10 MiB/sec. 2026.03.19 07:56:26.057997 [ 196 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 07:56:26.058546 [ 196 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_11_2} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:26.058627 [ 196 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_11_2} system.query_log (939bd66e-0392-43e2-9699-3277434212bb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 07:56:26.058851 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB. 2026.03.19 07:56:26.437716 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.03.19 07:56:26.453453 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:26.453509 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:26.459704 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 07:56:26.460399 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:26.460734 [ 46 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 07:56:26.460829 [ 46 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:26.460871 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:26.461043 [ 189 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.19 07:56:26.463242 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.03.19 07:56:26.464465 [ 189 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:26.465860 [ 189 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2026.03.19 07:56:26.470539 [ 189 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.03.19 07:56:26.474817 [ 189 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2026.03.19 07:56:26.479213 [ 189 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.03.19 07:56:26.483512 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:26.483620 [ 189 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2026.03.19 07:56:26.483679 [ 253 ] {6ac157bc-6ee2-429b-920b-78dc1591076f} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:56:26.483753 [ 253 ] {6ac157bc-6ee2-429b-920b-78dc1591076f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:56:26.484488 [ 253 ] {6ac157bc-6ee2-429b-920b-78dc1591076f} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:26.484528 [ 253 ] {6ac157bc-6ee2-429b-920b-78dc1591076f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:26.484908 [ 253 ] {6ac157bc-6ee2-429b-920b-78dc1591076f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 07:56:26.485113 [ 253 ] {6ac157bc-6ee2-429b-920b-78dc1591076f} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:26.485252 [ 253 ] {6ac157bc-6ee2-429b-920b-78dc1591076f} executeQuery: Read 106 rows, 9.11 KiB in 0.001685 sec., 62908.011869436195 rows/sec., 5.28 MiB/sec. 2026.03.19 07:56:26.485288 [ 253 ] {6ac157bc-6ee2-429b-920b-78dc1591076f} TCPHandler: Processed in 0.001955801 sec. 2026.03.19 07:56:26.485481 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:26.485574 [ 253 ] {66fbd2c7-6970-4e4e-84f1-a4ba4eee729c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:56:26.485615 [ 253 ] {66fbd2c7-6970-4e4e-84f1-a4ba4eee729c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:56:26.486030 [ 253 ] {66fbd2c7-6970-4e4e-84f1-a4ba4eee729c} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:26.486064 [ 253 ] {66fbd2c7-6970-4e4e-84f1-a4ba4eee729c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:26.486380 [ 253 ] {66fbd2c7-6970-4e4e-84f1-a4ba4eee729c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 07:56:26.486590 [ 253 ] {66fbd2c7-6970-4e4e-84f1-a4ba4eee729c} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:26.486739 [ 253 ] {66fbd2c7-6970-4e4e-84f1-a4ba4eee729c} executeQuery: Read 25 rows, 1.88 KiB in 0.001183 sec., 21132.713440405747 rows/sec., 1.55 MiB/sec. 2026.03.19 07:56:26.486776 [ 253 ] {66fbd2c7-6970-4e4e-84f1-a4ba4eee729c} TCPHandler: Processed in 0.001343101 sec. 2026.03.19 07:56:26.486889 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:26.486981 [ 253 ] {274b9a36-24cc-47c7-a92e-09ad0dd21bf0} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:56:26.487019 [ 253 ] {274b9a36-24cc-47c7-a92e-09ad0dd21bf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:56:26.487426 [ 253 ] {274b9a36-24cc-47c7-a92e-09ad0dd21bf0} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:26.487461 [ 253 ] {274b9a36-24cc-47c7-a92e-09ad0dd21bf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:26.487808 [ 253 ] {274b9a36-24cc-47c7-a92e-09ad0dd21bf0} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 07:56:26.487880 [ 189 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.03.19 07:56:26.488015 [ 253 ] {274b9a36-24cc-47c7-a92e-09ad0dd21bf0} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:26.488151 [ 253 ] {274b9a36-24cc-47c7-a92e-09ad0dd21bf0} executeQuery: Read 89 rows, 7.12 KiB in 0.001188 sec., 74915.82491582491 rows/sec., 5.85 MiB/sec. 2026.03.19 07:56:26.488186 [ 253 ] {274b9a36-24cc-47c7-a92e-09ad0dd21bf0} TCPHandler: Processed in 0.001344351 sec. 2026.03.19 07:56:26.488295 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:26.488387 [ 253 ] {fc6c3a6a-c165-48bc-8491-d419e5db2e67} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:26.488429 [ 253 ] {fc6c3a6a-c165-48bc-8491-d419e5db2e67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:56:26.488842 [ 253 ] {fc6c3a6a-c165-48bc-8491-d419e5db2e67} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:26.488875 [ 253 ] {fc6c3a6a-c165-48bc-8491-d419e5db2e67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:26.489210 [ 253 ] {fc6c3a6a-c165-48bc-8491-d419e5db2e67} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 07:56:26.489409 [ 253 ] {fc6c3a6a-c165-48bc-8491-d419e5db2e67} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:26.489545 [ 253 ] {fc6c3a6a-c165-48bc-8491-d419e5db2e67} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2026.03.19 07:56:26.489580 [ 253 ] {fc6c3a6a-c165-48bc-8491-d419e5db2e67} TCPHandler: Processed in 0.001332421 sec. 2026.03.19 07:56:26.489689 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:26.489781 [ 253 ] {e0b13b5e-0328-4158-8f84-0d3c88f0af81} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:26.489833 [ 253 ] {e0b13b5e-0328-4158-8f84-0d3c88f0af81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:56:26.490805 [ 253 ] {e0b13b5e-0328-4158-8f84-0d3c88f0af81} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:26.490839 [ 253 ] {e0b13b5e-0328-4158-8f84-0d3c88f0af81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:26.491620 [ 253 ] {e0b13b5e-0328-4158-8f84-0d3c88f0af81} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 07:56:26.491834 [ 253 ] {e0b13b5e-0328-4158-8f84-0d3c88f0af81} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:26.491943 [ 47 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 07:56:26.491974 [ 253 ] {e0b13b5e-0328-4158-8f84-0d3c88f0af81} executeQuery: Read 25 rows, 45.87 KiB in 0.002211 sec., 11307.100859339665 rows/sec., 20.26 MiB/sec. 2026.03.19 07:56:26.491993 [ 47 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:26.492020 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:26.492029 [ 253 ] {e0b13b5e-0328-4158-8f84-0d3c88f0af81} TCPHandler: Processed in 0.002387128 sec. 2026.03.19 07:56:26.492126 [ 196 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.19 07:56:26.492145 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:26.492249 [ 253 ] {076f83d1-ee31-45bb-b6fb-db412a7a3cac} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:56:26.492289 [ 253 ] {076f83d1-ee31-45bb-b6fb-db412a7a3cac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:56:26.492358 [ 196 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:26.492420 [ 196 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 165 rows starting from the beginning of the part 2026.03.19 07:56:26.492556 [ 196 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 25 rows starting from the beginning of the part 2026.03.19 07:56:26.492620 [ 253 ] {076f83d1-ee31-45bb-b6fb-db412a7a3cac} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:26.492660 [ 253 ] {076f83d1-ee31-45bb-b6fb-db412a7a3cac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:26.492663 [ 196 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 15 rows starting from the beginning of the part 2026.03.19 07:56:26.492762 [ 196 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 25 rows starting from the beginning of the part 2026.03.19 07:56:26.492852 [ 196 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2026.03.19 07:56:26.492945 [ 196 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 25 rows starting from the beginning of the part 2026.03.19 07:56:26.492991 [ 253 ] {076f83d1-ee31-45bb-b6fb-db412a7a3cac} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 07:56:26.493209 [ 253 ] {076f83d1-ee31-45bb-b6fb-db412a7a3cac} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:26.493348 [ 253 ] {076f83d1-ee31-45bb-b6fb-db412a7a3cac} executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. 2026.03.19 07:56:26.493383 [ 253 ] {076f83d1-ee31-45bb-b6fb-db412a7a3cac} TCPHandler: Processed in 0.00128459 sec. 2026.03.19 07:56:26.496301 [ 198 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 279 rows, containing 19 columns (19 merged, 0 gathered) in 0.004212307 sec., 66234.48860683705 rows/sec., 118.69 MiB/sec. 2026.03.19 07:56:26.496839 [ 201 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 07:56:26.497264 [ 201 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_16_3} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:26.497355 [ 201 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_16_3} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 07:56:26.497525 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.60 MiB. 2026.03.19 07:56:26.545399 [ 198 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.08444032 sec., 1432.964725856084 rows/sec., 7.41 MiB/sec. 2026.03.19 07:56:26.547452 [ 201 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 07:56:26.549249 [ 201 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_16_3} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:26.549356 [ 201 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_16_3} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 07:56:26.551026 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB. 2026.03.19 07:56:27.000203 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 228.68 MiB, peak 238.65 MiB, free memory in arenas 0.00 B, will set to 237.79 MiB (RSS), difference: 9.10 MiB 2026.03.19 07:56:27.001310 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000867594 sec. 2026.03.19 07:56:31.482685 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:31.482956 [ 253 ] {39a5118f-07e9-4f43-b9a1-240da8e8be6a} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:56:31.483060 [ 253 ] {39a5118f-07e9-4f43-b9a1-240da8e8be6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:56:31.483985 [ 253 ] {39a5118f-07e9-4f43-b9a1-240da8e8be6a} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:31.484033 [ 253 ] {39a5118f-07e9-4f43-b9a1-240da8e8be6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:31.484431 [ 253 ] {39a5118f-07e9-4f43-b9a1-240da8e8be6a} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 07:56:31.484651 [ 253 ] {39a5118f-07e9-4f43-b9a1-240da8e8be6a} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:31.484813 [ 253 ] {39a5118f-07e9-4f43-b9a1-240da8e8be6a} executeQuery: Read 86 rows, 7.39 KiB in 0.001935 sec., 44444.444444444445 rows/sec., 3.73 MiB/sec. 2026.03.19 07:56:31.484853 [ 253 ] {39a5118f-07e9-4f43-b9a1-240da8e8be6a} TCPHandler: Processed in 0.002307486 sec. 2026.03.19 07:56:31.485079 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:31.485173 [ 253 ] {515cf472-ec59-4480-9fa6-66443d7b5a7c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:56:31.485212 [ 253 ] {515cf472-ec59-4480-9fa6-66443d7b5a7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:56:31.485653 [ 253 ] {515cf472-ec59-4480-9fa6-66443d7b5a7c} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:31.485688 [ 253 ] {515cf472-ec59-4480-9fa6-66443d7b5a7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:31.485976 [ 253 ] {515cf472-ec59-4480-9fa6-66443d7b5a7c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 07:56:31.486194 [ 253 ] {515cf472-ec59-4480-9fa6-66443d7b5a7c} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:31.486323 [ 253 ] {515cf472-ec59-4480-9fa6-66443d7b5a7c} executeQuery: Read 15 rows, 1.13 KiB in 0.001169 sec., 12831.479897348161 rows/sec., 964.87 KiB/sec. 2026.03.19 07:56:31.486359 [ 253 ] {515cf472-ec59-4480-9fa6-66443d7b5a7c} TCPHandler: Processed in 0.001328591 sec. 2026.03.19 07:56:31.486477 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:31.486570 [ 253 ] {c2675298-90a5-4723-b452-0ab60a2b14a5} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:56:31.486608 [ 253 ] {c2675298-90a5-4723-b452-0ab60a2b14a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:56:31.487033 [ 253 ] {c2675298-90a5-4723-b452-0ab60a2b14a5} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:31.487069 [ 253 ] {c2675298-90a5-4723-b452-0ab60a2b14a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:31.487359 [ 253 ] {c2675298-90a5-4723-b452-0ab60a2b14a5} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 07:56:31.487560 [ 253 ] {c2675298-90a5-4723-b452-0ab60a2b14a5} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:31.487679 [ 253 ] {c2675298-90a5-4723-b452-0ab60a2b14a5} executeQuery: Read 79 rows, 6.32 KiB in 0.001141 sec., 69237.51095530236 rows/sec., 5.41 MiB/sec. 2026.03.19 07:56:31.487713 [ 253 ] {c2675298-90a5-4723-b452-0ab60a2b14a5} TCPHandler: Processed in 0.001300111 sec. 2026.03.19 07:56:31.487834 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:31.487921 [ 253 ] {49826672-fb73-43ef-911e-34dc35c451f1} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:31.487960 [ 253 ] {49826672-fb73-43ef-911e-34dc35c451f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:56:31.488345 [ 253 ] {49826672-fb73-43ef-911e-34dc35c451f1} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:31.488377 [ 253 ] {49826672-fb73-43ef-911e-34dc35c451f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:31.488766 [ 253 ] {49826672-fb73-43ef-911e-34dc35c451f1} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 07:56:31.488968 [ 253 ] {49826672-fb73-43ef-911e-34dc35c451f1} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:31.489097 [ 253 ] {49826672-fb73-43ef-911e-34dc35c451f1} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2026.03.19 07:56:31.489133 [ 253 ] {49826672-fb73-43ef-911e-34dc35c451f1} TCPHandler: Processed in 0.001320111 sec. 2026.03.19 07:56:31.489240 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:31.489333 [ 253 ] {0865d816-c076-47b5-b8b4-86932b969bcc} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:31.489386 [ 253 ] {0865d816-c076-47b5-b8b4-86932b969bcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:56:31.490121 [ 253 ] {0865d816-c076-47b5-b8b4-86932b969bcc} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:31.490157 [ 253 ] {0865d816-c076-47b5-b8b4-86932b969bcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:31.490677 [ 253 ] {0865d816-c076-47b5-b8b4-86932b969bcc} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 07:56:31.490901 [ 253 ] {0865d816-c076-47b5-b8b4-86932b969bcc} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:31.491034 [ 253 ] {0865d816-c076-47b5-b8b4-86932b969bcc} executeQuery: Read 15 rows, 27.52 KiB in 0.001718 sec., 8731.082654249127 rows/sec., 15.65 MiB/sec. 2026.03.19 07:56:31.491083 [ 253 ] {0865d816-c076-47b5-b8b4-86932b969bcc} TCPHandler: Processed in 0.00189006 sec. 2026.03.19 07:56:31.491193 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:31.491286 [ 253 ] {54a3b5ba-a11f-4c9c-9bce-76a3d1211ada} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:56:31.491326 [ 253 ] {54a3b5ba-a11f-4c9c-9bce-76a3d1211ada} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:56:31.491667 [ 253 ] {54a3b5ba-a11f-4c9c-9bce-76a3d1211ada} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:31.491703 [ 253 ] {54a3b5ba-a11f-4c9c-9bce-76a3d1211ada} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:31.491995 [ 253 ] {54a3b5ba-a11f-4c9c-9bce-76a3d1211ada} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 07:56:31.492194 [ 253 ] {54a3b5ba-a11f-4c9c-9bce-76a3d1211ada} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:31.492320 [ 253 ] {54a3b5ba-a11f-4c9c-9bce-76a3d1211ada} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2026.03.19 07:56:31.492355 [ 253 ] {54a3b5ba-a11f-4c9c-9bce-76a3d1211ada} TCPHandler: Processed in 0.001208119 sec. 2026.03.19 07:56:32.295187 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65429 2026.03.19 07:56:32.295307 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:32.295334 [ 290 ] {} TCP-Session: d743a81f-ceef-425f-baa5-de4034ee90ee Authenticating user 'default' from [fd00:1122:3344:101::e]:65429 2026.03.19 07:56:32.295355 [ 290 ] {} TCP-Session: d743a81f-ceef-425f-baa5-de4034ee90ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.295368 [ 290 ] {} TCP-Session: d743a81f-ceef-425f-baa5-de4034ee90ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.295559 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61285 2026.03.19 07:56:32.295608 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58863 2026.03.19 07:56:32.295643 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60045 2026.03.19 07:56:32.295630 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39172 2026.03.19 07:56:32.295618 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57191 2026.03.19 07:56:32.295722 [ 290 ] {} TCP-Session: d743a81f-ceef-425f-baa5-de4034ee90ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:32.295612 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55125 2026.03.19 07:56:32.295909 [ 290 ] {91828269-d7c4-46dd-ad6a-32bd35d922fc} executeQuery: (from [fd00:1122:3344:101::e]:65429) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 07:56:32.296170 [ 290 ] {91828269-d7c4-46dd-ad6a-32bd35d922fc} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 07:56:32.296231 [ 290 ] {91828269-d7c4-46dd-ad6a-32bd35d922fc} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:56:32.296510 [ 290 ] {91828269-d7c4-46dd-ad6a-32bd35d922fc} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938) (SelectExecutor): Key condition: unknown 2026.03.19 07:56:32.300948 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:32.300994 [ 291 ] {} TCP-Session: 04ede033-5657-45f2-a877-39c68a6a8cb9 Authenticating user 'default' from [fd00:1122:3344:101::e]:61285 2026.03.19 07:56:32.301018 [ 291 ] {} TCP-Session: 04ede033-5657-45f2-a877-39c68a6a8cb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.301033 [ 291 ] {} TCP-Session: 04ede033-5657-45f2-a877-39c68a6a8cb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.301089 [ 298 ] {91828269-d7c4-46dd-ad6a-32bd35d922fc} AggregatingTransform: Aggregating 2026.03.19 07:56:32.301146 [ 298 ] {91828269-d7c4-46dd-ad6a-32bd35d922fc} Aggregator: Aggregation method: without_key 2026.03.19 07:56:32.301184 [ 298 ] {91828269-d7c4-46dd-ad6a-32bd35d922fc} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004573072 sec. (218.671 rows/sec., 8.54 KiB/sec.) 2026.03.19 07:56:32.301206 [ 298 ] {91828269-d7c4-46dd-ad6a-32bd35d922fc} Aggregator: Merging aggregated data 2026.03.19 07:56:32.301307 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:32.301353 [ 293 ] {} TCP-Session: df439145-461d-4ba1-b384-fc6e036a4a23 Authenticating user 'default' from [fd00:1122:3344:101::e]:55125 2026.03.19 07:56:32.301373 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57051 2026.03.19 07:56:32.301379 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60199 2026.03.19 07:56:32.301378 [ 293 ] {} TCP-Session: df439145-461d-4ba1-b384-fc6e036a4a23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.301430 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:32.301449 [ 293 ] {} TCP-Session: df439145-461d-4ba1-b384-fc6e036a4a23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.301511 [ 294 ] {} TCP-Session: 0e24e7dd-921e-4dc6-b3f7-dd4ae9171606 Authenticating user 'default' from [fd00:1122:3344:101::e]:57191 2026.03.19 07:56:32.301552 [ 294 ] {} TCP-Session: 0e24e7dd-921e-4dc6-b3f7-dd4ae9171606 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.301576 [ 294 ] {} TCP-Session: 0e24e7dd-921e-4dc6-b3f7-dd4ae9171606 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.301808 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:32.301853 [ 288 ] {} TCP-Session: b18602ed-1428-40c0-8249-c65eb9d93cbb Authenticating user 'default' from [fd00:1122:3344:101::e]:57051 2026.03.19 07:56:32.301881 [ 288 ] {} TCP-Session: b18602ed-1428-40c0-8249-c65eb9d93cbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.301898 [ 288 ] {} TCP-Session: b18602ed-1428-40c0-8249-c65eb9d93cbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.301899 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:32.301947 [ 3 ] {} TCP-Session: 0d800892-664a-4b2c-98aa-69e87da0a231 Authenticating user 'default' from [fd00:1122:3344:101::e]:60199 2026.03.19 07:56:32.301968 [ 3 ] {} TCP-Session: 0d800892-664a-4b2c-98aa-69e87da0a231 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.301985 [ 3 ] {} TCP-Session: 0d800892-664a-4b2c-98aa-69e87da0a231 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.302053 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:32.302081 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:32.302100 [ 295 ] {} TCP-Session: ffbffd06-ae5f-4d64-9bda-ccd822445b20 Authenticating user 'default' from [fd00:1122:3344:101::e]:39172 2026.03.19 07:56:32.302054 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:32.302124 [ 296 ] {} TCP-Session: 6d2d092c-b36b-42b5-95b3-c808172f5686 Authenticating user 'default' from [fd00:1122:3344:101::e]:60045 2026.03.19 07:56:32.302133 [ 295 ] {} TCP-Session: ffbffd06-ae5f-4d64-9bda-ccd822445b20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.302159 [ 292 ] {} TCP-Session: 6051609a-eaca-4822-af09-e8c219cd3747 Authenticating user 'default' from [fd00:1122:3344:101::e]:58863 2026.03.19 07:56:32.302163 [ 296 ] {} TCP-Session: 6d2d092c-b36b-42b5-95b3-c808172f5686 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.302177 [ 295 ] {} TCP-Session: ffbffd06-ae5f-4d64-9bda-ccd822445b20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.302190 [ 292 ] {} TCP-Session: 6051609a-eaca-4822-af09-e8c219cd3747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.302209 [ 296 ] {} TCP-Session: 6d2d092c-b36b-42b5-95b3-c808172f5686 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.302231 [ 292 ] {} TCP-Session: 6051609a-eaca-4822-af09-e8c219cd3747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.302486 [ 290 ] {91828269-d7c4-46dd-ad6a-32bd35d922fc} executeQuery: Read 1 rows, 40.00 B in 0.006632 sec., 150.78407720144753 rows/sec., 5.89 KiB/sec. 2026.03.19 07:56:32.302629 [ 290 ] {91828269-d7c4-46dd-ad6a-32bd35d922fc} TCPHandler: Processed in 0.007026922 sec. 2026.03.19 07:56:32.302756 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:32.302785 [ 290 ] {} TCP-Session: d743a81f-ceef-425f-baa5-de4034ee90ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.302791 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:32.302818 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:32.302829 [ 291 ] {} TCP-Session: 04ede033-5657-45f2-a877-39c68a6a8cb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.302840 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:32.302860 [ 293 ] {} TCP-Session: df439145-461d-4ba1-b384-fc6e036a4a23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.302864 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:32.302892 [ 288 ] {} TCP-Session: b18602ed-1428-40c0-8249-c65eb9d93cbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.302919 [ 294 ] {} TCP-Session: 0e24e7dd-921e-4dc6-b3f7-dd4ae9171606 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.302947 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:32.302931 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:32.302994 [ 296 ] {} TCP-Session: 6d2d092c-b36b-42b5-95b3-c808172f5686 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.302906 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:32.303020 [ 3 ] {} TCP-Session: 0d800892-664a-4b2c-98aa-69e87da0a231 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.302885 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:32.303053 [ 292 ] {} TCP-Session: 6051609a-eaca-4822-af09-e8c219cd3747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:32.303091 [ 295 ] {} TCP-Session: ffbffd06-ae5f-4d64-9bda-ccd822445b20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.529139 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8024 2026.03.19 07:56:33.529666 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:33.529719 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:33.530280 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 07:56:33.530530 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:33.530664 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8024 2026.03.19 07:56:33.879250 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46562 2026.03.19 07:56:33.879375 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:33.879403 [ 288 ] {} TCP-Session: 1b3fc7b3-577c-4e0d-ba6f-ee07fca46f0e Authenticating user 'default' from [fd00:1122:3344:101::e]:46562 2026.03.19 07:56:33.879426 [ 288 ] {} TCP-Session: 1b3fc7b3-577c-4e0d-ba6f-ee07fca46f0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.879439 [ 288 ] {} TCP-Session: 1b3fc7b3-577c-4e0d-ba6f-ee07fca46f0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.879645 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50754 2026.03.19 07:56:33.879665 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47039 2026.03.19 07:56:33.879692 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60816 2026.03.19 07:56:33.879733 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36451 2026.03.19 07:56:33.879760 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:33.879787 [ 288 ] {} TCP-Session: 1b3fc7b3-577c-4e0d-ba6f-ee07fca46f0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:33.879807 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:33.879809 [ 290 ] {} TCP-Session: 81458fdf-82ab-486e-9210-165f21fe27cd Authenticating user 'default' from [fd00:1122:3344:101::e]:50754 2026.03.19 07:56:33.879836 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:33.879846 [ 291 ] {} TCP-Session: 043bef69-bdb2-4ae9-9612-5daebf07d9e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:47039 2026.03.19 07:56:33.879861 [ 290 ] {} TCP-Session: 81458fdf-82ab-486e-9210-165f21fe27cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.879883 [ 296 ] {} TCP-Session: 62db03ed-af9a-451e-947f-f3f38a8b2b84 Authenticating user 'default' from [fd00:1122:3344:101::e]:36451 2026.03.19 07:56:33.879894 [ 291 ] {} TCP-Session: 043bef69-bdb2-4ae9-9612-5daebf07d9e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.879928 [ 296 ] {} TCP-Session: 62db03ed-af9a-451e-947f-f3f38a8b2b84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.879944 [ 291 ] {} TCP-Session: 043bef69-bdb2-4ae9-9612-5daebf07d9e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.879966 [ 296 ] {} TCP-Session: 62db03ed-af9a-451e-947f-f3f38a8b2b84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.879987 [ 288 ] {eae7dc1b-121c-4e7f-92c4-780ad48093e3} executeQuery: (from [fd00:1122:3344:101::e]:46562) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 07:56:33.879898 [ 290 ] {} TCP-Session: 81458fdf-82ab-486e-9210-165f21fe27cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.879808 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:33.879741 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63987 2026.03.19 07:56:33.880067 [ 292 ] {} TCP-Session: 0e4ddd93-256e-45a0-99d1-572f7eea5e87 Authenticating user 'default' from [fd00:1122:3344:101::e]:60816 2026.03.19 07:56:33.879723 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58713 2026.03.19 07:56:33.880121 [ 292 ] {} TCP-Session: 0e4ddd93-256e-45a0-99d1-572f7eea5e87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.879710 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36382 2026.03.19 07:56:33.880153 [ 292 ] {} TCP-Session: 0e4ddd93-256e-45a0-99d1-572f7eea5e87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.880166 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:33.880189 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:33.880214 [ 3 ] {} TCP-Session: 5f339fcb-d54b-4315-87bc-d56eb221002e Authenticating user 'default' from [fd00:1122:3344:101::e]:63987 2026.03.19 07:56:33.880223 [ 293 ] {} TCP-Session: 95102d98-41bf-4a2d-b52b-07f5ee1ece94 Authenticating user 'default' from [fd00:1122:3344:101::e]:58713 2026.03.19 07:56:33.880236 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:33.880246 [ 293 ] {} TCP-Session: 95102d98-41bf-4a2d-b52b-07f5ee1ece94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.880265 [ 294 ] {} TCP-Session: bd1388b9-c950-4b0c-a401-5bbb2c45e04c Authenticating user 'default' from [fd00:1122:3344:101::e]:36382 2026.03.19 07:56:33.880282 [ 293 ] {} TCP-Session: 95102d98-41bf-4a2d-b52b-07f5ee1ece94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.880242 [ 3 ] {} TCP-Session: 5f339fcb-d54b-4315-87bc-d56eb221002e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.880303 [ 294 ] {} TCP-Session: bd1388b9-c950-4b0c-a401-5bbb2c45e04c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.880321 [ 3 ] {} TCP-Session: 5f339fcb-d54b-4315-87bc-d56eb221002e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.880336 [ 294 ] {} TCP-Session: bd1388b9-c950-4b0c-a401-5bbb2c45e04c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.880308 [ 288 ] {eae7dc1b-121c-4e7f-92c4-780ad48093e3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 07:56:33.879720 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40525 2026.03.19 07:56:33.880447 [ 288 ] {eae7dc1b-121c-4e7f-92c4-780ad48093e3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:56:33.880504 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:33.880532 [ 295 ] {} TCP-Session: 52ce67b0-6ad1-4443-880d-aad1790855f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:40525 2026.03.19 07:56:33.880549 [ 295 ] {} TCP-Session: 52ce67b0-6ad1-4443-880d-aad1790855f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.880561 [ 295 ] {} TCP-Session: 52ce67b0-6ad1-4443-880d-aad1790855f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.880755 [ 288 ] {eae7dc1b-121c-4e7f-92c4-780ad48093e3} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938) (SelectExecutor): Key condition: unknown 2026.03.19 07:56:33.881799 [ 316 ] {eae7dc1b-121c-4e7f-92c4-780ad48093e3} AggregatingTransform: Aggregating 2026.03.19 07:56:33.881857 [ 316 ] {eae7dc1b-121c-4e7f-92c4-780ad48093e3} Aggregator: Aggregation method: without_key 2026.03.19 07:56:33.881894 [ 316 ] {eae7dc1b-121c-4e7f-92c4-780ad48093e3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001030207 sec. (970.679 rows/sec., 37.92 KiB/sec.) 2026.03.19 07:56:33.881914 [ 316 ] {eae7dc1b-121c-4e7f-92c4-780ad48093e3} Aggregator: Merging aggregated data 2026.03.19 07:56:33.883188 [ 288 ] {eae7dc1b-121c-4e7f-92c4-780ad48093e3} executeQuery: Read 1 rows, 40.00 B in 0.003257 sec., 307.03101013202337 rows/sec., 11.99 KiB/sec. 2026.03.19 07:56:33.883320 [ 288 ] {eae7dc1b-121c-4e7f-92c4-780ad48093e3} TCPHandler: Processed in 0.003662698 sec. 2026.03.19 07:56:33.883467 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:33.883505 [ 288 ] {} TCP-Session: 1b3fc7b3-577c-4e0d-ba6f-ee07fca46f0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.883506 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:33.883537 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:33.883565 [ 291 ] {} TCP-Session: 043bef69-bdb2-4ae9-9612-5daebf07d9e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.883574 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:33.883587 [ 290 ] {} TCP-Session: 81458fdf-82ab-486e-9210-165f21fe27cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.883604 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:33.883627 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:33.883657 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:33.883662 [ 3 ] {} TCP-Session: 5f339fcb-d54b-4315-87bc-d56eb221002e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.883707 [ 292 ] {} TCP-Session: 0e4ddd93-256e-45a0-99d1-572f7eea5e87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.883730 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:33.883724 [ 295 ] {} TCP-Session: 52ce67b0-6ad1-4443-880d-aad1790855f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.883788 [ 296 ] {} TCP-Session: 62db03ed-af9a-451e-947f-f3f38a8b2b84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.883703 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:33.883621 [ 294 ] {} TCP-Session: bd1388b9-c950-4b0c-a401-5bbb2c45e04c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.883853 [ 293 ] {} TCP-Session: 95102d98-41bf-4a2d-b52b-07f5ee1ece94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:33.963393 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.03.19 07:56:33.979672 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:33.979747 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:33.986052 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 07:56:33.987339 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:33.992628 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.03.19 07:56:34.319168 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54426 2026.03.19 07:56:34.319298 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:34.319332 [ 288 ] {} TCP-Session: 5cd6f20c-5541-4b39-91cf-e25030428363 Authenticating user 'default' from [fd00:1122:3344:101::e]:54426 2026.03.19 07:56:34.319358 [ 288 ] {} TCP-Session: 5cd6f20c-5541-4b39-91cf-e25030428363 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.319375 [ 288 ] {} TCP-Session: 5cd6f20c-5541-4b39-91cf-e25030428363 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.319550 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52625 2026.03.19 07:56:34.319588 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44777 2026.03.19 07:56:34.319589 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64231 2026.03.19 07:56:34.319633 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63260 2026.03.19 07:56:34.319668 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45571 2026.03.19 07:56:34.319679 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35284 2026.03.19 07:56:34.319714 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:34.319737 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:34.319746 [ 288 ] {} TCP-Session: 5cd6f20c-5541-4b39-91cf-e25030428363 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:34.319774 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:34.319766 [ 292 ] {} TCP-Session: 419ffb97-d8e9-409f-b4d1-17b4adebd732 Authenticating user 'default' from [fd00:1122:3344:101::e]:44777 2026.03.19 07:56:34.319778 [ 291 ] {} TCP-Session: d3b305d1-2eeb-4b44-8fe4-994ef3a93b86 Authenticating user 'default' from [fd00:1122:3344:101::e]:64231 2026.03.19 07:56:34.319805 [ 296 ] {} TCP-Session: 237df530-ed49-45d2-bc29-b5ac761fcdf8 Authenticating user 'default' from [fd00:1122:3344:101::e]:35284 2026.03.19 07:56:34.319815 [ 292 ] {} TCP-Session: 419ffb97-d8e9-409f-b4d1-17b4adebd732 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.319840 [ 291 ] {} TCP-Session: d3b305d1-2eeb-4b44-8fe4-994ef3a93b86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.319854 [ 292 ] {} TCP-Session: 419ffb97-d8e9-409f-b4d1-17b4adebd732 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.319868 [ 291 ] {} TCP-Session: d3b305d1-2eeb-4b44-8fe4-994ef3a93b86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.319844 [ 296 ] {} TCP-Session: 237df530-ed49-45d2-bc29-b5ac761fcdf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.319770 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:34.319919 [ 296 ] {} TCP-Session: 237df530-ed49-45d2-bc29-b5ac761fcdf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.319762 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:34.319956 [ 293 ] {} TCP-Session: d5b9397e-e85a-4852-80ac-272c234b51d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:63260 2026.03.19 07:56:34.319985 [ 295 ] {} TCP-Session: f5804246-c9b6-48f2-bb07-7eaef374d379 Authenticating user 'default' from [fd00:1122:3344:101::e]:45571 2026.03.19 07:56:34.320002 [ 293 ] {} TCP-Session: d5b9397e-e85a-4852-80ac-272c234b51d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.320014 [ 295 ] {} TCP-Session: f5804246-c9b6-48f2-bb07-7eaef374d379 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.320029 [ 293 ] {} TCP-Session: d5b9397e-e85a-4852-80ac-272c234b51d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.320040 [ 295 ] {} TCP-Session: f5804246-c9b6-48f2-bb07-7eaef374d379 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.319952 [ 288 ] {afb33e19-a5a2-4773-a22a-bc232993fe6a} executeQuery: (from [fd00:1122:3344:101::e]:54426) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 07:56:34.319709 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:34.319639 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56457 2026.03.19 07:56:34.320126 [ 290 ] {} TCP-Session: 695b9f83-2772-43e2-9386-7439ddcb4490 Authenticating user 'default' from [fd00:1122:3344:101::e]:52625 2026.03.19 07:56:34.319687 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50365 2026.03.19 07:56:34.320154 [ 290 ] {} TCP-Session: 695b9f83-2772-43e2-9386-7439ddcb4490 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.320178 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:34.320182 [ 290 ] {} TCP-Session: 695b9f83-2772-43e2-9386-7439ddcb4490 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.320201 [ 294 ] {} TCP-Session: 1c397721-7f9b-4b06-bdc8-ecf60b50a363 Authenticating user 'default' from [fd00:1122:3344:101::e]:56457 2026.03.19 07:56:34.320220 [ 294 ] {} TCP-Session: 1c397721-7f9b-4b06-bdc8-ecf60b50a363 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.320221 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:56:34.320236 [ 294 ] {} TCP-Session: 1c397721-7f9b-4b06-bdc8-ecf60b50a363 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.320260 [ 3 ] {} TCP-Session: 3bba8473-232e-4e25-a0ab-420fa99d1695 Authenticating user 'default' from [fd00:1122:3344:101::e]:50365 2026.03.19 07:56:34.320286 [ 3 ] {} TCP-Session: 3bba8473-232e-4e25-a0ab-420fa99d1695 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.320302 [ 3 ] {} TCP-Session: 3bba8473-232e-4e25-a0ab-420fa99d1695 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.320331 [ 288 ] {afb33e19-a5a2-4773-a22a-bc232993fe6a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 07:56:34.320389 [ 288 ] {afb33e19-a5a2-4773-a22a-bc232993fe6a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:56:34.320662 [ 288 ] {afb33e19-a5a2-4773-a22a-bc232993fe6a} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938) (SelectExecutor): Key condition: unknown 2026.03.19 07:56:34.321590 [ 340 ] {afb33e19-a5a2-4773-a22a-bc232993fe6a} AggregatingTransform: Aggregating 2026.03.19 07:56:34.321645 [ 340 ] {afb33e19-a5a2-4773-a22a-bc232993fe6a} Aggregator: Aggregation method: without_key 2026.03.19 07:56:34.321684 [ 340 ] {afb33e19-a5a2-4773-a22a-bc232993fe6a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000922944 sec. (1083.489 rows/sec., 42.32 KiB/sec.) 2026.03.19 07:56:34.321703 [ 340 ] {afb33e19-a5a2-4773-a22a-bc232993fe6a} Aggregator: Merging aggregated data 2026.03.19 07:56:34.322964 [ 288 ] {afb33e19-a5a2-4773-a22a-bc232993fe6a} executeQuery: Read 1 rows, 40.00 B in 0.003076 sec., 325.0975292587776 rows/sec., 12.70 KiB/sec. 2026.03.19 07:56:34.323095 [ 288 ] {afb33e19-a5a2-4773-a22a-bc232993fe6a} TCPHandler: Processed in 0.003504526 sec. 2026.03.19 07:56:34.323207 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:34.323237 [ 288 ] {} TCP-Session: 5cd6f20c-5541-4b39-91cf-e25030428363 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.323244 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:34.323273 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:34.323286 [ 290 ] {} TCP-Session: 695b9f83-2772-43e2-9386-7439ddcb4490 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.323293 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:34.323315 [ 291 ] {} TCP-Session: d3b305d1-2eeb-4b44-8fe4-994ef3a93b86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.323314 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:34.323336 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:34.323354 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:34.323374 [ 292 ] {} TCP-Session: 419ffb97-d8e9-409f-b4d1-17b4adebd732 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.323403 [ 295 ] {} TCP-Session: f5804246-c9b6-48f2-bb07-7eaef374d379 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.323421 [ 293 ] {} TCP-Session: d5b9397e-e85a-4852-80ac-272c234b51d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.323384 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:34.323373 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 07:56:34.323479 [ 296 ] {} TCP-Session: 237df530-ed49-45d2-bc29-b5ac761fcdf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.323341 [ 294 ] {} TCP-Session: 1c397721-7f9b-4b06-bdc8-ecf60b50a363 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:34.323504 [ 3 ] {} TCP-Session: 3bba8473-232e-4e25-a0ab-420fa99d1695 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:56:36.048393 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 544 2026.03.19 07:56:36.050569 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:36.050615 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:36.051788 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 07:56:36.052048 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:36.052286 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 544 2026.03.19 07:56:36.485713 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:36.485905 [ 253 ] {5d6555ec-6a59-4baf-8a20-468040758110} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 07:56:36.485975 [ 253 ] {5d6555ec-6a59-4baf-8a20-468040758110} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 07:56:36.486621 [ 253 ] {5d6555ec-6a59-4baf-8a20-468040758110} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:36.486669 [ 253 ] {5d6555ec-6a59-4baf-8a20-468040758110} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:36.487069 [ 253 ] {5d6555ec-6a59-4baf-8a20-468040758110} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 07:56:36.487284 [ 253 ] {5d6555ec-6a59-4baf-8a20-468040758110} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:36.487431 [ 253 ] {5d6555ec-6a59-4baf-8a20-468040758110} executeQuery: Read 24 rows, 2.04 KiB in 0.001639 sec., 14643.07504575961 rows/sec., 1.21 MiB/sec. 2026.03.19 07:56:36.487536 [ 253 ] {5d6555ec-6a59-4baf-8a20-468040758110} TCPHandler: Processed in 0.001959271 sec. 2026.03.19 07:56:36.487673 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:36.487772 [ 253 ] {ec93e574-dce0-4126-afc5-60c6c60e9fa9} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 07:56:36.487815 [ 253 ] {ec93e574-dce0-4126-afc5-60c6c60e9fa9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 07:56:36.488218 [ 253 ] {ec93e574-dce0-4126-afc5-60c6c60e9fa9} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:36.488254 [ 253 ] {ec93e574-dce0-4126-afc5-60c6c60e9fa9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:36.488565 [ 253 ] {ec93e574-dce0-4126-afc5-60c6c60e9fa9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 07:56:36.488804 [ 253 ] {ec93e574-dce0-4126-afc5-60c6c60e9fa9} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:36.488938 [ 253 ] {ec93e574-dce0-4126-afc5-60c6c60e9fa9} executeQuery: Read 2 rows, 167.00 B in 0.001185 sec., 1687.7637130801686 rows/sec., 137.63 KiB/sec. 2026.03.19 07:56:36.488979 [ 253 ] {ec93e574-dce0-4126-afc5-60c6c60e9fa9} TCPHandler: Processed in 0.001357542 sec. 2026.03.19 07:56:36.489096 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:36.489191 [ 253 ] {d9156772-c6bb-4008-a8ca-250e9f290176} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:56:36.489232 [ 253 ] {d9156772-c6bb-4008-a8ca-250e9f290176} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:56:36.489748 [ 253 ] {d9156772-c6bb-4008-a8ca-250e9f290176} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:36.489785 [ 253 ] {d9156772-c6bb-4008-a8ca-250e9f290176} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:36.490141 [ 253 ] {d9156772-c6bb-4008-a8ca-250e9f290176} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 07:56:36.490362 [ 253 ] {d9156772-c6bb-4008-a8ca-250e9f290176} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:36.490485 [ 41 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 07:56:36.490491 [ 253 ] {d9156772-c6bb-4008-a8ca-250e9f290176} executeQuery: Read 227 rows, 20.65 KiB in 0.001318 sec., 172230.65250379362 rows/sec., 15.30 MiB/sec. 2026.03.19 07:56:36.490559 [ 41 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:36.490575 [ 253 ] {d9156772-c6bb-4008-a8ca-250e9f290176} TCPHandler: Processed in 0.001528494 sec. 2026.03.19 07:56:36.490586 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:36.490700 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:36.490707 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.19 07:56:36.490802 [ 253 ] {93aa2d22-7158-4ebc-bfdd-acbd1a3cdb29} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:56:36.490847 [ 253 ] {93aa2d22-7158-4ebc-bfdd-acbd1a3cdb29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:56:36.490850 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:36.490897 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2887 rows starting from the beginning of the part 2026.03.19 07:56:36.490988 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1966 rows starting from the beginning of the part 2026.03.19 07:56:36.491038 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part 2026.03.19 07:56:36.491084 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 106 rows starting from the beginning of the part 2026.03.19 07:56:36.491119 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 86 rows starting from the beginning of the part 2026.03.19 07:56:36.491157 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 227 rows starting from the beginning of the part 2026.03.19 07:56:36.491287 [ 253 ] {93aa2d22-7158-4ebc-bfdd-acbd1a3cdb29} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:36.491329 [ 253 ] {93aa2d22-7158-4ebc-bfdd-acbd1a3cdb29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:36.491676 [ 253 ] {93aa2d22-7158-4ebc-bfdd-acbd1a3cdb29} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 07:56:36.491908 [ 253 ] {93aa2d22-7158-4ebc-bfdd-acbd1a3cdb29} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:36.492044 [ 253 ] {93aa2d22-7158-4ebc-bfdd-acbd1a3cdb29} executeQuery: Read 39 rows, 2.98 KiB in 0.001261 sec., 30927.835051546394 rows/sec., 2.31 MiB/sec. 2026.03.19 07:56:36.492084 [ 253 ] {93aa2d22-7158-4ebc-bfdd-acbd1a3cdb29} TCPHandler: Processed in 0.001434483 sec. 2026.03.19 07:56:36.492197 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:36.492295 [ 253 ] {6ec62f3c-bb39-4112-87f2-ae80149f1334} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:56:36.492334 [ 253 ] {6ec62f3c-bb39-4112-87f2-ae80149f1334} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:56:36.492746 [ 253 ] {6ec62f3c-bb39-4112-87f2-ae80149f1334} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:36.492782 [ 253 ] {6ec62f3c-bb39-4112-87f2-ae80149f1334} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:36.493158 [ 253 ] {6ec62f3c-bb39-4112-87f2-ae80149f1334} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 07:56:36.493381 [ 253 ] {6ec62f3c-bb39-4112-87f2-ae80149f1334} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:36.493443 [ 201 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 5328 rows, containing 5 columns (5 merged, 0 gathered) in 0.002790424 sec., 1909387.2472427129 rows/sec., 154.88 MiB/sec. 2026.03.19 07:56:36.493516 [ 253 ] {6ec62f3c-bb39-4112-87f2-ae80149f1334} executeQuery: Read 24 rows, 2.04 KiB in 0.001242 sec., 19323.67149758454 rows/sec., 1.60 MiB/sec. 2026.03.19 07:56:36.493561 [ 253 ] {6ec62f3c-bb39-4112-87f2-ae80149f1334} TCPHandler: Processed in 0.001413212 sec. 2026.03.19 07:56:36.493670 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:36.493768 [ 253 ] {87b70b4d-ab30-4fd7-928a-88f96ff1967d} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 07:56:36.493810 [ 253 ] {87b70b4d-ab30-4fd7-928a-88f96ff1967d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 07:56:36.493844 [ 194 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 07:56:36.494187 [ 194 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_26_5} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:36.494217 [ 253 ] {87b70b4d-ab30-4fd7-928a-88f96ff1967d} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:36.494260 [ 253 ] {87b70b4d-ab30-4fd7-928a-88f96ff1967d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:36.494276 [ 194 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_26_5} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 07:56:36.494395 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.03.19 07:56:36.494589 [ 253 ] {87b70b4d-ab30-4fd7-928a-88f96ff1967d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 07:56:36.494818 [ 253 ] {87b70b4d-ab30-4fd7-928a-88f96ff1967d} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:36.494948 [ 253 ] {87b70b4d-ab30-4fd7-928a-88f96ff1967d} executeQuery: Read 12 rows, 960.00 B in 0.001201 sec., 9991.673605328893 rows/sec., 780.60 KiB/sec. 2026.03.19 07:56:36.494986 [ 253 ] {87b70b4d-ab30-4fd7-928a-88f96ff1967d} TCPHandler: Processed in 0.001365501 sec. 2026.03.19 07:56:36.495097 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:36.495192 [ 253 ] {f63577a5-5c7a-48b8-9f55-6f4269e29d21} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:56:36.495233 [ 253 ] {f63577a5-5c7a-48b8-9f55-6f4269e29d21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:56:36.495691 [ 253 ] {f63577a5-5c7a-48b8-9f55-6f4269e29d21} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:36.495728 [ 253 ] {f63577a5-5c7a-48b8-9f55-6f4269e29d21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:36.496049 [ 253 ] {f63577a5-5c7a-48b8-9f55-6f4269e29d21} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 07:56:36.496268 [ 253 ] {f63577a5-5c7a-48b8-9f55-6f4269e29d21} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:36.496366 [ 41 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 07:56:36.496395 [ 253 ] {f63577a5-5c7a-48b8-9f55-6f4269e29d21} executeQuery: Read 127 rows, 10.54 KiB in 0.001219 sec., 104183.75717801477 rows/sec., 8.44 MiB/sec. 2026.03.19 07:56:36.496397 [ 41 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:36.496436 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:36.496439 [ 253 ] {f63577a5-5c7a-48b8-9f55-6f4269e29d21} TCPHandler: Processed in 0.001394362 sec. 2026.03.19 07:56:36.496523 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.19 07:56:36.496583 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:36.496640 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:36.496676 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1549 rows starting from the beginning of the part 2026.03.19 07:56:36.496720 [ 253 ] {e70196e8-5130-48e8-b254-fddb0b747dc1} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:36.496732 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1024 rows starting from the beginning of the part 2026.03.19 07:56:36.496784 [ 253 ] {e70196e8-5130-48e8-b254-fddb0b747dc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:56:36.496790 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part 2026.03.19 07:56:36.496847 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 89 rows starting from the beginning of the part 2026.03.19 07:56:36.496886 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 79 rows starting from the beginning of the part 2026.03.19 07:56:36.496927 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 127 rows starting from the beginning of the part 2026.03.19 07:56:36.497242 [ 253 ] {e70196e8-5130-48e8-b254-fddb0b747dc1} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:36.497285 [ 253 ] {e70196e8-5130-48e8-b254-fddb0b747dc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:36.497691 [ 253 ] {e70196e8-5130-48e8-b254-fddb0b747dc1} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 07:56:36.497922 [ 253 ] {e70196e8-5130-48e8-b254-fddb0b747dc1} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:36.498029 [ 41 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 07:56:36.498060 [ 253 ] {e70196e8-5130-48e8-b254-fddb0b747dc1} executeQuery: Read 197 rows, 14.47 KiB in 0.001365 sec., 144322.34432234435 rows/sec., 10.35 MiB/sec. 2026.03.19 07:56:36.498061 [ 41 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:36.498094 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2932 rows, containing 5 columns (5 merged, 0 gathered) in 0.001601835 sec., 1830400.7591293736 rows/sec., 136.24 MiB/sec. 2026.03.19 07:56:36.498101 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:36.498107 [ 253 ] {e70196e8-5130-48e8-b254-fddb0b747dc1} TCPHandler: Processed in 0.001597526 sec. 2026.03.19 07:56:36.498203 [ 201 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.19 07:56:36.498288 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 07:56:36.498296 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:36.498314 [ 201 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:36.498361 [ 201 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7175 rows starting from the beginning of the part 2026.03.19 07:56:36.498424 [ 253 ] {058f8320-99a6-4044-8f60-039666b6c8e6} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:36.498431 [ 201 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1217 rows starting from the beginning of the part 2026.03.19 07:56:36.498498 [ 201 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 128 rows starting from the beginning of the part 2026.03.19 07:56:36.498500 [ 253 ] {058f8320-99a6-4044-8f60-039666b6c8e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:56:36.498546 [ 201 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2026.03.19 07:56:36.498576 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_26_5} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:36.498595 [ 201 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2026.03.19 07:56:36.498644 [ 201 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 197 rows starting from the beginning of the part 2026.03.19 07:56:36.498652 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_26_5} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 07:56:36.498729 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.03.19 07:56:36.499402 [ 253 ] {058f8320-99a6-4044-8f60-039666b6c8e6} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:36.499444 [ 253 ] {058f8320-99a6-4044-8f60-039666b6c8e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:36.500028 [ 253 ] {058f8320-99a6-4044-8f60-039666b6c8e6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 07:56:36.500270 [ 253 ] {058f8320-99a6-4044-8f60-039666b6c8e6} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:36.500415 [ 253 ] {058f8320-99a6-4044-8f60-039666b6c8e6} executeQuery: Read 25 rows, 45.87 KiB in 0.002016 sec., 12400.79365079365 rows/sec., 22.22 MiB/sec. 2026.03.19 07:56:36.500468 [ 253 ] {058f8320-99a6-4044-8f60-039666b6c8e6} TCPHandler: Processed in 0.002234085 sec. 2026.03.19 07:56:36.500582 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:36.500677 [ 253 ] {e1b7d14e-9219-4c02-ad4c-aad3ee0ba440} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:56:36.500719 [ 253 ] {e1b7d14e-9219-4c02-ad4c-aad3ee0ba440} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:56:36.501058 [ 253 ] {e1b7d14e-9219-4c02-ad4c-aad3ee0ba440} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:36.501094 [ 253 ] {e1b7d14e-9219-4c02-ad4c-aad3ee0ba440} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:36.501416 [ 253 ] {e1b7d14e-9219-4c02-ad4c-aad3ee0ba440} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 07:56:36.501627 [ 253 ] {e1b7d14e-9219-4c02-ad4c-aad3ee0ba440} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:36.501731 [ 41 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 07:56:36.501761 [ 41 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:36.501762 [ 253 ] {e1b7d14e-9219-4c02-ad4c-aad3ee0ba440} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2026.03.19 07:56:36.501779 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:36.501813 [ 253 ] {e1b7d14e-9219-4c02-ad4c-aad3ee0ba440} TCPHandler: Processed in 0.00128213 sec. 2026.03.19 07:56:36.501851 [ 190 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 9037 rows, containing 5 columns (5 merged, 0 gathered) in 0.003679088 sec., 2456315.2607385307 rows/sec., 161.78 MiB/sec. 2026.03.19 07:56:36.501865 [ 200 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.19 07:56:36.501976 [ 200 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:36.502006 [ 200 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1140 rows starting from the beginning of the part 2026.03.19 07:56:36.502057 [ 200 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part 2026.03.19 07:56:36.502098 [ 200 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 48 rows starting from the beginning of the part 2026.03.19 07:56:36.502136 [ 199 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 07:56:36.502137 [ 200 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2026.03.19 07:56:36.502196 [ 200 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2026.03.19 07:56:36.502233 [ 200 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::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.19 07:56:36.502497 [ 199 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_26_5} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:36.502588 [ 199 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_26_5} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 07:56:36.502679 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. 2026.03.19 07:56:36.503203 [ 200 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1380 rows, containing 4 columns (4 merged, 0 gathered) in 0.001372942 sec., 1005140.7852625967 rows/sec., 67.11 MiB/sec. 2026.03.19 07:56:36.503427 [ 187 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 07:56:36.503691 [ 187 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_26_5} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:36.503754 [ 187 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_26_5} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 07:56:36.503825 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2026.03.19 07:56:40.961297 [ 37 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:56:40.961365 [ 37 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:56:41.030832 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8536 2026.03.19 07:56:41.031359 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:41.031403 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:41.031919 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 07:56:41.032166 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:41.032306 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8536 2026.03.19 07:56:41.482204 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:41.482400 [ 253 ] {8e79445c-3628-4ebe-9963-dc1cb1480372} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:56:41.482471 [ 253 ] {8e79445c-3628-4ebe-9963-dc1cb1480372} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:56:41.483163 [ 253 ] {8e79445c-3628-4ebe-9963-dc1cb1480372} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:41.483200 [ 253 ] {8e79445c-3628-4ebe-9963-dc1cb1480372} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:41.483577 [ 253 ] {8e79445c-3628-4ebe-9963-dc1cb1480372} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 07:56:41.483802 [ 253 ] {8e79445c-3628-4ebe-9963-dc1cb1480372} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:41.483942 [ 253 ] {8e79445c-3628-4ebe-9963-dc1cb1480372} executeQuery: Read 86 rows, 7.39 KiB in 0.001597 sec., 53850.97056981841 rows/sec., 4.52 MiB/sec. 2026.03.19 07:56:41.483983 [ 253 ] {8e79445c-3628-4ebe-9963-dc1cb1480372} TCPHandler: Processed in 0.00190994 sec. 2026.03.19 07:56:41.484110 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:41.484204 [ 253 ] {3f4c38ca-3f58-456f-a341-6d6a37857a16} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:56:41.484243 [ 253 ] {3f4c38ca-3f58-456f-a341-6d6a37857a16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:56:41.484634 [ 253 ] {3f4c38ca-3f58-456f-a341-6d6a37857a16} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:41.484668 [ 253 ] {3f4c38ca-3f58-456f-a341-6d6a37857a16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:41.484951 [ 253 ] {3f4c38ca-3f58-456f-a341-6d6a37857a16} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 07:56:41.485166 [ 253 ] {3f4c38ca-3f58-456f-a341-6d6a37857a16} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:41.485259 [ 35 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2026.03.19 07:56:41.485290 [ 253 ] {3f4c38ca-3f58-456f-a341-6d6a37857a16} executeQuery: Read 15 rows, 1.13 KiB in 0.001104 sec., 13586.956521739132 rows/sec., 1021.68 KiB/sec. 2026.03.19 07:56:41.485296 [ 35 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:41.485321 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:41.485327 [ 253 ] {3f4c38ca-3f58-456f-a341-6d6a37857a16} TCPHandler: Processed in 0.00126627 sec. 2026.03.19 07:56:41.485412 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2026.03.19 07:56:41.485437 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:41.485516 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:41.485529 [ 253 ] {1628d508-9401-4ffd-bc50-5539e7afc615} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:56:41.485552 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 223 rows starting from the beginning of the part 2026.03.19 07:56:41.485568 [ 253 ] {1628d508-9401-4ffd-bc50-5539e7afc615} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:56:41.485622 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2026.03.19 07:56:41.485677 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 25 rows starting from the beginning of the part 2026.03.19 07:56:41.485726 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 15 rows starting from the beginning of the part 2026.03.19 07:56:41.485769 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part 2026.03.19 07:56:41.485813 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 15 rows starting from the beginning of the part 2026.03.19 07:56:41.485959 [ 253 ] {1628d508-9401-4ffd-bc50-5539e7afc615} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:41.485992 [ 253 ] {1628d508-9401-4ffd-bc50-5539e7afc615} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:41.486291 [ 253 ] {1628d508-9401-4ffd-bc50-5539e7afc615} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 07:56:41.486506 [ 253 ] {1628d508-9401-4ffd-bc50-5539e7afc615} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:41.486603 [ 187 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 341 rows, containing 5 columns (5 merged, 0 gathered) in 0.0012342 sec., 276292.3351158645 rows/sec., 19.65 MiB/sec. 2026.03.19 07:56:41.486629 [ 253 ] {1628d508-9401-4ffd-bc50-5539e7afc615} executeQuery: Read 79 rows, 6.32 KiB in 0.001118 sec., 70661.89624329159 rows/sec., 5.52 MiB/sec. 2026.03.19 07:56:41.486665 [ 253 ] {1628d508-9401-4ffd-bc50-5539e7afc615} TCPHandler: Processed in 0.00127583 sec. 2026.03.19 07:56:41.486724 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2026.03.19 07:56:41.486775 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:41.486867 [ 253 ] {411df16d-417e-406f-a3f9-824192200420} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:41.486909 [ 253 ] {411df16d-417e-406f-a3f9-824192200420} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:56:41.486974 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_20_4} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:41.487034 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_20_4} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2026.03.19 07:56:41.487089 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.19 07:56:41.487298 [ 253 ] {411df16d-417e-406f-a3f9-824192200420} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:41.487331 [ 253 ] {411df16d-417e-406f-a3f9-824192200420} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:41.487651 [ 253 ] {411df16d-417e-406f-a3f9-824192200420} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 07:56:41.487853 [ 253 ] {411df16d-417e-406f-a3f9-824192200420} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:41.487974 [ 253 ] {411df16d-417e-406f-a3f9-824192200420} executeQuery: Read 160 rows, 11.41 KiB in 0.001125 sec., 142222.22222222222 rows/sec., 9.91 MiB/sec. 2026.03.19 07:56:41.488009 [ 253 ] {411df16d-417e-406f-a3f9-824192200420} TCPHandler: Processed in 0.00128096 sec. 2026.03.19 07:56:41.488116 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:41.488208 [ 253 ] {498f34ce-4c59-4f83-85b5-62eb284a04b0} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:41.488260 [ 253 ] {498f34ce-4c59-4f83-85b5-62eb284a04b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:56:41.488987 [ 253 ] {498f34ce-4c59-4f83-85b5-62eb284a04b0} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:41.489021 [ 253 ] {498f34ce-4c59-4f83-85b5-62eb284a04b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:41.489525 [ 253 ] {498f34ce-4c59-4f83-85b5-62eb284a04b0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 07:56:41.489749 [ 253 ] {498f34ce-4c59-4f83-85b5-62eb284a04b0} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:41.489880 [ 253 ] {498f34ce-4c59-4f83-85b5-62eb284a04b0} executeQuery: Read 15 rows, 27.52 KiB in 0.001689 sec., 8880.994671403198 rows/sec., 15.91 MiB/sec. 2026.03.19 07:56:41.489930 [ 253 ] {498f34ce-4c59-4f83-85b5-62eb284a04b0} TCPHandler: Processed in 0.0018603 sec. 2026.03.19 07:56:41.490032 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:41.490124 [ 253 ] {adf5ab65-9e09-4e0b-af12-4c01ae4aab02} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:56:41.490164 [ 253 ] {adf5ab65-9e09-4e0b-af12-4c01ae4aab02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:56:41.490487 [ 253 ] {adf5ab65-9e09-4e0b-af12-4c01ae4aab02} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:41.490521 [ 253 ] {adf5ab65-9e09-4e0b-af12-4c01ae4aab02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:41.490817 [ 253 ] {adf5ab65-9e09-4e0b-af12-4c01ae4aab02} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 07:56:41.491021 [ 253 ] {adf5ab65-9e09-4e0b-af12-4c01ae4aab02} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:41.491144 [ 253 ] {adf5ab65-9e09-4e0b-af12-4c01ae4aab02} executeQuery: Read 60 rows, 4.14 KiB in 0.001038 sec., 57803.46820809248 rows/sec., 3.90 MiB/sec. 2026.03.19 07:56:41.491178 [ 253 ] {adf5ab65-9e09-4e0b-af12-4c01ae4aab02} TCPHandler: Processed in 0.001192259 sec. 2026.03.19 07:56:41.492779 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.03.19 07:56:41.508674 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:41.508727 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:41.514761 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 07:56:41.515491 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:41.518548 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.03.19 07:56:46.052560 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 576 2026.03.19 07:56:46.054764 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:46.054811 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:46.056018 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 07:56:46.056286 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:46.056606 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 576 2026.03.19 07:56:46.483517 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:46.483810 [ 253 ] {a9d7056b-fe1d-4339-b8c6-7e5b2b75310d} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:56:46.483918 [ 253 ] {a9d7056b-fe1d-4339-b8c6-7e5b2b75310d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:56:46.484779 [ 253 ] {a9d7056b-fe1d-4339-b8c6-7e5b2b75310d} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:46.484833 [ 253 ] {a9d7056b-fe1d-4339-b8c6-7e5b2b75310d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:46.485258 [ 253 ] {a9d7056b-fe1d-4339-b8c6-7e5b2b75310d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 07:56:46.485489 [ 253 ] {a9d7056b-fe1d-4339-b8c6-7e5b2b75310d} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:46.485646 [ 253 ] {a9d7056b-fe1d-4339-b8c6-7e5b2b75310d} executeQuery: Read 106 rows, 9.11 KiB in 0.001915 sec., 55352.48041775457 rows/sec., 4.65 MiB/sec. 2026.03.19 07:56:46.485689 [ 253 ] {a9d7056b-fe1d-4339-b8c6-7e5b2b75310d} TCPHandler: Processed in 0.002365147 sec. 2026.03.19 07:56:46.485811 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:46.485906 [ 253 ] {4038e50a-ff3c-4143-aed9-896368c032ce} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:56:46.485947 [ 253 ] {4038e50a-ff3c-4143-aed9-896368c032ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:56:46.486350 [ 253 ] {4038e50a-ff3c-4143-aed9-896368c032ce} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:46.486389 [ 253 ] {4038e50a-ff3c-4143-aed9-896368c032ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:46.486727 [ 253 ] {4038e50a-ff3c-4143-aed9-896368c032ce} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 07:56:46.486936 [ 253 ] {4038e50a-ff3c-4143-aed9-896368c032ce} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:46.487073 [ 253 ] {4038e50a-ff3c-4143-aed9-896368c032ce} executeQuery: Read 25 rows, 1.88 KiB in 0.001186 sec., 21079.258010118043 rows/sec., 1.55 MiB/sec. 2026.03.19 07:56:46.487118 [ 253 ] {4038e50a-ff3c-4143-aed9-896368c032ce} TCPHandler: Processed in 0.001358362 sec. 2026.03.19 07:56:46.487239 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:46.487333 [ 253 ] {b8702f77-4142-4807-94d9-b11fdadfbbb9} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:56:46.487373 [ 253 ] {b8702f77-4142-4807-94d9-b11fdadfbbb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:56:46.487781 [ 253 ] {b8702f77-4142-4807-94d9-b11fdadfbbb9} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:46.487819 [ 253 ] {b8702f77-4142-4807-94d9-b11fdadfbbb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:46.488137 [ 253 ] {b8702f77-4142-4807-94d9-b11fdadfbbb9} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 07:56:46.488359 [ 253 ] {b8702f77-4142-4807-94d9-b11fdadfbbb9} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:46.488487 [ 253 ] {b8702f77-4142-4807-94d9-b11fdadfbbb9} executeQuery: Read 89 rows, 7.12 KiB in 0.001172 sec., 75938.56655290101 rows/sec., 5.93 MiB/sec. 2026.03.19 07:56:46.488524 [ 253 ] {b8702f77-4142-4807-94d9-b11fdadfbbb9} TCPHandler: Processed in 0.001335171 sec. 2026.03.19 07:56:46.488637 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:46.488733 [ 253 ] {d3eb4152-d652-41c8-906a-850a265b0dce} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:46.488776 [ 253 ] {d3eb4152-d652-41c8-906a-850a265b0dce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:56:46.489169 [ 253 ] {d3eb4152-d652-41c8-906a-850a265b0dce} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:46.489205 [ 253 ] {d3eb4152-d652-41c8-906a-850a265b0dce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:46.489544 [ 253 ] {d3eb4152-d652-41c8-906a-850a265b0dce} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 07:56:46.489750 [ 253 ] {d3eb4152-d652-41c8-906a-850a265b0dce} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:46.489877 [ 253 ] {d3eb4152-d652-41c8-906a-850a265b0dce} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2026.03.19 07:56:46.489915 [ 253 ] {d3eb4152-d652-41c8-906a-850a265b0dce} TCPHandler: Processed in 0.001326212 sec. 2026.03.19 07:56:46.490016 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:46.490110 [ 253 ] {587405ce-0902-4533-a1e9-b470c690d5e6} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:46.490163 [ 253 ] {587405ce-0902-4533-a1e9-b470c690d5e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:56:46.490932 [ 253 ] {587405ce-0902-4533-a1e9-b470c690d5e6} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:46.490980 [ 253 ] {587405ce-0902-4533-a1e9-b470c690d5e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:46.491523 [ 253 ] {587405ce-0902-4533-a1e9-b470c690d5e6} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 07:56:46.491744 [ 253 ] {587405ce-0902-4533-a1e9-b470c690d5e6} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:46.491884 [ 253 ] {587405ce-0902-4533-a1e9-b470c690d5e6} executeQuery: Read 25 rows, 45.87 KiB in 0.001791 sec., 13958.682300390843 rows/sec., 25.01 MiB/sec. 2026.03.19 07:56:46.491936 [ 253 ] {587405ce-0902-4533-a1e9-b470c690d5e6} TCPHandler: Processed in 0.001969062 sec. 2026.03.19 07:56:46.492061 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:46.492194 [ 253 ] {a987deb9-07a2-415d-800f-3d04ab1ac912} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:56:46.492248 [ 253 ] {a987deb9-07a2-415d-800f-3d04ab1ac912} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:56:46.492617 [ 253 ] {a987deb9-07a2-415d-800f-3d04ab1ac912} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:46.492656 [ 253 ] {a987deb9-07a2-415d-800f-3d04ab1ac912} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:46.493012 [ 253 ] {a987deb9-07a2-415d-800f-3d04ab1ac912} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 07:56:46.493236 [ 253 ] {a987deb9-07a2-415d-800f-3d04ab1ac912} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:46.493370 [ 253 ] {a987deb9-07a2-415d-800f-3d04ab1ac912} executeQuery: Read 60 rows, 4.14 KiB in 0.001202 sec., 49916.80532445924 rows/sec., 3.36 MiB/sec. 2026.03.19 07:56:46.493408 [ 253 ] {a987deb9-07a2-415d-800f-3d04ab1ac912} TCPHandler: Processed in 0.001408873 sec. 2026.03.19 07:56:46.753843 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:46.753952 [ 253 ] {e1a5d809-4661-4f8e-9c7f-e09cfe9052a6} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 07:56:46.753996 [ 253 ] {e1a5d809-4661-4f8e-9c7f-e09cfe9052a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 07:56:46.754523 [ 253 ] {e1a5d809-4661-4f8e-9c7f-e09cfe9052a6} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:46.754562 [ 253 ] {e1a5d809-4661-4f8e-9c7f-e09cfe9052a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:46.754891 [ 253 ] {e1a5d809-4661-4f8e-9c7f-e09cfe9052a6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 07:56:46.755106 [ 253 ] {e1a5d809-4661-4f8e-9c7f-e09cfe9052a6} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:46.755248 [ 253 ] {e1a5d809-4661-4f8e-9c7f-e09cfe9052a6} executeQuery: Read 16 rows, 1.30 KiB in 0.001314 sec., 12176.5601217656 rows/sec., 992.91 KiB/sec. 2026.03.19 07:56:46.755285 [ 253 ] {e1a5d809-4661-4f8e-9c7f-e09cfe9052a6} TCPHandler: Processed in 0.001499794 sec. 2026.03.19 07:56:46.755431 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:46.755527 [ 253 ] {409cd4f8-6f9a-4f9f-ad4b-b79b0d94d06f} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:56:46.755565 [ 253 ] {409cd4f8-6f9a-4f9f-ad4b-b79b0d94d06f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:56:46.756996 [ 253 ] {409cd4f8-6f9a-4f9f-ad4b-b79b0d94d06f} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:46.757032 [ 253 ] {409cd4f8-6f9a-4f9f-ad4b-b79b0d94d06f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:46.757440 [ 253 ] {409cd4f8-6f9a-4f9f-ad4b-b79b0d94d06f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 07:56:46.757646 [ 253 ] {409cd4f8-6f9a-4f9f-ad4b-b79b0d94d06f} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:46.757778 [ 253 ] {409cd4f8-6f9a-4f9f-ad4b-b79b0d94d06f} executeQuery: Read 1974 rows, 152.69 KiB in 0.002269 sec., 869986.7783164389 rows/sec., 65.72 MiB/sec. 2026.03.19 07:56:46.757815 [ 253 ] {409cd4f8-6f9a-4f9f-ad4b-b79b0d94d06f} TCPHandler: Processed in 0.002434859 sec. 2026.03.19 07:56:46.757950 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:46.758045 [ 253 ] {6b3bc89b-219d-48cc-83ae-20348a13b0a1} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:56:46.758083 [ 253 ] {6b3bc89b-219d-48cc-83ae-20348a13b0a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:56:46.758523 [ 253 ] {6b3bc89b-219d-48cc-83ae-20348a13b0a1} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:46.758560 [ 253 ] {6b3bc89b-219d-48cc-83ae-20348a13b0a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:46.758879 [ 253 ] {6b3bc89b-219d-48cc-83ae-20348a13b0a1} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 07:56:46.759084 [ 253 ] {6b3bc89b-219d-48cc-83ae-20348a13b0a1} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:46.759210 [ 253 ] {6b3bc89b-219d-48cc-83ae-20348a13b0a1} executeQuery: Read 40 rows, 2.92 KiB in 0.001184 sec., 33783.78378378379 rows/sec., 2.41 MiB/sec. 2026.03.19 07:56:46.759247 [ 253 ] {6b3bc89b-219d-48cc-83ae-20348a13b0a1} TCPHandler: Processed in 0.001347542 sec. 2026.03.19 07:56:46.759375 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:46.759469 [ 253 ] {4e48e120-f207-45c2-821e-83e7781b1489} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:56:46.759509 [ 253 ] {4e48e120-f207-45c2-821e-83e7781b1489} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:56:46.760233 [ 253 ] {4e48e120-f207-45c2-821e-83e7781b1489} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:46.760271 [ 253 ] {4e48e120-f207-45c2-821e-83e7781b1489} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:46.760593 [ 253 ] {4e48e120-f207-45c2-821e-83e7781b1489} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 07:56:46.760819 [ 253 ] {4e48e120-f207-45c2-821e-83e7781b1489} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:46.760946 [ 253 ] {4e48e120-f207-45c2-821e-83e7781b1489} executeQuery: Read 708 rows, 42.29 KiB in 0.001494 sec., 473895.5823293172 rows/sec., 27.65 MiB/sec. 2026.03.19 07:56:46.760984 [ 253 ] {4e48e120-f207-45c2-821e-83e7781b1489} TCPHandler: Processed in 0.001658896 sec. 2026.03.19 07:56:46.761106 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:46.761202 [ 253 ] {1d746f3c-5935-4afb-9834-ad454d72d5f6} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 07:56:46.761241 [ 253 ] {1d746f3c-5935-4afb-9834-ad454d72d5f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 07:56:46.761624 [ 253 ] {1d746f3c-5935-4afb-9834-ad454d72d5f6} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:46.761659 [ 253 ] {1d746f3c-5935-4afb-9834-ad454d72d5f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:46.761949 [ 253 ] {1d746f3c-5935-4afb-9834-ad454d72d5f6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 07:56:46.762153 [ 253 ] {1d746f3c-5935-4afb-9834-ad454d72d5f6} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:46.762258 [ 24 ] {} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.19 07:56:46.762284 [ 253 ] {1d746f3c-5935-4afb-9834-ad454d72d5f6} executeQuery: Read 1 rows, 72.00 B in 0.001101 sec., 908.2652134423251 rows/sec., 63.86 KiB/sec. 2026.03.19 07:56:46.762326 [ 24 ] {} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:46.762335 [ 253 ] {1d746f3c-5935-4afb-9834-ad454d72d5f6} TCPHandler: Processed in 0.00127849 sec. 2026.03.19 07:56:46.762357 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:46.762460 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:46.762514 [ 199 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.03.19 07:56:46.762563 [ 253 ] {d945adc7-c030-49c4-a917-ab6249d55c3b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:56:46.762602 [ 253 ] {d945adc7-c030-49c4-a917-ab6249d55c3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:56:46.762620 [ 199 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:46.762653 [ 199 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.03.19 07:56:46.762721 [ 199 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.03.19 07:56:46.762775 [ 199 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.03.19 07:56:46.762822 [ 199 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.03.19 07:56:46.762865 [ 199 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.03.19 07:56:46.763436 [ 253 ] {d945adc7-c030-49c4-a917-ab6249d55c3b} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:46.763476 [ 253 ] {d945adc7-c030-49c4-a917-ab6249d55c3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:46.763602 [ 191 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 5 columns (5 merged, 0 gathered) in 0.001130478 sec., 4422.907831908272 rows/sec., 328.26 KiB/sec. 2026.03.19 07:56:46.763707 [ 199 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.19 07:56:46.763870 [ 253 ] {d945adc7-c030-49c4-a917-ab6249d55c3b} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 07:56:46.763932 [ 199 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_5_1} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:46.763988 [ 199 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_5_1} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.19 07:56:46.764043 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.03.19 07:56:46.764089 [ 253 ] {d945adc7-c030-49c4-a917-ab6249d55c3b} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:46.764214 [ 253 ] {d945adc7-c030-49c4-a917-ab6249d55c3b} executeQuery: Read 1040 rows, 73.57 KiB in 0.001672 sec., 622009.5693779904 rows/sec., 42.97 MiB/sec. 2026.03.19 07:56:46.764251 [ 253 ] {d945adc7-c030-49c4-a917-ab6249d55c3b} TCPHandler: Processed in 0.001841549 sec. 2026.03.19 07:56:46.764372 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:46.764466 [ 253 ] {3c10ce5e-d425-41c5-83b5-dd1e6c9c80dc} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:46.764511 [ 253 ] {3c10ce5e-d425-41c5-83b5-dd1e6c9c80dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:56:46.765109 [ 253 ] {3c10ce5e-d425-41c5-83b5-dd1e6c9c80dc} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:46.765143 [ 253 ] {3c10ce5e-d425-41c5-83b5-dd1e6c9c80dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:46.765525 [ 253 ] {3c10ce5e-d425-41c5-83b5-dd1e6c9c80dc} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 07:56:46.765788 [ 253 ] {3c10ce5e-d425-41c5-83b5-dd1e6c9c80dc} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:46.765916 [ 253 ] {3c10ce5e-d425-41c5-83b5-dd1e6c9c80dc} executeQuery: Read 1225 rows, 78.48 KiB in 0.001467 sec., 835037.4914792093 rows/sec., 52.24 MiB/sec. 2026.03.19 07:56:46.765953 [ 253 ] {3c10ce5e-d425-41c5-83b5-dd1e6c9c80dc} TCPHandler: Processed in 0.001638656 sec. 2026.03.19 07:56:46.766075 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:46.766170 [ 253 ] {bc30e049-3a67-4fc2-bb3d-75717805fa88} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:46.766219 [ 253 ] {bc30e049-3a67-4fc2-bb3d-75717805fa88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:56:46.766961 [ 253 ] {bc30e049-3a67-4fc2-bb3d-75717805fa88} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:46.767005 [ 253 ] {bc30e049-3a67-4fc2-bb3d-75717805fa88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:46.767521 [ 253 ] {bc30e049-3a67-4fc2-bb3d-75717805fa88} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 07:56:46.767748 [ 253 ] {bc30e049-3a67-4fc2-bb3d-75717805fa88} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:46.767874 [ 59 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 07:56:46.767886 [ 253 ] {bc30e049-3a67-4fc2-bb3d-75717805fa88} executeQuery: Read 24 rows, 44.04 KiB in 0.001733 sec., 13848.817080207733 rows/sec., 24.82 MiB/sec. 2026.03.19 07:56:46.767928 [ 59 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:46.767955 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:46.767967 [ 253 ] {bc30e049-3a67-4fc2-bb3d-75717805fa88} TCPHandler: Processed in 0.001940731 sec. 2026.03.19 07:56:46.768048 [ 187 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.19 07:56:46.768146 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:46.768311 [ 253 ] {7f4d1c18-759a-47f6-80c6-d7ecfd92282c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:56:46.768328 [ 187 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:46.768372 [ 253 ] {7f4d1c18-759a-47f6-80c6-d7ecfd92282c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:56:46.768408 [ 187 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 279 rows starting from the beginning of the part 2026.03.19 07:56:46.768510 [ 187 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 15 rows starting from the beginning of the part 2026.03.19 07:56:46.768601 [ 187 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 25 rows starting from the beginning of the part 2026.03.19 07:56:46.768684 [ 187 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 15 rows starting from the beginning of the part 2026.03.19 07:56:46.768699 [ 253 ] {7f4d1c18-759a-47f6-80c6-d7ecfd92282c} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:46.768735 [ 253 ] {7f4d1c18-759a-47f6-80c6-d7ecfd92282c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:46.768766 [ 187 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 25 rows starting from the beginning of the part 2026.03.19 07:56:46.768844 [ 187 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2026.03.19 07:56:46.769080 [ 253 ] {7f4d1c18-759a-47f6-80c6-d7ecfd92282c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 07:56:46.769288 [ 253 ] {7f4d1c18-759a-47f6-80c6-d7ecfd92282c} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:46.769416 [ 253 ] {7f4d1c18-759a-47f6-80c6-d7ecfd92282c} executeQuery: Read 12 rows, 848.00 B in 0.00114 sec., 10526.315789473685 rows/sec., 726.43 KiB/sec. 2026.03.19 07:56:46.769451 [ 253 ] {7f4d1c18-759a-47f6-80c6-d7ecfd92282c} TCPHandler: Processed in 0.001379171 sec. 2026.03.19 07:56:46.772016 [ 199 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 383 rows, containing 19 columns (19 merged, 0 gathered) in 0.004008504 sec., 95546.86735999264 rows/sec., 171.22 MiB/sec. 2026.03.19 07:56:46.772670 [ 191 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 07:56:46.772978 [ 191 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_21_4} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:46.773038 [ 191 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_21_4} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 07:56:46.773107 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. 2026.03.19 07:56:48.532484 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8984 2026.03.19 07:56:48.532993 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:48.533044 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:48.533573 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 07:56:48.533843 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:48.533996 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8984 2026.03.19 07:56:49.018708 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.03.19 07:56:49.035176 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:49.035218 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:49.041521 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 07:56:49.042236 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:49.044951 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.03.19 07:56:51.480202 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:51.480404 [ 253 ] {efaa7d3f-22e6-456d-b25b-2301f7526958} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:56:51.480471 [ 253 ] {efaa7d3f-22e6-456d-b25b-2301f7526958} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:56:51.481107 [ 253 ] {efaa7d3f-22e6-456d-b25b-2301f7526958} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:51.481145 [ 253 ] {efaa7d3f-22e6-456d-b25b-2301f7526958} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:51.481505 [ 253 ] {efaa7d3f-22e6-456d-b25b-2301f7526958} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 07:56:51.481786 [ 253 ] {efaa7d3f-22e6-456d-b25b-2301f7526958} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:51.481943 [ 253 ] {efaa7d3f-22e6-456d-b25b-2301f7526958} executeQuery: Read 56 rows, 4.41 KiB in 0.001591 sec., 35197.98868636078 rows/sec., 2.70 MiB/sec. 2026.03.19 07:56:51.481984 [ 253 ] {efaa7d3f-22e6-456d-b25b-2301f7526958} TCPHandler: Processed in 0.00191722 sec. 2026.03.19 07:56:51.482099 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:51.482195 [ 253 ] {82dea68e-e0e6-401b-bc31-c42a6b3a372b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:56:51.482236 [ 253 ] {82dea68e-e0e6-401b-bc31-c42a6b3a372b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:56:51.482654 [ 253 ] {82dea68e-e0e6-401b-bc31-c42a6b3a372b} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:51.482691 [ 253 ] {82dea68e-e0e6-401b-bc31-c42a6b3a372b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:51.482988 [ 253 ] {82dea68e-e0e6-401b-bc31-c42a6b3a372b} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 07:56:51.483197 [ 253 ] {82dea68e-e0e6-401b-bc31-c42a6b3a372b} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:51.483324 [ 253 ] {82dea68e-e0e6-401b-bc31-c42a6b3a372b} executeQuery: Read 64 rows, 5.12 KiB in 0.001147 sec., 55797.733217088055 rows/sec., 4.36 MiB/sec. 2026.03.19 07:56:51.483362 [ 253 ] {82dea68e-e0e6-401b-bc31-c42a6b3a372b} TCPHandler: Processed in 0.001314811 sec. 2026.03.19 07:56:51.483475 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:51.483573 [ 253 ] {404fe2cd-33cb-48d5-a337-b923fcd921b9} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:51.483616 [ 253 ] {404fe2cd-33cb-48d5-a337-b923fcd921b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:56:51.484003 [ 253 ] {404fe2cd-33cb-48d5-a337-b923fcd921b9} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:51.484040 [ 253 ] {404fe2cd-33cb-48d5-a337-b923fcd921b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:51.484375 [ 253 ] {404fe2cd-33cb-48d5-a337-b923fcd921b9} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 07:56:51.484609 [ 253 ] {404fe2cd-33cb-48d5-a337-b923fcd921b9} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:51.484738 [ 253 ] {404fe2cd-33cb-48d5-a337-b923fcd921b9} executeQuery: Read 128 rows, 9.13 KiB in 0.001184 sec., 108108.1081081081 rows/sec., 7.53 MiB/sec. 2026.03.19 07:56:51.484776 [ 253 ] {404fe2cd-33cb-48d5-a337-b923fcd921b9} TCPHandler: Processed in 0.001350482 sec. 2026.03.19 07:56:51.484886 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:51.484981 [ 253 ] {80efc0b9-5f7c-4e5e-abee-186ad413cf71} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:56:51.485022 [ 253 ] {80efc0b9-5f7c-4e5e-abee-186ad413cf71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:56:51.485347 [ 253 ] {80efc0b9-5f7c-4e5e-abee-186ad413cf71} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:51.485382 [ 253 ] {80efc0b9-5f7c-4e5e-abee-186ad413cf71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:51.485689 [ 253 ] {80efc0b9-5f7c-4e5e-abee-186ad413cf71} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 07:56:51.485898 [ 253 ] {80efc0b9-5f7c-4e5e-abee-186ad413cf71} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:51.486024 [ 253 ] {80efc0b9-5f7c-4e5e-abee-186ad413cf71} executeQuery: Read 48 rows, 3.31 KiB in 0.001061 sec., 45240.339302544766 rows/sec., 3.05 MiB/sec. 2026.03.19 07:56:51.486060 [ 253 ] {80efc0b9-5f7c-4e5e-abee-186ad413cf71} TCPHandler: Processed in 0.00122382 sec. 2026.03.19 07:56:55.961399 [ 72 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:56:55.961455 [ 72 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:56:56.034170 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9496 2026.03.19 07:56:56.034914 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:56.034960 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:56.035464 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 07:56:56.035699 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:56.035832 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9496 2026.03.19 07:56:56.056873 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 614 2026.03.19 07:56:56.059232 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:56.059274 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:56.060460 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 07:56:56.060730 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:56.061063 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 614 2026.03.19 07:56:56.483251 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:56.483438 [ 253 ] {98b74231-6b0e-419e-bc59-e2d29a31fe9b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:56:56.483507 [ 253 ] {98b74231-6b0e-419e-bc59-e2d29a31fe9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:56:56.484201 [ 253 ] {98b74231-6b0e-419e-bc59-e2d29a31fe9b} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:56.484249 [ 253 ] {98b74231-6b0e-419e-bc59-e2d29a31fe9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:56.484660 [ 253 ] {98b74231-6b0e-419e-bc59-e2d29a31fe9b} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 07:56:56.484901 [ 253 ] {98b74231-6b0e-419e-bc59-e2d29a31fe9b} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:56.485052 [ 253 ] {98b74231-6b0e-419e-bc59-e2d29a31fe9b} executeQuery: Read 106 rows, 9.11 KiB in 0.001667 sec., 63587.282543491296 rows/sec., 5.34 MiB/sec. 2026.03.19 07:56:56.485065 [ 72 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 07:56:56.485094 [ 253 ] {98b74231-6b0e-419e-bc59-e2d29a31fe9b} TCPHandler: Processed in 0.001982422 sec. 2026.03.19 07:56:56.485135 [ 72 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:56.485164 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:56.485235 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:56.485295 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.19 07:56:56.485337 [ 253 ] {08bfe79c-87c8-41bf-b1d9-2f67382266d3} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:56:56.485384 [ 253 ] {08bfe79c-87c8-41bf-b1d9-2f67382266d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:56:56.485441 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:56.485483 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2887 rows starting from the beginning of the part 2026.03.19 07:56:56.485549 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 86 rows starting from the beginning of the part 2026.03.19 07:56:56.485597 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 106 rows starting from the beginning of the part 2026.03.19 07:56:56.485640 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1974 rows starting from the beginning of the part 2026.03.19 07:56:56.485677 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part 2026.03.19 07:56:56.485720 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 106 rows starting from the beginning of the part 2026.03.19 07:56:56.485829 [ 253 ] {08bfe79c-87c8-41bf-b1d9-2f67382266d3} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:56.485873 [ 253 ] {08bfe79c-87c8-41bf-b1d9-2f67382266d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:56.486205 [ 253 ] {08bfe79c-87c8-41bf-b1d9-2f67382266d3} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 07:56:56.486421 [ 253 ] {08bfe79c-87c8-41bf-b1d9-2f67382266d3} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:56.486559 [ 253 ] {08bfe79c-87c8-41bf-b1d9-2f67382266d3} executeQuery: Read 25 rows, 1.88 KiB in 0.001241 sec., 20145.044319097502 rows/sec., 1.48 MiB/sec. 2026.03.19 07:56:56.486598 [ 253 ] {08bfe79c-87c8-41bf-b1d9-2f67382266d3} TCPHandler: Processed in 0.001414512 sec. 2026.03.19 07:56:56.486718 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:56.486814 [ 253 ] {31052713-6e65-4b35-99e4-200962292bde} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:56:56.486853 [ 253 ] {31052713-6e65-4b35-99e4-200962292bde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:56:56.487285 [ 253 ] {31052713-6e65-4b35-99e4-200962292bde} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:56.487321 [ 253 ] {31052713-6e65-4b35-99e4-200962292bde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:56.487630 [ 253 ] {31052713-6e65-4b35-99e4-200962292bde} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 07:56:56.487811 [ 191 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 5215 rows, containing 5 columns (5 merged, 0 gathered) in 0.002579501 sec., 2021708.8498899592 rows/sec., 163.24 MiB/sec. 2026.03.19 07:56:56.487840 [ 253 ] {31052713-6e65-4b35-99e4-200962292bde} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:56.487944 [ 72 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 07:56:56.487968 [ 253 ] {31052713-6e65-4b35-99e4-200962292bde} executeQuery: Read 89 rows, 7.12 KiB in 0.001173 sec., 75873.82779198636 rows/sec., 5.93 MiB/sec. 2026.03.19 07:56:56.487978 [ 72 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:56.488009 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:56.488012 [ 253 ] {31052713-6e65-4b35-99e4-200962292bde} TCPHandler: Processed in 0.001344271 sec. 2026.03.19 07:56:56.488083 [ 188 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.19 07:56:56.488092 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 07:56:56.488139 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:56.488185 [ 188 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:56.488216 [ 188 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1549 rows starting from the beginning of the part 2026.03.19 07:56:56.488236 [ 253 ] {bfcbb160-e716-426f-ae18-b574d9e389ba} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:56.488266 [ 188 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 79 rows starting from the beginning of the part 2026.03.19 07:56:56.488284 [ 253 ] {bfcbb160-e716-426f-ae18-b574d9e389ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:56:56.488310 [ 188 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 89 rows starting from the beginning of the part 2026.03.19 07:56:56.488349 [ 188 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1040 rows starting from the beginning of the part 2026.03.19 07:56:56.488382 [ 188 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part 2026.03.19 07:56:56.488410 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_31_6} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:56.488421 [ 188 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 89 rows starting from the beginning of the part 2026.03.19 07:56:56.488493 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_31_6} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 07:56:56.488578 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2026.03.19 07:56:56.488716 [ 253 ] {bfcbb160-e716-426f-ae18-b574d9e389ba} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:56.488753 [ 253 ] {bfcbb160-e716-426f-ae18-b574d9e389ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:56.489103 [ 253 ] {bfcbb160-e716-426f-ae18-b574d9e389ba} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 07:56:56.489321 [ 253 ] {bfcbb160-e716-426f-ae18-b574d9e389ba} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:56.489430 [ 72 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 07:56:56.489451 [ 253 ] {bfcbb160-e716-426f-ae18-b574d9e389ba} executeQuery: Read 160 rows, 11.41 KiB in 0.001233 sec., 129764.80129764802 rows/sec., 9.04 MiB/sec. 2026.03.19 07:56:56.489464 [ 72 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:56.489493 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:56.489496 [ 253 ] {bfcbb160-e716-426f-ae18-b574d9e389ba} TCPHandler: Processed in 0.001408072 sec. 2026.03.19 07:56:56.489574 [ 199 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.19 07:56:56.489600 [ 197 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2910 rows, containing 5 columns (5 merged, 0 gathered) in 0.001547695 sec., 1880215.4171202984 rows/sec., 139.61 MiB/sec. 2026.03.19 07:56:56.489622 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:56.489660 [ 199 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:56.489693 [ 199 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9037 rows starting from the beginning of the part 2026.03.19 07:56:56.489730 [ 253 ] {080cb073-d415-4a8b-bc52-65cc55f9df72} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:56:56.489754 [ 199 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2026.03.19 07:56:56.489791 [ 253 ] {080cb073-d415-4a8b-bc52-65cc55f9df72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:56:56.489799 [ 192 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 07:56:56.489799 [ 199 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2026.03.19 07:56:56.489917 [ 199 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1225 rows starting from the beginning of the part 2026.03.19 07:56:56.489969 [ 199 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 128 rows starting from the beginning of the part 2026.03.19 07:56:56.490008 [ 199 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2026.03.19 07:56:56.490121 [ 192 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_31_6} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:56.490208 [ 192 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_31_6} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 07:56:56.490307 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.03.19 07:56:56.490680 [ 253 ] {080cb073-d415-4a8b-bc52-65cc55f9df72} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:56.490723 [ 253 ] {080cb073-d415-4a8b-bc52-65cc55f9df72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:56.491329 [ 253 ] {080cb073-d415-4a8b-bc52-65cc55f9df72} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 07:56:56.491566 [ 253 ] {080cb073-d415-4a8b-bc52-65cc55f9df72} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:56.491713 [ 253 ] {080cb073-d415-4a8b-bc52-65cc55f9df72} executeQuery: Read 25 rows, 45.87 KiB in 0.002002 sec., 12487.512487512487 rows/sec., 22.38 MiB/sec. 2026.03.19 07:56:56.491782 [ 253 ] {080cb073-d415-4a8b-bc52-65cc55f9df72} TCPHandler: Processed in 0.002211955 sec. 2026.03.19 07:56:56.491897 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:56:56.491994 [ 253 ] {87460589-9506-439f-bca0-d36a7131b9a2} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:56:56.492036 [ 253 ] {87460589-9506-439f-bca0-d36a7131b9a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:56:56.492393 [ 253 ] {87460589-9506-439f-bca0-d36a7131b9a2} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:56.492431 [ 253 ] {87460589-9506-439f-bca0-d36a7131b9a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:56.492742 [ 253 ] {87460589-9506-439f-bca0-d36a7131b9a2} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 07:56:56.492957 [ 253 ] {87460589-9506-439f-bca0-d36a7131b9a2} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:56.493072 [ 72 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 07:56:56.493092 [ 253 ] {87460589-9506-439f-bca0-d36a7131b9a2} executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. 2026.03.19 07:56:56.493113 [ 72 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:56.493135 [ 253 ] {87460589-9506-439f-bca0-d36a7131b9a2} TCPHandler: Processed in 0.00128742 sec. 2026.03.19 07:56:56.493140 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:56.493254 [ 197 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.19 07:56:56.493366 [ 197 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:56.493399 [ 197 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1380 rows starting from the beginning of the part 2026.03.19 07:56:56.493439 [ 192 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 10870 rows, containing 5 columns (5 merged, 0 gathered) in 0.003898662 sec., 2788136.0323105725 rows/sec., 183.19 MiB/sec. 2026.03.19 07:56:56.493489 [ 197 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2026.03.19 07:56:56.493541 [ 197 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2026.03.19 07:56:56.493580 [ 197 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 12 rows starting from the beginning of the part 2026.03.19 07:56:56.493617 [ 197 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 48 rows starting from the beginning of the part 2026.03.19 07:56:56.493655 [ 197 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2026.03.19 07:56:56.493725 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 07:56:56.494024 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_31_6} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:56.494092 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_31_6} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 07:56:56.494151 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. 2026.03.19 07:56:56.494752 [ 195 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1620 rows, containing 4 columns (4 merged, 0 gathered) in 0.001536525 sec., 1054327.1342802753 rows/sec., 70.49 MiB/sec. 2026.03.19 07:56:56.494974 [ 192 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 07:56:56.495237 [ 192 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_31_6} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:56.495310 [ 192 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_31_6} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 07:56:56.495390 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.19 07:56:56.545089 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.03.19 07:56:56.561981 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:56.562024 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:56.568266 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 07:56:56.568942 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:56.571778 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.03.19 07:56:57.819453 [ 98 ] {} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.19 07:56:57.819549 [ 98 ] {} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:56:57.819588 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:56:57.819730 [ 197 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.03.19 07:56:57.819874 [ 197 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:56:57.819906 [ 197 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2026.03.19 07:56:57.819974 [ 197 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.03.19 07:56:57.820015 [ 197 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part 2026.03.19 07:56:57.820055 [ 197 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2026.03.19 07:56:57.820094 [ 197 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part 2026.03.19 07:56:57.820824 [ 192 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001147098 sec., 41844.7246878645 rows/sec., 3.49 MiB/sec. 2026.03.19 07:56:57.820967 [ 197 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.19 07:56:57.821200 [ 197 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_5_1} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:56:57.821263 [ 197 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_5_1} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.19 07:56:57.821324 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.19 07:57:01.483317 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:01.483543 [ 253 ] {b44f85d5-1808-417b-82d6-65a49da1f9ea} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:57:01.483618 [ 253 ] {b44f85d5-1808-417b-82d6-65a49da1f9ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:57:01.484321 [ 253 ] {b44f85d5-1808-417b-82d6-65a49da1f9ea} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:01.484370 [ 253 ] {b44f85d5-1808-417b-82d6-65a49da1f9ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:57:01.484778 [ 253 ] {b44f85d5-1808-417b-82d6-65a49da1f9ea} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 07:57:01.485015 [ 253 ] {b44f85d5-1808-417b-82d6-65a49da1f9ea} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:01.485171 [ 253 ] {b44f85d5-1808-417b-82d6-65a49da1f9ea} executeQuery: Read 86 rows, 7.39 KiB in 0.001686 sec., 51008.303677342825 rows/sec., 4.28 MiB/sec. 2026.03.19 07:57:01.485214 [ 253 ] {b44f85d5-1808-417b-82d6-65a49da1f9ea} TCPHandler: Processed in 0.002041503 sec. 2026.03.19 07:57:01.485340 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:01.485436 [ 253 ] {52551796-25a1-438e-b693-ac083fbe3345} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:57:01.485476 [ 253 ] {52551796-25a1-438e-b693-ac083fbe3345} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:57:01.485870 [ 253 ] {52551796-25a1-438e-b693-ac083fbe3345} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:01.485906 [ 253 ] {52551796-25a1-438e-b693-ac083fbe3345} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:57:01.486223 [ 253 ] {52551796-25a1-438e-b693-ac083fbe3345} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 07:57:01.486431 [ 253 ] {52551796-25a1-438e-b693-ac083fbe3345} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:01.486562 [ 253 ] {52551796-25a1-438e-b693-ac083fbe3345} executeQuery: Read 15 rows, 1.13 KiB in 0.001145 sec., 13100.436681222707 rows/sec., 985.09 KiB/sec. 2026.03.19 07:57:01.486600 [ 253 ] {52551796-25a1-438e-b693-ac083fbe3345} TCPHandler: Processed in 0.001309181 sec. 2026.03.19 07:57:01.486739 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:01.486863 [ 253 ] {36589cc5-fdb6-48c7-a36b-87928e1afdc4} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:57:01.486913 [ 253 ] {36589cc5-fdb6-48c7-a36b-87928e1afdc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:57:01.487432 [ 253 ] {36589cc5-fdb6-48c7-a36b-87928e1afdc4} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:01.487478 [ 253 ] {36589cc5-fdb6-48c7-a36b-87928e1afdc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:57:01.487894 [ 253 ] {36589cc5-fdb6-48c7-a36b-87928e1afdc4} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 07:57:01.488127 [ 253 ] {36589cc5-fdb6-48c7-a36b-87928e1afdc4} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:01.488259 [ 253 ] {36589cc5-fdb6-48c7-a36b-87928e1afdc4} executeQuery: Read 79 rows, 6.32 KiB in 0.001422 sec., 55555.555555555555 rows/sec., 4.34 MiB/sec. 2026.03.19 07:57:01.488298 [ 253 ] {36589cc5-fdb6-48c7-a36b-87928e1afdc4} TCPHandler: Processed in 0.001621715 sec. 2026.03.19 07:57:01.488410 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:01.488505 [ 253 ] {16f670ef-5309-440a-980e-f8eb16737b8c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:01.488548 [ 253 ] {16f670ef-5309-440a-980e-f8eb16737b8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:57:01.488961 [ 253 ] {16f670ef-5309-440a-980e-f8eb16737b8c} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:01.488996 [ 253 ] {16f670ef-5309-440a-980e-f8eb16737b8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:57:01.489347 [ 253 ] {16f670ef-5309-440a-980e-f8eb16737b8c} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 07:57:01.489567 [ 253 ] {16f670ef-5309-440a-980e-f8eb16737b8c} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:01.489696 [ 253 ] {16f670ef-5309-440a-980e-f8eb16737b8c} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2026.03.19 07:57:01.489734 [ 253 ] {16f670ef-5309-440a-980e-f8eb16737b8c} TCPHandler: Processed in 0.001373781 sec. 2026.03.19 07:57:01.489841 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:01.489934 [ 253 ] {76d7458a-258b-4cd1-85b7-bf0ab4359fbb} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:01.489989 [ 253 ] {76d7458a-258b-4cd1-85b7-bf0ab4359fbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:57:01.490768 [ 253 ] {76d7458a-258b-4cd1-85b7-bf0ab4359fbb} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:01.490805 [ 253 ] {76d7458a-258b-4cd1-85b7-bf0ab4359fbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:57:01.491343 [ 253 ] {76d7458a-258b-4cd1-85b7-bf0ab4359fbb} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 07:57:01.491565 [ 253 ] {76d7458a-258b-4cd1-85b7-bf0ab4359fbb} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:01.491701 [ 253 ] {76d7458a-258b-4cd1-85b7-bf0ab4359fbb} executeQuery: Read 15 rows, 27.52 KiB in 0.001784 sec., 8408.071748878923 rows/sec., 15.07 MiB/sec. 2026.03.19 07:57:01.491753 [ 253 ] {76d7458a-258b-4cd1-85b7-bf0ab4359fbb} TCPHandler: Processed in 0.001960731 sec. 2026.03.19 07:57:01.491865 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:01.491961 [ 253 ] {748ce61b-8445-413c-ac70-8ff0364ee6ea} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:57:01.492003 [ 253 ] {748ce61b-8445-413c-ac70-8ff0364ee6ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:57:01.492335 [ 253 ] {748ce61b-8445-413c-ac70-8ff0364ee6ea} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:01.492371 [ 253 ] {748ce61b-8445-413c-ac70-8ff0364ee6ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:57:01.492704 [ 253 ] {748ce61b-8445-413c-ac70-8ff0364ee6ea} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 07:57:01.492913 [ 253 ] {748ce61b-8445-413c-ac70-8ff0364ee6ea} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:01.493039 [ 253 ] {748ce61b-8445-413c-ac70-8ff0364ee6ea} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2026.03.19 07:57:01.493075 [ 253 ] {748ce61b-8445-413c-ac70-8ff0364ee6ea} TCPHandler: Processed in 0.00126073 sec. 2026.03.19 07:57:01.681490 [ 105 ] {} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2026.03.19 07:57:01.681552 [ 105 ] {} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:01.681572 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:57:01.681706 [ 193 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_10_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full 2026.03.19 07:57:01.681854 [ 193 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:01.681891 [ 193 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 881 rows starting from the beginning of the part 2026.03.19 07:57:01.681964 [ 193 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.03.19 07:57:01.682010 [ 193 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 708 rows starting from the beginning of the part 2026.03.19 07:57:01.682050 [ 193 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.03.19 07:57:01.682087 [ 193 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 708 rows starting from the beginning of the part 2026.03.19 07:57:01.683192 [ 197 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 2345 rows, containing 5 columns (5 merged, 0 gathered) in 0.001540334 sec., 1522397.090501151 rows/sec., 96.38 MiB/sec. 2026.03.19 07:57:01.683349 [ 197 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.19 07:57:01.683593 [ 197 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_10_2} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): 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.19 07:57:01.683668 [ 197 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_10_2} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2026.03.19 07:57:01.683729 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.19 07:57:03.535999 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9944 2026.03.19 07:57:03.536649 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:03.536709 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:57:03.537441 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 07:57:03.537685 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:03.537821 [ 99 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 07:57:03.537827 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9944 2026.03.19 07:57:03.537866 [ 99 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:03.537891 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:57:03.538039 [ 193 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.19 07:57:03.538200 [ 193 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:03.538244 [ 193 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7576 rows starting from the beginning of the part 2026.03.19 07:57:03.538313 [ 193 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 448 rows starting from the beginning of the part 2026.03.19 07:57:03.538362 [ 193 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 512 rows starting from the beginning of the part 2026.03.19 07:57:03.538407 [ 193 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 448 rows starting from the beginning of the part 2026.03.19 07:57:03.538449 [ 193 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 512 rows starting from the beginning of the part 2026.03.19 07:57:03.538494 [ 193 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 448 rows starting from the beginning of the part 2026.03.19 07:57:03.540610 [ 192 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 9944 rows, containing 4 columns (4 merged, 0 gathered) in 0.002641232 sec., 3764909.708802559 rows/sec., 53.86 MiB/sec. 2026.03.19 07:57:03.541009 [ 196 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 07:57:03.541306 [ 196 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_21_4} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:03.541384 [ 196 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_21_4} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 07:57:03.541482 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.03.19 07:57:04.071915 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.03.19 07:57:04.089206 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:04.089260 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:57:04.095177 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 07:57:04.095876 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:04.096186 [ 99 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 07:57:04.096253 [ 99 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:04.096273 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2026.03.19 07:57:04.096363 [ 192 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.19 07:57:04.098770 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.03.19 07:57:04.099408 [ 192 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:04.100123 [ 192 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2026.03.19 07:57:04.103475 [ 192 ] {0bee7def-ec69-48b4-9025-75ab5071641b::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.19 07:57:04.106944 [ 192 ] {0bee7def-ec69-48b4-9025-75ab5071641b::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.19 07:57:04.110497 [ 192 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2026.03.19 07:57:04.114881 [ 192 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.03.19 07:57:04.119389 [ 192 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.03.19 07:57:04.169921 [ 186 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.073589437 sec., 2160.636179347316 rows/sec., 11.17 MiB/sec. 2026.03.19 07:57:04.172795 [ 198 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 07:57:04.175084 [ 198 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_21_4} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:04.175211 [ 198 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_21_4} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 07:57:04.177854 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.03.19 07:57:05.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 246.46 MiB, peak 257.02 MiB, free memory in arenas 0.00 B, will set to 250.32 MiB (RSS), difference: 3.87 MiB 2026.03.19 07:57:06.061366 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 638 2026.03.19 07:57:06.063483 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:06.063537 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:06.064826 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 07:57:06.065116 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:06.065469 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 638 2026.03.19 07:57:06.485737 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:06.485916 [ 253 ] {505d87fb-0199-4430-9717-ccb608ceca00} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 07:57:06.485987 [ 253 ] {505d87fb-0199-4430-9717-ccb608ceca00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 07:57:06.486640 [ 253 ] {505d87fb-0199-4430-9717-ccb608ceca00} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:06.486678 [ 253 ] {505d87fb-0199-4430-9717-ccb608ceca00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:06.487067 [ 253 ] {505d87fb-0199-4430-9717-ccb608ceca00} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 07:57:06.487301 [ 253 ] {505d87fb-0199-4430-9717-ccb608ceca00} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:06.487455 [ 253 ] {505d87fb-0199-4430-9717-ccb608ceca00} executeQuery: Read 24 rows, 2.04 KiB in 0.001589 sec., 15103.838892385149 rows/sec., 1.25 MiB/sec. 2026.03.19 07:57:06.487500 [ 253 ] {505d87fb-0199-4430-9717-ccb608ceca00} TCPHandler: Processed in 0.0018933 sec. 2026.03.19 07:57:06.487623 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:06.487718 [ 253 ] {d3bf34d5-e71b-4a6e-b8e9-62a1640a2466} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:57:06.487760 [ 253 ] {d3bf34d5-e71b-4a6e-b8e9-62a1640a2466} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:57:06.488267 [ 253 ] {d3bf34d5-e71b-4a6e-b8e9-62a1640a2466} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:06.488301 [ 253 ] {d3bf34d5-e71b-4a6e-b8e9-62a1640a2466} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:06.488648 [ 253 ] {d3bf34d5-e71b-4a6e-b8e9-62a1640a2466} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 07:57:06.488860 [ 253 ] {d3bf34d5-e71b-4a6e-b8e9-62a1640a2466} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:06.488988 [ 253 ] {d3bf34d5-e71b-4a6e-b8e9-62a1640a2466} executeQuery: Read 226 rows, 20.57 KiB in 0.001288 sec., 175465.83850931676 rows/sec., 15.60 MiB/sec. 2026.03.19 07:57:06.489024 [ 253 ] {d3bf34d5-e71b-4a6e-b8e9-62a1640a2466} TCPHandler: Processed in 0.001451163 sec. 2026.03.19 07:57:06.489137 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:06.489230 [ 253 ] {bb4012df-75ef-4013-affb-96f6a208473c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:57:06.489270 [ 253 ] {bb4012df-75ef-4013-affb-96f6a208473c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:57:06.489672 [ 253 ] {bb4012df-75ef-4013-affb-96f6a208473c} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:06.489706 [ 253 ] {bb4012df-75ef-4013-affb-96f6a208473c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:06.490015 [ 253 ] {bb4012df-75ef-4013-affb-96f6a208473c} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 07:57:06.490222 [ 253 ] {bb4012df-75ef-4013-affb-96f6a208473c} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:06.490319 [ 114 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2026.03.19 07:57:06.490353 [ 253 ] {bb4012df-75ef-4013-affb-96f6a208473c} executeQuery: Read 37 rows, 2.84 KiB in 0.001141 sec., 32427.69500438212 rows/sec., 2.43 MiB/sec. 2026.03.19 07:57:06.490354 [ 114 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:06.490385 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:06.490391 [ 253 ] {bb4012df-75ef-4013-affb-96f6a208473c} TCPHandler: Processed in 0.001304091 sec. 2026.03.19 07:57:06.490502 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:06.490514 [ 186 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2026.03.19 07:57:06.490595 [ 253 ] {815a9673-6cb9-426a-88ab-776d69298a16} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:57:06.490638 [ 253 ] {815a9673-6cb9-426a-88ab-776d69298a16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:57:06.490697 [ 186 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:06.490741 [ 186 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 223 rows starting from the beginning of the part 2026.03.19 07:57:06.490817 [ 186 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 25 rows starting from the beginning of the part 2026.03.19 07:57:06.490868 [ 186 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part 2026.03.19 07:57:06.490920 [ 186 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 25 rows starting from the beginning of the part 2026.03.19 07:57:06.490974 [ 186 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 15 rows starting from the beginning of the part 2026.03.19 07:57:06.491029 [ 186 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 37 rows starting from the beginning of the part 2026.03.19 07:57:06.491032 [ 253 ] {815a9673-6cb9-426a-88ab-776d69298a16} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:06.491078 [ 253 ] {815a9673-6cb9-426a-88ab-776d69298a16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:06.491440 [ 253 ] {815a9673-6cb9-426a-88ab-776d69298a16} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 07:57:06.491662 [ 253 ] {815a9673-6cb9-426a-88ab-776d69298a16} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:06.491802 [ 253 ] {815a9673-6cb9-426a-88ab-776d69298a16} executeQuery: Read 24 rows, 2.04 KiB in 0.001225 sec., 19591.83673469388 rows/sec., 1.63 MiB/sec. 2026.03.19 07:57:06.491839 [ 253 ] {815a9673-6cb9-426a-88ab-776d69298a16} TCPHandler: Processed in 0.001387002 sec. 2026.03.19 07:57:06.491945 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:06.492040 [ 253 ] {1e057b07-81c2-4ad7-a42f-0c4e006c73de} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 07:57:06.492053 [ 194 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 365 rows, containing 5 columns (5 merged, 0 gathered) in 0.001601266 sec., 227944.6388045459 rows/sec., 16.26 MiB/sec. 2026.03.19 07:57:06.492080 [ 253 ] {1e057b07-81c2-4ad7-a42f-0c4e006c73de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 07:57:06.492220 [ 186 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2026.03.19 07:57:06.492463 [ 186 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_25_5} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:06.492494 [ 253 ] {1e057b07-81c2-4ad7-a42f-0c4e006c73de} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:06.492535 [ 186 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_25_5} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2026.03.19 07:57:06.492537 [ 253 ] {1e057b07-81c2-4ad7-a42f-0c4e006c73de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:06.492614 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.19 07:57:06.492855 [ 253 ] {1e057b07-81c2-4ad7-a42f-0c4e006c73de} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 07:57:06.493077 [ 253 ] {1e057b07-81c2-4ad7-a42f-0c4e006c73de} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:06.493202 [ 253 ] {1e057b07-81c2-4ad7-a42f-0c4e006c73de} executeQuery: Read 12 rows, 960.00 B in 0.00118 sec., 10169.491525423728 rows/sec., 794.49 KiB/sec. 2026.03.19 07:57:06.493239 [ 253 ] {1e057b07-81c2-4ad7-a42f-0c4e006c73de} TCPHandler: Processed in 0.001343702 sec. 2026.03.19 07:57:06.493341 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:06.493436 [ 253 ] {64ba41e9-8f16-45be-ae2a-b393c1cd84dc} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:57:06.493474 [ 253 ] {64ba41e9-8f16-45be-ae2a-b393c1cd84dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:57:06.493901 [ 253 ] {64ba41e9-8f16-45be-ae2a-b393c1cd84dc} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:06.493934 [ 253 ] {64ba41e9-8f16-45be-ae2a-b393c1cd84dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:06.494242 [ 253 ] {64ba41e9-8f16-45be-ae2a-b393c1cd84dc} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 07:57:06.494449 [ 253 ] {64ba41e9-8f16-45be-ae2a-b393c1cd84dc} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:06.494574 [ 253 ] {64ba41e9-8f16-45be-ae2a-b393c1cd84dc} executeQuery: Read 125 rows, 10.38 KiB in 0.001156 sec., 108131.48788927337 rows/sec., 8.76 MiB/sec. 2026.03.19 07:57:06.494610 [ 253 ] {64ba41e9-8f16-45be-ae2a-b393c1cd84dc} TCPHandler: Processed in 0.00131828 sec. 2026.03.19 07:57:06.494720 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:06.494813 [ 253 ] {f704963c-ff82-4293-82c4-042e5db7e0ff} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:06.494855 [ 253 ] {f704963c-ff82-4293-82c4-042e5db7e0ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:57:06.495250 [ 253 ] {f704963c-ff82-4293-82c4-042e5db7e0ff} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:06.495284 [ 253 ] {f704963c-ff82-4293-82c4-042e5db7e0ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:06.495623 [ 253 ] {f704963c-ff82-4293-82c4-042e5db7e0ff} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 07:57:06.495833 [ 253 ] {f704963c-ff82-4293-82c4-042e5db7e0ff} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:06.495956 [ 253 ] {f704963c-ff82-4293-82c4-042e5db7e0ff} executeQuery: Read 196 rows, 14.40 KiB in 0.001161 sec., 168819.98277347116 rows/sec., 12.11 MiB/sec. 2026.03.19 07:57:06.495992 [ 253 ] {f704963c-ff82-4293-82c4-042e5db7e0ff} TCPHandler: Processed in 0.001322641 sec. 2026.03.19 07:57:06.496102 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:06.496196 [ 253 ] {74d88ed7-5d79-4598-9261-6846780c4d61} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:06.496249 [ 253 ] {74d88ed7-5d79-4598-9261-6846780c4d61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:57:06.497045 [ 253 ] {74d88ed7-5d79-4598-9261-6846780c4d61} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:06.497080 [ 253 ] {74d88ed7-5d79-4598-9261-6846780c4d61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:06.497607 [ 253 ] {74d88ed7-5d79-4598-9261-6846780c4d61} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 07:57:06.497825 [ 253 ] {74d88ed7-5d79-4598-9261-6846780c4d61} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:06.497961 [ 253 ] {74d88ed7-5d79-4598-9261-6846780c4d61} executeQuery: Read 25 rows, 45.87 KiB in 0.001782 sec., 14029.180695847363 rows/sec., 25.14 MiB/sec. 2026.03.19 07:57:06.498012 [ 253 ] {74d88ed7-5d79-4598-9261-6846780c4d61} TCPHandler: Processed in 0.001958771 sec. 2026.03.19 07:57:06.498126 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:06.498221 [ 253 ] {a0176522-33d7-4757-8528-7b966faf83cd} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:57:06.498262 [ 253 ] {a0176522-33d7-4757-8528-7b966faf83cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:57:06.498593 [ 253 ] {a0176522-33d7-4757-8528-7b966faf83cd} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:06.498627 [ 253 ] {a0176522-33d7-4757-8528-7b966faf83cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:06.498930 [ 253 ] {a0176522-33d7-4757-8528-7b966faf83cd} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 07:57:06.499143 [ 253 ] {a0176522-33d7-4757-8528-7b966faf83cd} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:06.499269 [ 253 ] {a0176522-33d7-4757-8528-7b966faf83cd} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2026.03.19 07:57:06.499304 [ 253 ] {a0176522-33d7-4757-8528-7b966faf83cd} TCPHandler: Processed in 0.00122795 sec. 2026.03.19 07:57:10.961696 [ 120 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:57:10.961764 [ 120 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:57:11.038058 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10456 2026.03.19 07:57:11.038592 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:11.038634 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:11.039177 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 07:57:11.039396 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:11.039523 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10456 2026.03.19 07:57:11.483991 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:11.484184 [ 253 ] {9450c215-458f-473f-ae00-b5fc40aba0f8} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:57:11.484254 [ 253 ] {9450c215-458f-473f-ae00-b5fc40aba0f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:57:11.484987 [ 253 ] {9450c215-458f-473f-ae00-b5fc40aba0f8} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:11.485032 [ 253 ] {9450c215-458f-473f-ae00-b5fc40aba0f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:11.485474 [ 253 ] {9450c215-458f-473f-ae00-b5fc40aba0f8} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 07:57:11.485699 [ 253 ] {9450c215-458f-473f-ae00-b5fc40aba0f8} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:11.485841 [ 253 ] {9450c215-458f-473f-ae00-b5fc40aba0f8} executeQuery: Read 86 rows, 7.39 KiB in 0.001686 sec., 51008.303677342825 rows/sec., 4.28 MiB/sec. 2026.03.19 07:57:11.485880 [ 253 ] {9450c215-458f-473f-ae00-b5fc40aba0f8} TCPHandler: Processed in 0.002020022 sec. 2026.03.19 07:57:11.486001 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:11.486089 [ 253 ] {316c5622-4ddd-448d-9d0e-1ae99fec7d24} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:57:11.486127 [ 253 ] {316c5622-4ddd-448d-9d0e-1ae99fec7d24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:57:11.486567 [ 253 ] {316c5622-4ddd-448d-9d0e-1ae99fec7d24} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:11.486602 [ 253 ] {316c5622-4ddd-448d-9d0e-1ae99fec7d24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:11.486883 [ 253 ] {316c5622-4ddd-448d-9d0e-1ae99fec7d24} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 07:57:11.487080 [ 253 ] {316c5622-4ddd-448d-9d0e-1ae99fec7d24} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:11.487202 [ 253 ] {316c5622-4ddd-448d-9d0e-1ae99fec7d24} executeQuery: Read 15 rows, 1.13 KiB in 0.001138 sec., 13181.019332161688 rows/sec., 991.15 KiB/sec. 2026.03.19 07:57:11.487238 [ 253 ] {316c5622-4ddd-448d-9d0e-1ae99fec7d24} TCPHandler: Processed in 0.00130321 sec. 2026.03.19 07:57:11.487342 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:11.487496 [ 253 ] {652cfdce-fbf4-4ce8-a021-474e17bd5bfc} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:57:11.487534 [ 253 ] {652cfdce-fbf4-4ce8-a021-474e17bd5bfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:57:11.487916 [ 253 ] {652cfdce-fbf4-4ce8-a021-474e17bd5bfc} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:11.487950 [ 253 ] {652cfdce-fbf4-4ce8-a021-474e17bd5bfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:11.488231 [ 253 ] {652cfdce-fbf4-4ce8-a021-474e17bd5bfc} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 07:57:11.488496 [ 253 ] {652cfdce-fbf4-4ce8-a021-474e17bd5bfc} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:11.488616 [ 253 ] {652cfdce-fbf4-4ce8-a021-474e17bd5bfc} executeQuery: Read 79 rows, 6.32 KiB in 0.001148 sec., 68815.33101045297 rows/sec., 5.37 MiB/sec. 2026.03.19 07:57:11.488652 [ 253 ] {652cfdce-fbf4-4ce8-a021-474e17bd5bfc} TCPHandler: Processed in 0.001312011 sec. 2026.03.19 07:57:11.488757 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:11.488846 [ 253 ] {5213557e-c4a2-4ca2-9ec6-44cf579abce0} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:11.488888 [ 253 ] {5213557e-c4a2-4ca2-9ec6-44cf579abce0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:57:11.489267 [ 253 ] {5213557e-c4a2-4ca2-9ec6-44cf579abce0} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:11.489299 [ 253 ] {5213557e-c4a2-4ca2-9ec6-44cf579abce0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:11.489665 [ 253 ] {5213557e-c4a2-4ca2-9ec6-44cf579abce0} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 07:57:11.489864 [ 253 ] {5213557e-c4a2-4ca2-9ec6-44cf579abce0} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:11.489984 [ 253 ] {5213557e-c4a2-4ca2-9ec6-44cf579abce0} executeQuery: Read 160 rows, 11.41 KiB in 0.001164 sec., 137457.0446735395 rows/sec., 9.57 MiB/sec. 2026.03.19 07:57:11.490020 [ 253 ] {5213557e-c4a2-4ca2-9ec6-44cf579abce0} TCPHandler: Processed in 0.001328641 sec. 2026.03.19 07:57:11.490116 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:11.490203 [ 253 ] {df470fdd-5be7-43be-87a5-f95d09a753cf} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:11.490254 [ 253 ] {df470fdd-5be7-43be-87a5-f95d09a753cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:57:11.491042 [ 253 ] {df470fdd-5be7-43be-87a5-f95d09a753cf} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:11.491075 [ 253 ] {df470fdd-5be7-43be-87a5-f95d09a753cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:11.491636 [ 253 ] {df470fdd-5be7-43be-87a5-f95d09a753cf} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 07:57:11.491849 [ 253 ] {df470fdd-5be7-43be-87a5-f95d09a753cf} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:11.491984 [ 253 ] {df470fdd-5be7-43be-87a5-f95d09a753cf} executeQuery: Read 15 rows, 27.52 KiB in 0.001783 sec., 8412.787436904095 rows/sec., 15.08 MiB/sec. 2026.03.19 07:57:11.492034 [ 253 ] {df470fdd-5be7-43be-87a5-f95d09a753cf} TCPHandler: Processed in 0.001960241 sec. 2026.03.19 07:57:11.492148 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:11.492260 [ 253 ] {e1287bb1-dab1-4f7b-8ad2-8d33a634d748} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:57:11.492307 [ 253 ] {e1287bb1-dab1-4f7b-8ad2-8d33a634d748} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:57:11.492750 [ 253 ] {e1287bb1-dab1-4f7b-8ad2-8d33a634d748} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:11.492789 [ 253 ] {e1287bb1-dab1-4f7b-8ad2-8d33a634d748} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:11.493085 [ 253 ] {e1287bb1-dab1-4f7b-8ad2-8d33a634d748} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 07:57:11.493282 [ 253 ] {e1287bb1-dab1-4f7b-8ad2-8d33a634d748} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:11.493401 [ 253 ] {e1287bb1-dab1-4f7b-8ad2-8d33a634d748} executeQuery: Read 60 rows, 4.14 KiB in 0.001173 sec., 51150.895140664965 rows/sec., 3.45 MiB/sec. 2026.03.19 07:57:11.493498 [ 253 ] {e1287bb1-dab1-4f7b-8ad2-8d33a634d748} TCPHandler: Processed in 0.001363272 sec. 2026.03.19 07:57:11.599441 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.03.19 07:57:11.615726 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:11.615783 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:11.621644 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 07:57:11.622294 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:11.624939 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.03.19 07:57:16.067595 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 668 2026.03.19 07:57:16.069871 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.069918 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.071065 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 07:57:16.071311 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.071454 [ 115 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 07:57:16.071514 [ 115 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.071533 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.071535 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 668 2026.03.19 07:57:16.071640 [ 189 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.19 07:57:16.072223 [ 189 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:16.072368 [ 189 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 514 rows starting from the beginning of the part 2026.03.19 07:57:16.072729 [ 189 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part 2026.03.19 07:57:16.073060 [ 189 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part 2026.03.19 07:57:16.073386 [ 189 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 38 rows starting from the beginning of the part 2026.03.19 07:57:16.073738 [ 189 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2026.03.19 07:57:16.074065 [ 189 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part 2026.03.19 07:57:16.079832 [ 194 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 668 rows, containing 72 columns (72 merged, 0 gathered) in 0.0081993 sec., 81470.3694217799 rows/sec., 72.65 MiB/sec. 2026.03.19 07:57:16.080781 [ 201 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 07:57:16.081273 [ 201 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_16_3} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.081342 [ 201 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_16_3} system.query_log (939bd66e-0392-43e2-9699-3277434212bb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 07:57:16.081510 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. 2026.03.19 07:57:16.486137 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:16.486431 [ 253 ] {5d884f61-7d35-46b3-ad46-c0e1bdd3b873} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:57:16.486532 [ 253 ] {5d884f61-7d35-46b3-ad46-c0e1bdd3b873} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:57:16.487253 [ 253 ] {5d884f61-7d35-46b3-ad46-c0e1bdd3b873} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.487304 [ 253 ] {5d884f61-7d35-46b3-ad46-c0e1bdd3b873} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.487754 [ 253 ] {5d884f61-7d35-46b3-ad46-c0e1bdd3b873} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 07:57:16.488054 [ 253 ] {5d884f61-7d35-46b3-ad46-c0e1bdd3b873} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.488263 [ 253 ] {5d884f61-7d35-46b3-ad46-c0e1bdd3b873} executeQuery: Read 106 rows, 9.11 KiB in 0.00191 sec., 55497.38219895288 rows/sec., 4.66 MiB/sec. 2026.03.19 07:57:16.488332 [ 253 ] {5d884f61-7d35-46b3-ad46-c0e1bdd3b873} TCPHandler: Processed in 0.002384998 sec. 2026.03.19 07:57:16.488494 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:16.488620 [ 253 ] {456f9467-fa8b-48e8-b533-d5be5a350be9} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:57:16.488676 [ 253 ] {456f9467-fa8b-48e8-b533-d5be5a350be9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:57:16.489181 [ 253 ] {456f9467-fa8b-48e8-b533-d5be5a350be9} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.489220 [ 253 ] {456f9467-fa8b-48e8-b533-d5be5a350be9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.489555 [ 253 ] {456f9467-fa8b-48e8-b533-d5be5a350be9} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 07:57:16.489779 [ 253 ] {456f9467-fa8b-48e8-b533-d5be5a350be9} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.489913 [ 253 ] {456f9467-fa8b-48e8-b533-d5be5a350be9} executeQuery: Read 25 rows, 1.88 KiB in 0.001324 sec., 18882.175226586103 rows/sec., 1.39 MiB/sec. 2026.03.19 07:57:16.489953 [ 253 ] {456f9467-fa8b-48e8-b533-d5be5a350be9} TCPHandler: Processed in 0.001522845 sec. 2026.03.19 07:57:16.490051 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:16.490143 [ 253 ] {46e2a877-888a-423d-a86e-fbb023c9e3cf} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:57:16.490181 [ 253 ] {46e2a877-888a-423d-a86e-fbb023c9e3cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:57:16.490576 [ 253 ] {46e2a877-888a-423d-a86e-fbb023c9e3cf} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.490611 [ 253 ] {46e2a877-888a-423d-a86e-fbb023c9e3cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.490976 [ 253 ] {46e2a877-888a-423d-a86e-fbb023c9e3cf} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 07:57:16.491188 [ 253 ] {46e2a877-888a-423d-a86e-fbb023c9e3cf} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.491315 [ 253 ] {46e2a877-888a-423d-a86e-fbb023c9e3cf} executeQuery: Read 89 rows, 7.12 KiB in 0.001179 sec., 75487.70144189992 rows/sec., 5.90 MiB/sec. 2026.03.19 07:57:16.491354 [ 253 ] {46e2a877-888a-423d-a86e-fbb023c9e3cf} TCPHandler: Processed in 0.001345141 sec. 2026.03.19 07:57:16.491474 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:16.491567 [ 253 ] {c0e9e2e6-1c50-4463-b330-ec7a72d63be5} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:16.491610 [ 253 ] {c0e9e2e6-1c50-4463-b330-ec7a72d63be5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:57:16.492020 [ 253 ] {c0e9e2e6-1c50-4463-b330-ec7a72d63be5} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.492056 [ 253 ] {c0e9e2e6-1c50-4463-b330-ec7a72d63be5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.492387 [ 253 ] {c0e9e2e6-1c50-4463-b330-ec7a72d63be5} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 07:57:16.492606 [ 253 ] {c0e9e2e6-1c50-4463-b330-ec7a72d63be5} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.492734 [ 253 ] {c0e9e2e6-1c50-4463-b330-ec7a72d63be5} executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. 2026.03.19 07:57:16.492772 [ 253 ] {c0e9e2e6-1c50-4463-b330-ec7a72d63be5} TCPHandler: Processed in 0.001355071 sec. 2026.03.19 07:57:16.492877 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:16.492970 [ 253 ] {fd4609af-7dcd-4987-80f5-2e689da8959e} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:16.493025 [ 253 ] {fd4609af-7dcd-4987-80f5-2e689da8959e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:57:16.493803 [ 253 ] {fd4609af-7dcd-4987-80f5-2e689da8959e} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.493840 [ 253 ] {fd4609af-7dcd-4987-80f5-2e689da8959e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.494395 [ 253 ] {fd4609af-7dcd-4987-80f5-2e689da8959e} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 07:57:16.494627 [ 253 ] {fd4609af-7dcd-4987-80f5-2e689da8959e} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.494755 [ 115 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 07:57:16.494773 [ 253 ] {fd4609af-7dcd-4987-80f5-2e689da8959e} executeQuery: Read 25 rows, 45.87 KiB in 0.00182 sec., 13736.263736263736 rows/sec., 24.61 MiB/sec. 2026.03.19 07:57:16.494843 [ 115 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.494858 [ 253 ] {fd4609af-7dcd-4987-80f5-2e689da8959e} TCPHandler: Processed in 0.002029693 sec. 2026.03.19 07:57:16.494884 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.494980 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:16.495022 [ 201 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.19 07:57:16.495082 [ 253 ] {219284c0-9d03-4a11-a155-8882405f130a} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:57:16.495128 [ 253 ] {219284c0-9d03-4a11-a155-8882405f130a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:57:16.495267 [ 201 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:16.495342 [ 201 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 383 rows starting from the beginning of the part 2026.03.19 07:57:16.495469 [ 201 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 25 rows starting from the beginning of the part 2026.03.19 07:57:16.495483 [ 253 ] {219284c0-9d03-4a11-a155-8882405f130a} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.495525 [ 253 ] {219284c0-9d03-4a11-a155-8882405f130a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.495565 [ 201 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 15 rows starting from the beginning of the part 2026.03.19 07:57:16.495670 [ 201 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 25 rows starting from the beginning of the part 2026.03.19 07:57:16.495764 [ 201 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 15 rows starting from the beginning of the part 2026.03.19 07:57:16.495850 [ 201 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 25 rows starting from the beginning of the part 2026.03.19 07:57:16.495851 [ 253 ] {219284c0-9d03-4a11-a155-8882405f130a} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 07:57:16.496094 [ 253 ] {219284c0-9d03-4a11-a155-8882405f130a} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.496233 [ 253 ] {219284c0-9d03-4a11-a155-8882405f130a} executeQuery: Read 60 rows, 4.14 KiB in 0.001172 sec., 51194.53924914676 rows/sec., 3.45 MiB/sec. 2026.03.19 07:57:16.496272 [ 253 ] {219284c0-9d03-4a11-a155-8882405f130a} TCPHandler: Processed in 0.001342942 sec. 2026.03.19 07:57:16.499438 [ 194 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 488 rows, containing 19 columns (19 merged, 0 gathered) in 0.004469441 sec., 109185.91385365641 rows/sec., 195.66 MiB/sec. 2026.03.19 07:57:16.500354 [ 200 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 07:57:16.500728 [ 200 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_26_5} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.500804 [ 200 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_26_5} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 07:57:16.500934 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. 2026.03.19 07:57:16.768165 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:16.768311 [ 253 ] {0c5daa6a-a169-453b-a920-1b23601301f2} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 07:57:16.768367 [ 253 ] {0c5daa6a-a169-453b-a920-1b23601301f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 07:57:16.768985 [ 253 ] {0c5daa6a-a169-453b-a920-1b23601301f2} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.769025 [ 253 ] {0c5daa6a-a169-453b-a920-1b23601301f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.769389 [ 253 ] {0c5daa6a-a169-453b-a920-1b23601301f2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 07:57:16.769600 [ 253 ] {0c5daa6a-a169-453b-a920-1b23601301f2} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.769743 [ 253 ] {0c5daa6a-a169-453b-a920-1b23601301f2} executeQuery: Read 284 rows, 18.47 KiB in 0.001465 sec., 193856.6552901024 rows/sec., 12.31 MiB/sec. 2026.03.19 07:57:16.769784 [ 253 ] {0c5daa6a-a169-453b-a920-1b23601301f2} TCPHandler: Processed in 0.001697747 sec. 2026.03.19 07:57:16.769904 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:16.770000 [ 253 ] {7374398c-ad7a-47ec-874d-e2ca3cc127df} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:57:16.770038 [ 253 ] {7374398c-ad7a-47ec-874d-e2ca3cc127df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:57:16.771693 [ 253 ] {7374398c-ad7a-47ec-874d-e2ca3cc127df} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.771730 [ 253 ] {7374398c-ad7a-47ec-874d-e2ca3cc127df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.772176 [ 253 ] {7374398c-ad7a-47ec-874d-e2ca3cc127df} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 07:57:16.772385 [ 253 ] {7374398c-ad7a-47ec-874d-e2ca3cc127df} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.772504 [ 116 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 07:57:16.772524 [ 253 ] {7374398c-ad7a-47ec-874d-e2ca3cc127df} executeQuery: Read 2707 rows, 211.19 KiB in 0.002543 sec., 1064490.7589461266 rows/sec., 81.10 MiB/sec. 2026.03.19 07:57:16.772575 [ 116 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.772592 [ 253 ] {7374398c-ad7a-47ec-874d-e2ca3cc127df} MemoryTracker: Peak memory usage (for query): 4.06 MiB. 2026.03.19 07:57:16.772604 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.772614 [ 253 ] {7374398c-ad7a-47ec-874d-e2ca3cc127df} TCPHandler: Processed in 0.002758914 sec. 2026.03.19 07:57:16.772737 [ 201 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.19 07:57:16.772768 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:16.772868 [ 253 ] {f2f98597-eccd-458f-8d5f-2f1a7c190bd8} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:57:16.772873 [ 201 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:16.772911 [ 253 ] {f2f98597-eccd-458f-8d5f-2f1a7c190bd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:57:16.772923 [ 201 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2887 rows starting from the beginning of the part 2026.03.19 07:57:16.772997 [ 201 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 86 rows starting from the beginning of the part 2026.03.19 07:57:16.773046 [ 201 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 226 rows starting from the beginning of the part 2026.03.19 07:57:16.773092 [ 201 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 86 rows starting from the beginning of the part 2026.03.19 07:57:16.773133 [ 201 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 106 rows starting from the beginning of the part 2026.03.19 07:57:16.773184 [ 201 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2707 rows starting from the beginning of the part 2026.03.19 07:57:16.773360 [ 253 ] {f2f98597-eccd-458f-8d5f-2f1a7c190bd8} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.773402 [ 253 ] {f2f98597-eccd-458f-8d5f-2f1a7c190bd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.773728 [ 253 ] {f2f98597-eccd-458f-8d5f-2f1a7c190bd8} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 07:57:16.773950 [ 253 ] {f2f98597-eccd-458f-8d5f-2f1a7c190bd8} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.774088 [ 253 ] {f2f98597-eccd-458f-8d5f-2f1a7c190bd8} executeQuery: Read 166 rows, 10.35 KiB in 0.001238 sec., 134087.23747980615 rows/sec., 8.16 MiB/sec. 2026.03.19 07:57:16.774125 [ 253 ] {f2f98597-eccd-458f-8d5f-2f1a7c190bd8} TCPHandler: Processed in 0.001405103 sec. 2026.03.19 07:57:16.774236 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:16.774329 [ 253 ] {308d6765-a72b-4079-8805-1bdafa11a0d3} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:57:16.774367 [ 253 ] {308d6765-a72b-4079-8805-1bdafa11a0d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:57:16.775013 [ 253 ] {308d6765-a72b-4079-8805-1bdafa11a0d3} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.775049 [ 253 ] {308d6765-a72b-4079-8805-1bdafa11a0d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.775405 [ 253 ] {308d6765-a72b-4079-8805-1bdafa11a0d3} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 07:57:16.775562 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 6098 rows, containing 5 columns (5 merged, 0 gathered) in 0.002885106 sec., 2113613.849889744 rows/sec., 171.80 MiB/sec. 2026.03.19 07:57:16.775612 [ 253 ] {308d6765-a72b-4079-8805-1bdafa11a0d3} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.775745 [ 253 ] {308d6765-a72b-4079-8805-1bdafa11a0d3} executeQuery: Read 857 rows, 52.15 KiB in 0.001434 sec., 597629.009762901 rows/sec., 35.51 MiB/sec. 2026.03.19 07:57:16.775782 [ 253 ] {308d6765-a72b-4079-8805-1bdafa11a0d3} TCPHandler: Processed in 0.001593215 sec. 2026.03.19 07:57:16.775887 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:16.775930 [ 194 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 07:57:16.775980 [ 253 ] {c2fa9a03-aa42-4711-b5b6-6d288ecaa705} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 07:57:16.776024 [ 253 ] {c2fa9a03-aa42-4711-b5b6-6d288ecaa705} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 07:57:16.776260 [ 194 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_36_7} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.776349 [ 194 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_36_7} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 07:57:16.776400 [ 253 ] {c2fa9a03-aa42-4711-b5b6-6d288ecaa705} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.776440 [ 253 ] {c2fa9a03-aa42-4711-b5b6-6d288ecaa705} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.776460 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. 2026.03.19 07:57:16.776730 [ 253 ] {c2fa9a03-aa42-4711-b5b6-6d288ecaa705} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 07:57:16.776936 [ 253 ] {c2fa9a03-aa42-4711-b5b6-6d288ecaa705} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.777056 [ 253 ] {c2fa9a03-aa42-4711-b5b6-6d288ecaa705} executeQuery: Read 1 rows, 72.00 B in 0.001099 sec., 909.9181073703368 rows/sec., 63.98 KiB/sec. 2026.03.19 07:57:16.777091 [ 253 ] {c2fa9a03-aa42-4711-b5b6-6d288ecaa705} TCPHandler: Processed in 0.00125859 sec. 2026.03.19 07:57:16.777194 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:16.777280 [ 253 ] {f5c16150-bcb2-4b6c-b30d-9933d270c0c9} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 07:57:16.777315 [ 253 ] {f5c16150-bcb2-4b6c-b30d-9933d270c0c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 07:57:16.777705 [ 253 ] {f5c16150-bcb2-4b6c-b30d-9933d270c0c9} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.777738 [ 253 ] {f5c16150-bcb2-4b6c-b30d-9933d270c0c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.778079 [ 253 ] {f5c16150-bcb2-4b6c-b30d-9933d270c0c9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 07:57:16.778286 [ 253 ] {f5c16150-bcb2-4b6c-b30d-9933d270c0c9} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.778409 [ 253 ] {f5c16150-bcb2-4b6c-b30d-9933d270c0c9} executeQuery: Read 148 rows, 8.62 KiB in 0.001126 sec., 131438.7211367673 rows/sec., 7.48 MiB/sec. 2026.03.19 07:57:16.778445 [ 253 ] {f5c16150-bcb2-4b6c-b30d-9933d270c0c9} TCPHandler: Processed in 0.00128446 sec. 2026.03.19 07:57:16.778554 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:16.778646 [ 253 ] {0d1a40d2-1508-4003-9fc4-ab05ae135400} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:57:16.778683 [ 253 ] {0d1a40d2-1508-4003-9fc4-ab05ae135400} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:57:16.779687 [ 253 ] {0d1a40d2-1508-4003-9fc4-ab05ae135400} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.779722 [ 253 ] {0d1a40d2-1508-4003-9fc4-ab05ae135400} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.780072 [ 253 ] {0d1a40d2-1508-4003-9fc4-ab05ae135400} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 07:57:16.780273 [ 253 ] {0d1a40d2-1508-4003-9fc4-ab05ae135400} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.780377 [ 116 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 07:57:16.780399 [ 253 ] {0d1a40d2-1508-4003-9fc4-ab05ae135400} executeQuery: Read 1450 rows, 102.33 KiB in 0.00177 sec., 819209.0395480226 rows/sec., 56.46 MiB/sec. 2026.03.19 07:57:16.780415 [ 116 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.780440 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.780442 [ 253 ] {0d1a40d2-1508-4003-9fc4-ab05ae135400} TCPHandler: Processed in 0.001934921 sec. 2026.03.19 07:57:16.780531 [ 190 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.19 07:57:16.780573 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:16.780657 [ 190 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:16.780672 [ 253 ] {eec2b2ec-3ecc-47c3-986c-f404a625dc6a} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.19 07:57:16.780699 [ 190 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1549 rows starting from the beginning of the part 2026.03.19 07:57:16.780718 [ 253 ] {eec2b2ec-3ecc-47c3-986c-f404a625dc6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.19 07:57:16.780775 [ 190 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 79 rows starting from the beginning of the part 2026.03.19 07:57:16.780831 [ 190 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 125 rows starting from the beginning of the part 2026.03.19 07:57:16.780876 [ 190 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 79 rows starting from the beginning of the part 2026.03.19 07:57:16.780921 [ 190 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 89 rows starting from the beginning of the part 2026.03.19 07:57:16.780970 [ 190 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1450 rows starting from the beginning of the part 2026.03.19 07:57:16.781053 [ 253 ] {eec2b2ec-3ecc-47c3-986c-f404a625dc6a} oximeter.measurements_bool (8502e53d-3e88-4bfb-a99f-872e242c3011): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.781093 [ 253 ] {eec2b2ec-3ecc-47c3-986c-f404a625dc6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.781409 [ 253 ] {eec2b2ec-3ecc-47c3-986c-f404a625dc6a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 07:57:16.781620 [ 253 ] {eec2b2ec-3ecc-47c3-986c-f404a625dc6a} oximeter.measurements_bool (8502e53d-3e88-4bfb-a99f-872e242c3011): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.781755 [ 253 ] {eec2b2ec-3ecc-47c3-986c-f404a625dc6a} executeQuery: Read 6 rows, 321.00 B in 0.001101 sec., 5449.591280653951 rows/sec., 284.72 KiB/sec. 2026.03.19 07:57:16.781792 [ 253 ] {eec2b2ec-3ecc-47c3-986c-f404a625dc6a} TCPHandler: Processed in 0.001267441 sec. 2026.03.19 07:57:16.781900 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:16.781993 [ 253 ] {05f421a4-b697-400d-ac88-51a5b8b7860b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:16.782033 [ 253 ] {05f421a4-b697-400d-ac88-51a5b8b7860b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:57:16.782358 [ 194 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3371 rows, containing 5 columns (5 merged, 0 gathered) in 0.001868239 sec., 1804372.9951039455 rows/sec., 133.96 MiB/sec. 2026.03.19 07:57:16.782549 [ 190 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 07:57:16.782692 [ 253 ] {05f421a4-b697-400d-ac88-51a5b8b7860b} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.782734 [ 253 ] {05f421a4-b697-400d-ac88-51a5b8b7860b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.782784 [ 190 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_36_7} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.782856 [ 190 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_36_7} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 07:57:16.782918 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.03.19 07:57:16.783145 [ 253 ] {05f421a4-b697-400d-ac88-51a5b8b7860b} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 07:57:16.783360 [ 253 ] {05f421a4-b697-400d-ac88-51a5b8b7860b} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.783468 [ 116 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 07:57:16.783488 [ 253 ] {05f421a4-b697-400d-ac88-51a5b8b7860b} executeQuery: Read 1322 rows, 84.54 KiB in 0.001514 sec., 873183.6195508587 rows/sec., 54.53 MiB/sec. 2026.03.19 07:57:16.783534 [ 116 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.783560 [ 253 ] {05f421a4-b697-400d-ac88-51a5b8b7860b} TCPHandler: Processed in 0.001707756 sec. 2026.03.19 07:57:16.783563 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.783671 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.19 07:57:16.783684 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:16.783798 [ 253 ] {0f06428e-c8ae-4e7b-814d-4a5602d361a3} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.19 07:57:16.783804 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:16.783841 [ 253 ] {0f06428e-c8ae-4e7b-814d-4a5602d361a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.19 07:57:16.783854 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10870 rows starting from the beginning of the part 2026.03.19 07:57:16.783931 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part 2026.03.19 07:57:16.783982 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 196 rows starting from the beginning of the part 2026.03.19 07:57:16.784029 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part 2026.03.19 07:57:16.784072 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part 2026.03.19 07:57:16.784122 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1322 rows starting from the beginning of the part 2026.03.19 07:57:16.784154 [ 253 ] {0f06428e-c8ae-4e7b-814d-4a5602d361a3} oximeter.measurements_f64 (715f0e5a-6a86-4139-adcd-92ecd18d02ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.784194 [ 253 ] {0f06428e-c8ae-4e7b-814d-4a5602d361a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.784527 [ 253 ] {0f06428e-c8ae-4e7b-814d-4a5602d361a3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 07:57:16.784733 [ 253 ] {0f06428e-c8ae-4e7b-814d-4a5602d361a3} oximeter.measurements_f64 (715f0e5a-6a86-4139-adcd-92ecd18d02ff): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.784861 [ 253 ] {0f06428e-c8ae-4e7b-814d-4a5602d361a3} executeQuery: Read 1 rows, 69.00 B in 0.001082 sec., 924.2144177449168 rows/sec., 62.28 KiB/sec. 2026.03.19 07:57:16.784897 [ 253 ] {0f06428e-c8ae-4e7b-814d-4a5602d361a3} TCPHandler: Processed in 0.00126031 sec. 2026.03.19 07:57:16.785009 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:16.785103 [ 253 ] {60b246bc-dc50-4d39-8fd0-aa260d08abfa} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:16.785155 [ 253 ] {60b246bc-dc50-4d39-8fd0-aa260d08abfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:57:16.785960 [ 253 ] {60b246bc-dc50-4d39-8fd0-aa260d08abfa} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.785997 [ 253 ] {60b246bc-dc50-4d39-8fd0-aa260d08abfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.786636 [ 253 ] {60b246bc-dc50-4d39-8fd0-aa260d08abfa} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 07:57:16.786865 [ 253 ] {60b246bc-dc50-4d39-8fd0-aa260d08abfa} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.787002 [ 253 ] {60b246bc-dc50-4d39-8fd0-aa260d08abfa} executeQuery: Read 24 rows, 44.04 KiB in 0.001916 sec., 12526.096033402922 rows/sec., 22.45 MiB/sec. 2026.03.19 07:57:16.787056 [ 253 ] {60b246bc-dc50-4d39-8fd0-aa260d08abfa} TCPHandler: Processed in 0.002099653 sec. 2026.03.19 07:57:16.787158 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:16.787252 [ 253 ] {a274733d-95d5-495b-8b01-22293889c0f2} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:57:16.787291 [ 253 ] {a274733d-95d5-495b-8b01-22293889c0f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:57:16.787611 [ 253 ] {a274733d-95d5-495b-8b01-22293889c0f2} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.787646 [ 253 ] {a274733d-95d5-495b-8b01-22293889c0f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.787916 [ 187 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 12868 rows, containing 5 columns (5 merged, 0 gathered) in 0.004288349 sec., 3000688.6099988595 rows/sec., 196.87 MiB/sec. 2026.03.19 07:57:16.787941 [ 253 ] {a274733d-95d5-495b-8b01-22293889c0f2} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 07:57:16.788145 [ 253 ] {a274733d-95d5-495b-8b01-22293889c0f2} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.788230 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 07:57:16.788252 [ 116 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 07:57:16.788279 [ 253 ] {a274733d-95d5-495b-8b01-22293889c0f2} executeQuery: Read 42 rows, 2.45 KiB in 0.001045 sec., 40191.387559808616 rows/sec., 2.29 MiB/sec. 2026.03.19 07:57:16.788285 [ 116 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:16.788322 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:16.788322 [ 253 ] {a274733d-95d5-495b-8b01-22293889c0f2} TCPHandler: Processed in 0.001211079 sec. 2026.03.19 07:57:16.788401 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.19 07:57:16.788502 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:16.788519 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_36_7} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.788527 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1620 rows starting from the beginning of the part 2026.03.19 07:57:16.788584 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2026.03.19 07:57:16.788603 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_36_7} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 07:57:16.788621 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2026.03.19 07:57:16.788664 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2026.03.19 07:57:16.788692 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.40 MiB. 2026.03.19 07:57:16.788695 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2026.03.19 07:57:16.788747 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 42 rows starting from the beginning of the part 2026.03.19 07:57:16.789660 [ 191 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1902 rows, containing 4 columns (4 merged, 0 gathered) in 0.00129189 sec., 1472261.5702575296 rows/sec., 98.21 MiB/sec. 2026.03.19 07:57:16.789859 [ 200 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 07:57:16.790108 [ 200 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_36_7} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:16.790172 [ 200 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_36_7} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 07:57:16.790242 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.03.19 07:57:18.541647 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10904 2026.03.19 07:57:18.542210 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:18.542257 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:18.542791 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 07:57:18.543027 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:18.543207 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10904 2026.03.19 07:57:19.126494 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.03.19 07:57:19.145449 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:19.145525 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:19.151712 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 07:57:19.152468 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:19.156122 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.03.19 07:57:21.483305 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:21.483523 [ 253 ] {d53d64e9-e812-42b7-b960-024c7f1a8e2d} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:57:21.483597 [ 253 ] {d53d64e9-e812-42b7-b960-024c7f1a8e2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:57:21.484304 [ 253 ] {d53d64e9-e812-42b7-b960-024c7f1a8e2d} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:21.484351 [ 253 ] {d53d64e9-e812-42b7-b960-024c7f1a8e2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:21.484759 [ 253 ] {d53d64e9-e812-42b7-b960-024c7f1a8e2d} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 07:57:21.484980 [ 253 ] {d53d64e9-e812-42b7-b960-024c7f1a8e2d} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:21.485137 [ 253 ] {d53d64e9-e812-42b7-b960-024c7f1a8e2d} executeQuery: Read 56 rows, 4.41 KiB in 0.00167 sec., 33532.934131736525 rows/sec., 2.58 MiB/sec. 2026.03.19 07:57:21.485178 [ 253 ] {d53d64e9-e812-42b7-b960-024c7f1a8e2d} TCPHandler: Processed in 0.002013952 sec. 2026.03.19 07:57:21.485298 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:21.485392 [ 253 ] {8d71fcce-f824-4918-8fa9-d097b7ab341c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:57:21.485431 [ 253 ] {8d71fcce-f824-4918-8fa9-d097b7ab341c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:57:21.485849 [ 253 ] {8d71fcce-f824-4918-8fa9-d097b7ab341c} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:21.485883 [ 253 ] {8d71fcce-f824-4918-8fa9-d097b7ab341c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:21.486178 [ 253 ] {8d71fcce-f824-4918-8fa9-d097b7ab341c} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 07:57:21.486382 [ 253 ] {8d71fcce-f824-4918-8fa9-d097b7ab341c} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:21.486507 [ 253 ] {8d71fcce-f824-4918-8fa9-d097b7ab341c} executeQuery: Read 64 rows, 5.12 KiB in 0.001133 sec., 56487.202118270085 rows/sec., 4.41 MiB/sec. 2026.03.19 07:57:21.486542 [ 253 ] {8d71fcce-f824-4918-8fa9-d097b7ab341c} TCPHandler: Processed in 0.00129294 sec. 2026.03.19 07:57:21.486653 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:21.486746 [ 253 ] {c6aacd28-174a-47d4-b730-4d55ec771d77} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:21.486789 [ 253 ] {c6aacd28-174a-47d4-b730-4d55ec771d77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:57:21.487166 [ 253 ] {c6aacd28-174a-47d4-b730-4d55ec771d77} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:21.487200 [ 253 ] {c6aacd28-174a-47d4-b730-4d55ec771d77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:21.487520 [ 253 ] {c6aacd28-174a-47d4-b730-4d55ec771d77} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 07:57:21.487726 [ 253 ] {c6aacd28-174a-47d4-b730-4d55ec771d77} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:21.487850 [ 253 ] {c6aacd28-174a-47d4-b730-4d55ec771d77} executeQuery: Read 128 rows, 9.13 KiB in 0.001122 sec., 114081.99643493761 rows/sec., 7.95 MiB/sec. 2026.03.19 07:57:21.487885 [ 253 ] {c6aacd28-174a-47d4-b730-4d55ec771d77} TCPHandler: Processed in 0.001279791 sec. 2026.03.19 07:57:21.488002 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:21.488100 [ 253 ] {066c6aed-daab-4fb8-b293-b96a3cd31fdd} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:57:21.488140 [ 253 ] {066c6aed-daab-4fb8-b293-b96a3cd31fdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:57:21.488458 [ 253 ] {066c6aed-daab-4fb8-b293-b96a3cd31fdd} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:21.488490 [ 253 ] {066c6aed-daab-4fb8-b293-b96a3cd31fdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:21.488764 [ 253 ] {066c6aed-daab-4fb8-b293-b96a3cd31fdd} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 07:57:21.488960 [ 253 ] {066c6aed-daab-4fb8-b293-b96a3cd31fdd} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:21.489075 [ 253 ] {066c6aed-daab-4fb8-b293-b96a3cd31fdd} executeQuery: Read 48 rows, 3.31 KiB in 0.001046 sec., 45889.10133843212 rows/sec., 3.09 MiB/sec. 2026.03.19 07:57:21.489124 [ 253 ] {066c6aed-daab-4fb8-b293-b96a3cd31fdd} TCPHandler: Processed in 0.001225929 sec. 2026.03.19 07:57:25.962023 [ 102 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:57:25.962093 [ 102 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:57:26.043734 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11416 2026.03.19 07:57:26.044441 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:26.044496 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:26.045002 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 07:57:26.045256 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:26.045390 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11416 2026.03.19 07:57:26.072282 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 712 2026.03.19 07:57:26.074948 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:26.075008 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:26.076218 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 07:57:26.076501 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:26.076871 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 712 2026.03.19 07:57:26.485694 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:26.485880 [ 253 ] {dc06c24a-42c8-4ae2-83a3-fd6c710fbfc3} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:57:26.485948 [ 253 ] {dc06c24a-42c8-4ae2-83a3-fd6c710fbfc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:57:26.486699 [ 253 ] {dc06c24a-42c8-4ae2-83a3-fd6c710fbfc3} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:26.486748 [ 253 ] {dc06c24a-42c8-4ae2-83a3-fd6c710fbfc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:26.487159 [ 253 ] {dc06c24a-42c8-4ae2-83a3-fd6c710fbfc3} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 07:57:26.487389 [ 253 ] {dc06c24a-42c8-4ae2-83a3-fd6c710fbfc3} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:26.487558 [ 253 ] {dc06c24a-42c8-4ae2-83a3-fd6c710fbfc3} executeQuery: Read 106 rows, 9.11 KiB in 0.001729 sec., 61307.113938692884 rows/sec., 5.15 MiB/sec. 2026.03.19 07:57:26.487602 [ 253 ] {dc06c24a-42c8-4ae2-83a3-fd6c710fbfc3} TCPHandler: Processed in 0.002041952 sec. 2026.03.19 07:57:26.487727 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:26.487824 [ 253 ] {729252a0-8818-4cf8-a548-8df49d4341af} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:57:26.487889 [ 253 ] {729252a0-8818-4cf8-a548-8df49d4341af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:57:26.488293 [ 253 ] {729252a0-8818-4cf8-a548-8df49d4341af} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:26.488330 [ 253 ] {729252a0-8818-4cf8-a548-8df49d4341af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:26.488629 [ 253 ] {729252a0-8818-4cf8-a548-8df49d4341af} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 07:57:26.488847 [ 253 ] {729252a0-8818-4cf8-a548-8df49d4341af} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:26.488980 [ 253 ] {729252a0-8818-4cf8-a548-8df49d4341af} executeQuery: Read 25 rows, 1.88 KiB in 0.001175 sec., 21276.59574468085 rows/sec., 1.56 MiB/sec. 2026.03.19 07:57:26.489018 [ 253 ] {729252a0-8818-4cf8-a548-8df49d4341af} TCPHandler: Processed in 0.001341202 sec. 2026.03.19 07:57:26.489121 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:26.489215 [ 253 ] {03d1a5ba-9330-4118-9e6e-41d58aa62880} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:57:26.489255 [ 253 ] {03d1a5ba-9330-4118-9e6e-41d58aa62880} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:57:26.489676 [ 253 ] {03d1a5ba-9330-4118-9e6e-41d58aa62880} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:26.489713 [ 253 ] {03d1a5ba-9330-4118-9e6e-41d58aa62880} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:26.490020 [ 253 ] {03d1a5ba-9330-4118-9e6e-41d58aa62880} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 07:57:26.490247 [ 253 ] {03d1a5ba-9330-4118-9e6e-41d58aa62880} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:26.490390 [ 253 ] {03d1a5ba-9330-4118-9e6e-41d58aa62880} executeQuery: Read 89 rows, 7.12 KiB in 0.001193 sec., 74601.84409052807 rows/sec., 5.83 MiB/sec. 2026.03.19 07:57:26.490429 [ 253 ] {03d1a5ba-9330-4118-9e6e-41d58aa62880} TCPHandler: Processed in 0.001356691 sec. 2026.03.19 07:57:26.490536 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:26.490631 [ 253 ] {c902a12a-9c76-4342-8c75-40f3919a07f5} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:26.490674 [ 253 ] {c902a12a-9c76-4342-8c75-40f3919a07f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:57:26.491076 [ 253 ] {c902a12a-9c76-4342-8c75-40f3919a07f5} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:26.491113 [ 253 ] {c902a12a-9c76-4342-8c75-40f3919a07f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:26.491452 [ 253 ] {c902a12a-9c76-4342-8c75-40f3919a07f5} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 07:57:26.491664 [ 253 ] {c902a12a-9c76-4342-8c75-40f3919a07f5} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:26.491798 [ 253 ] {c902a12a-9c76-4342-8c75-40f3919a07f5} executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. 2026.03.19 07:57:26.491836 [ 253 ] {c902a12a-9c76-4342-8c75-40f3919a07f5} TCPHandler: Processed in 0.001348971 sec. 2026.03.19 07:57:26.491959 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:26.492082 [ 253 ] {ac1013b6-3767-41a6-a64e-2a9aeb03dafd} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:26.492148 [ 253 ] {ac1013b6-3767-41a6-a64e-2a9aeb03dafd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:57:26.492970 [ 253 ] {ac1013b6-3767-41a6-a64e-2a9aeb03dafd} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:26.493007 [ 253 ] {ac1013b6-3767-41a6-a64e-2a9aeb03dafd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:26.493551 [ 253 ] {ac1013b6-3767-41a6-a64e-2a9aeb03dafd} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 07:57:26.493776 [ 253 ] {ac1013b6-3767-41a6-a64e-2a9aeb03dafd} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:26.493916 [ 253 ] {ac1013b6-3767-41a6-a64e-2a9aeb03dafd} executeQuery: Read 25 rows, 45.87 KiB in 0.001859 sec., 13448.090371167295 rows/sec., 24.10 MiB/sec. 2026.03.19 07:57:26.493971 [ 253 ] {ac1013b6-3767-41a6-a64e-2a9aeb03dafd} TCPHandler: Processed in 0.002073504 sec. 2026.03.19 07:57:26.494078 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:26.494173 [ 253 ] {cf7a1ba3-cb2a-45c8-ab46-6e52d0a9d64f} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:57:26.494216 [ 253 ] {cf7a1ba3-cb2a-45c8-ab46-6e52d0a9d64f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:57:26.494575 [ 253 ] {cf7a1ba3-cb2a-45c8-ab46-6e52d0a9d64f} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:26.494611 [ 253 ] {cf7a1ba3-cb2a-45c8-ab46-6e52d0a9d64f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:26.494926 [ 253 ] {cf7a1ba3-cb2a-45c8-ab46-6e52d0a9d64f} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 07:57:26.495132 [ 253 ] {cf7a1ba3-cb2a-45c8-ab46-6e52d0a9d64f} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:26.495268 [ 253 ] {cf7a1ba3-cb2a-45c8-ab46-6e52d0a9d64f} executeQuery: Read 60 rows, 4.14 KiB in 0.001115 sec., 53811.65919282511 rows/sec., 3.63 MiB/sec. 2026.03.19 07:57:26.495304 [ 253 ] {cf7a1ba3-cb2a-45c8-ab46-6e52d0a9d64f} TCPHandler: Processed in 0.001277131 sec. 2026.03.19 07:57:26.656546 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.03.19 07:57:26.673816 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:26.673885 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:26.679894 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 07:57:26.680608 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:26.684073 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.03.19 07:57:31.493553 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:31.493861 [ 253 ] {84b9fe34-c009-4355-85b2-b5df84570412} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 07:57:31.493966 [ 253 ] {84b9fe34-c009-4355-85b2-b5df84570412} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 07:57:31.494911 [ 253 ] {84b9fe34-c009-4355-85b2-b5df84570412} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:31.494952 [ 253 ] {84b9fe34-c009-4355-85b2-b5df84570412} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:31.495352 [ 253 ] {84b9fe34-c009-4355-85b2-b5df84570412} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 07:57:31.495577 [ 253 ] {84b9fe34-c009-4355-85b2-b5df84570412} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:31.495729 [ 253 ] {84b9fe34-c009-4355-85b2-b5df84570412} executeQuery: Read 284 rows, 18.47 KiB in 0.001946 sec., 145940.3905447071 rows/sec., 9.27 MiB/sec. 2026.03.19 07:57:31.495770 [ 253 ] {84b9fe34-c009-4355-85b2-b5df84570412} TCPHandler: Processed in 0.002404038 sec. 2026.03.19 07:57:31.495901 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:31.495996 [ 253 ] {1df25b45-e55e-467e-9b57-29eeaa8019ae} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:57:31.496036 [ 253 ] {1df25b45-e55e-467e-9b57-29eeaa8019ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:57:31.496793 [ 253 ] {1df25b45-e55e-467e-9b57-29eeaa8019ae} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:31.496830 [ 253 ] {1df25b45-e55e-467e-9b57-29eeaa8019ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:31.497178 [ 253 ] {1df25b45-e55e-467e-9b57-29eeaa8019ae} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.19 07:57:31.497386 [ 253 ] {1df25b45-e55e-467e-9b57-29eeaa8019ae} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:31.497515 [ 253 ] {1df25b45-e55e-467e-9b57-29eeaa8019ae} executeQuery: Read 827 rows, 66.48 KiB in 0.001538 sec., 537711.3133940182 rows/sec., 42.21 MiB/sec. 2026.03.19 07:57:31.497552 [ 253 ] {1df25b45-e55e-467e-9b57-29eeaa8019ae} TCPHandler: Processed in 0.001708697 sec. 2026.03.19 07:57:31.497658 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:31.497751 [ 253 ] {729b2b91-4203-46be-91b0-e6eac9be6685} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:57:31.497790 [ 253 ] {729b2b91-4203-46be-91b0-e6eac9be6685} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:57:31.498216 [ 253 ] {729b2b91-4203-46be-91b0-e6eac9be6685} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:31.498251 [ 253 ] {729b2b91-4203-46be-91b0-e6eac9be6685} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:31.498550 [ 253 ] {729b2b91-4203-46be-91b0-e6eac9be6685} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 07:57:31.498773 [ 253 ] {729b2b91-4203-46be-91b0-e6eac9be6685} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:31.498887 [ 95 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2026.03.19 07:57:31.498899 [ 253 ] {729b2b91-4203-46be-91b0-e6eac9be6685} executeQuery: Read 157 rows, 9.67 KiB in 0.001167 sec., 134532.99057412168 rows/sec., 8.09 MiB/sec. 2026.03.19 07:57:31.498966 [ 95 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:31.498981 [ 253 ] {729b2b91-4203-46be-91b0-e6eac9be6685} TCPHandler: Processed in 0.001370412 sec. 2026.03.19 07:57:31.498993 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:31.499096 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:31.499105 [ 190 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_30_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full 2026.03.19 07:57:31.499199 [ 253 ] {9acce6a6-7937-4aaa-ab39-f5891472ee1d} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:57:31.499242 [ 253 ] {9acce6a6-7937-4aaa-ab39-f5891472ee1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:57:31.499250 [ 190 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:31.499293 [ 190 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 223 rows starting from the beginning of the part 2026.03.19 07:57:31.499365 [ 190 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 15 rows starting from the beginning of the part 2026.03.19 07:57:31.499416 [ 190 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 25 rows starting from the beginning of the part 2026.03.19 07:57:31.499473 [ 190 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 166 rows starting from the beginning of the part 2026.03.19 07:57:31.499517 [ 190 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 25 rows starting from the beginning of the part 2026.03.19 07:57:31.499562 [ 190 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 157 rows starting from the beginning of the part 2026.03.19 07:57:31.499669 [ 253 ] {9acce6a6-7937-4aaa-ab39-f5891472ee1d} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:31.499710 [ 253 ] {9acce6a6-7937-4aaa-ab39-f5891472ee1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:31.500043 [ 253 ] {9acce6a6-7937-4aaa-ab39-f5891472ee1d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 07:57:31.500274 [ 253 ] {9acce6a6-7937-4aaa-ab39-f5891472ee1d} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:31.500406 [ 253 ] {9acce6a6-7937-4aaa-ab39-f5891472ee1d} executeQuery: Read 149 rows, 9.86 KiB in 0.001225 sec., 121632.6530612245 rows/sec., 7.86 MiB/sec. 2026.03.19 07:57:31.500442 [ 253 ] {9acce6a6-7937-4aaa-ab39-f5891472ee1d} TCPHandler: Processed in 0.001393992 sec. 2026.03.19 07:57:31.500528 [ 190 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 5 columns (5 merged, 0 gathered) in 0.001471513 sec., 415218.8937508537 rows/sec., 27.79 MiB/sec. 2026.03.19 07:57:31.500554 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:31.500650 [ 253 ] {9bb920e0-6377-42dc-b55d-aee70d36c4d9} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 07:57:31.500685 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2026.03.19 07:57:31.500688 [ 253 ] {9bb920e0-6377-42dc-b55d-aee70d36c4d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 07:57:31.500957 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_30_6} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:31.501025 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_30_6} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2026.03.19 07:57:31.501106 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.19 07:57:31.501115 [ 253 ] {9bb920e0-6377-42dc-b55d-aee70d36c4d9} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:31.501150 [ 253 ] {9bb920e0-6377-42dc-b55d-aee70d36c4d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:31.501445 [ 253 ] {9bb920e0-6377-42dc-b55d-aee70d36c4d9} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 07:57:31.501651 [ 253 ] {9bb920e0-6377-42dc-b55d-aee70d36c4d9} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:31.501777 [ 253 ] {9bb920e0-6377-42dc-b55d-aee70d36c4d9} executeQuery: Read 148 rows, 8.62 KiB in 0.001145 sec., 129257.64192139739 rows/sec., 7.35 MiB/sec. 2026.03.19 07:57:31.501815 [ 253 ] {9bb920e0-6377-42dc-b55d-aee70d36c4d9} TCPHandler: Processed in 0.001312011 sec. 2026.03.19 07:57:31.501926 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:31.502018 [ 253 ] {efdba81d-0107-4b2d-afc5-b77382bdcc72} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:57:31.502056 [ 253 ] {efdba81d-0107-4b2d-afc5-b77382bdcc72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:57:31.502612 [ 253 ] {efdba81d-0107-4b2d-afc5-b77382bdcc72} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:31.502649 [ 253 ] {efdba81d-0107-4b2d-afc5-b77382bdcc72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:31.502956 [ 253 ] {efdba81d-0107-4b2d-afc5-b77382bdcc72} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.19 07:57:31.503165 [ 253 ] {efdba81d-0107-4b2d-afc5-b77382bdcc72} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:31.503292 [ 253 ] {efdba81d-0107-4b2d-afc5-b77382bdcc72} executeQuery: Read 505 rows, 36.38 KiB in 0.001291 sec., 391169.63594113087 rows/sec., 27.52 MiB/sec. 2026.03.19 07:57:31.503329 [ 253 ] {efdba81d-0107-4b2d-afc5-b77382bdcc72} TCPHandler: Processed in 0.001453573 sec. 2026.03.19 07:57:31.503434 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:31.503527 [ 253 ] {2faa5af4-eb02-4f8c-8a5e-712592f96218} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.19 07:57:31.503568 [ 253 ] {2faa5af4-eb02-4f8c-8a5e-712592f96218} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.19 07:57:31.503892 [ 253 ] {2faa5af4-eb02-4f8c-8a5e-712592f96218} oximeter.measurements_bool (8502e53d-3e88-4bfb-a99f-872e242c3011): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:31.503927 [ 253 ] {2faa5af4-eb02-4f8c-8a5e-712592f96218} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:31.504224 [ 253 ] {2faa5af4-eb02-4f8c-8a5e-712592f96218} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 07:57:31.504429 [ 253 ] {2faa5af4-eb02-4f8c-8a5e-712592f96218} oximeter.measurements_bool (8502e53d-3e88-4bfb-a99f-872e242c3011): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:31.504555 [ 253 ] {2faa5af4-eb02-4f8c-8a5e-712592f96218} executeQuery: Read 6 rows, 321.00 B in 0.001045 sec., 5741.626794258374 rows/sec., 299.98 KiB/sec. 2026.03.19 07:57:31.504591 [ 253 ] {2faa5af4-eb02-4f8c-8a5e-712592f96218} TCPHandler: Processed in 0.001205229 sec. 2026.03.19 07:57:31.504700 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:31.504792 [ 253 ] {4b3b7b7c-3d75-4586-a6ab-5f0e3cd126ed} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:31.504833 [ 253 ] {4b3b7b7c-3d75-4586-a6ab-5f0e3cd126ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:57:31.505248 [ 253 ] {4b3b7b7c-3d75-4586-a6ab-5f0e3cd126ed} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:31.505284 [ 253 ] {4b3b7b7c-3d75-4586-a6ab-5f0e3cd126ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:31.505605 [ 253 ] {4b3b7b7c-3d75-4586-a6ab-5f0e3cd126ed} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.19 07:57:31.505809 [ 253 ] {4b3b7b7c-3d75-4586-a6ab-5f0e3cd126ed} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:31.505935 [ 253 ] {4b3b7b7c-3d75-4586-a6ab-5f0e3cd126ed} executeQuery: Read 265 rows, 18.03 KiB in 0.001161 sec., 228251.50732127478 rows/sec., 15.17 MiB/sec. 2026.03.19 07:57:31.505971 [ 253 ] {4b3b7b7c-3d75-4586-a6ab-5f0e3cd126ed} TCPHandler: Processed in 0.001322771 sec. 2026.03.19 07:57:31.506081 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:31.506175 [ 253 ] {92c52383-7e6c-4000-a58b-c4d60fae34f5} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.19 07:57:31.506216 [ 253 ] {92c52383-7e6c-4000-a58b-c4d60fae34f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.19 07:57:31.506522 [ 253 ] {92c52383-7e6c-4000-a58b-c4d60fae34f5} oximeter.measurements_f64 (715f0e5a-6a86-4139-adcd-92ecd18d02ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:31.506556 [ 253 ] {92c52383-7e6c-4000-a58b-c4d60fae34f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:31.506845 [ 253 ] {92c52383-7e6c-4000-a58b-c4d60fae34f5} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 07:57:31.507057 [ 253 ] {92c52383-7e6c-4000-a58b-c4d60fae34f5} oximeter.measurements_f64 (715f0e5a-6a86-4139-adcd-92ecd18d02ff): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:31.507183 [ 253 ] {92c52383-7e6c-4000-a58b-c4d60fae34f5} executeQuery: Read 1 rows, 69.00 B in 0.001026 sec., 974.6588693957115 rows/sec., 65.68 KiB/sec. 2026.03.19 07:57:31.507217 [ 253 ] {92c52383-7e6c-4000-a58b-c4d60fae34f5} TCPHandler: Processed in 0.001183329 sec. 2026.03.19 07:57:31.507331 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:31.507423 [ 253 ] {9b030515-11f3-4598-8ded-25ed3c6ee546} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:31.507476 [ 253 ] {9b030515-11f3-4598-8ded-25ed3c6ee546} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:57:31.508262 [ 253 ] {9b030515-11f3-4598-8ded-25ed3c6ee546} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:31.508295 [ 253 ] {9b030515-11f3-4598-8ded-25ed3c6ee546} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:31.508803 [ 253 ] {9b030515-11f3-4598-8ded-25ed3c6ee546} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 07:57:31.509017 [ 253 ] {9b030515-11f3-4598-8ded-25ed3c6ee546} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:31.509150 [ 253 ] {9b030515-11f3-4598-8ded-25ed3c6ee546} executeQuery: Read 15 rows, 27.52 KiB in 0.001744 sec., 8600.91743119266 rows/sec., 15.41 MiB/sec. 2026.03.19 07:57:31.509200 [ 253 ] {9b030515-11f3-4598-8ded-25ed3c6ee546} TCPHandler: Processed in 0.00192649 sec. 2026.03.19 07:57:31.509350 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:31.509471 [ 253 ] {dab94665-9fcf-4023-b9f6-052ba2e0b9a0} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:57:31.509520 [ 253 ] {dab94665-9fcf-4023-b9f6-052ba2e0b9a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:57:31.509951 [ 253 ] {dab94665-9fcf-4023-b9f6-052ba2e0b9a0} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:31.509991 [ 253 ] {dab94665-9fcf-4023-b9f6-052ba2e0b9a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:31.510348 [ 253 ] {dab94665-9fcf-4023-b9f6-052ba2e0b9a0} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.19 07:57:31.510552 [ 253 ] {dab94665-9fcf-4023-b9f6-052ba2e0b9a0} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:31.510675 [ 253 ] {dab94665-9fcf-4023-b9f6-052ba2e0b9a0} executeQuery: Read 90 rows, 5.77 KiB in 0.00123 sec., 73170.73170731707 rows/sec., 4.58 MiB/sec. 2026.03.19 07:57:31.510710 [ 253 ] {dab94665-9fcf-4023-b9f6-052ba2e0b9a0} TCPHandler: Processed in 0.001418622 sec. 2026.03.19 07:57:32.318742 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52664 2026.03.19 07:57:32.318849 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:32.318877 [ 288 ] {} TCP-Session: 3cc3625c-140d-4506-a70d-5066473bcb8b Authenticating user 'default' from [fd00:1122:3344:101::e]:52664 2026.03.19 07:57:32.318899 [ 288 ] {} TCP-Session: 3cc3625c-140d-4506-a70d-5066473bcb8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.318912 [ 288 ] {} TCP-Session: 3cc3625c-140d-4506-a70d-5066473bcb8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.319092 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44057 2026.03.19 07:57:32.319132 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56717 2026.03.19 07:57:32.319159 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40360 2026.03.19 07:57:32.319198 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44794 2026.03.19 07:57:32.319226 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:32.319233 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:32.319250 [ 288 ] {} TCP-Session: 3cc3625c-140d-4506-a70d-5066473bcb8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:32.319273 [ 290 ] {} TCP-Session: cefd316e-f9aa-4936-9fed-1ba8eb9f932f Authenticating user 'default' from [fd00:1122:3344:101::e]:44057 2026.03.19 07:57:32.319283 [ 292 ] {} TCP-Session: 5d5ceab6-414b-4f2e-84e4-fef1b66de324 Authenticating user 'default' from [fd00:1122:3344:101::e]:56717 2026.03.19 07:57:32.319186 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51419 2026.03.19 07:57:32.319333 [ 292 ] {} TCP-Session: 5d5ceab6-414b-4f2e-84e4-fef1b66de324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.319320 [ 290 ] {} TCP-Session: cefd316e-f9aa-4936-9fed-1ba8eb9f932f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.319363 [ 292 ] {} TCP-Session: 5d5ceab6-414b-4f2e-84e4-fef1b66de324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.319429 [ 290 ] {} TCP-Session: cefd316e-f9aa-4936-9fed-1ba8eb9f932f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.319451 [ 288 ] {25ce001c-8712-4167-9c62-ca7c6c5ae67c} executeQuery: (from [fd00:1122:3344:101::e]:52664) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 07:57:32.319476 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:32.319175 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45017 2026.03.19 07:57:32.319537 [ 3 ] {} TCP-Session: 31b00f81-ffd1-4338-8d78-1da368666fc6 Authenticating user 'default' from [fd00:1122:3344:101::e]:44794 2026.03.19 07:57:32.319106 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44670 2026.03.19 07:57:32.319588 [ 3 ] {} TCP-Session: 31b00f81-ffd1-4338-8d78-1da368666fc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.319158 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39757 2026.03.19 07:57:32.319623 [ 3 ] {} TCP-Session: 31b00f81-ffd1-4338-8d78-1da368666fc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.319620 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:32.319467 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:32.319678 [ 296 ] {} TCP-Session: 2f3a6466-8c27-4922-9cdc-8cf6979598bd Authenticating user 'default' from [fd00:1122:3344:101::e]:51419 2026.03.19 07:57:32.319710 [ 294 ] {} TCP-Session: 4c70d194-f5ba-4295-9d14-5aa95bcbc71a Authenticating user 'default' from [fd00:1122:3344:101::e]:40360 2026.03.19 07:57:32.319713 [ 296 ] {} TCP-Session: 2f3a6466-8c27-4922-9cdc-8cf6979598bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.319733 [ 288 ] {25ce001c-8712-4167-9c62-ca7c6c5ae67c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 07:57:32.319748 [ 296 ] {} TCP-Session: 2f3a6466-8c27-4922-9cdc-8cf6979598bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.319740 [ 294 ] {} TCP-Session: 4c70d194-f5ba-4295-9d14-5aa95bcbc71a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.319787 [ 294 ] {} TCP-Session: 4c70d194-f5ba-4295-9d14-5aa95bcbc71a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.319794 [ 288 ] {25ce001c-8712-4167-9c62-ca7c6c5ae67c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:57:32.319797 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:32.319797 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:32.319840 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:32.319868 [ 291 ] {} TCP-Session: e5c15ac3-5da6-4808-b4da-216a77999e06 Authenticating user 'default' from [fd00:1122:3344:101::e]:44670 2026.03.19 07:57:32.319843 [ 293 ] {} TCP-Session: 1f55bbee-db32-4946-99c9-31fe6e7fd1e9 Authenticating user 'default' from [fd00:1122:3344:101::e]:39757 2026.03.19 07:57:32.319893 [ 291 ] {} TCP-Session: e5c15ac3-5da6-4808-b4da-216a77999e06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.319885 [ 295 ] {} TCP-Session: 34894a8c-a31b-48ec-bd5c-a13dae17a44a Authenticating user 'default' from [fd00:1122:3344:101::e]:45017 2026.03.19 07:57:32.319916 [ 291 ] {} TCP-Session: e5c15ac3-5da6-4808-b4da-216a77999e06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.319909 [ 293 ] {} TCP-Session: 1f55bbee-db32-4946-99c9-31fe6e7fd1e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.319929 [ 295 ] {} TCP-Session: 34894a8c-a31b-48ec-bd5c-a13dae17a44a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.319948 [ 293 ] {} TCP-Session: 1f55bbee-db32-4946-99c9-31fe6e7fd1e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.319961 [ 295 ] {} TCP-Session: 34894a8c-a31b-48ec-bd5c-a13dae17a44a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.320092 [ 288 ] {25ce001c-8712-4167-9c62-ca7c6c5ae67c} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938) (SelectExecutor): Key condition: unknown 2026.03.19 07:57:32.320995 [ 329 ] {25ce001c-8712-4167-9c62-ca7c6c5ae67c} AggregatingTransform: Aggregating 2026.03.19 07:57:32.321052 [ 329 ] {25ce001c-8712-4167-9c62-ca7c6c5ae67c} Aggregator: Aggregation method: without_key 2026.03.19 07:57:32.321090 [ 329 ] {25ce001c-8712-4167-9c62-ca7c6c5ae67c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000896054 sec. (1116.004 rows/sec., 43.59 KiB/sec.) 2026.03.19 07:57:32.321109 [ 329 ] {25ce001c-8712-4167-9c62-ca7c6c5ae67c} Aggregator: Merging aggregated data 2026.03.19 07:57:32.322378 [ 288 ] {25ce001c-8712-4167-9c62-ca7c6c5ae67c} executeQuery: Read 1 rows, 40.00 B in 0.002995 sec., 333.889816360601 rows/sec., 13.04 KiB/sec. 2026.03.19 07:57:32.322539 [ 288 ] {25ce001c-8712-4167-9c62-ca7c6c5ae67c} TCPHandler: Processed in 0.003416544 sec. 2026.03.19 07:57:32.322657 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:32.322685 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:32.322690 [ 288 ] {} TCP-Session: 3cc3625c-140d-4506-a70d-5066473bcb8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.322708 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:32.322728 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:32.322750 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:32.322778 [ 295 ] {} TCP-Session: 34894a8c-a31b-48ec-bd5c-a13dae17a44a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.322776 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:32.322810 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:32.322811 [ 293 ] {} TCP-Session: 1f55bbee-db32-4946-99c9-31fe6e7fd1e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.322831 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:32.322852 [ 292 ] {} TCP-Session: 5d5ceab6-414b-4f2e-84e4-fef1b66de324 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.322761 [ 290 ] {} TCP-Session: cefd316e-f9aa-4936-9fed-1ba8eb9f932f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.322878 [ 3 ] {} TCP-Session: 31b00f81-ffd1-4338-8d78-1da368666fc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.322727 [ 291 ] {} TCP-Session: e5c15ac3-5da6-4808-b4da-216a77999e06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.322836 [ 296 ] {} TCP-Session: 2f3a6466-8c27-4922-9cdc-8cf6979598bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:32.322786 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:32.322988 [ 294 ] {} TCP-Session: 4c70d194-f5ba-4295-9d14-5aa95bcbc71a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.546504 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11864 2026.03.19 07:57:33.547119 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:33.547188 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:33.547890 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 07:57:33.548218 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:33.548415 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11864 2026.03.19 07:57:33.777783 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37082 2026.03.19 07:57:33.777900 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:33.777928 [ 288 ] {} TCP-Session: 8402595c-38a5-48fd-802f-47f7a21425e2 Authenticating user 'default' from [fd00:1122:3344:101::e]:37082 2026.03.19 07:57:33.777952 [ 288 ] {} TCP-Session: 8402595c-38a5-48fd-802f-47f7a21425e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.777965 [ 288 ] {} TCP-Session: 8402595c-38a5-48fd-802f-47f7a21425e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.778158 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57057 2026.03.19 07:57:33.778187 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55398 2026.03.19 07:57:33.778231 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43915 2026.03.19 07:57:33.778241 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43522 2026.03.19 07:57:33.778270 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62007 2026.03.19 07:57:33.778315 [ 288 ] {} TCP-Session: 8402595c-38a5-48fd-802f-47f7a21425e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:33.778327 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:33.778326 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:33.778405 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:33.778405 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:33.778433 [ 294 ] {} TCP-Session: 8e5ff36a-4487-4a8c-b032-7c8bd4a624e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:43915 2026.03.19 07:57:33.778312 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:33.778458 [ 3 ] {} TCP-Session: 79f27ffe-07dd-424d-9a57-ce9a13c89c6a Authenticating user 'default' from [fd00:1122:3344:101::e]:62007 2026.03.19 07:57:33.778462 [ 293 ] {} TCP-Session: 1366c8fd-4f03-440c-84f4-7c7f37fb1f19 Authenticating user 'default' from [fd00:1122:3344:101::e]:43522 2026.03.19 07:57:33.778496 [ 3 ] {} TCP-Session: 79f27ffe-07dd-424d-9a57-ce9a13c89c6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.778486 [ 290 ] {} TCP-Session: c23c5fa4-651f-4250-bc95-26b573bd759c Authenticating user 'default' from [fd00:1122:3344:101::e]:57057 2026.03.19 07:57:33.778516 [ 293 ] {} TCP-Session: 1366c8fd-4f03-440c-84f4-7c7f37fb1f19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.778519 [ 288 ] {41447f4e-c7e4-4bc5-bef5-6bc54a4aeba3} executeQuery: (from [fd00:1122:3344:101::e]:37082) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 07:57:33.778551 [ 293 ] {} TCP-Session: 1366c8fd-4f03-440c-84f4-7c7f37fb1f19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.778537 [ 290 ] {} TCP-Session: c23c5fa4-651f-4250-bc95-26b573bd759c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.778519 [ 3 ] {} TCP-Session: 79f27ffe-07dd-424d-9a57-ce9a13c89c6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.778608 [ 290 ] {} TCP-Session: c23c5fa4-651f-4250-bc95-26b573bd759c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.778468 [ 294 ] {} TCP-Session: 8e5ff36a-4487-4a8c-b032-7c8bd4a624e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.778258 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56250 2026.03.19 07:57:33.778652 [ 294 ] {} TCP-Session: 8e5ff36a-4487-4a8c-b032-7c8bd4a624e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.778244 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61525 2026.03.19 07:57:33.778201 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46143 2026.03.19 07:57:33.778730 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:33.778407 [ 291 ] {} TCP-Session: f7f5ee63-5e06-45d8-b7ed-99f405f010c8 Authenticating user 'default' from [fd00:1122:3344:101::e]:55398 2026.03.19 07:57:33.778765 [ 296 ] {} TCP-Session: dacdb8b4-bced-4393-b976-8970dd25eefb Authenticating user 'default' from [fd00:1122:3344:101::e]:56250 2026.03.19 07:57:33.778768 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:33.778789 [ 291 ] {} TCP-Session: f7f5ee63-5e06-45d8-b7ed-99f405f010c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.778798 [ 296 ] {} TCP-Session: dacdb8b4-bced-4393-b976-8970dd25eefb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.778804 [ 288 ] {41447f4e-c7e4-4bc5-bef5-6bc54a4aeba3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 07:57:33.778823 [ 296 ] {} TCP-Session: dacdb8b4-bced-4393-b976-8970dd25eefb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.778812 [ 291 ] {} TCP-Session: f7f5ee63-5e06-45d8-b7ed-99f405f010c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.778811 [ 295 ] {} TCP-Session: a02c23d4-ef3d-4e90-931d-dcfd07b53aec Authenticating user 'default' from [fd00:1122:3344:101::e]:61525 2026.03.19 07:57:33.778869 [ 288 ] {41447f4e-c7e4-4bc5-bef5-6bc54a4aeba3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:57:33.778883 [ 295 ] {} TCP-Session: a02c23d4-ef3d-4e90-931d-dcfd07b53aec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.778793 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:33.778906 [ 295 ] {} TCP-Session: a02c23d4-ef3d-4e90-931d-dcfd07b53aec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.778933 [ 292 ] {} TCP-Session: ec7c8ab5-96e1-4453-964b-f97e13de1d39 Authenticating user 'default' from [fd00:1122:3344:101::e]:46143 2026.03.19 07:57:33.778956 [ 292 ] {} TCP-Session: ec7c8ab5-96e1-4453-964b-f97e13de1d39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.778968 [ 292 ] {} TCP-Session: ec7c8ab5-96e1-4453-964b-f97e13de1d39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.779166 [ 288 ] {41447f4e-c7e4-4bc5-bef5-6bc54a4aeba3} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938) (SelectExecutor): Key condition: unknown 2026.03.19 07:57:33.780192 [ 302 ] {41447f4e-c7e4-4bc5-bef5-6bc54a4aeba3} AggregatingTransform: Aggregating 2026.03.19 07:57:33.780254 [ 302 ] {41447f4e-c7e4-4bc5-bef5-6bc54a4aeba3} Aggregator: Aggregation method: without_key 2026.03.19 07:57:33.780291 [ 302 ] {41447f4e-c7e4-4bc5-bef5-6bc54a4aeba3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000968895 sec. (1032.104 rows/sec., 40.32 KiB/sec.) 2026.03.19 07:57:33.780311 [ 302 ] {41447f4e-c7e4-4bc5-bef5-6bc54a4aeba3} Aggregator: Merging aggregated data 2026.03.19 07:57:33.781492 [ 288 ] {41447f4e-c7e4-4bc5-bef5-6bc54a4aeba3} executeQuery: Read 1 rows, 40.00 B in 0.003025 sec., 330.57851239669424 rows/sec., 12.91 KiB/sec. 2026.03.19 07:57:33.781661 [ 288 ] {41447f4e-c7e4-4bc5-bef5-6bc54a4aeba3} TCPHandler: Processed in 0.003466395 sec. 2026.03.19 07:57:33.781764 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:33.781799 [ 288 ] {} TCP-Session: 8402595c-38a5-48fd-802f-47f7a21425e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.781800 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:33.781825 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:33.781852 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:33.781861 [ 291 ] {} TCP-Session: f7f5ee63-5e06-45d8-b7ed-99f405f010c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.781882 [ 290 ] {} TCP-Session: c23c5fa4-651f-4250-bc95-26b573bd759c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.781900 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:33.781904 [ 3 ] {} TCP-Session: 79f27ffe-07dd-424d-9a57-ce9a13c89c6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.781929 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:33.781950 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:33.781984 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:33.781993 [ 292 ] {} TCP-Session: ec7c8ab5-96e1-4453-964b-f97e13de1d39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.782010 [ 295 ] {} TCP-Session: a02c23d4-ef3d-4e90-931d-dcfd07b53aec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.782030 [ 296 ] {} TCP-Session: dacdb8b4-bced-4393-b976-8970dd25eefb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.781946 [ 294 ] {} TCP-Session: 8e5ff36a-4487-4a8c-b032-7c8bd4a624e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.781874 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:33.782130 [ 293 ] {} TCP-Session: 1366c8fd-4f03-440c-84f4-7c7f37fb1f19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.900063 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55030 2026.03.19 07:57:33.900171 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:33.900198 [ 293 ] {} TCP-Session: 6d2511af-2a10-4fd6-8121-5485464144ce Authenticating user 'default' from [fd00:1122:3344:101::e]:55030 2026.03.19 07:57:33.900220 [ 293 ] {} TCP-Session: 6d2511af-2a10-4fd6-8121-5485464144ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.900235 [ 293 ] {} TCP-Session: 6d2511af-2a10-4fd6-8121-5485464144ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.900436 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34163 2026.03.19 07:57:33.900458 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34120 2026.03.19 07:57:33.900498 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47648 2026.03.19 07:57:33.900532 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50405 2026.03.19 07:57:33.900542 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42154 2026.03.19 07:57:33.900596 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:33.900614 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:33.900622 [ 293 ] {} TCP-Session: 6d2511af-2a10-4fd6-8121-5485464144ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:33.900644 [ 295 ] {} TCP-Session: 9d09b10c-1c7e-4158-94ff-b6bb1752670f Authenticating user 'default' from [fd00:1122:3344:101::e]:34120 2026.03.19 07:57:33.900659 [ 3 ] {} TCP-Session: 7082d81e-dddf-4eac-9c79-f4f64ae446b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:47648 2026.03.19 07:57:33.900698 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:33.900686 [ 295 ] {} TCP-Session: 9d09b10c-1c7e-4158-94ff-b6bb1752670f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.900727 [ 3 ] {} TCP-Session: 7082d81e-dddf-4eac-9c79-f4f64ae446b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.900752 [ 295 ] {} TCP-Session: 9d09b10c-1c7e-4158-94ff-b6bb1752670f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.900749 [ 292 ] {} TCP-Session: 120dc099-c3cc-45fa-b7f2-994423c7c109 Authenticating user 'default' from [fd00:1122:3344:101::e]:42154 2026.03.19 07:57:33.900766 [ 3 ] {} TCP-Session: 7082d81e-dddf-4eac-9c79-f4f64ae446b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.900624 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:33.900810 [ 292 ] {} TCP-Session: 120dc099-c3cc-45fa-b7f2-994423c7c109 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.900841 [ 291 ] {} TCP-Session: d5fa9001-832a-46d2-a3de-0a360821ed70 Authenticating user 'default' from [fd00:1122:3344:101::e]:50405 2026.03.19 07:57:33.900857 [ 292 ] {} TCP-Session: 120dc099-c3cc-45fa-b7f2-994423c7c109 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.900872 [ 291 ] {} TCP-Session: d5fa9001-832a-46d2-a3de-0a360821ed70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.900519 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35173 2026.03.19 07:57:33.900901 [ 291 ] {} TCP-Session: d5fa9001-832a-46d2-a3de-0a360821ed70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.900493 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39541 2026.03.19 07:57:33.900550 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:33.900975 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:33.900821 [ 293 ] {7d1604b3-d6c4-4e21-8b23-f378c5170078} executeQuery: (from [fd00:1122:3344:101::e]:55030) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 07:57:33.900999 [ 294 ] {} TCP-Session: 5a2c94e5-1f96-4733-b597-29e459a2fa2c Authenticating user 'default' from [fd00:1122:3344:101::e]:34163 2026.03.19 07:57:33.901015 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:33.901046 [ 294 ] {} TCP-Session: 5a2c94e5-1f96-4733-b597-29e459a2fa2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.901063 [ 296 ] {} TCP-Session: bf1a0853-5794-467d-88fe-e59cab93118d Authenticating user 'default' from [fd00:1122:3344:101::e]:39541 2026.03.19 07:57:33.901071 [ 294 ] {} TCP-Session: 5a2c94e5-1f96-4733-b597-29e459a2fa2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.901090 [ 296 ] {} TCP-Session: bf1a0853-5794-467d-88fe-e59cab93118d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.901003 [ 290 ] {} TCP-Session: 0962a8a7-b968-4bed-bfc9-47ad4ecf43eb Authenticating user 'default' from [fd00:1122:3344:101::e]:35173 2026.03.19 07:57:33.901114 [ 296 ] {} TCP-Session: bf1a0853-5794-467d-88fe-e59cab93118d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.901136 [ 290 ] {} TCP-Session: 0962a8a7-b968-4bed-bfc9-47ad4ecf43eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.900511 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57456 2026.03.19 07:57:33.901159 [ 290 ] {} TCP-Session: 0962a8a7-b968-4bed-bfc9-47ad4ecf43eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.901224 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:57:33.901251 [ 288 ] {} TCP-Session: 8ff7a0e1-2452-422c-8c83-d09f6b339f20 Authenticating user 'default' from [fd00:1122:3344:101::e]:57456 2026.03.19 07:57:33.901268 [ 288 ] {} TCP-Session: 8ff7a0e1-2452-422c-8c83-d09f6b339f20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.901280 [ 288 ] {} TCP-Session: 8ff7a0e1-2452-422c-8c83-d09f6b339f20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.901310 [ 293 ] {7d1604b3-d6c4-4e21-8b23-f378c5170078} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 07:57:33.901372 [ 293 ] {7d1604b3-d6c4-4e21-8b23-f378c5170078} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:57:33.901682 [ 293 ] {7d1604b3-d6c4-4e21-8b23-f378c5170078} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938) (SelectExecutor): Key condition: unknown 2026.03.19 07:57:33.902787 [ 299 ] {7d1604b3-d6c4-4e21-8b23-f378c5170078} AggregatingTransform: Aggregating 2026.03.19 07:57:33.902839 [ 299 ] {7d1604b3-d6c4-4e21-8b23-f378c5170078} Aggregator: Aggregation method: without_key 2026.03.19 07:57:33.902877 [ 299 ] {7d1604b3-d6c4-4e21-8b23-f378c5170078} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001095108 sec. (913.152 rows/sec., 35.67 KiB/sec.) 2026.03.19 07:57:33.902897 [ 299 ] {7d1604b3-d6c4-4e21-8b23-f378c5170078} Aggregator: Merging aggregated data 2026.03.19 07:57:33.904539 [ 293 ] {7d1604b3-d6c4-4e21-8b23-f378c5170078} executeQuery: Read 1 rows, 40.00 B in 0.003767 sec., 265.4632333421821 rows/sec., 10.37 KiB/sec. 2026.03.19 07:57:33.904701 [ 293 ] {7d1604b3-d6c4-4e21-8b23-f378c5170078} TCPHandler: Processed in 0.004224197 sec. 2026.03.19 07:57:33.904835 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:33.904863 [ 293 ] {} TCP-Session: 6d2511af-2a10-4fd6-8121-5485464144ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.904873 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:33.904897 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:33.904918 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:33.904925 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:33.904949 [ 295 ] {} TCP-Session: 9d09b10c-1c7e-4158-94ff-b6bb1752670f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.904966 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:33.904987 [ 296 ] {} TCP-Session: bf1a0853-5794-467d-88fe-e59cab93118d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.904981 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:33.905002 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:33.905039 [ 288 ] {} TCP-Session: 8ff7a0e1-2452-422c-8c83-d09f6b339f20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.905012 [ 291 ] {} TCP-Session: d5fa9001-832a-46d2-a3de-0a360821ed70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.905062 [ 292 ] {} TCP-Session: 120dc099-c3cc-45fa-b7f2-994423c7c109 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.904964 [ 3 ] {} TCP-Session: 7082d81e-dddf-4eac-9c79-f4f64ae446b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.904946 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 07:57:33.904926 [ 294 ] {} TCP-Session: 5a2c94e5-1f96-4733-b597-29e459a2fa2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:33.905136 [ 290 ] {} TCP-Session: 0962a8a7-b968-4bed-bfc9-47ad4ecf43eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:57:34.185108 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.03.19 07:57:34.203322 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:34.203390 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:34.208971 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 07:57:34.209707 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:34.212888 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.03.19 07:57:36.077076 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 752 2026.03.19 07:57:36.079601 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:36.079650 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:36.080902 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 07:57:36.081166 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:36.081446 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 752 2026.03.19 07:57:36.488575 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:36.488760 [ 253 ] {a42db3bd-3baa-4866-8839-700d30b827d8} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 07:57:36.488828 [ 253 ] {a42db3bd-3baa-4866-8839-700d30b827d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 07:57:36.489475 [ 253 ] {a42db3bd-3baa-4866-8839-700d30b827d8} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:36.489528 [ 253 ] {a42db3bd-3baa-4866-8839-700d30b827d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:36.489921 [ 253 ] {a42db3bd-3baa-4866-8839-700d30b827d8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 07:57:36.490152 [ 253 ] {a42db3bd-3baa-4866-8839-700d30b827d8} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:36.490281 [ 87 ] {} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.03.19 07:57:36.490307 [ 253 ] {a42db3bd-3baa-4866-8839-700d30b827d8} executeQuery: Read 24 rows, 2.04 KiB in 0.001599 sec., 15009.3808630394 rows/sec., 1.25 MiB/sec. 2026.03.19 07:57:36.490361 [ 87 ] {} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:36.490370 [ 253 ] {a42db3bd-3baa-4866-8839-700d30b827d8} TCPHandler: Processed in 0.00193252 sec. 2026.03.19 07:57:36.490395 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:36.490505 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:36.490527 [ 188 ] {09e016e9-ab95-4948-9b4e-7901a692885f::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.19 07:57:36.490607 [ 253 ] {839889ca-97ef-4e83-8328-cff816d2c2ee} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 07:57:36.490655 [ 253 ] {839889ca-97ef-4e83-8328-cff816d2c2ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 07:57:36.490671 [ 188 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:36.490715 [ 188 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 308 rows starting from the beginning of the part 2026.03.19 07:57:36.490792 [ 188 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.03.19 07:57:36.490848 [ 188 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.03.19 07:57:36.490898 [ 188 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 284 rows starting from the beginning of the part 2026.03.19 07:57:36.490943 [ 188 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 284 rows starting from the beginning of the part 2026.03.19 07:57:36.490990 [ 188 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.03.19 07:57:36.491057 [ 253 ] {839889ca-97ef-4e83-8328-cff816d2c2ee} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:36.491098 [ 253 ] {839889ca-97ef-4e83-8328-cff816d2c2ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:36.491433 [ 253 ] {839889ca-97ef-4e83-8328-cff816d2c2ee} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 07:57:36.491663 [ 253 ] {839889ca-97ef-4e83-8328-cff816d2c2ee} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:36.491800 [ 253 ] {839889ca-97ef-4e83-8328-cff816d2c2ee} executeQuery: Read 2 rows, 167.00 B in 0.001211 sec., 1651.5276630883566 rows/sec., 134.67 KiB/sec. 2026.03.19 07:57:36.491838 [ 253 ] {839889ca-97ef-4e83-8328-cff816d2c2ee} TCPHandler: Processed in 0.001382982 sec. 2026.03.19 07:57:36.491966 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:36.492051 [ 190 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 948 rows, containing 5 columns (5 merged, 0 gathered) in 0.001582655 sec., 598993.4635154218 rows/sec., 41.51 MiB/sec. 2026.03.19 07:57:36.492090 [ 253 ] {443f4c4b-a07f-4237-9af8-6e5530c3deba} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:57:36.492148 [ 253 ] {443f4c4b-a07f-4237-9af8-6e5530c3deba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:57:36.492240 [ 199 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.19 07:57:36.492521 [ 199 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_10_2} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): 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.19 07:57:36.492587 [ 199 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_10_2} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.03.19 07:57:36.492667 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2026.03.19 07:57:36.492727 [ 253 ] {443f4c4b-a07f-4237-9af8-6e5530c3deba} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:36.492763 [ 253 ] {443f4c4b-a07f-4237-9af8-6e5530c3deba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:36.493116 [ 253 ] {443f4c4b-a07f-4237-9af8-6e5530c3deba} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.19 07:57:36.493337 [ 253 ] {443f4c4b-a07f-4237-9af8-6e5530c3deba} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:36.493470 [ 253 ] {443f4c4b-a07f-4237-9af8-6e5530c3deba} executeQuery: Read 227 rows, 20.65 KiB in 0.001405 sec., 161565.83629893238 rows/sec., 14.35 MiB/sec. 2026.03.19 07:57:36.493509 [ 253 ] {443f4c4b-a07f-4237-9af8-6e5530c3deba} TCPHandler: Processed in 0.001606855 sec. 2026.03.19 07:57:36.493622 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:36.493720 [ 253 ] {05e1aea9-84be-40e2-a9cc-0674192bfcbe} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:57:36.493759 [ 253 ] {05e1aea9-84be-40e2-a9cc-0674192bfcbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:57:36.494166 [ 253 ] {05e1aea9-84be-40e2-a9cc-0674192bfcbe} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:36.494202 [ 253 ] {05e1aea9-84be-40e2-a9cc-0674192bfcbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:36.494500 [ 253 ] {05e1aea9-84be-40e2-a9cc-0674192bfcbe} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 07:57:36.494710 [ 253 ] {05e1aea9-84be-40e2-a9cc-0674192bfcbe} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:36.494846 [ 253 ] {05e1aea9-84be-40e2-a9cc-0674192bfcbe} executeQuery: Read 39 rows, 2.98 KiB in 0.001146 sec., 34031.41361256544 rows/sec., 2.54 MiB/sec. 2026.03.19 07:57:36.494884 [ 253 ] {05e1aea9-84be-40e2-a9cc-0674192bfcbe} TCPHandler: Processed in 0.001311141 sec. 2026.03.19 07:57:36.494983 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:36.495078 [ 253 ] {a04cf47b-65f5-44fc-92f8-694d17369c9f} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:57:36.495118 [ 253 ] {a04cf47b-65f5-44fc-92f8-694d17369c9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:57:36.495509 [ 253 ] {a04cf47b-65f5-44fc-92f8-694d17369c9f} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:36.495546 [ 253 ] {a04cf47b-65f5-44fc-92f8-694d17369c9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:36.495854 [ 253 ] {a04cf47b-65f5-44fc-92f8-694d17369c9f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 07:57:36.496063 [ 253 ] {a04cf47b-65f5-44fc-92f8-694d17369c9f} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:36.496193 [ 253 ] {a04cf47b-65f5-44fc-92f8-694d17369c9f} executeQuery: Read 24 rows, 2.04 KiB in 0.001133 sec., 21182.700794351284 rows/sec., 1.76 MiB/sec. 2026.03.19 07:57:36.496231 [ 253 ] {a04cf47b-65f5-44fc-92f8-694d17369c9f} TCPHandler: Processed in 0.001297771 sec. 2026.03.19 07:57:36.496337 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:36.496433 [ 253 ] {cd75888d-adb6-4fd4-9b48-3bafd261e4ef} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 07:57:36.496472 [ 253 ] {cd75888d-adb6-4fd4-9b48-3bafd261e4ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 07:57:36.496868 [ 253 ] {cd75888d-adb6-4fd4-9b48-3bafd261e4ef} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:36.496905 [ 253 ] {cd75888d-adb6-4fd4-9b48-3bafd261e4ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:36.497201 [ 253 ] {cd75888d-adb6-4fd4-9b48-3bafd261e4ef} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 07:57:36.497407 [ 253 ] {cd75888d-adb6-4fd4-9b48-3bafd261e4ef} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:36.497508 [ 111 ] {} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.03.19 07:57:36.497538 [ 253 ] {cd75888d-adb6-4fd4-9b48-3bafd261e4ef} executeQuery: Read 12 rows, 960.00 B in 0.001124 sec., 10676.156583629892 rows/sec., 834.07 KiB/sec. 2026.03.19 07:57:36.497557 [ 111 ] {} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:36.497582 [ 253 ] {cd75888d-adb6-4fd4-9b48-3bafd261e4ef} TCPHandler: Processed in 0.001294331 sec. 2026.03.19 07:57:36.497585 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:36.497700 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:36.497722 [ 197 ] {f8bcf862-919a-46f9-9f5b-ede930459110::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.19 07:57:36.497800 [ 253 ] {92d0f542-770b-49c1-bc39-6d6f9a4d57c2} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:57:36.497844 [ 253 ] {92d0f542-770b-49c1-bc39-6d6f9a4d57c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:57:36.497856 [ 197 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:36.497897 [ 197 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 160 rows starting from the beginning of the part 2026.03.19 07:57:36.497966 [ 197 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2026.03.19 07:57:36.498015 [ 197 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.03.19 07:57:36.498055 [ 197 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 148 rows starting from the beginning of the part 2026.03.19 07:57:36.498097 [ 197 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 148 rows starting from the beginning of the part 2026.03.19 07:57:36.498135 [ 197 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2026.03.19 07:57:36.498271 [ 253 ] {92d0f542-770b-49c1-bc39-6d6f9a4d57c2} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:36.498314 [ 253 ] {92d0f542-770b-49c1-bc39-6d6f9a4d57c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:36.498651 [ 253 ] {92d0f542-770b-49c1-bc39-6d6f9a4d57c2} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.19 07:57:36.498897 [ 253 ] {92d0f542-770b-49c1-bc39-6d6f9a4d57c2} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:36.499027 [ 253 ] {92d0f542-770b-49c1-bc39-6d6f9a4d57c2} executeQuery: Read 127 rows, 10.54 KiB in 0.001245 sec., 102008.03212851405 rows/sec., 8.27 MiB/sec. 2026.03.19 07:57:36.499033 [ 190 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 492 rows, containing 5 columns (5 merged, 0 gathered) in 0.001370822 sec., 358908.74234583334 rows/sec., 22.46 MiB/sec. 2026.03.19 07:57:36.499066 [ 253 ] {92d0f542-770b-49c1-bc39-6d6f9a4d57c2} TCPHandler: Processed in 0.001415543 sec. 2026.03.19 07:57:36.499183 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:36.499188 [ 193 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.19 07:57:36.499281 [ 253 ] {59010f5e-9529-480b-a221-d2c1302f1573} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:36.499331 [ 253 ] {59010f5e-9529-480b-a221-d2c1302f1573} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:57:36.499459 [ 193 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_10_2} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): 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.19 07:57:36.499531 [ 193 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_10_2} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.03.19 07:57:36.499598 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.19 07:57:36.499755 [ 253 ] {59010f5e-9529-480b-a221-d2c1302f1573} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:36.499796 [ 253 ] {59010f5e-9529-480b-a221-d2c1302f1573} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:36.500144 [ 253 ] {59010f5e-9529-480b-a221-d2c1302f1573} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.19 07:57:36.500361 [ 253 ] {59010f5e-9529-480b-a221-d2c1302f1573} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:36.500490 [ 253 ] {59010f5e-9529-480b-a221-d2c1302f1573} executeQuery: Read 197 rows, 14.47 KiB in 0.001226 sec., 160685.15497553017 rows/sec., 11.53 MiB/sec. 2026.03.19 07:57:36.500528 [ 253 ] {59010f5e-9529-480b-a221-d2c1302f1573} TCPHandler: Processed in 0.001394302 sec. 2026.03.19 07:57:36.500638 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:36.500733 [ 253 ] {184255ae-3ecb-41ec-a713-7a78c3a10f87} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:36.500788 [ 253 ] {184255ae-3ecb-41ec-a713-7a78c3a10f87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:57:36.501582 [ 253 ] {184255ae-3ecb-41ec-a713-7a78c3a10f87} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:36.501618 [ 253 ] {184255ae-3ecb-41ec-a713-7a78c3a10f87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:36.502152 [ 253 ] {184255ae-3ecb-41ec-a713-7a78c3a10f87} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 07:57:36.502376 [ 253 ] {184255ae-3ecb-41ec-a713-7a78c3a10f87} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:36.502517 [ 253 ] {184255ae-3ecb-41ec-a713-7a78c3a10f87} executeQuery: Read 25 rows, 45.87 KiB in 0.001801 sec., 13881.1771238201 rows/sec., 24.87 MiB/sec. 2026.03.19 07:57:36.502571 [ 253 ] {184255ae-3ecb-41ec-a713-7a78c3a10f87} TCPHandler: Processed in 0.001980761 sec. 2026.03.19 07:57:36.502678 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:36.502775 [ 253 ] {71cb1b42-5add-48d5-a180-83deb96add1e} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:57:36.502816 [ 253 ] {71cb1b42-5add-48d5-a180-83deb96add1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:57:36.503143 [ 253 ] {71cb1b42-5add-48d5-a180-83deb96add1e} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:36.503180 [ 253 ] {71cb1b42-5add-48d5-a180-83deb96add1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:36.503492 [ 253 ] {71cb1b42-5add-48d5-a180-83deb96add1e} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.19 07:57:36.503701 [ 253 ] {71cb1b42-5add-48d5-a180-83deb96add1e} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:36.503831 [ 253 ] {71cb1b42-5add-48d5-a180-83deb96add1e} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2026.03.19 07:57:36.503867 [ 253 ] {71cb1b42-5add-48d5-a180-83deb96add1e} TCPHandler: Processed in 0.00123778 sec. 2026.03.19 07:57:40.962346 [ 154 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:57:40.962440 [ 154 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:57:41.048536 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12376 2026.03.19 07:57:41.049166 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:41.049219 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:41.049766 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 07:57:41.050012 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:41.050152 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12376 2026.03.19 07:57:41.050189 [ 154 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 07:57:41.050271 [ 154 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:41.050310 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:41.050463 [ 197 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.19 07:57:41.050613 [ 197 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:41.050652 [ 197 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9944 rows starting from the beginning of the part 2026.03.19 07:57:41.050715 [ 197 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 512 rows starting from the beginning of the part 2026.03.19 07:57:41.050759 [ 197 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 448 rows starting from the beginning of the part 2026.03.19 07:57:41.050804 [ 197 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 512 rows starting from the beginning of the part 2026.03.19 07:57:41.050842 [ 197 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 448 rows starting from the beginning of the part 2026.03.19 07:57:41.050880 [ 197 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 512 rows starting from the beginning of the part 2026.03.19 07:57:41.054840 [ 190 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12376 rows, containing 4 columns (4 merged, 0 gathered) in 0.004440921 sec., 2786809.312752918 rows/sec., 39.87 MiB/sec. 2026.03.19 07:57:41.055322 [ 196 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 07:57:41.055717 [ 196 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_26_5} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:41.055798 [ 196 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_26_5} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 07:57:41.055899 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.03.19 07:57:41.486231 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:41.486419 [ 253 ] {fc1a2904-57c8-442d-886d-a72403ed3b7e} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:57:41.486486 [ 253 ] {fc1a2904-57c8-442d-886d-a72403ed3b7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:57:41.487130 [ 253 ] {fc1a2904-57c8-442d-886d-a72403ed3b7e} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:41.487177 [ 253 ] {fc1a2904-57c8-442d-886d-a72403ed3b7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:41.487594 [ 253 ] {fc1a2904-57c8-442d-886d-a72403ed3b7e} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.19 07:57:41.487840 [ 253 ] {fc1a2904-57c8-442d-886d-a72403ed3b7e} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:41.487998 [ 253 ] {fc1a2904-57c8-442d-886d-a72403ed3b7e} executeQuery: Read 86 rows, 7.39 KiB in 0.001631 sec., 52728.38749233599 rows/sec., 4.42 MiB/sec. 2026.03.19 07:57:41.487982 [ 154 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.19 07:57:41.488041 [ 253 ] {fc1a2904-57c8-442d-886d-a72403ed3b7e} TCPHandler: Processed in 0.001946871 sec. 2026.03.19 07:57:41.488076 [ 154 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:41.488107 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:41.488174 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:41.488224 [ 190 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.19 07:57:41.488277 [ 253 ] {92a499d7-b345-4d75-b77b-194262c5f757} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:57:41.488323 [ 253 ] {92a499d7-b345-4d75-b77b-194262c5f757} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:57:41.488363 [ 190 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:41.488406 [ 190 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2887 rows starting from the beginning of the part 2026.03.19 07:57:41.488488 [ 190 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part 2026.03.19 07:57:41.488542 [ 190 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 106 rows starting from the beginning of the part 2026.03.19 07:57:41.488592 [ 190 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 827 rows starting from the beginning of the part 2026.03.19 07:57:41.488630 [ 190 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 227 rows starting from the beginning of the part 2026.03.19 07:57:41.488669 [ 190 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 86 rows starting from the beginning of the part 2026.03.19 07:57:41.488757 [ 253 ] {92a499d7-b345-4d75-b77b-194262c5f757} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:41.488800 [ 253 ] {92a499d7-b345-4d75-b77b-194262c5f757} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:41.489126 [ 253 ] {92a499d7-b345-4d75-b77b-194262c5f757} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 07:57:41.489346 [ 253 ] {92a499d7-b345-4d75-b77b-194262c5f757} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:41.489487 [ 253 ] {92a499d7-b345-4d75-b77b-194262c5f757} executeQuery: Read 15 rows, 1.13 KiB in 0.00123 sec., 12195.121951219513 rows/sec., 917.02 KiB/sec. 2026.03.19 07:57:41.489526 [ 253 ] {92a499d7-b345-4d75-b77b-194262c5f757} TCPHandler: Processed in 0.001402912 sec. 2026.03.19 07:57:41.489637 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:41.489733 [ 253 ] {99ce85a8-1d08-440a-9d81-324ff4b428c2} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:57:41.489773 [ 253 ] {99ce85a8-1d08-440a-9d81-324ff4b428c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:57:41.490179 [ 253 ] {99ce85a8-1d08-440a-9d81-324ff4b428c2} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:41.490216 [ 253 ] {99ce85a8-1d08-440a-9d81-324ff4b428c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:41.490518 [ 192 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 4189 rows, containing 5 columns (5 merged, 0 gathered) in 0.002342177 sec., 1788507.0171895635 rows/sec., 146.97 MiB/sec. 2026.03.19 07:57:41.490532 [ 253 ] {99ce85a8-1d08-440a-9d81-324ff4b428c2} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.19 07:57:41.490772 [ 253 ] {99ce85a8-1d08-440a-9d81-324ff4b428c2} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:41.490881 [ 136 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.19 07:57:41.490902 [ 253 ] {99ce85a8-1d08-440a-9d81-324ff4b428c2} executeQuery: Read 79 rows, 6.32 KiB in 0.001187 sec., 66554.33866891323 rows/sec., 5.20 MiB/sec. 2026.03.19 07:57:41.490934 [ 136 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:41.490937 [ 192 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.19 07:57:41.490949 [ 253 ] {99ce85a8-1d08-440a-9d81-324ff4b428c2} TCPHandler: Processed in 0.001360981 sec. 2026.03.19 07:57:41.490962 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:41.491066 [ 198 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.19 07:57:41.491082 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:41.491173 [ 198 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:41.491194 [ 253 ] {123af945-7f02-40a7-9e0b-b4a0c122b1f7} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:41.491207 [ 198 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1549 rows starting from the beginning of the part 2026.03.19 07:57:41.491245 [ 253 ] {123af945-7f02-40a7-9e0b-b4a0c122b1f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:57:41.491276 [ 198 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part 2026.03.19 07:57:41.491297 [ 192 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_41_8} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:41.491326 [ 198 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 89 rows starting from the beginning of the part 2026.03.19 07:57:41.491371 [ 198 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 505 rows starting from the beginning of the part 2026.03.19 07:57:41.491401 [ 192 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_41_8} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.19 07:57:41.491410 [ 198 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 127 rows starting from the beginning of the part 2026.03.19 07:57:41.491459 [ 198 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 79 rows starting from the beginning of the part 2026.03.19 07:57:41.491525 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB. 2026.03.19 07:57:41.491650 [ 253 ] {123af945-7f02-40a7-9e0b-b4a0c122b1f7} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:41.491692 [ 253 ] {123af945-7f02-40a7-9e0b-b4a0c122b1f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:41.492049 [ 253 ] {123af945-7f02-40a7-9e0b-b4a0c122b1f7} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.19 07:57:41.492287 [ 253 ] {123af945-7f02-40a7-9e0b-b4a0c122b1f7} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:41.492394 [ 136 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.19 07:57:41.492418 [ 253 ] {123af945-7f02-40a7-9e0b-b4a0c122b1f7} executeQuery: Read 160 rows, 11.41 KiB in 0.001244 sec., 128617.36334405144 rows/sec., 8.96 MiB/sec. 2026.03.19 07:57:41.492427 [ 136 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:41.492462 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:41.492469 [ 253 ] {123af945-7f02-40a7-9e0b-b4a0c122b1f7} TCPHandler: Processed in 0.001437403 sec. 2026.03.19 07:57:41.492540 [ 192 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.19 07:57:41.492580 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:41.492592 [ 189 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.001557565 sec., 1549213.0344480006 rows/sec., 116.34 MiB/sec. 2026.03.19 07:57:41.492642 [ 192 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:41.492680 [ 192 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 12868 rows starting from the beginning of the part 2026.03.19 07:57:41.492680 [ 253 ] {125d518d-0a36-455a-96b2-76b3ce0f5d93} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:41.492745 [ 192 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 128 rows starting from the beginning of the part 2026.03.19 07:57:41.492748 [ 253 ] {125d518d-0a36-455a-96b2-76b3ce0f5d93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:57:41.492801 [ 192 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part 2026.03.19 07:57:41.492843 [ 201 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.19 07:57:41.492851 [ 192 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 265 rows starting from the beginning of the part 2026.03.19 07:57:41.492905 [ 192 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 197 rows starting from the beginning of the part 2026.03.19 07:57:41.492944 [ 192 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part 2026.03.19 07:57:41.493174 [ 201 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_41_8} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:41.493262 [ 201 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_41_8} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.19 07:57:41.493361 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.03.19 07:57:41.493543 [ 253 ] {125d518d-0a36-455a-96b2-76b3ce0f5d93} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:41.493585 [ 253 ] {125d518d-0a36-455a-96b2-76b3ce0f5d93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:41.494152 [ 253 ] {125d518d-0a36-455a-96b2-76b3ce0f5d93} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 07:57:41.494391 [ 253 ] {125d518d-0a36-455a-96b2-76b3ce0f5d93} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:41.494500 [ 136 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 07:57:41.494532 [ 136 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:41.494534 [ 253 ] {125d518d-0a36-455a-96b2-76b3ce0f5d93} executeQuery: Read 15 rows, 27.52 KiB in 0.001871 sec., 8017.103153393907 rows/sec., 14.37 MiB/sec. 2026.03.19 07:57:41.494549 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:41.494599 [ 253 ] {125d518d-0a36-455a-96b2-76b3ce0f5d93} TCPHandler: Processed in 0.002068753 sec. 2026.03.19 07:57:41.494647 [ 198 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.19 07:57:41.494714 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:41.494815 [ 253 ] {944720b1-781c-4cf4-9be9-54ff91dd69c4} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:57:41.494833 [ 198 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:41.494857 [ 253 ] {944720b1-781c-4cf4-9be9-54ff91dd69c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:57:41.494883 [ 198 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 488 rows starting from the beginning of the part 2026.03.19 07:57:41.494994 [ 198 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part 2026.03.19 07:57:41.495090 [ 198 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 25 rows starting from the beginning of the part 2026.03.19 07:57:41.495184 [ 198 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 15 rows starting from the beginning of the part 2026.03.19 07:57:41.495199 [ 253 ] {944720b1-781c-4cf4-9be9-54ff91dd69c4} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:41.495239 [ 253 ] {944720b1-781c-4cf4-9be9-54ff91dd69c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:41.495276 [ 198 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 25 rows starting from the beginning of the part 2026.03.19 07:57:41.495371 [ 198 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 15 rows starting from the beginning of the part 2026.03.19 07:57:41.495586 [ 253 ] {944720b1-781c-4cf4-9be9-54ff91dd69c4} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.19 07:57:41.495835 [ 253 ] {944720b1-781c-4cf4-9be9-54ff91dd69c4} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:41.495959 [ 136 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.19 07:57:41.495976 [ 253 ] {944720b1-781c-4cf4-9be9-54ff91dd69c4} executeQuery: Read 60 rows, 4.14 KiB in 0.001179 sec., 50890.58524173028 rows/sec., 3.43 MiB/sec. 2026.03.19 07:57:41.495989 [ 136 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:41.496017 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:41.496019 [ 253 ] {944720b1-781c-4cf4-9be9-54ff91dd69c4} TCPHandler: Processed in 0.001355011 sec. 2026.03.19 07:57:41.496110 [ 189 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.19 07:57:41.496224 [ 189 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:41.496257 [ 189 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1902 rows starting from the beginning of the part 2026.03.19 07:57:41.496321 [ 189 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 48 rows starting from the beginning of the part 2026.03.19 07:57:41.496367 [ 189 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2026.03.19 07:57:41.496389 [ 194 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 13778 rows, containing 5 columns (5 merged, 0 gathered) in 0.003878322 sec., 3552567.3216406475 rows/sec., 233.91 MiB/sec. 2026.03.19 07:57:41.496411 [ 189 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 90 rows starting from the beginning of the part 2026.03.19 07:57:41.496463 [ 189 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part 2026.03.19 07:57:41.496504 [ 189 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2026.03.19 07:57:41.496896 [ 187 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.19 07:57:41.497221 [ 187 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_41_8} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:41.497297 [ 187 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_41_8} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.19 07:57:41.497380 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.65 MiB. 2026.03.19 07:57:41.497693 [ 194 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2220 rows, containing 4 columns (4 merged, 0 gathered) in 0.001623536 sec., 1367385.7555360645 rows/sec., 91.08 MiB/sec. 2026.03.19 07:57:41.497975 [ 192 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.19 07:57:41.498263 [ 192 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_41_8} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:41.498339 [ 192 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_41_8} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.19 07:57:41.498423 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.03.19 07:57:41.537446 [ 200 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 592 rows, containing 19 columns (19 merged, 0 gathered) in 0.042828159 sec., 13822.681474587784 rows/sec., 24.77 MiB/sec. 2026.03.19 07:57:41.538562 [ 200 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 07:57:41.538899 [ 200 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_31_6} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:41.538973 [ 200 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_31_6} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 07:57:41.539090 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. 2026.03.19 07:57:41.712951 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.03.19 07:57:41.733801 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:41.733868 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:41.739686 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 07:57:41.740588 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:41.740893 [ 136 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 07:57:41.740924 [ 136 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:41.740943 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:41.741038 [ 200 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.19 07:57:41.743622 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.03.19 07:57:41.744337 [ 200 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:41.745066 [ 200 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2026.03.19 07:57:41.748576 [ 200 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2026.03.19 07:57:41.752170 [ 200 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2026.03.19 07:57:41.756168 [ 200 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2026.03.19 07:57:41.760426 [ 200 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2026.03.19 07:57:41.764364 [ 200 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2026.03.19 07:57:41.818432 [ 194 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.077429319 sec., 2531.340873603706 rows/sec., 13.09 MiB/sec. 2026.03.19 07:57:41.821240 [ 191 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 07:57:41.823331 [ 191 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_26_5} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:41.823443 [ 191 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_26_5} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 07:57:41.825437 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2026.03.19 07:57:42.000191 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 255.19 MiB, peak 265.73 MiB, free memory in arenas 0.00 B, will set to 263.82 MiB (RSS), difference: 8.63 MiB 2026.03.19 07:57:46.081709 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 784 2026.03.19 07:57:46.084084 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:46.084133 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:46.085295 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 07:57:46.085546 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:46.085788 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 784 2026.03.19 07:57:46.486390 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:46.486574 [ 253 ] {73db810b-4a85-4b87-a8c9-d364824624bd} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:57:46.486643 [ 253 ] {73db810b-4a85-4b87-a8c9-d364824624bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:57:46.487328 [ 253 ] {73db810b-4a85-4b87-a8c9-d364824624bd} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:46.487377 [ 253 ] {73db810b-4a85-4b87-a8c9-d364824624bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:46.487772 [ 253 ] {73db810b-4a85-4b87-a8c9-d364824624bd} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.19 07:57:46.488012 [ 253 ] {73db810b-4a85-4b87-a8c9-d364824624bd} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:46.488165 [ 253 ] {73db810b-4a85-4b87-a8c9-d364824624bd} executeQuery: Read 106 rows, 9.11 KiB in 0.001642 sec., 64555.42021924482 rows/sec., 5.42 MiB/sec. 2026.03.19 07:57:46.488210 [ 253 ] {73db810b-4a85-4b87-a8c9-d364824624bd} TCPHandler: Processed in 0.001953631 sec. 2026.03.19 07:57:46.488338 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:46.488434 [ 253 ] {be817991-b751-42dc-bea4-d6e0567dc88e} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:57:46.488501 [ 253 ] {be817991-b751-42dc-bea4-d6e0567dc88e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:57:46.488912 [ 253 ] {be817991-b751-42dc-bea4-d6e0567dc88e} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:46.488949 [ 253 ] {be817991-b751-42dc-bea4-d6e0567dc88e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:46.489259 [ 253 ] {be817991-b751-42dc-bea4-d6e0567dc88e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 07:57:46.489487 [ 253 ] {be817991-b751-42dc-bea4-d6e0567dc88e} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:46.489618 [ 253 ] {be817991-b751-42dc-bea4-d6e0567dc88e} executeQuery: Read 25 rows, 1.88 KiB in 0.001203 sec., 20781.37988362427 rows/sec., 1.53 MiB/sec. 2026.03.19 07:57:46.489656 [ 253 ] {be817991-b751-42dc-bea4-d6e0567dc88e} TCPHandler: Processed in 0.001368752 sec. 2026.03.19 07:57:46.489767 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:46.489889 [ 253 ] {8b08ff23-cd03-4425-bef3-a74feaa44872} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:57:46.489929 [ 253 ] {8b08ff23-cd03-4425-bef3-a74feaa44872} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:57:46.490343 [ 253 ] {8b08ff23-cd03-4425-bef3-a74feaa44872} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:46.490379 [ 253 ] {8b08ff23-cd03-4425-bef3-a74feaa44872} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:46.490686 [ 253 ] {8b08ff23-cd03-4425-bef3-a74feaa44872} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.19 07:57:46.490914 [ 253 ] {8b08ff23-cd03-4425-bef3-a74feaa44872} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:46.491043 [ 253 ] {8b08ff23-cd03-4425-bef3-a74feaa44872} executeQuery: Read 89 rows, 7.12 KiB in 0.001173 sec., 75873.82779198636 rows/sec., 5.93 MiB/sec. 2026.03.19 07:57:46.491081 [ 253 ] {8b08ff23-cd03-4425-bef3-a74feaa44872} TCPHandler: Processed in 0.001363611 sec. 2026.03.19 07:57:46.491193 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:46.491287 [ 253 ] {6be5a77b-d272-436b-bf19-3e6c29decbc6} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:46.491331 [ 253 ] {6be5a77b-d272-436b-bf19-3e6c29decbc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:57:46.491740 [ 253 ] {6be5a77b-d272-436b-bf19-3e6c29decbc6} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:46.491776 [ 253 ] {6be5a77b-d272-436b-bf19-3e6c29decbc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:46.492116 [ 253 ] {6be5a77b-d272-436b-bf19-3e6c29decbc6} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.19 07:57:46.492342 [ 253 ] {6be5a77b-d272-436b-bf19-3e6c29decbc6} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:46.492471 [ 253 ] {6be5a77b-d272-436b-bf19-3e6c29decbc6} executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. 2026.03.19 07:57:46.492509 [ 253 ] {6be5a77b-d272-436b-bf19-3e6c29decbc6} TCPHandler: Processed in 0.001365382 sec. 2026.03.19 07:57:46.492612 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:46.492705 [ 253 ] {826b186b-c42b-4cf9-b886-e5650d220c6d} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:46.492760 [ 253 ] {826b186b-c42b-4cf9-b886-e5650d220c6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:57:46.493543 [ 253 ] {826b186b-c42b-4cf9-b886-e5650d220c6d} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:46.493579 [ 253 ] {826b186b-c42b-4cf9-b886-e5650d220c6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:46.494126 [ 253 ] {826b186b-c42b-4cf9-b886-e5650d220c6d} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 07:57:46.494374 [ 253 ] {826b186b-c42b-4cf9-b886-e5650d220c6d} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:46.494517 [ 253 ] {826b186b-c42b-4cf9-b886-e5650d220c6d} executeQuery: Read 25 rows, 45.87 KiB in 0.001829 sec., 13668.671405139421 rows/sec., 24.49 MiB/sec. 2026.03.19 07:57:46.494573 [ 253 ] {826b186b-c42b-4cf9-b886-e5650d220c6d} TCPHandler: Processed in 0.002009942 sec. 2026.03.19 07:57:46.494683 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:46.494779 [ 253 ] {c174025a-b6cd-40f8-bf6c-08dd82c701bf} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:57:46.494821 [ 253 ] {c174025a-b6cd-40f8-bf6c-08dd82c701bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:57:46.495163 [ 253 ] {c174025a-b6cd-40f8-bf6c-08dd82c701bf} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:46.495200 [ 253 ] {c174025a-b6cd-40f8-bf6c-08dd82c701bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:46.495515 [ 253 ] {c174025a-b6cd-40f8-bf6c-08dd82c701bf} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.19 07:57:46.495741 [ 253 ] {c174025a-b6cd-40f8-bf6c-08dd82c701bf} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:46.495866 [ 253 ] {c174025a-b6cd-40f8-bf6c-08dd82c701bf} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2026.03.19 07:57:46.495903 [ 253 ] {c174025a-b6cd-40f8-bf6c-08dd82c701bf} TCPHandler: Processed in 0.0012693 sec. 2026.03.19 07:57:46.766604 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:46.766810 [ 253 ] {55480ca1-db49-418c-bae3-6594133c5989} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 07:57:46.766884 [ 253 ] {55480ca1-db49-418c-bae3-6594133c5989} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 07:57:46.767524 [ 253 ] {55480ca1-db49-418c-bae3-6594133c5989} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:46.767571 [ 253 ] {55480ca1-db49-418c-bae3-6594133c5989} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:46.767966 [ 253 ] {55480ca1-db49-418c-bae3-6594133c5989} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 07:57:46.768207 [ 253 ] {55480ca1-db49-418c-bae3-6594133c5989} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:46.768361 [ 253 ] {55480ca1-db49-418c-bae3-6594133c5989} executeQuery: Read 16 rows, 1.30 KiB in 0.001607 sec., 9956.440572495334 rows/sec., 811.88 KiB/sec. 2026.03.19 07:57:46.768403 [ 253 ] {55480ca1-db49-418c-bae3-6594133c5989} TCPHandler: Processed in 0.001944661 sec. 2026.03.19 07:57:46.768526 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:46.768621 [ 253 ] {0708d04c-c849-4fe4-a439-932681866f30} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:57:46.768662 [ 253 ] {0708d04c-c849-4fe4-a439-932681866f30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:57:46.770377 [ 253 ] {0708d04c-c849-4fe4-a439-932681866f30} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:46.770414 [ 253 ] {0708d04c-c849-4fe4-a439-932681866f30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:46.770872 [ 253 ] {0708d04c-c849-4fe4-a439-932681866f30} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.19 07:57:46.771102 [ 253 ] {0708d04c-c849-4fe4-a439-932681866f30} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:46.771237 [ 253 ] {0708d04c-c849-4fe4-a439-932681866f30} executeQuery: Read 1974 rows, 152.69 KiB in 0.002635 sec., 749146.1100569259 rows/sec., 56.59 MiB/sec. 2026.03.19 07:57:46.771276 [ 253 ] {0708d04c-c849-4fe4-a439-932681866f30} TCPHandler: Processed in 0.002800025 sec. 2026.03.19 07:57:46.771385 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:46.771479 [ 253 ] {63169408-2c6c-4df0-82ec-27169521dc0c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:57:46.771519 [ 253 ] {63169408-2c6c-4df0-82ec-27169521dc0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:57:46.771934 [ 253 ] {63169408-2c6c-4df0-82ec-27169521dc0c} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:46.771970 [ 253 ] {63169408-2c6c-4df0-82ec-27169521dc0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:46.772288 [ 253 ] {63169408-2c6c-4df0-82ec-27169521dc0c} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 07:57:46.772507 [ 253 ] {63169408-2c6c-4df0-82ec-27169521dc0c} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:46.772638 [ 253 ] {63169408-2c6c-4df0-82ec-27169521dc0c} executeQuery: Read 40 rows, 2.92 KiB in 0.001177 sec., 33984.70688190314 rows/sec., 2.42 MiB/sec. 2026.03.19 07:57:46.772675 [ 253 ] {63169408-2c6c-4df0-82ec-27169521dc0c} TCPHandler: Processed in 0.001340361 sec. 2026.03.19 07:57:46.772776 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:46.772871 [ 253 ] {841bfc85-541b-4302-b900-cc220104bfed} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:57:46.772910 [ 253 ] {841bfc85-541b-4302-b900-cc220104bfed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:57:46.773520 [ 253 ] {841bfc85-541b-4302-b900-cc220104bfed} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:46.773557 [ 253 ] {841bfc85-541b-4302-b900-cc220104bfed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:46.773890 [ 253 ] {841bfc85-541b-4302-b900-cc220104bfed} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 07:57:46.774107 [ 253 ] {841bfc85-541b-4302-b900-cc220104bfed} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:46.774214 [ 148 ] {} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.03.19 07:57:46.774235 [ 253 ] {841bfc85-541b-4302-b900-cc220104bfed} executeQuery: Read 708 rows, 42.29 KiB in 0.001382 sec., 512301.013024602 rows/sec., 29.89 MiB/sec. 2026.03.19 07:57:46.774282 [ 148 ] {} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:46.774290 [ 253 ] {841bfc85-541b-4302-b900-cc220104bfed} TCPHandler: Processed in 0.001563354 sec. 2026.03.19 07:57:46.774313 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:46.774413 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:46.774427 [ 195 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::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.19 07:57:46.774512 [ 253 ] {c17db7aa-711b-4890-b7cb-726469e231d4} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 07:57:46.774539 [ 195 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:46.774551 [ 253 ] {c17db7aa-711b-4890-b7cb-726469e231d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 07:57:46.774573 [ 195 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 881 rows starting from the beginning of the part 2026.03.19 07:57:46.774642 [ 195 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2026.03.19 07:57:46.774692 [ 195 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 857 rows starting from the beginning of the part 2026.03.19 07:57:46.774735 [ 195 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 149 rows starting from the beginning of the part 2026.03.19 07:57:46.774783 [ 195 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2026.03.19 07:57:46.774828 [ 195 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 708 rows starting from the beginning of the part 2026.03.19 07:57:46.774966 [ 253 ] {c17db7aa-711b-4890-b7cb-726469e231d4} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:46.775001 [ 253 ] {c17db7aa-711b-4890-b7cb-726469e231d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:46.775323 [ 253 ] {c17db7aa-711b-4890-b7cb-726469e231d4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 07:57:46.775554 [ 253 ] {c17db7aa-711b-4890-b7cb-726469e231d4} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:46.775685 [ 253 ] {c17db7aa-711b-4890-b7cb-726469e231d4} executeQuery: Read 1 rows, 72.00 B in 0.001191 sec., 839.6305625524769 rows/sec., 59.04 KiB/sec. 2026.03.19 07:57:46.775722 [ 253 ] {c17db7aa-711b-4890-b7cb-726469e231d4} TCPHandler: Processed in 0.001358611 sec. 2026.03.19 07:57:46.775830 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:46.775922 [ 253 ] {313cb046-92e4-467b-8310-08b689216b12} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:57:46.775954 [ 194 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 2643 rows, containing 5 columns (5 merged, 0 gathered) in 0.001568405 sec., 1685151.4755436257 rows/sec., 107.65 MiB/sec. 2026.03.19 07:57:46.775961 [ 253 ] {313cb046-92e4-467b-8310-08b689216b12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:57:46.776187 [ 193 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.03.19 07:57:46.776500 [ 193 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_15_3} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): 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.19 07:57:46.776580 [ 193 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_15_3} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.03.19 07:57:46.776675 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2026.03.19 07:57:46.776746 [ 253 ] {313cb046-92e4-467b-8310-08b689216b12} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:46.776786 [ 253 ] {313cb046-92e4-467b-8310-08b689216b12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:46.777150 [ 253 ] {313cb046-92e4-467b-8310-08b689216b12} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.19 07:57:46.777369 [ 253 ] {313cb046-92e4-467b-8310-08b689216b12} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:46.777497 [ 253 ] {313cb046-92e4-467b-8310-08b689216b12} executeQuery: Read 1040 rows, 73.57 KiB in 0.001592 sec., 653266.3316582914 rows/sec., 45.13 MiB/sec. 2026.03.19 07:57:46.777536 [ 253 ] {313cb046-92e4-467b-8310-08b689216b12} TCPHandler: Processed in 0.001755188 sec. 2026.03.19 07:57:46.777653 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:46.777747 [ 253 ] {63b9746c-6c36-4816-87a5-3f5961341e2b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:46.777790 [ 253 ] {63b9746c-6c36-4816-87a5-3f5961341e2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:57:46.778405 [ 253 ] {63b9746c-6c36-4816-87a5-3f5961341e2b} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:46.778441 [ 253 ] {63b9746c-6c36-4816-87a5-3f5961341e2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:46.778873 [ 253 ] {63b9746c-6c36-4816-87a5-3f5961341e2b} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.19 07:57:46.779091 [ 253 ] {63b9746c-6c36-4816-87a5-3f5961341e2b} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:46.779233 [ 253 ] {63b9746c-6c36-4816-87a5-3f5961341e2b} executeQuery: Read 1225 rows, 78.48 KiB in 0.001505 sec., 813953.488372093 rows/sec., 50.92 MiB/sec. 2026.03.19 07:57:46.779272 [ 253 ] {63b9746c-6c36-4816-87a5-3f5961341e2b} TCPHandler: Processed in 0.001669057 sec. 2026.03.19 07:57:46.779397 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:46.779491 [ 253 ] {4fdef78d-a933-4292-913d-dec125666f91} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:46.779546 [ 253 ] {4fdef78d-a933-4292-913d-dec125666f91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:57:46.780408 [ 253 ] {4fdef78d-a933-4292-913d-dec125666f91} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:46.780448 [ 253 ] {4fdef78d-a933-4292-913d-dec125666f91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:46.781010 [ 253 ] {4fdef78d-a933-4292-913d-dec125666f91} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 07:57:46.781249 [ 253 ] {4fdef78d-a933-4292-913d-dec125666f91} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:46.781391 [ 253 ] {4fdef78d-a933-4292-913d-dec125666f91} executeQuery: Read 24 rows, 44.04 KiB in 0.001918 sec., 12513.03441084463 rows/sec., 22.42 MiB/sec. 2026.03.19 07:57:46.781447 [ 253 ] {4fdef78d-a933-4292-913d-dec125666f91} TCPHandler: Processed in 0.002100733 sec. 2026.03.19 07:57:46.781560 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:46.781656 [ 253 ] {2ec95b93-a520-4eb0-99f8-44319077533f} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:57:46.781698 [ 253 ] {2ec95b93-a520-4eb0-99f8-44319077533f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:57:46.782016 [ 253 ] {2ec95b93-a520-4eb0-99f8-44319077533f} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:46.782057 [ 253 ] {2ec95b93-a520-4eb0-99f8-44319077533f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:46.782361 [ 253 ] {2ec95b93-a520-4eb0-99f8-44319077533f} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.19 07:57:46.782621 [ 253 ] {2ec95b93-a520-4eb0-99f8-44319077533f} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:46.782768 [ 253 ] {2ec95b93-a520-4eb0-99f8-44319077533f} executeQuery: Read 12 rows, 848.00 B in 0.00113 sec., 10619.469026548673 rows/sec., 732.85 KiB/sec. 2026.03.19 07:57:46.782805 [ 253 ] {2ec95b93-a520-4eb0-99f8-44319077533f} TCPHandler: Processed in 0.001294701 sec. 2026.03.19 07:57:47.000213 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 264.95 MiB, peak 268.16 MiB, free memory in arenas 0.00 B, will set to 263.95 MiB (RSS), difference: -1.01 MiB 2026.03.19 07:57:48.550420 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12824 2026.03.19 07:57:48.550942 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:48.550983 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:48.551476 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 07:57:48.551716 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:48.551848 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12824 2026.03.19 07:57:49.243886 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.03.19 07:57:49.260455 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:49.260520 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.19 07:57:49.266694 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 07:57:49.267420 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:49.270474 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.03.19 07:57:51.483487 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:51.483691 [ 253 ] {60cc0f2e-c2cd-45ce-9799-3554e8d18a53} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:57:51.483765 [ 253 ] {60cc0f2e-c2cd-45ce-9799-3554e8d18a53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:57:51.484434 [ 253 ] {60cc0f2e-c2cd-45ce-9799-3554e8d18a53} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:51.484487 [ 253 ] {60cc0f2e-c2cd-45ce-9799-3554e8d18a53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:57:51.484879 [ 253 ] {60cc0f2e-c2cd-45ce-9799-3554e8d18a53} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.19 07:57:51.485104 [ 253 ] {60cc0f2e-c2cd-45ce-9799-3554e8d18a53} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:51.485271 [ 253 ] {60cc0f2e-c2cd-45ce-9799-3554e8d18a53} executeQuery: Read 56 rows, 4.41 KiB in 0.00163 sec., 34355.82822085889 rows/sec., 2.64 MiB/sec. 2026.03.19 07:57:51.485321 [ 253 ] {60cc0f2e-c2cd-45ce-9799-3554e8d18a53} TCPHandler: Processed in 0.001965941 sec. 2026.03.19 07:57:51.485448 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:51.485550 [ 253 ] {a47b435c-7b15-4eb8-99c9-97776845bf60} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:57:51.485593 [ 253 ] {a47b435c-7b15-4eb8-99c9-97776845bf60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:57:51.486016 [ 253 ] {a47b435c-7b15-4eb8-99c9-97776845bf60} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:51.486054 [ 253 ] {a47b435c-7b15-4eb8-99c9-97776845bf60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:57:51.486361 [ 253 ] {a47b435c-7b15-4eb8-99c9-97776845bf60} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.19 07:57:51.486565 [ 253 ] {a47b435c-7b15-4eb8-99c9-97776845bf60} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:51.486696 [ 253 ] {a47b435c-7b15-4eb8-99c9-97776845bf60} executeQuery: Read 64 rows, 5.12 KiB in 0.001169 sec., 54747.64756201882 rows/sec., 4.27 MiB/sec. 2026.03.19 07:57:51.486734 [ 253 ] {a47b435c-7b15-4eb8-99c9-97776845bf60} TCPHandler: Processed in 0.001337852 sec. 2026.03.19 07:57:51.486845 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:51.486939 [ 253 ] {cfe8e567-5fc2-48b7-baaf-d6677a746ecf} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:51.486982 [ 253 ] {cfe8e567-5fc2-48b7-baaf-d6677a746ecf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:57:51.487355 [ 253 ] {cfe8e567-5fc2-48b7-baaf-d6677a746ecf} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:51.487391 [ 253 ] {cfe8e567-5fc2-48b7-baaf-d6677a746ecf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:57:51.487711 [ 253 ] {cfe8e567-5fc2-48b7-baaf-d6677a746ecf} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.19 07:57:51.487915 [ 253 ] {cfe8e567-5fc2-48b7-baaf-d6677a746ecf} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:51.488043 [ 253 ] {cfe8e567-5fc2-48b7-baaf-d6677a746ecf} executeQuery: Read 128 rows, 9.13 KiB in 0.001122 sec., 114081.99643493761 rows/sec., 7.95 MiB/sec. 2026.03.19 07:57:51.488078 [ 253 ] {cfe8e567-5fc2-48b7-baaf-d6677a746ecf} TCPHandler: Processed in 0.00128261 sec. 2026.03.19 07:57:51.488187 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:51.488280 [ 253 ] {76797e5c-bbd0-402a-8cef-f0ecce3b2228} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:57:51.488322 [ 253 ] {76797e5c-bbd0-402a-8cef-f0ecce3b2228} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:57:51.488638 [ 253 ] {76797e5c-bbd0-402a-8cef-f0ecce3b2228} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:51.488674 [ 253 ] {76797e5c-bbd0-402a-8cef-f0ecce3b2228} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:57:51.488974 [ 253 ] {76797e5c-bbd0-402a-8cef-f0ecce3b2228} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.19 07:57:51.489175 [ 253 ] {76797e5c-bbd0-402a-8cef-f0ecce3b2228} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:51.489302 [ 253 ] {76797e5c-bbd0-402a-8cef-f0ecce3b2228} executeQuery: Read 48 rows, 3.31 KiB in 0.00104 sec., 46153.846153846156 rows/sec., 3.11 MiB/sec. 2026.03.19 07:57:51.489337 [ 253 ] {76797e5c-bbd0-402a-8cef-f0ecce3b2228} TCPHandler: Processed in 0.001197039 sec. 2026.03.19 07:57:55.962487 [ 133 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:57:55.962555 [ 133 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:57:56.051975 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13336 2026.03.19 07:57:56.052538 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:56.052594 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:57:56.053192 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 07:57:56.053424 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:56.053555 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13336 2026.03.19 07:57:56.086064 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 822 2026.03.19 07:57:56.088433 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:56.088480 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:57:56.089680 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 07:57:56.089959 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:56.090283 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 822 2026.03.19 07:57:56.486211 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:56.486418 [ 253 ] {a9b3830c-1b73-498c-9bdd-eeba85642e5a} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:57:56.486493 [ 253 ] {a9b3830c-1b73-498c-9bdd-eeba85642e5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:57:56.487255 [ 253 ] {a9b3830c-1b73-498c-9bdd-eeba85642e5a} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:56.487305 [ 253 ] {a9b3830c-1b73-498c-9bdd-eeba85642e5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:57:56.487721 [ 253 ] {a9b3830c-1b73-498c-9bdd-eeba85642e5a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.19 07:57:56.487963 [ 253 ] {a9b3830c-1b73-498c-9bdd-eeba85642e5a} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:56.488120 [ 253 ] {a9b3830c-1b73-498c-9bdd-eeba85642e5a} executeQuery: Read 106 rows, 9.11 KiB in 0.001759 sec., 60261.5122228539 rows/sec., 5.06 MiB/sec. 2026.03.19 07:57:56.488164 [ 253 ] {a9b3830c-1b73-498c-9bdd-eeba85642e5a} TCPHandler: Processed in 0.002091753 sec. 2026.03.19 07:57:56.488289 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:56.488386 [ 253 ] {abc16f41-64e4-408d-afc0-6e10cecde3bb} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:57:56.488427 [ 253 ] {abc16f41-64e4-408d-afc0-6e10cecde3bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:57:56.488837 [ 253 ] {abc16f41-64e4-408d-afc0-6e10cecde3bb} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:56.488875 [ 253 ] {abc16f41-64e4-408d-afc0-6e10cecde3bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:57:56.489179 [ 253 ] {abc16f41-64e4-408d-afc0-6e10cecde3bb} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 07:57:56.489393 [ 253 ] {abc16f41-64e4-408d-afc0-6e10cecde3bb} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:56.489509 [ 133 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 2026.03.19 07:57:56.489526 [ 253 ] {abc16f41-64e4-408d-afc0-6e10cecde3bb} executeQuery: Read 25 rows, 1.88 KiB in 0.001159 sec., 21570.319240724762 rows/sec., 1.58 MiB/sec. 2026.03.19 07:57:56.489577 [ 133 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:56.489587 [ 253 ] {abc16f41-64e4-408d-afc0-6e10cecde3bb} TCPHandler: Processed in 0.001348051 sec. 2026.03.19 07:57:56.489608 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:57:56.489711 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:56.489720 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_35_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full 2026.03.19 07:57:56.489811 [ 253 ] {e4c0e2e9-655d-4a6f-9cea-80daa99d9546} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:57:56.489827 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:57:56.489853 [ 253 ] {e4c0e2e9-655d-4a6f-9cea-80daa99d9546} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:57:56.489861 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 223 rows starting from the beginning of the part 2026.03.19 07:57:56.489931 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part 2026.03.19 07:57:56.489983 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 15 rows starting from the beginning of the part 2026.03.19 07:57:56.490033 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 25 rows starting from the beginning of the part 2026.03.19 07:57:56.490080 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part 2026.03.19 07:57:56.490126 [ 199 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 25 rows starting from the beginning of the part 2026.03.19 07:57:56.490282 [ 253 ] {e4c0e2e9-655d-4a6f-9cea-80daa99d9546} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:56.490317 [ 253 ] {e4c0e2e9-655d-4a6f-9cea-80daa99d9546} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:57:56.490669 [ 253 ] {e4c0e2e9-655d-4a6f-9cea-80daa99d9546} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.19 07:57:56.490885 [ 253 ] {e4c0e2e9-655d-4a6f-9cea-80daa99d9546} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:56.490900 [ 194 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 367 rows, containing 5 columns (5 merged, 0 gathered) in 0.00121977 sec., 300876.394730154 rows/sec., 21.46 MiB/sec. 2026.03.19 07:57:56.491019 [ 253 ] {e4c0e2e9-655d-4a6f-9cea-80daa99d9546} executeQuery: Read 89 rows, 7.12 KiB in 0.001227 sec., 72534.63732681336 rows/sec., 5.66 MiB/sec. 2026.03.19 07:57:56.491063 [ 253 ] {e4c0e2e9-655d-4a6f-9cea-80daa99d9546} TCPHandler: Processed in 0.001401542 sec. 2026.03.19 07:57:56.491128 [ 188 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2026.03.19 07:57:56.491182 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:56.491282 [ 253 ] {69f0aa20-3618-42b8-8d21-924478026b2d} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:56.491327 [ 253 ] {69f0aa20-3618-42b8-8d21-924478026b2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:57:56.491458 [ 188 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_35_7} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:56.491544 [ 188 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_35_7} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 2026.03.19 07:57:56.491648 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.19 07:57:56.491746 [ 253 ] {69f0aa20-3618-42b8-8d21-924478026b2d} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:56.491788 [ 253 ] {69f0aa20-3618-42b8-8d21-924478026b2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:57:56.492125 [ 253 ] {69f0aa20-3618-42b8-8d21-924478026b2d} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.19 07:57:56.492341 [ 253 ] {69f0aa20-3618-42b8-8d21-924478026b2d} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:56.492474 [ 253 ] {69f0aa20-3618-42b8-8d21-924478026b2d} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2026.03.19 07:57:56.492514 [ 253 ] {69f0aa20-3618-42b8-8d21-924478026b2d} TCPHandler: Processed in 0.001380282 sec. 2026.03.19 07:57:56.492623 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:56.492718 [ 253 ] {1339a037-76d3-4ee3-b0b2-95948ad5c405} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:57:56.492771 [ 253 ] {1339a037-76d3-4ee3-b0b2-95948ad5c405} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:57:56.493576 [ 253 ] {1339a037-76d3-4ee3-b0b2-95948ad5c405} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:56.493613 [ 253 ] {1339a037-76d3-4ee3-b0b2-95948ad5c405} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:57:56.494142 [ 253 ] {1339a037-76d3-4ee3-b0b2-95948ad5c405} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 07:57:56.494370 [ 253 ] {1339a037-76d3-4ee3-b0b2-95948ad5c405} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:56.494506 [ 253 ] {1339a037-76d3-4ee3-b0b2-95948ad5c405} executeQuery: Read 25 rows, 45.87 KiB in 0.001807 sec., 13835.08577753182 rows/sec., 24.79 MiB/sec. 2026.03.19 07:57:56.494560 [ 253 ] {1339a037-76d3-4ee3-b0b2-95948ad5c405} TCPHandler: Processed in 0.001986371 sec. 2026.03.19 07:57:56.494664 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:57:56.494759 [ 253 ] {46cbbe39-4f9b-420d-83b9-b93ec70d0aa4} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:57:56.494801 [ 253 ] {46cbbe39-4f9b-420d-83b9-b93ec70d0aa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:57:56.495135 [ 253 ] {46cbbe39-4f9b-420d-83b9-b93ec70d0aa4} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:56.495173 [ 253 ] {46cbbe39-4f9b-420d-83b9-b93ec70d0aa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:57:56.495478 [ 253 ] {46cbbe39-4f9b-420d-83b9-b93ec70d0aa4} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.19 07:57:56.495697 [ 253 ] {46cbbe39-4f9b-420d-83b9-b93ec70d0aa4} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:56.495828 [ 253 ] {46cbbe39-4f9b-420d-83b9-b93ec70d0aa4} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.03.19 07:57:56.495863 [ 253 ] {46cbbe39-4f9b-420d-83b9-b93ec70d0aa4} TCPHandler: Processed in 0.00124862 sec. 2026.03.19 07:57:56.771443 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.03.19 07:57:56.787156 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:57:56.787202 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:57:56.793560 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 07:57:56.794256 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:57:56.796994 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.03.19 07:58:01.485596 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:01.485903 [ 253 ] {071c5ee5-10d3-4950-90d9-976fe6f2ab59} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:58:01.486009 [ 253 ] {071c5ee5-10d3-4950-90d9-976fe6f2ab59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:58:01.486831 [ 253 ] {071c5ee5-10d3-4950-90d9-976fe6f2ab59} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:01.486882 [ 253 ] {071c5ee5-10d3-4950-90d9-976fe6f2ab59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:01.487318 [ 253 ] {071c5ee5-10d3-4950-90d9-976fe6f2ab59} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.19 07:58:01.487553 [ 253 ] {071c5ee5-10d3-4950-90d9-976fe6f2ab59} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:01.487713 [ 253 ] {071c5ee5-10d3-4950-90d9-976fe6f2ab59} executeQuery: Read 86 rows, 7.39 KiB in 0.001889 sec., 45526.73372154579 rows/sec., 3.82 MiB/sec. 2026.03.19 07:58:01.487716 [ 127 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.19 07:58:01.487756 [ 253 ] {071c5ee5-10d3-4950-90d9-976fe6f2ab59} TCPHandler: Processed in 0.002347027 sec. 2026.03.19 07:58:01.487824 [ 127 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:01.487868 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:01.487935 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:01.488020 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.19 07:58:01.488041 [ 253 ] {c6c0d65c-6c54-4124-b6f1-38abe9cb6a94} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:58:01.488088 [ 253 ] {c6c0d65c-6c54-4124-b6f1-38abe9cb6a94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:58:01.488150 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:01.488187 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2887 rows starting from the beginning of the part 2026.03.19 07:58:01.488254 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 106 rows starting from the beginning of the part 2026.03.19 07:58:01.488301 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1974 rows starting from the beginning of the part 2026.03.19 07:58:01.488344 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part 2026.03.19 07:58:01.488392 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 106 rows starting from the beginning of the part 2026.03.19 07:58:01.488433 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 86 rows starting from the beginning of the part 2026.03.19 07:58:01.488502 [ 253 ] {c6c0d65c-6c54-4124-b6f1-38abe9cb6a94} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:01.488538 [ 253 ] {c6c0d65c-6c54-4124-b6f1-38abe9cb6a94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:01.488838 [ 253 ] {c6c0d65c-6c54-4124-b6f1-38abe9cb6a94} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 07:58:01.489063 [ 253 ] {c6c0d65c-6c54-4124-b6f1-38abe9cb6a94} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:01.489196 [ 253 ] {c6c0d65c-6c54-4124-b6f1-38abe9cb6a94} executeQuery: Read 15 rows, 1.13 KiB in 0.001178 sec., 12733.446519524618 rows/sec., 957.50 KiB/sec. 2026.03.19 07:58:01.489234 [ 253 ] {c6c0d65c-6c54-4124-b6f1-38abe9cb6a94} TCPHandler: Processed in 0.001352442 sec. 2026.03.19 07:58:01.489347 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:01.489440 [ 253 ] {56f6f817-113d-4ae9-8c24-bd7c22fbf4e4} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:58:01.489479 [ 253 ] {56f6f817-113d-4ae9-8c24-bd7c22fbf4e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:58:01.489884 [ 253 ] {56f6f817-113d-4ae9-8c24-bd7c22fbf4e4} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:01.489919 [ 253 ] {56f6f817-113d-4ae9-8c24-bd7c22fbf4e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:01.490218 [ 253 ] {56f6f817-113d-4ae9-8c24-bd7c22fbf4e4} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.19 07:58:01.490433 [ 188 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 5215 rows, containing 5 columns (5 merged, 0 gathered) in 0.002461628 sec., 2118516.6889554393 rows/sec., 171.05 MiB/sec. 2026.03.19 07:58:01.490434 [ 253 ] {56f6f817-113d-4ae9-8c24-bd7c22fbf4e4} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:01.490580 [ 127 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.19 07:58:01.490607 [ 253 ] {56f6f817-113d-4ae9-8c24-bd7c22fbf4e4} executeQuery: Read 79 rows, 6.32 KiB in 0.001185 sec., 66666.66666666666 rows/sec., 5.21 MiB/sec. 2026.03.19 07:58:01.490613 [ 127 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:01.490649 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:01.490652 [ 253 ] {56f6f817-113d-4ae9-8c24-bd7c22fbf4e4} TCPHandler: Processed in 0.001356242 sec. 2026.03.19 07:58:01.490708 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.19 07:58:01.490781 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:01.490788 [ 197 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.19 07:58:01.490875 [ 253 ] {0692e6f0-c5ad-4e71-9d0e-fa1660f0aaf6} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:01.490922 [ 253 ] {0692e6f0-c5ad-4e71-9d0e-fa1660f0aaf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:58:01.490959 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_46_9} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:01.490962 [ 197 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:01.491013 [ 197 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1549 rows starting from the beginning of the part 2026.03.19 07:58:01.491027 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_46_9} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.19 07:58:01.491086 [ 197 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 89 rows starting from the beginning of the part 2026.03.19 07:58:01.491095 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2026.03.19 07:58:01.491148 [ 197 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1040 rows starting from the beginning of the part 2026.03.19 07:58:01.491202 [ 197 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part 2026.03.19 07:58:01.491242 [ 197 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 89 rows starting from the beginning of the part 2026.03.19 07:58:01.491280 [ 197 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 79 rows starting from the beginning of the part 2026.03.19 07:58:01.491338 [ 253 ] {0692e6f0-c5ad-4e71-9d0e-fa1660f0aaf6} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:01.491377 [ 253 ] {0692e6f0-c5ad-4e71-9d0e-fa1660f0aaf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:01.491762 [ 253 ] {0692e6f0-c5ad-4e71-9d0e-fa1660f0aaf6} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.19 07:58:01.491981 [ 253 ] {0692e6f0-c5ad-4e71-9d0e-fa1660f0aaf6} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:01.492110 [ 126 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.19 07:58:01.492114 [ 253 ] {0692e6f0-c5ad-4e71-9d0e-fa1660f0aaf6} executeQuery: Read 160 rows, 11.41 KiB in 0.001257 sec., 127287.19172633253 rows/sec., 8.87 MiB/sec. 2026.03.19 07:58:01.492149 [ 126 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:01.492167 [ 253 ] {0692e6f0-c5ad-4e71-9d0e-fa1660f0aaf6} TCPHandler: Processed in 0.001436503 sec. 2026.03.19 07:58:01.492168 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:01.492276 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:01.492286 [ 188 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.19 07:58:01.492379 [ 253 ] {0766ed01-4c8b-4d70-88cb-ec0056e3a5ea} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:01.492427 [ 188 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:01.492438 [ 253 ] {0766ed01-4c8b-4d70-88cb-ec0056e3a5ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:58:01.492469 [ 188 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 13778 rows starting from the beginning of the part 2026.03.19 07:58:01.492542 [ 188 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part 2026.03.19 07:58:01.492584 [ 188 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1225 rows starting from the beginning of the part 2026.03.19 07:58:01.492625 [ 188 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 128 rows starting from the beginning of the part 2026.03.19 07:58:01.492649 [ 196 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2910 rows, containing 5 columns (5 merged, 0 gathered) in 0.001918961 sec., 1516445.6182277806 rows/sec., 112.60 MiB/sec. 2026.03.19 07:58:01.492662 [ 188 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2026.03.19 07:58:01.492714 [ 188 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2026.03.19 07:58:01.492852 [ 186 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.19 07:58:01.493164 [ 186 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_46_9} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:01.493236 [ 253 ] {0766ed01-4c8b-4d70-88cb-ec0056e3a5ea} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:01.493241 [ 186 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_46_9} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.19 07:58:01.493281 [ 253 ] {0766ed01-4c8b-4d70-88cb-ec0056e3a5ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:01.493338 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.03.19 07:58:01.493837 [ 253 ] {0766ed01-4c8b-4d70-88cb-ec0056e3a5ea} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 07:58:01.494064 [ 253 ] {0766ed01-4c8b-4d70-88cb-ec0056e3a5ea} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:01.494205 [ 253 ] {0766ed01-4c8b-4d70-88cb-ec0056e3a5ea} executeQuery: Read 15 rows, 27.52 KiB in 0.001843 sec., 8138.903960933261 rows/sec., 14.58 MiB/sec. 2026.03.19 07:58:01.494258 [ 253 ] {0766ed01-4c8b-4d70-88cb-ec0056e3a5ea} TCPHandler: Processed in 0.002029332 sec. 2026.03.19 07:58:01.494373 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:01.494467 [ 253 ] {e82f9303-e8ec-46a0-a527-85fc2a49b2a0} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:58:01.494508 [ 253 ] {e82f9303-e8ec-46a0-a527-85fc2a49b2a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:58:01.494846 [ 253 ] {e82f9303-e8ec-46a0-a527-85fc2a49b2a0} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:01.494880 [ 253 ] {e82f9303-e8ec-46a0-a527-85fc2a49b2a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:01.495234 [ 253 ] {e82f9303-e8ec-46a0-a527-85fc2a49b2a0} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.19 07:58:01.495456 [ 253 ] {e82f9303-e8ec-46a0-a527-85fc2a49b2a0} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:01.495572 [ 126 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.19 07:58:01.495588 [ 253 ] {e82f9303-e8ec-46a0-a527-85fc2a49b2a0} executeQuery: Read 60 rows, 4.14 KiB in 0.001135 sec., 52863.43612334802 rows/sec., 3.56 MiB/sec. 2026.03.19 07:58:01.495606 [ 126 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:01.495624 [ 253 ] {e82f9303-e8ec-46a0-a527-85fc2a49b2a0} TCPHandler: Processed in 0.001299091 sec. 2026.03.19 07:58:01.495626 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:01.495726 [ 196 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.19 07:58:01.495828 [ 196 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:01.495854 [ 196 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2220 rows starting from the beginning of the part 2026.03.19 07:58:01.495905 [ 196 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2026.03.19 07:58:01.495944 [ 196 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 12 rows starting from the beginning of the part 2026.03.19 07:58:01.495980 [ 196 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 48 rows starting from the beginning of the part 2026.03.19 07:58:01.496015 [ 196 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2026.03.19 07:58:01.496049 [ 196 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2026.03.19 07:58:01.497025 [ 196 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2460 rows, containing 4 columns (4 merged, 0 gathered) in 0.001335901 sec., 1841453.8203055465 rows/sec., 122.80 MiB/sec. 2026.03.19 07:58:01.497178 [ 186 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 15611 rows, containing 5 columns (5 merged, 0 gathered) in 0.004931708 sec., 3165434.7743215943 rows/sec., 208.08 MiB/sec. 2026.03.19 07:58:01.497340 [ 189 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.19 07:58:01.497646 [ 189 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_46_9} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:01.497663 [ 186 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.19 07:58:01.497729 [ 189 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_46_9} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.19 07:58:01.497821 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.03.19 07:58:01.497902 [ 186 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_46_9} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:01.497968 [ 186 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_46_9} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.19 07:58:01.498041 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB. 2026.03.19 07:58:02.000198 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 266.29 MiB, peak 275.42 MiB, free memory in arenas 0.00 B, will set to 267.48 MiB (RSS), difference: 1.19 MiB 2026.03.19 07:58:03.554487 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13784 2026.03.19 07:58:03.555007 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:03.555056 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:03.555553 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 07:58:03.555793 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:03.555927 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13784 2026.03.19 07:58:04.297041 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.03.19 07:58:04.314136 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:04.314199 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:04.320238 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 07:58:04.320947 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:04.323951 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.03.19 07:58:06.091413 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 846 2026.03.19 07:58:06.093535 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:06.093581 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:06.094732 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 07:58:06.094977 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:06.095125 [ 82 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 07:58:06.095187 [ 82 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:06.095205 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:06.095213 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 846 2026.03.19 07:58:06.095327 [ 196 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.19 07:58:06.095954 [ 196 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:06.096092 [ 196 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 668 rows starting from the beginning of the part 2026.03.19 07:58:06.096430 [ 196 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 44 rows starting from the beginning of the part 2026.03.19 07:58:06.096747 [ 196 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part 2026.03.19 07:58:06.097047 [ 196 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part 2026.03.19 07:58:06.097327 [ 196 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 38 rows starting from the beginning of the part 2026.03.19 07:58:06.097610 [ 196 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2026.03.19 07:58:06.103372 [ 189 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 846 rows, containing 72 columns (72 merged, 0 gathered) in 0.008055968 sec., 105015.31287115341 rows/sec., 89.68 MiB/sec. 2026.03.19 07:58:06.104727 [ 201 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 07:58:06.105308 [ 201 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_21_4} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:06.105388 [ 201 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_21_4} system.query_log (939bd66e-0392-43e2-9699-3277434212bb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 07:58:06.105793 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. 2026.03.19 07:58:06.488728 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:06.488930 [ 253 ] {37de258b-d434-4239-8e3e-f0e7d42c91e9} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 07:58:06.489004 [ 253 ] {37de258b-d434-4239-8e3e-f0e7d42c91e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 07:58:06.489684 [ 253 ] {37de258b-d434-4239-8e3e-f0e7d42c91e9} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:06.489726 [ 253 ] {37de258b-d434-4239-8e3e-f0e7d42c91e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:06.490134 [ 253 ] {37de258b-d434-4239-8e3e-f0e7d42c91e9} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 07:58:06.490371 [ 253 ] {37de258b-d434-4239-8e3e-f0e7d42c91e9} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:06.490540 [ 253 ] {37de258b-d434-4239-8e3e-f0e7d42c91e9} executeQuery: Read 24 rows, 2.04 KiB in 0.001665 sec., 14414.414414414414 rows/sec., 1.20 MiB/sec. 2026.03.19 07:58:06.490583 [ 253 ] {37de258b-d434-4239-8e3e-f0e7d42c91e9} TCPHandler: Processed in 0.001995472 sec. 2026.03.19 07:58:06.490707 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:06.490823 [ 253 ] {2a2ed171-5665-4b31-b6d3-25d3c8ce5185} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:58:06.490868 [ 253 ] {2a2ed171-5665-4b31-b6d3-25d3c8ce5185} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:58:06.491391 [ 253 ] {2a2ed171-5665-4b31-b6d3-25d3c8ce5185} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:06.491431 [ 253 ] {2a2ed171-5665-4b31-b6d3-25d3c8ce5185} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:06.491850 [ 253 ] {2a2ed171-5665-4b31-b6d3-25d3c8ce5185} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.19 07:58:06.492082 [ 253 ] {2a2ed171-5665-4b31-b6d3-25d3c8ce5185} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:06.492211 [ 253 ] {2a2ed171-5665-4b31-b6d3-25d3c8ce5185} executeQuery: Read 226 rows, 20.57 KiB in 0.001406 sec., 160739.68705547653 rows/sec., 14.29 MiB/sec. 2026.03.19 07:58:06.492248 [ 253 ] {2a2ed171-5665-4b31-b6d3-25d3c8ce5185} TCPHandler: Processed in 0.001600015 sec. 2026.03.19 07:58:06.492359 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:06.492453 [ 253 ] {a6fd4e22-59bc-48b8-8189-3f8044b942f5} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:58:06.492492 [ 253 ] {a6fd4e22-59bc-48b8-8189-3f8044b942f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:58:06.492891 [ 253 ] {a6fd4e22-59bc-48b8-8189-3f8044b942f5} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:06.492927 [ 253 ] {a6fd4e22-59bc-48b8-8189-3f8044b942f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:06.493213 [ 253 ] {a6fd4e22-59bc-48b8-8189-3f8044b942f5} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 07:58:06.493414 [ 253 ] {a6fd4e22-59bc-48b8-8189-3f8044b942f5} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:06.493542 [ 253 ] {a6fd4e22-59bc-48b8-8189-3f8044b942f5} executeQuery: Read 37 rows, 2.84 KiB in 0.001108 sec., 33393.50180505415 rows/sec., 2.50 MiB/sec. 2026.03.19 07:58:06.493578 [ 253 ] {a6fd4e22-59bc-48b8-8189-3f8044b942f5} TCPHandler: Processed in 0.00126788 sec. 2026.03.19 07:58:06.493682 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:06.493775 [ 253 ] {7bacea0d-4247-419f-89dc-e819c15677e7} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:58:06.493813 [ 253 ] {7bacea0d-4247-419f-89dc-e819c15677e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:58:06.494195 [ 253 ] {7bacea0d-4247-419f-89dc-e819c15677e7} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:06.494230 [ 253 ] {7bacea0d-4247-419f-89dc-e819c15677e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:06.494512 [ 253 ] {7bacea0d-4247-419f-89dc-e819c15677e7} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 07:58:06.494716 [ 253 ] {7bacea0d-4247-419f-89dc-e819c15677e7} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:06.494841 [ 253 ] {7bacea0d-4247-419f-89dc-e819c15677e7} executeQuery: Read 24 rows, 2.04 KiB in 0.001083 sec., 22160.6648199446 rows/sec., 1.84 MiB/sec. 2026.03.19 07:58:06.494877 [ 253 ] {7bacea0d-4247-419f-89dc-e819c15677e7} TCPHandler: Processed in 0.00124194 sec. 2026.03.19 07:58:06.494980 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:06.495073 [ 253 ] {a56ef534-3bd1-4256-865a-997901647c74} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 07:58:06.495120 [ 253 ] {a56ef534-3bd1-4256-865a-997901647c74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 07:58:06.495520 [ 253 ] {a56ef534-3bd1-4256-865a-997901647c74} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:06.495555 [ 253 ] {a56ef534-3bd1-4256-865a-997901647c74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:06.495845 [ 253 ] {a56ef534-3bd1-4256-865a-997901647c74} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 07:58:06.496037 [ 253 ] {a56ef534-3bd1-4256-865a-997901647c74} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:06.496165 [ 253 ] {a56ef534-3bd1-4256-865a-997901647c74} executeQuery: Read 12 rows, 960.00 B in 0.001138 sec., 10544.81546572935 rows/sec., 823.81 KiB/sec. 2026.03.19 07:58:06.496199 [ 253 ] {a56ef534-3bd1-4256-865a-997901647c74} TCPHandler: Processed in 0.00129739 sec. 2026.03.19 07:58:06.496298 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:06.496385 [ 253 ] {e19d5d15-46a4-40fa-84ef-e73916235838} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:58:06.496422 [ 253 ] {e19d5d15-46a4-40fa-84ef-e73916235838} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:58:06.496881 [ 253 ] {e19d5d15-46a4-40fa-84ef-e73916235838} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:06.496917 [ 253 ] {e19d5d15-46a4-40fa-84ef-e73916235838} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:06.497241 [ 253 ] {e19d5d15-46a4-40fa-84ef-e73916235838} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.19 07:58:06.497447 [ 253 ] {e19d5d15-46a4-40fa-84ef-e73916235838} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:06.497572 [ 253 ] {e19d5d15-46a4-40fa-84ef-e73916235838} executeQuery: Read 125 rows, 10.38 KiB in 0.001159 sec., 107851.5962036238 rows/sec., 8.74 MiB/sec. 2026.03.19 07:58:06.497608 [ 253 ] {e19d5d15-46a4-40fa-84ef-e73916235838} TCPHandler: Processed in 0.001318851 sec. 2026.03.19 07:58:06.497715 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:06.497808 [ 253 ] {f75676f5-0160-44c5-89f3-2a2cb8e98938} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:06.497849 [ 253 ] {f75676f5-0160-44c5-89f3-2a2cb8e98938} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:58:06.498250 [ 253 ] {f75676f5-0160-44c5-89f3-2a2cb8e98938} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:06.498285 [ 253 ] {f75676f5-0160-44c5-89f3-2a2cb8e98938} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:06.498637 [ 253 ] {f75676f5-0160-44c5-89f3-2a2cb8e98938} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.19 07:58:06.498854 [ 253 ] {f75676f5-0160-44c5-89f3-2a2cb8e98938} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:06.498978 [ 253 ] {f75676f5-0160-44c5-89f3-2a2cb8e98938} executeQuery: Read 196 rows, 14.40 KiB in 0.001188 sec., 164983.16498316498 rows/sec., 11.84 MiB/sec. 2026.03.19 07:58:06.499014 [ 253 ] {f75676f5-0160-44c5-89f3-2a2cb8e98938} TCPHandler: Processed in 0.001347141 sec. 2026.03.19 07:58:06.499133 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:06.499226 [ 253 ] {3ebcc6b8-ec87-4aeb-99e4-ee2cf78d9717} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:06.499278 [ 253 ] {3ebcc6b8-ec87-4aeb-99e4-ee2cf78d9717} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:58:06.500036 [ 253 ] {3ebcc6b8-ec87-4aeb-99e4-ee2cf78d9717} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:06.500072 [ 253 ] {3ebcc6b8-ec87-4aeb-99e4-ee2cf78d9717} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:06.500608 [ 253 ] {3ebcc6b8-ec87-4aeb-99e4-ee2cf78d9717} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 07:58:06.500821 [ 253 ] {3ebcc6b8-ec87-4aeb-99e4-ee2cf78d9717} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:06.500928 [ 80 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 07:58:06.500947 [ 253 ] {3ebcc6b8-ec87-4aeb-99e4-ee2cf78d9717} executeQuery: Read 25 rows, 45.87 KiB in 0.001754 sec., 14253.135689851768 rows/sec., 25.54 MiB/sec. 2026.03.19 07:58:06.500992 [ 80 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:06.501016 [ 253 ] {3ebcc6b8-ec87-4aeb-99e4-ee2cf78d9717} TCPHandler: Processed in 0.001949701 sec. 2026.03.19 07:58:06.501016 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:06.501134 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:06.501159 [ 192 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.19 07:58:06.501225 [ 253 ] {a5498a2a-2463-4e7e-af6c-7342955c9110} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:58:06.501269 [ 253 ] {a5498a2a-2463-4e7e-af6c-7342955c9110} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:58:06.501424 [ 192 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:06.501488 [ 192 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 592 rows starting from the beginning of the part 2026.03.19 07:58:06.501573 [ 253 ] {a5498a2a-2463-4e7e-af6c-7342955c9110} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:06.501607 [ 192 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 25 rows starting from the beginning of the part 2026.03.19 07:58:06.501610 [ 253 ] {a5498a2a-2463-4e7e-af6c-7342955c9110} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:06.501776 [ 192 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 24 rows starting from the beginning of the part 2026.03.19 07:58:06.501881 [ 192 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 25 rows starting from the beginning of the part 2026.03.19 07:58:06.501977 [ 192 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 15 rows starting from the beginning of the part 2026.03.19 07:58:06.502020 [ 253 ] {a5498a2a-2463-4e7e-af6c-7342955c9110} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.19 07:58:06.502072 [ 192 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 25 rows starting from the beginning of the part 2026.03.19 07:58:06.502246 [ 253 ] {a5498a2a-2463-4e7e-af6c-7342955c9110} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:06.502376 [ 253 ] {a5498a2a-2463-4e7e-af6c-7342955c9110} executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. 2026.03.19 07:58:06.502412 [ 253 ] {a5498a2a-2463-4e7e-af6c-7342955c9110} TCPHandler: Processed in 0.00129867 sec. 2026.03.19 07:58:06.505819 [ 201 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 706 rows, containing 19 columns (19 merged, 0 gathered) in 0.004699405 sec., 150231.78466210084 rows/sec., 269.21 MiB/sec. 2026.03.19 07:58:06.506631 [ 192 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 07:58:06.506929 [ 192 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_36_7} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:06.506996 [ 192 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_36_7} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 07:58:06.507090 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.61 MiB. 2026.03.19 07:58:10.962812 [ 75 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:58:10.962879 [ 75 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:58:11.056334 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14296 2026.03.19 07:58:11.056879 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:11.056926 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:11.057430 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 07:58:11.057675 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:11.057810 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14296 2026.03.19 07:58:11.486808 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:11.487018 [ 253 ] {4058295a-290e-447f-87eb-91fe4016b88f} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:58:11.487091 [ 253 ] {4058295a-290e-447f-87eb-91fe4016b88f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:58:11.487832 [ 253 ] {4058295a-290e-447f-87eb-91fe4016b88f} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:11.487872 [ 253 ] {4058295a-290e-447f-87eb-91fe4016b88f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:11.488284 [ 253 ] {4058295a-290e-447f-87eb-91fe4016b88f} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.19 07:58:11.488522 [ 253 ] {4058295a-290e-447f-87eb-91fe4016b88f} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:11.488677 [ 253 ] {4058295a-290e-447f-87eb-91fe4016b88f} executeQuery: Read 86 rows, 7.39 KiB in 0.001716 sec., 50116.55011655011 rows/sec., 4.20 MiB/sec. 2026.03.19 07:58:11.488719 [ 253 ] {4058295a-290e-447f-87eb-91fe4016b88f} TCPHandler: Processed in 0.002054392 sec. 2026.03.19 07:58:11.488842 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:11.488941 [ 253 ] {950b07b4-c54e-4bfc-a4d3-bb12c1b55385} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:58:11.488982 [ 253 ] {950b07b4-c54e-4bfc-a4d3-bb12c1b55385} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:58:11.489380 [ 253 ] {950b07b4-c54e-4bfc-a4d3-bb12c1b55385} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:11.489415 [ 253 ] {950b07b4-c54e-4bfc-a4d3-bb12c1b55385} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:11.489720 [ 253 ] {950b07b4-c54e-4bfc-a4d3-bb12c1b55385} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 07:58:11.489945 [ 253 ] {950b07b4-c54e-4bfc-a4d3-bb12c1b55385} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:11.490080 [ 253 ] {950b07b4-c54e-4bfc-a4d3-bb12c1b55385} executeQuery: Read 15 rows, 1.13 KiB in 0.001158 sec., 12953.36787564767 rows/sec., 974.03 KiB/sec. 2026.03.19 07:58:11.490117 [ 253 ] {950b07b4-c54e-4bfc-a4d3-bb12c1b55385} TCPHandler: Processed in 0.001326061 sec. 2026.03.19 07:58:11.490227 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:11.490323 [ 253 ] {1b183944-72c3-4a1d-87c8-86d9d2b542ec} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:58:11.490364 [ 253 ] {1b183944-72c3-4a1d-87c8-86d9d2b542ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:58:11.490782 [ 253 ] {1b183944-72c3-4a1d-87c8-86d9d2b542ec} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:11.490817 [ 253 ] {1b183944-72c3-4a1d-87c8-86d9d2b542ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:11.491120 [ 253 ] {1b183944-72c3-4a1d-87c8-86d9d2b542ec} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.19 07:58:11.491343 [ 253 ] {1b183944-72c3-4a1d-87c8-86d9d2b542ec} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:11.491471 [ 253 ] {1b183944-72c3-4a1d-87c8-86d9d2b542ec} executeQuery: Read 79 rows, 6.32 KiB in 0.001165 sec., 67811.15879828326 rows/sec., 5.29 MiB/sec. 2026.03.19 07:58:11.491508 [ 253 ] {1b183944-72c3-4a1d-87c8-86d9d2b542ec} TCPHandler: Processed in 0.001330961 sec. 2026.03.19 07:58:11.491621 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:11.491717 [ 253 ] {42a0b4c2-7a57-4a51-88d2-64c69308b298} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:11.491760 [ 253 ] {42a0b4c2-7a57-4a51-88d2-64c69308b298} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:58:11.492165 [ 253 ] {42a0b4c2-7a57-4a51-88d2-64c69308b298} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:11.492200 [ 253 ] {42a0b4c2-7a57-4a51-88d2-64c69308b298} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:11.492536 [ 253 ] {42a0b4c2-7a57-4a51-88d2-64c69308b298} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.19 07:58:11.492752 [ 253 ] {42a0b4c2-7a57-4a51-88d2-64c69308b298} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:11.492887 [ 253 ] {42a0b4c2-7a57-4a51-88d2-64c69308b298} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2026.03.19 07:58:11.492925 [ 253 ] {42a0b4c2-7a57-4a51-88d2-64c69308b298} TCPHandler: Processed in 0.001354801 sec. 2026.03.19 07:58:11.493033 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:11.493127 [ 253 ] {92f07686-2da1-4641-9171-3d1e7882c017} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:11.493182 [ 253 ] {92f07686-2da1-4641-9171-3d1e7882c017} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:58:11.493954 [ 253 ] {92f07686-2da1-4641-9171-3d1e7882c017} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:11.493988 [ 253 ] {92f07686-2da1-4641-9171-3d1e7882c017} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:11.494516 [ 253 ] {92f07686-2da1-4641-9171-3d1e7882c017} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 07:58:11.494736 [ 253 ] {92f07686-2da1-4641-9171-3d1e7882c017} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:11.494874 [ 253 ] {92f07686-2da1-4641-9171-3d1e7882c017} executeQuery: Read 15 rows, 27.52 KiB in 0.001764 sec., 8503.401360544218 rows/sec., 15.24 MiB/sec. 2026.03.19 07:58:11.494927 [ 253 ] {92f07686-2da1-4641-9171-3d1e7882c017} TCPHandler: Processed in 0.001943541 sec. 2026.03.19 07:58:11.495037 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:11.495133 [ 253 ] {36d3977e-4d07-4eb1-b830-b71f884de911} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:58:11.495175 [ 253 ] {36d3977e-4d07-4eb1-b830-b71f884de911} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:58:11.495507 [ 253 ] {36d3977e-4d07-4eb1-b830-b71f884de911} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:11.495540 [ 253 ] {36d3977e-4d07-4eb1-b830-b71f884de911} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:11.495846 [ 253 ] {36d3977e-4d07-4eb1-b830-b71f884de911} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.19 07:58:11.496069 [ 253 ] {36d3977e-4d07-4eb1-b830-b71f884de911} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:11.496196 [ 253 ] {36d3977e-4d07-4eb1-b830-b71f884de911} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.03.19 07:58:11.496231 [ 253 ] {36d3977e-4d07-4eb1-b830-b71f884de911} TCPHandler: Processed in 0.001244059 sec. 2026.03.19 07:58:11.824320 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.03.19 07:58:11.841945 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:11.842006 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:11.847474 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 07:58:11.848181 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:11.851028 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.03.19 07:58:16.095701 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 876 2026.03.19 07:58:16.097907 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:16.097950 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:16.099140 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 07:58:16.099407 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:16.099738 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 876 2026.03.19 07:58:16.486763 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:16.487064 [ 253 ] {c3e7b40e-a481-4fc9-9e3a-7c829913ee9f} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:58:16.487140 [ 253 ] {c3e7b40e-a481-4fc9-9e3a-7c829913ee9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:58:16.487829 [ 253 ] {c3e7b40e-a481-4fc9-9e3a-7c829913ee9f} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:16.487872 [ 253 ] {c3e7b40e-a481-4fc9-9e3a-7c829913ee9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:16.488267 [ 253 ] {c3e7b40e-a481-4fc9-9e3a-7c829913ee9f} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.19 07:58:16.488494 [ 253 ] {c3e7b40e-a481-4fc9-9e3a-7c829913ee9f} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:16.488648 [ 253 ] {c3e7b40e-a481-4fc9-9e3a-7c829913ee9f} executeQuery: Read 106 rows, 9.11 KiB in 0.001671 sec., 63435.06882106523 rows/sec., 5.33 MiB/sec. 2026.03.19 07:58:16.488690 [ 253 ] {c3e7b40e-a481-4fc9-9e3a-7c829913ee9f} TCPHandler: Processed in 0.002119633 sec. 2026.03.19 07:58:16.488825 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:16.488924 [ 253 ] {d577492d-2604-4eee-a160-6debe3e1b56b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:58:16.488965 [ 253 ] {d577492d-2604-4eee-a160-6debe3e1b56b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:58:16.489378 [ 253 ] {d577492d-2604-4eee-a160-6debe3e1b56b} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:16.489415 [ 253 ] {d577492d-2604-4eee-a160-6debe3e1b56b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:16.489737 [ 253 ] {d577492d-2604-4eee-a160-6debe3e1b56b} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.19 07:58:16.489944 [ 253 ] {d577492d-2604-4eee-a160-6debe3e1b56b} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:16.490078 [ 253 ] {d577492d-2604-4eee-a160-6debe3e1b56b} executeQuery: Read 25 rows, 1.88 KiB in 0.001173 sec., 21312.872975277067 rows/sec., 1.57 MiB/sec. 2026.03.19 07:58:16.490116 [ 253 ] {d577492d-2604-4eee-a160-6debe3e1b56b} TCPHandler: Processed in 0.001340812 sec. 2026.03.19 07:58:16.490217 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:16.490313 [ 253 ] {694d9c1e-0e3d-4ddc-b83d-1412bfafe78e} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:58:16.490353 [ 253 ] {694d9c1e-0e3d-4ddc-b83d-1412bfafe78e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:58:16.490776 [ 253 ] {694d9c1e-0e3d-4ddc-b83d-1412bfafe78e} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:16.490813 [ 253 ] {694d9c1e-0e3d-4ddc-b83d-1412bfafe78e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:16.491119 [ 253 ] {694d9c1e-0e3d-4ddc-b83d-1412bfafe78e} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.19 07:58:16.491347 [ 253 ] {694d9c1e-0e3d-4ddc-b83d-1412bfafe78e} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:16.491476 [ 253 ] {694d9c1e-0e3d-4ddc-b83d-1412bfafe78e} executeQuery: Read 89 rows, 7.12 KiB in 0.001181 sec., 75359.86452159187 rows/sec., 5.89 MiB/sec. 2026.03.19 07:58:16.491514 [ 253 ] {694d9c1e-0e3d-4ddc-b83d-1412bfafe78e} TCPHandler: Processed in 0.001345651 sec. 2026.03.19 07:58:16.491624 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:16.491721 [ 253 ] {6bdf159e-ead4-4471-bdbc-830f7aaa0bd9} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:16.491764 [ 253 ] {6bdf159e-ead4-4471-bdbc-830f7aaa0bd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:58:16.492169 [ 253 ] {6bdf159e-ead4-4471-bdbc-830f7aaa0bd9} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:16.492205 [ 253 ] {6bdf159e-ead4-4471-bdbc-830f7aaa0bd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:16.492536 [ 253 ] {6bdf159e-ead4-4471-bdbc-830f7aaa0bd9} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.19 07:58:16.492745 [ 253 ] {6bdf159e-ead4-4471-bdbc-830f7aaa0bd9} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:16.492876 [ 253 ] {6bdf159e-ead4-4471-bdbc-830f7aaa0bd9} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2026.03.19 07:58:16.492914 [ 253 ] {6bdf159e-ead4-4471-bdbc-830f7aaa0bd9} TCPHandler: Processed in 0.001338491 sec. 2026.03.19 07:58:16.493023 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:16.493118 [ 253 ] {e5697e29-b586-40ca-b370-5952e28a9019} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:16.493172 [ 253 ] {e5697e29-b586-40ca-b370-5952e28a9019} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:58:16.493966 [ 253 ] {e5697e29-b586-40ca-b370-5952e28a9019} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:16.494007 [ 253 ] {e5697e29-b586-40ca-b370-5952e28a9019} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:16.494532 [ 253 ] {e5697e29-b586-40ca-b370-5952e28a9019} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 07:58:16.494750 [ 253 ] {e5697e29-b586-40ca-b370-5952e28a9019} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:16.494890 [ 253 ] {e5697e29-b586-40ca-b370-5952e28a9019} executeQuery: Read 25 rows, 45.87 KiB in 0.001789 sec., 13974.287311347121 rows/sec., 25.04 MiB/sec. 2026.03.19 07:58:16.494944 [ 253 ] {e5697e29-b586-40ca-b370-5952e28a9019} TCPHandler: Processed in 0.001971031 sec. 2026.03.19 07:58:16.495053 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:16.495152 [ 253 ] {007b1540-54d5-4ec9-8e5a-e015083e3885} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:58:16.495194 [ 253 ] {007b1540-54d5-4ec9-8e5a-e015083e3885} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:58:16.495557 [ 253 ] {007b1540-54d5-4ec9-8e5a-e015083e3885} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:16.495594 [ 253 ] {007b1540-54d5-4ec9-8e5a-e015083e3885} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:16.495914 [ 253 ] {007b1540-54d5-4ec9-8e5a-e015083e3885} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.19 07:58:16.496123 [ 253 ] {007b1540-54d5-4ec9-8e5a-e015083e3885} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:16.496253 [ 253 ] {007b1540-54d5-4ec9-8e5a-e015083e3885} executeQuery: Read 60 rows, 4.14 KiB in 0.00112 sec., 53571.42857142858 rows/sec., 3.61 MiB/sec. 2026.03.19 07:58:16.496288 [ 253 ] {007b1540-54d5-4ec9-8e5a-e015083e3885} TCPHandler: Processed in 0.00128387 sec. 2026.03.19 07:58:16.759275 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:16.759382 [ 253 ] {24045cb8-66d5-445c-9ff3-06edc59a58c1} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:58:16.759422 [ 253 ] {24045cb8-66d5-445c-9ff3-06edc59a58c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:58:16.760814 [ 253 ] {24045cb8-66d5-445c-9ff3-06edc59a58c1} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:16.760852 [ 253 ] {24045cb8-66d5-445c-9ff3-06edc59a58c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:16.761297 [ 253 ] {24045cb8-66d5-445c-9ff3-06edc59a58c1} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.19 07:58:16.761516 [ 253 ] {24045cb8-66d5-445c-9ff3-06edc59a58c1} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:16.761648 [ 253 ] {24045cb8-66d5-445c-9ff3-06edc59a58c1} executeQuery: Read 1966 rows, 152.10 KiB in 0.002286 sec., 860017.4978127735 rows/sec., 64.98 MiB/sec. 2026.03.19 07:58:16.761686 [ 253 ] {24045cb8-66d5-445c-9ff3-06edc59a58c1} TCPHandler: Processed in 0.002469609 sec. 2026.03.19 07:58:16.761812 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:16.761906 [ 253 ] {7fdae510-5e3a-430a-80e4-753fee7ee2aa} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:58:16.761945 [ 253 ] {7fdae510-5e3a-430a-80e4-753fee7ee2aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:58:16.762347 [ 253 ] {7fdae510-5e3a-430a-80e4-753fee7ee2aa} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:16.762384 [ 253 ] {7fdae510-5e3a-430a-80e4-753fee7ee2aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:16.762667 [ 253 ] {7fdae510-5e3a-430a-80e4-753fee7ee2aa} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.19 07:58:16.762875 [ 253 ] {7fdae510-5e3a-430a-80e4-753fee7ee2aa} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:16.763003 [ 253 ] {7fdae510-5e3a-430a-80e4-753fee7ee2aa} executeQuery: Read 24 rows, 1.80 KiB in 0.001115 sec., 21524.663677130044 rows/sec., 1.58 MiB/sec. 2026.03.19 07:58:16.763014 [ 66 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2026.03.19 07:58:16.763039 [ 253 ] {7fdae510-5e3a-430a-80e4-753fee7ee2aa} TCPHandler: Processed in 0.001285171 sec. 2026.03.19 07:58:16.763085 [ 66 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:16.763118 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:16.763178 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:16.763256 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_40_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full 2026.03.19 07:58:16.763316 [ 253 ] {21bc7639-11d4-452b-87dc-e0eac6b2bb3e} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:58:16.763362 [ 253 ] {21bc7639-11d4-452b-87dc-e0eac6b2bb3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:58:16.763414 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:16.763455 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 223 rows starting from the beginning of the part 2026.03.19 07:58:16.763527 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 15 rows starting from the beginning of the part 2026.03.19 07:58:16.763576 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 37 rows starting from the beginning of the part 2026.03.19 07:58:16.763622 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 15 rows starting from the beginning of the part 2026.03.19 07:58:16.763700 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 25 rows starting from the beginning of the part 2026.03.19 07:58:16.763745 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part 2026.03.19 07:58:16.764014 [ 253 ] {21bc7639-11d4-452b-87dc-e0eac6b2bb3e} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:16.764058 [ 253 ] {21bc7639-11d4-452b-87dc-e0eac6b2bb3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:16.764437 [ 253 ] {21bc7639-11d4-452b-87dc-e0eac6b2bb3e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 07:58:16.764647 [ 192 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 339 rows, containing 5 columns (5 merged, 0 gathered) in 0.001444673 sec., 234655.1780229851 rows/sec., 16.69 MiB/sec. 2026.03.19 07:58:16.764657 [ 253 ] {21bc7639-11d4-452b-87dc-e0eac6b2bb3e} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:16.764840 [ 253 ] {21bc7639-11d4-452b-87dc-e0eac6b2bb3e} executeQuery: Read 708 rows, 42.29 KiB in 0.001542 sec., 459143.96887159534 rows/sec., 26.78 MiB/sec. 2026.03.19 07:58:16.764874 [ 201 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2026.03.19 07:58:16.764880 [ 253 ] {21bc7639-11d4-452b-87dc-e0eac6b2bb3e} TCPHandler: Processed in 0.001753088 sec. 2026.03.19 07:58:16.765035 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:16.765132 [ 253 ] {fd23b25b-9080-44d9-839e-06cbed4849ae} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 07:58:16.765175 [ 253 ] {fd23b25b-9080-44d9-839e-06cbed4849ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 07:58:16.765197 [ 201 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_40_8} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:16.765279 [ 201 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_40_8} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2026.03.19 07:58:16.765388 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.19 07:58:16.765563 [ 253 ] {fd23b25b-9080-44d9-839e-06cbed4849ae} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:16.765604 [ 253 ] {fd23b25b-9080-44d9-839e-06cbed4849ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:16.765897 [ 253 ] {fd23b25b-9080-44d9-839e-06cbed4849ae} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 07:58:16.766114 [ 253 ] {fd23b25b-9080-44d9-839e-06cbed4849ae} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:16.766238 [ 253 ] {fd23b25b-9080-44d9-839e-06cbed4849ae} executeQuery: Read 1 rows, 72.00 B in 0.001124 sec., 889.6797153024911 rows/sec., 62.56 KiB/sec. 2026.03.19 07:58:16.766275 [ 253 ] {fd23b25b-9080-44d9-839e-06cbed4849ae} TCPHandler: Processed in 0.00129135 sec. 2026.03.19 07:58:16.766374 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:16.766466 [ 253 ] {c5377f80-9607-4434-8d06-5fdda596b66c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:58:16.766504 [ 253 ] {c5377f80-9607-4434-8d06-5fdda596b66c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:58:16.767295 [ 253 ] {c5377f80-9607-4434-8d06-5fdda596b66c} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:16.767331 [ 253 ] {c5377f80-9607-4434-8d06-5fdda596b66c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:16.767658 [ 253 ] {c5377f80-9607-4434-8d06-5fdda596b66c} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.19 07:58:16.767867 [ 253 ] {c5377f80-9607-4434-8d06-5fdda596b66c} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:16.767995 [ 253 ] {c5377f80-9607-4434-8d06-5fdda596b66c} executeQuery: Read 1024 rows, 72.26 KiB in 0.001546 sec., 662354.4631306598 rows/sec., 45.65 MiB/sec. 2026.03.19 07:58:16.768035 [ 253 ] {c5377f80-9607-4434-8d06-5fdda596b66c} TCPHandler: Processed in 0.001709037 sec. 2026.03.19 07:58:16.768159 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:16.768254 [ 253 ] {9f4cee15-8182-416e-806c-67faf5501c5a} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:16.768294 [ 253 ] {9f4cee15-8182-416e-806c-67faf5501c5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:58:16.768953 [ 253 ] {9f4cee15-8182-416e-806c-67faf5501c5a} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:16.768989 [ 253 ] {9f4cee15-8182-416e-806c-67faf5501c5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:16.769390 [ 253 ] {9f4cee15-8182-416e-806c-67faf5501c5a} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.19 07:58:16.769599 [ 253 ] {9f4cee15-8182-416e-806c-67faf5501c5a} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:16.769730 [ 253 ] {9f4cee15-8182-416e-806c-67faf5501c5a} executeQuery: Read 1217 rows, 77.92 KiB in 0.001494 sec., 814591.7001338687 rows/sec., 50.93 MiB/sec. 2026.03.19 07:58:16.769767 [ 253 ] {9f4cee15-8182-416e-806c-67faf5501c5a} TCPHandler: Processed in 0.001657857 sec. 2026.03.19 07:58:16.769894 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:16.769990 [ 253 ] {bfa01295-d9f5-441a-932a-9b34c822e664} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:16.770041 [ 253 ] {bfa01295-d9f5-441a-932a-9b34c822e664} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:58:16.770782 [ 253 ] {bfa01295-d9f5-441a-932a-9b34c822e664} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:16.770819 [ 253 ] {bfa01295-d9f5-441a-932a-9b34c822e664} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:16.771333 [ 253 ] {bfa01295-d9f5-441a-932a-9b34c822e664} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.19 07:58:16.771555 [ 253 ] {bfa01295-d9f5-441a-932a-9b34c822e664} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:16.771691 [ 253 ] {bfa01295-d9f5-441a-932a-9b34c822e664} executeQuery: Read 24 rows, 44.04 KiB in 0.001719 sec., 13961.605584642233 rows/sec., 25.02 MiB/sec. 2026.03.19 07:58:16.771744 [ 253 ] {bfa01295-d9f5-441a-932a-9b34c822e664} TCPHandler: Processed in 0.00190046 sec. 2026.03.19 07:58:16.771861 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:16.771956 [ 253 ] {685eec97-f21a-4a9e-b03a-af3f7e602aba} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:58:16.771996 [ 253 ] {685eec97-f21a-4a9e-b03a-af3f7e602aba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:58:16.772332 [ 253 ] {685eec97-f21a-4a9e-b03a-af3f7e602aba} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:16.772368 [ 253 ] {685eec97-f21a-4a9e-b03a-af3f7e602aba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:16.772671 [ 253 ] {685eec97-f21a-4a9e-b03a-af3f7e602aba} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.19 07:58:16.772884 [ 253 ] {685eec97-f21a-4a9e-b03a-af3f7e602aba} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:16.773017 [ 253 ] {685eec97-f21a-4a9e-b03a-af3f7e602aba} executeQuery: Read 12 rows, 848.00 B in 0.001079 sec., 11121.408711770157 rows/sec., 767.49 KiB/sec. 2026.03.19 07:58:16.773053 [ 253 ] {685eec97-f21a-4a9e-b03a-af3f7e602aba} TCPHandler: Processed in 0.00124168 sec. 2026.03.19 07:58:17.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 270.40 MiB, peak 276.12 MiB, free memory in arenas 0.00 B, will set to 269.35 MiB (RSS), difference: -1.05 MiB 2026.03.19 07:58:18.558033 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14744 2026.03.19 07:58:18.558810 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:18.558878 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:18.559511 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 07:58:18.559745 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:18.559880 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14744 2026.03.19 07:58:18.559935 [ 63 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 07:58:18.560039 [ 63 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:18.560080 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:18.560220 [ 192 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.19 07:58:18.560336 [ 192 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:18.560375 [ 192 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12376 rows starting from the beginning of the part 2026.03.19 07:58:18.560438 [ 192 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 448 rows starting from the beginning of the part 2026.03.19 07:58:18.560481 [ 192 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 512 rows starting from the beginning of the part 2026.03.19 07:58:18.560525 [ 192 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 448 rows starting from the beginning of the part 2026.03.19 07:58:18.560563 [ 192 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 512 rows starting from the beginning of the part 2026.03.19 07:58:18.560600 [ 192 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 448 rows starting from the beginning of the part 2026.03.19 07:58:18.562622 [ 201 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14744 rows, containing 4 columns (4 merged, 0 gathered) in 0.002454789 sec., 6006218.864431933 rows/sec., 85.92 MiB/sec. 2026.03.19 07:58:18.563047 [ 201 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 07:58:18.563329 [ 201 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_31_6} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:18.563411 [ 201 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_31_6} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 07:58:18.563529 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.03.19 07:58:19.351275 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.03.19 07:58:19.368270 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:19.368315 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:19.374239 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 07:58:19.374928 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:19.375310 [ 60 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 07:58:19.375398 [ 60 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:19.375433 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:19.375608 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.19 07:58:19.378056 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.03.19 07:58:19.379833 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:19.381259 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2026.03.19 07:58:19.385882 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2026.03.19 07:58:19.390421 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2026.03.19 07:58:19.394876 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2026.03.19 07:58:19.399222 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2026.03.19 07:58:19.403496 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2026.03.19 07:58:19.455763 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.080236453 sec., 2916.380164512008 rows/sec., 15.08 MiB/sec. 2026.03.19 07:58:19.457459 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 07:58:19.459108 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_31_6} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:19.459209 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_31_6} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 07:58:19.460491 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. 2026.03.19 07:58:20.000230 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 270.88 MiB, peak 281.43 MiB, free memory in arenas 0.00 B, will set to 275.70 MiB (RSS), difference: 4.81 MiB 2026.03.19 07:58:21.484600 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:21.484798 [ 253 ] {ec8e1897-5e6a-49d3-9205-bd577b3ec148} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:58:21.484864 [ 253 ] {ec8e1897-5e6a-49d3-9205-bd577b3ec148} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:58:21.485557 [ 253 ] {ec8e1897-5e6a-49d3-9205-bd577b3ec148} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:21.485602 [ 253 ] {ec8e1897-5e6a-49d3-9205-bd577b3ec148} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:21.485993 [ 253 ] {ec8e1897-5e6a-49d3-9205-bd577b3ec148} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.19 07:58:21.486215 [ 253 ] {ec8e1897-5e6a-49d3-9205-bd577b3ec148} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:21.486365 [ 253 ] {ec8e1897-5e6a-49d3-9205-bd577b3ec148} executeQuery: Read 56 rows, 4.41 KiB in 0.001618 sec., 34610.630407911 rows/sec., 2.66 MiB/sec. 2026.03.19 07:58:21.486360 [ 56 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.19 07:58:21.486407 [ 253 ] {ec8e1897-5e6a-49d3-9205-bd577b3ec148} TCPHandler: Processed in 0.001939911 sec. 2026.03.19 07:58:21.486440 [ 56 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:21.486466 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:21.486555 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:21.486582 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.19 07:58:21.486653 [ 253 ] {62b4c8b7-86eb-41f1-a273-97716a1d5729} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:58:21.486696 [ 253 ] {62b4c8b7-86eb-41f1-a273-97716a1d5729} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:58:21.486725 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:21.486765 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2887 rows starting from the beginning of the part 2026.03.19 07:58:21.486834 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 226 rows starting from the beginning of the part 2026.03.19 07:58:21.486879 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 86 rows starting from the beginning of the part 2026.03.19 07:58:21.486924 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 106 rows starting from the beginning of the part 2026.03.19 07:58:21.486961 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1966 rows starting from the beginning of the part 2026.03.19 07:58:21.486999 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part 2026.03.19 07:58:21.487123 [ 253 ] {62b4c8b7-86eb-41f1-a273-97716a1d5729} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:21.487166 [ 253 ] {62b4c8b7-86eb-41f1-a273-97716a1d5729} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:21.487792 [ 253 ] {62b4c8b7-86eb-41f1-a273-97716a1d5729} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.19 07:58:21.488027 [ 253 ] {62b4c8b7-86eb-41f1-a273-97716a1d5729} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:21.488163 [ 253 ] {62b4c8b7-86eb-41f1-a273-97716a1d5729} executeQuery: Read 64 rows, 5.12 KiB in 0.001528 sec., 41884.8167539267 rows/sec., 3.27 MiB/sec. 2026.03.19 07:58:21.488166 [ 56 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.19 07:58:21.488202 [ 253 ] {62b4c8b7-86eb-41f1-a273-97716a1d5729} TCPHandler: Processed in 0.001696767 sec. 2026.03.19 07:58:21.488215 [ 56 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:21.488241 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:21.488327 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:21.488377 [ 190 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.19 07:58:21.488424 [ 253 ] {8bb53f63-7d36-42e7-9a5d-d1a95d6cbbe0} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:21.488470 [ 253 ] {8bb53f63-7d36-42e7-9a5d-d1a95d6cbbe0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:58:21.488524 [ 190 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:21.488563 [ 190 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1549 rows starting from the beginning of the part 2026.03.19 07:58:21.488629 [ 190 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 125 rows starting from the beginning of the part 2026.03.19 07:58:21.488675 [ 190 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 79 rows starting from the beginning of the part 2026.03.19 07:58:21.488744 [ 190 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 89 rows starting from the beginning of the part 2026.03.19 07:58:21.488786 [ 190 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1024 rows starting from the beginning of the part 2026.03.19 07:58:21.488826 [ 190 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part 2026.03.19 07:58:21.488886 [ 253 ] {8bb53f63-7d36-42e7-9a5d-d1a95d6cbbe0} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:21.488925 [ 253 ] {8bb53f63-7d36-42e7-9a5d-d1a95d6cbbe0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:21.489546 [ 253 ] {8bb53f63-7d36-42e7-9a5d-d1a95d6cbbe0} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.19 07:58:21.489598 [ 195 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 5327 rows, containing 5 columns (5 merged, 0 gathered) in 0.003076528 sec., 1731497.3242564346 rows/sec., 140.46 MiB/sec. 2026.03.19 07:58:21.489777 [ 253 ] {8bb53f63-7d36-42e7-9a5d-d1a95d6cbbe0} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:21.489909 [ 193 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.19 07:58:21.489916 [ 253 ] {8bb53f63-7d36-42e7-9a5d-d1a95d6cbbe0} executeQuery: Read 128 rows, 9.13 KiB in 0.00151 sec., 84768.2119205298 rows/sec., 5.90 MiB/sec. 2026.03.19 07:58:21.489922 [ 56 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.19 07:58:21.489971 [ 253 ] {8bb53f63-7d36-42e7-9a5d-d1a95d6cbbe0} TCPHandler: Processed in 0.001691827 sec. 2026.03.19 07:58:21.489980 [ 56 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:21.490008 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:21.490091 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.19 07:58:21.490094 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:21.490199 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:21.490217 [ 253 ] {c4c1f6e0-8586-42b5-9562-7c1adb6c74a9} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:58:21.490231 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 15611 rows starting from the beginning of the part 2026.03.19 07:58:21.490223 [ 193 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_51_10} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:21.490267 [ 253 ] {c4c1f6e0-8586-42b5-9562-7c1adb6c74a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:58:21.490290 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 196 rows starting from the beginning of the part 2026.03.19 07:58:21.490335 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2026.03.19 07:58:21.490337 [ 193 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_51_10} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.19 07:58:21.490379 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2026.03.19 07:58:21.490425 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1217 rows starting from the beginning of the part 2026.03.19 07:58:21.490462 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 128 rows starting from the beginning of the part 2026.03.19 07:58:21.490471 [ 194 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2930 rows, containing 5 columns (5 merged, 0 gathered) in 0.002152494 sec., 1361211.6921115692 rows/sec., 101.31 MiB/sec. 2026.03.19 07:58:21.490494 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.03.19 07:58:21.490622 [ 253 ] {c4c1f6e0-8586-42b5-9562-7c1adb6c74a9} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:21.490664 [ 253 ] {c4c1f6e0-8586-42b5-9562-7c1adb6c74a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:21.490748 [ 194 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.19 07:58:21.491080 [ 194 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_51_10} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:21.491123 [ 253 ] {c4c1f6e0-8586-42b5-9562-7c1adb6c74a9} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.19 07:58:21.491171 [ 194 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_51_10} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.19 07:58:21.491261 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.03.19 07:58:21.491357 [ 253 ] {c4c1f6e0-8586-42b5-9562-7c1adb6c74a9} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:21.491488 [ 253 ] {c4c1f6e0-8586-42b5-9562-7c1adb6c74a9} executeQuery: Read 48 rows, 3.31 KiB in 0.001289 sec., 37238.169123351436 rows/sec., 2.51 MiB/sec. 2026.03.19 07:58:21.491494 [ 56 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.19 07:58:21.491524 [ 253 ] {c4c1f6e0-8586-42b5-9562-7c1adb6c74a9} TCPHandler: Processed in 0.001477683 sec. 2026.03.19 07:58:21.491538 [ 56 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:21.491563 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:21.491644 [ 194 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.19 07:58:21.491737 [ 194 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:21.491763 [ 194 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2460 rows starting from the beginning of the part 2026.03.19 07:58:21.491816 [ 194 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part 2026.03.19 07:58:21.491860 [ 194 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2026.03.19 07:58:21.491898 [ 194 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2026.03.19 07:58:21.491935 [ 194 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 12 rows starting from the beginning of the part 2026.03.19 07:58:21.491975 [ 194 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 48 rows starting from the beginning of the part 2026.03.19 07:58:21.493353 [ 197 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2700 rows, containing 4 columns (4 merged, 0 gathered) in 0.001739018 sec., 1552600.3756142836 rows/sec., 103.64 MiB/sec. 2026.03.19 07:58:21.493631 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.19 07:58:21.493927 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_51_10} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:21.494014 [ 190 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_51_10} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.19 07:58:21.494087 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.03.19 07:58:21.496070 [ 194 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 17472 rows, containing 5 columns (5 merged, 0 gathered) in 0.006010885 sec., 2906726.713287644 rows/sec., 190.91 MiB/sec. 2026.03.19 07:58:21.496302 [ 190 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.19 07:58:21.496578 [ 190 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_51_10} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:21.496661 [ 190 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_51_10} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.19 07:58:21.496742 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. 2026.03.19 07:58:22.000230 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 276.11 MiB, peak 283.18 MiB, free memory in arenas 0.00 B, will set to 278.64 MiB (RSS), difference: 2.53 MiB 2026.03.19 07:58:25.962935 [ 54 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:58:25.963003 [ 54 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:58:26.059939 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15256 2026.03.19 07:58:26.060485 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:26.060537 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:26.061049 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 07:58:26.061301 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:26.061440 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15256 2026.03.19 07:58:26.099946 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 912 2026.03.19 07:58:26.102367 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:26.102421 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:26.103718 [ 242 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 07:58:26.104002 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:26.104258 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 912 2026.03.19 07:58:26.486108 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:26.486391 [ 253 ] {0822467d-93bc-439a-a737-b5e8a9e6668a} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:58:26.486458 [ 253 ] {0822467d-93bc-439a-a737-b5e8a9e6668a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:58:26.487168 [ 253 ] {0822467d-93bc-439a-a737-b5e8a9e6668a} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:26.487220 [ 253 ] {0822467d-93bc-439a-a737-b5e8a9e6668a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:26.487623 [ 253 ] {0822467d-93bc-439a-a737-b5e8a9e6668a} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.19 07:58:26.487848 [ 253 ] {0822467d-93bc-439a-a737-b5e8a9e6668a} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:26.488002 [ 253 ] {0822467d-93bc-439a-a737-b5e8a9e6668a} executeQuery: Read 106 rows, 9.11 KiB in 0.001678 sec., 63170.441001191895 rows/sec., 5.30 MiB/sec. 2026.03.19 07:58:26.488045 [ 253 ] {0822467d-93bc-439a-a737-b5e8a9e6668a} TCPHandler: Processed in 0.002125204 sec. 2026.03.19 07:58:26.488170 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:26.488265 [ 253 ] {92cd9170-83de-4b1f-8834-b8b0678c3e7c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:58:26.488305 [ 253 ] {92cd9170-83de-4b1f-8834-b8b0678c3e7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:58:26.488711 [ 253 ] {92cd9170-83de-4b1f-8834-b8b0678c3e7c} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:26.488747 [ 253 ] {92cd9170-83de-4b1f-8834-b8b0678c3e7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:26.489056 [ 253 ] {92cd9170-83de-4b1f-8834-b8b0678c3e7c} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.19 07:58:26.489267 [ 253 ] {92cd9170-83de-4b1f-8834-b8b0678c3e7c} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:26.489398 [ 253 ] {92cd9170-83de-4b1f-8834-b8b0678c3e7c} executeQuery: Read 25 rows, 1.88 KiB in 0.001152 sec., 21701.388888888887 rows/sec., 1.59 MiB/sec. 2026.03.19 07:58:26.489436 [ 253 ] {92cd9170-83de-4b1f-8834-b8b0678c3e7c} TCPHandler: Processed in 0.001317381 sec. 2026.03.19 07:58:26.489539 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:26.489634 [ 253 ] {e8d76cb1-8ed5-40c1-8953-ddd4ad915eaf} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:58:26.489674 [ 253 ] {e8d76cb1-8ed5-40c1-8953-ddd4ad915eaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:58:26.490095 [ 253 ] {e8d76cb1-8ed5-40c1-8953-ddd4ad915eaf} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:26.490131 [ 253 ] {e8d76cb1-8ed5-40c1-8953-ddd4ad915eaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:26.490436 [ 253 ] {e8d76cb1-8ed5-40c1-8953-ddd4ad915eaf} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.19 07:58:26.490645 [ 253 ] {e8d76cb1-8ed5-40c1-8953-ddd4ad915eaf} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:26.490770 [ 253 ] {e8d76cb1-8ed5-40c1-8953-ddd4ad915eaf} executeQuery: Read 89 rows, 7.12 KiB in 0.001155 sec., 77056.27705627706 rows/sec., 6.02 MiB/sec. 2026.03.19 07:58:26.490810 [ 253 ] {e8d76cb1-8ed5-40c1-8953-ddd4ad915eaf} TCPHandler: Processed in 0.001320311 sec. 2026.03.19 07:58:26.490924 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:26.491018 [ 253 ] {c806d0bc-202f-4e35-a754-8c72a756188b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:26.491063 [ 253 ] {c806d0bc-202f-4e35-a754-8c72a756188b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:58:26.491483 [ 253 ] {c806d0bc-202f-4e35-a754-8c72a756188b} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:26.491518 [ 253 ] {c806d0bc-202f-4e35-a754-8c72a756188b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:26.491843 [ 253 ] {c806d0bc-202f-4e35-a754-8c72a756188b} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.19 07:58:26.492048 [ 253 ] {c806d0bc-202f-4e35-a754-8c72a756188b} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:26.492176 [ 253 ] {c806d0bc-202f-4e35-a754-8c72a756188b} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2026.03.19 07:58:26.492212 [ 253 ] {c806d0bc-202f-4e35-a754-8c72a756188b} TCPHandler: Processed in 0.001337881 sec. 2026.03.19 07:58:26.492335 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:26.492460 [ 253 ] {c8c3d260-e367-479f-8c79-d02fb4734085} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:26.492527 [ 253 ] {c8c3d260-e367-479f-8c79-d02fb4734085} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:58:26.493472 [ 253 ] {c8c3d260-e367-479f-8c79-d02fb4734085} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:26.493509 [ 253 ] {c8c3d260-e367-479f-8c79-d02fb4734085} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:26.494068 [ 253 ] {c8c3d260-e367-479f-8c79-d02fb4734085} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.19 07:58:26.494288 [ 253 ] {c8c3d260-e367-479f-8c79-d02fb4734085} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:26.494430 [ 253 ] {c8c3d260-e367-479f-8c79-d02fb4734085} executeQuery: Read 25 rows, 45.87 KiB in 0.001995 sec., 12531.328320802006 rows/sec., 22.46 MiB/sec. 2026.03.19 07:58:26.494483 [ 253 ] {c8c3d260-e367-479f-8c79-d02fb4734085} TCPHandler: Processed in 0.002210085 sec. 2026.03.19 07:58:26.494595 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:26.494691 [ 253 ] {ed523206-9f8c-4581-8a21-782ce484cace} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:58:26.494734 [ 253 ] {ed523206-9f8c-4581-8a21-782ce484cace} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:58:26.495075 [ 253 ] {ed523206-9f8c-4581-8a21-782ce484cace} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:26.495111 [ 253 ] {ed523206-9f8c-4581-8a21-782ce484cace} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:26.495419 [ 253 ] {ed523206-9f8c-4581-8a21-782ce484cace} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.19 07:58:26.495632 [ 253 ] {ed523206-9f8c-4581-8a21-782ce484cace} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:26.495764 [ 253 ] {ed523206-9f8c-4581-8a21-782ce484cace} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2026.03.19 07:58:26.495801 [ 253 ] {ed523206-9f8c-4581-8a21-782ce484cace} TCPHandler: Processed in 0.00125646 sec. 2026.03.19 07:58:26.879057 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.03.19 07:58:26.894979 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:26.895043 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:26.900611 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 07:58:26.901297 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:26.904110 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.03.19 07:58:27.002363 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001039726 sec. 2026.03.19 07:58:31.486537 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:31.486738 [ 253 ] {59fdf60b-c515-4434-a622-553a8bd5a819} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:58:31.486805 [ 253 ] {59fdf60b-c515-4434-a622-553a8bd5a819} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:58:31.487475 [ 253 ] {59fdf60b-c515-4434-a622-553a8bd5a819} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:31.487524 [ 253 ] {59fdf60b-c515-4434-a622-553a8bd5a819} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:31.487921 [ 253 ] {59fdf60b-c515-4434-a622-553a8bd5a819} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.19 07:58:31.488130 [ 253 ] {59fdf60b-c515-4434-a622-553a8bd5a819} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:31.488274 [ 253 ] {59fdf60b-c515-4434-a622-553a8bd5a819} executeQuery: Read 86 rows, 7.39 KiB in 0.00161 sec., 53416.14906832298 rows/sec., 4.48 MiB/sec. 2026.03.19 07:58:31.488314 [ 253 ] {59fdf60b-c515-4434-a622-553a8bd5a819} TCPHandler: Processed in 0.001936571 sec. 2026.03.19 07:58:31.488430 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:31.488519 [ 253 ] {09a36ec2-d0db-4147-b882-2a64069edaea} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:58:31.488556 [ 253 ] {09a36ec2-d0db-4147-b882-2a64069edaea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:58:31.489001 [ 253 ] {09a36ec2-d0db-4147-b882-2a64069edaea} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:31.489036 [ 253 ] {09a36ec2-d0db-4147-b882-2a64069edaea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:31.489332 [ 253 ] {09a36ec2-d0db-4147-b882-2a64069edaea} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.19 07:58:31.489537 [ 253 ] {09a36ec2-d0db-4147-b882-2a64069edaea} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:31.489665 [ 253 ] {09a36ec2-d0db-4147-b882-2a64069edaea} executeQuery: Read 15 rows, 1.13 KiB in 0.001125 sec., 13333.333333333334 rows/sec., 1002.60 KiB/sec. 2026.03.19 07:58:31.489701 [ 253 ] {09a36ec2-d0db-4147-b882-2a64069edaea} TCPHandler: Processed in 0.00128834 sec. 2026.03.19 07:58:31.489803 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:31.489898 [ 253 ] {bde96d77-813e-4992-b545-0a9512def7f0} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:58:31.489939 [ 253 ] {bde96d77-813e-4992-b545-0a9512def7f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:58:31.490348 [ 253 ] {bde96d77-813e-4992-b545-0a9512def7f0} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:31.490383 [ 253 ] {bde96d77-813e-4992-b545-0a9512def7f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:31.490679 [ 253 ] {bde96d77-813e-4992-b545-0a9512def7f0} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.19 07:58:31.490895 [ 253 ] {bde96d77-813e-4992-b545-0a9512def7f0} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:31.491021 [ 253 ] {bde96d77-813e-4992-b545-0a9512def7f0} executeQuery: Read 79 rows, 6.32 KiB in 0.001141 sec., 69237.51095530236 rows/sec., 5.41 MiB/sec. 2026.03.19 07:58:31.491059 [ 253 ] {bde96d77-813e-4992-b545-0a9512def7f0} TCPHandler: Processed in 0.001305071 sec. 2026.03.19 07:58:31.491168 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:31.491262 [ 253 ] {aeb5e9f9-98be-4250-af6d-7e0dd33584d2} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:31.491304 [ 253 ] {aeb5e9f9-98be-4250-af6d-7e0dd33584d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:58:31.491707 [ 253 ] {aeb5e9f9-98be-4250-af6d-7e0dd33584d2} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:31.491743 [ 253 ] {aeb5e9f9-98be-4250-af6d-7e0dd33584d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:31.492059 [ 253 ] {aeb5e9f9-98be-4250-af6d-7e0dd33584d2} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.19 07:58:31.492250 [ 253 ] {aeb5e9f9-98be-4250-af6d-7e0dd33584d2} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:31.492372 [ 253 ] {aeb5e9f9-98be-4250-af6d-7e0dd33584d2} executeQuery: Read 160 rows, 11.41 KiB in 0.001157 sec., 138288.6776145203 rows/sec., 9.63 MiB/sec. 2026.03.19 07:58:31.492406 [ 253 ] {aeb5e9f9-98be-4250-af6d-7e0dd33584d2} TCPHandler: Processed in 0.001318501 sec. 2026.03.19 07:58:31.492508 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:31.492595 [ 253 ] {70c516a6-38bb-4ec4-8dcc-5089a7dafef0} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:31.492647 [ 253 ] {70c516a6-38bb-4ec4-8dcc-5089a7dafef0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:58:31.493446 [ 253 ] {70c516a6-38bb-4ec4-8dcc-5089a7dafef0} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:31.493483 [ 253 ] {70c516a6-38bb-4ec4-8dcc-5089a7dafef0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:31.493995 [ 253 ] {70c516a6-38bb-4ec4-8dcc-5089a7dafef0} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.19 07:58:31.494205 [ 253 ] {70c516a6-38bb-4ec4-8dcc-5089a7dafef0} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:31.494318 [ 48 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.19 07:58:31.494342 [ 253 ] {70c516a6-38bb-4ec4-8dcc-5089a7dafef0} executeQuery: Read 15 rows, 27.52 KiB in 0.00172 sec., 8720.93023255814 rows/sec., 15.63 MiB/sec. 2026.03.19 07:58:31.494389 [ 48 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:31.494412 [ 253 ] {70c516a6-38bb-4ec4-8dcc-5089a7dafef0} TCPHandler: Processed in 0.00191459 sec. 2026.03.19 07:58:31.494417 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:31.494536 [ 197 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.19 07:58:31.494544 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:31.494685 [ 253 ] {b71db6d0-8cb9-4ed4-b4ba-2725138c73a6} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:58:31.494737 [ 253 ] {b71db6d0-8cb9-4ed4-b4ba-2725138c73a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:58:31.494787 [ 197 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:31.494852 [ 197 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 706 rows starting from the beginning of the part 2026.03.19 07:58:31.494985 [ 197 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 15 rows starting from the beginning of the part 2026.03.19 07:58:31.495108 [ 197 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 25 rows starting from the beginning of the part 2026.03.19 07:58:31.495151 [ 253 ] {b71db6d0-8cb9-4ed4-b4ba-2725138c73a6} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:31.495201 [ 253 ] {b71db6d0-8cb9-4ed4-b4ba-2725138c73a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:31.495220 [ 197 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 24 rows starting from the beginning of the part 2026.03.19 07:58:31.495333 [ 197 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 25 rows starting from the beginning of the part 2026.03.19 07:58:31.495439 [ 197 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 15 rows starting from the beginning of the part 2026.03.19 07:58:31.495585 [ 253 ] {b71db6d0-8cb9-4ed4-b4ba-2725138c73a6} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.19 07:58:31.495838 [ 253 ] {b71db6d0-8cb9-4ed4-b4ba-2725138c73a6} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:31.495994 [ 253 ] {b71db6d0-8cb9-4ed4-b4ba-2725138c73a6} executeQuery: Read 60 rows, 4.14 KiB in 0.001334 sec., 44977.51124437781 rows/sec., 3.03 MiB/sec. 2026.03.19 07:58:31.496034 [ 253 ] {b71db6d0-8cb9-4ed4-b4ba-2725138c73a6} TCPHandler: Processed in 0.001550884 sec. 2026.03.19 07:58:31.505700 [ 194 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 810 rows, containing 19 columns (19 merged, 0 gathered) in 0.011255779 sec., 71963.03338933716 rows/sec., 128.95 MiB/sec. 2026.03.19 07:58:31.507145 [ 188 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.19 07:58:31.507528 [ 188 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_41_8} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:31.507605 [ 188 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_41_8} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.19 07:58:31.507741 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.61 MiB. 2026.03.19 07:58:32.000415 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 280.19 MiB, peak 287.74 MiB, free memory in arenas 0.00 B, will set to 282.67 MiB (RSS), difference: 2.48 MiB 2026.03.19 07:58:32.650928 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62037 2026.03.19 07:58:32.651038 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:32.651064 [ 293 ] {} TCP-Session: 922400af-015d-440e-a1ca-7ed6c25a8bda Authenticating user 'default' from [fd00:1122:3344:101::e]:62037 2026.03.19 07:58:32.651086 [ 293 ] {} TCP-Session: 922400af-015d-440e-a1ca-7ed6c25a8bda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.651098 [ 293 ] {} TCP-Session: 922400af-015d-440e-a1ca-7ed6c25a8bda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.651264 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62693 2026.03.19 07:58:32.651305 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59771 2026.03.19 07:58:32.651326 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34318 2026.03.19 07:58:32.651350 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45461 2026.03.19 07:58:32.651381 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64456 2026.03.19 07:58:32.651419 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:32.651442 [ 293 ] {} TCP-Session: 922400af-015d-440e-a1ca-7ed6c25a8bda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:32.651465 [ 295 ] {} TCP-Session: 15b8ce8c-415a-4ffd-b045-9c43e792d097 Authenticating user 'default' from [fd00:1122:3344:101::e]:59771 2026.03.19 07:58:32.651377 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:32.651499 [ 295 ] {} TCP-Session: 15b8ce8c-415a-4ffd-b045-9c43e792d097 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.651372 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65486 2026.03.19 07:58:32.651533 [ 295 ] {} TCP-Session: 15b8ce8c-415a-4ffd-b045-9c43e792d097 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.651531 [ 294 ] {} TCP-Session: 238beb37-fb1b-4478-ab34-ad60d6179898 Authenticating user 'default' from [fd00:1122:3344:101::e]:62693 2026.03.19 07:58:32.651360 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46263 2026.03.19 07:58:32.651583 [ 294 ] {} TCP-Session: 238beb37-fb1b-4478-ab34-ad60d6179898 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.651337 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63281 2026.03.19 07:58:32.651605 [ 294 ] {} TCP-Session: 238beb37-fb1b-4478-ab34-ad60d6179898 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.651626 [ 293 ] {a17d51d6-d56f-433b-a295-cec632893c87} executeQuery: (from [fd00:1122:3344:101::e]:62037) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 07:58:32.651890 [ 293 ] {a17d51d6-d56f-433b-a295-cec632893c87} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 07:58:32.651915 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:32.651943 [ 293 ] {a17d51d6-d56f-433b-a295-cec632893c87} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:58:32.651958 [ 292 ] {} TCP-Session: 61dc8038-511e-46ce-bcce-d8a3807a3e74 Authenticating user 'default' from [fd00:1122:3344:101::e]:64456 2026.03.19 07:58:32.651995 [ 292 ] {} TCP-Session: 61dc8038-511e-46ce-bcce-d8a3807a3e74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.652011 [ 292 ] {} TCP-Session: 61dc8038-511e-46ce-bcce-d8a3807a3e74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.652125 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:32.652157 [ 290 ] {} TCP-Session: 51bb9faf-a30a-41d2-8437-36c9252b439d Authenticating user 'default' from [fd00:1122:3344:101::e]:46263 2026.03.19 07:58:32.652173 [ 290 ] {} TCP-Session: 51bb9faf-a30a-41d2-8437-36c9252b439d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.652185 [ 290 ] {} TCP-Session: 51bb9faf-a30a-41d2-8437-36c9252b439d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.652245 [ 293 ] {a17d51d6-d56f-433b-a295-cec632893c87} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938) (SelectExecutor): Key condition: unknown 2026.03.19 07:58:32.652355 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:32.652383 [ 3 ] {} TCP-Session: 6a2e86cd-5ef1-436a-a9cc-894ef5cf2ea7 Authenticating user 'default' from [fd00:1122:3344:101::e]:63281 2026.03.19 07:58:32.652400 [ 3 ] {} TCP-Session: 6a2e86cd-5ef1-436a-a9cc-894ef5cf2ea7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.652416 [ 3 ] {} TCP-Session: 6a2e86cd-5ef1-436a-a9cc-894ef5cf2ea7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.652456 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:32.652488 [ 291 ] {} TCP-Session: f353695a-9026-4aab-bfee-9d409f786e34 Authenticating user 'default' from [fd00:1122:3344:101::e]:65486 2026.03.19 07:58:32.652505 [ 291 ] {} TCP-Session: f353695a-9026-4aab-bfee-9d409f786e34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.652520 [ 291 ] {} TCP-Session: f353695a-9026-4aab-bfee-9d409f786e34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.652560 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:32.652594 [ 296 ] {} TCP-Session: 5d10d73a-21f2-4f76-a20c-dd8212516c47 Authenticating user 'default' from [fd00:1122:3344:101::e]:34318 2026.03.19 07:58:32.652615 [ 296 ] {} TCP-Session: 5d10d73a-21f2-4f76-a20c-dd8212516c47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.652628 [ 296 ] {} TCP-Session: 5d10d73a-21f2-4f76-a20c-dd8212516c47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.652642 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:32.652671 [ 288 ] {} TCP-Session: c62270d7-2cef-4ded-9dc4-9045680ea79c Authenticating user 'default' from [fd00:1122:3344:101::e]:45461 2026.03.19 07:58:32.652687 [ 288 ] {} TCP-Session: c62270d7-2cef-4ded-9dc4-9045680ea79c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.652700 [ 288 ] {} TCP-Session: c62270d7-2cef-4ded-9dc4-9045680ea79c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.653237 [ 332 ] {a17d51d6-d56f-433b-a295-cec632893c87} AggregatingTransform: Aggregating 2026.03.19 07:58:32.653272 [ 332 ] {a17d51d6-d56f-433b-a295-cec632893c87} Aggregator: Aggregation method: without_key 2026.03.19 07:58:32.653302 [ 332 ] {a17d51d6-d56f-433b-a295-cec632893c87} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000952725 sec. (1049.621 rows/sec., 41.00 KiB/sec.) 2026.03.19 07:58:32.653316 [ 332 ] {a17d51d6-d56f-433b-a295-cec632893c87} Aggregator: Merging aggregated data 2026.03.19 07:58:32.654480 [ 293 ] {a17d51d6-d56f-433b-a295-cec632893c87} executeQuery: Read 1 rows, 40.00 B in 0.002911 sec., 343.52456200618343 rows/sec., 13.42 KiB/sec. 2026.03.19 07:58:32.654604 [ 293 ] {a17d51d6-d56f-433b-a295-cec632893c87} TCPHandler: Processed in 0.003282682 sec. 2026.03.19 07:58:32.654716 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:32.654741 [ 293 ] {} TCP-Session: 922400af-015d-440e-a1ca-7ed6c25a8bda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.654744 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:32.654762 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:32.654786 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:32.654789 [ 288 ] {} TCP-Session: c62270d7-2cef-4ded-9dc4-9045680ea79c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.654801 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:32.654848 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:32.654867 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:32.654880 [ 295 ] {} TCP-Session: 15b8ce8c-415a-4ffd-b045-9c43e792d097 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.654891 [ 3 ] {} TCP-Session: 6a2e86cd-5ef1-436a-a9cc-894ef5cf2ea7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.654908 [ 292 ] {} TCP-Session: 61dc8038-511e-46ce-bcce-d8a3807a3e74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.654829 [ 296 ] {} TCP-Session: 5d10d73a-21f2-4f76-a20c-dd8212516c47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.654817 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:32.654805 [ 294 ] {} TCP-Session: 238beb37-fb1b-4478-ab34-ad60d6179898 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.654833 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:32.654981 [ 290 ] {} TCP-Session: 51bb9faf-a30a-41d2-8437-36c9252b439d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:32.655013 [ 291 ] {} TCP-Session: f353695a-9026-4aab-bfee-9d409f786e34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.561554 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15704 2026.03.19 07:58:33.562090 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:33.562144 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:33.562657 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 07:58:33.562939 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:33.563091 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15704 2026.03.19 07:58:33.822704 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54741 2026.03.19 07:58:33.822808 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:33.822833 [ 293 ] {} TCP-Session: d4a4eb4d-291b-40ed-a469-616d4c2c36e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:54741 2026.03.19 07:58:33.822854 [ 293 ] {} TCP-Session: d4a4eb4d-291b-40ed-a469-616d4c2c36e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.822866 [ 293 ] {} TCP-Session: d4a4eb4d-291b-40ed-a469-616d4c2c36e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.823099 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39107 2026.03.19 07:58:33.823135 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42507 2026.03.19 07:58:33.823136 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50662 2026.03.19 07:58:33.823182 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59052 2026.03.19 07:58:33.823173 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55425 2026.03.19 07:58:33.823252 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:33.823259 [ 293 ] {} TCP-Session: d4a4eb4d-291b-40ed-a469-616d4c2c36e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:33.823308 [ 294 ] {} TCP-Session: 492ed414-1720-48fe-a955-a34b67fbef36 Authenticating user 'default' from [fd00:1122:3344:101::e]:39107 2026.03.19 07:58:33.823278 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:33.823344 [ 294 ] {} TCP-Session: 492ed414-1720-48fe-a955-a34b67fbef36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.823278 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:33.823370 [ 296 ] {} TCP-Session: f82d5f7c-7a7b-4bb3-b6b3-749cd201e361 Authenticating user 'default' from [fd00:1122:3344:101::e]:50662 2026.03.19 07:58:33.823376 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:33.823396 [ 292 ] {} TCP-Session: 272b3178-51d1-4b5f-bc82-c570ea1c38d0 Authenticating user 'default' from [fd00:1122:3344:101::e]:59052 2026.03.19 07:58:33.823404 [ 296 ] {} TCP-Session: f82d5f7c-7a7b-4bb3-b6b3-749cd201e361 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.823426 [ 291 ] {} TCP-Session: dcb351e4-b8b5-4a98-863a-fdf7a98a5e74 Authenticating user 'default' from [fd00:1122:3344:101::e]:55425 2026.03.19 07:58:33.823427 [ 292 ] {} TCP-Session: 272b3178-51d1-4b5f-bc82-c570ea1c38d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.823434 [ 296 ] {} TCP-Session: f82d5f7c-7a7b-4bb3-b6b3-749cd201e361 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.823459 [ 291 ] {} TCP-Session: dcb351e4-b8b5-4a98-863a-fdf7a98a5e74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.823460 [ 292 ] {} TCP-Session: 272b3178-51d1-4b5f-bc82-c570ea1c38d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.823484 [ 291 ] {} TCP-Session: dcb351e4-b8b5-4a98-863a-fdf7a98a5e74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.823498 [ 293 ] {e3ed8a5a-04fb-4592-9e81-88b447ca632e} executeQuery: (from [fd00:1122:3344:101::e]:54741) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 07:58:33.823369 [ 294 ] {} TCP-Session: 492ed414-1720-48fe-a955-a34b67fbef36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.823231 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:33.823153 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36177 2026.03.19 07:58:33.823603 [ 3 ] {} TCP-Session: b7cfa222-549e-4eb4-b8ae-c27373eac65b Authenticating user 'default' from [fd00:1122:3344:101::e]:42507 2026.03.19 07:58:33.823148 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58731 2026.03.19 07:58:33.823634 [ 3 ] {} TCP-Session: b7cfa222-549e-4eb4-b8ae-c27373eac65b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.823125 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51780 2026.03.19 07:58:33.823670 [ 3 ] {} TCP-Session: b7cfa222-549e-4eb4-b8ae-c27373eac65b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.823700 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:33.823668 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:33.823735 [ 288 ] {} TCP-Session: 688023ab-82ae-412c-a945-e2cde660e2d5 Authenticating user 'default' from [fd00:1122:3344:101::e]:58731 2026.03.19 07:58:33.823753 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:33.823762 [ 288 ] {} TCP-Session: 688023ab-82ae-412c-a945-e2cde660e2d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.823756 [ 290 ] {} TCP-Session: 4d8537d5-6b7d-4faa-a2a6-5731bde4e111 Authenticating user 'default' from [fd00:1122:3344:101::e]:36177 2026.03.19 07:58:33.823789 [ 295 ] {} TCP-Session: e0a26481-f712-4e8e-a6e1-e368c77c13ec Authenticating user 'default' from [fd00:1122:3344:101::e]:51780 2026.03.19 07:58:33.823798 [ 288 ] {} TCP-Session: 688023ab-82ae-412c-a945-e2cde660e2d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.823817 [ 290 ] {} TCP-Session: 4d8537d5-6b7d-4faa-a2a6-5731bde4e111 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.823835 [ 295 ] {} TCP-Session: e0a26481-f712-4e8e-a6e1-e368c77c13ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.823843 [ 293 ] {e3ed8a5a-04fb-4592-9e81-88b447ca632e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 07:58:33.823873 [ 295 ] {} TCP-Session: e0a26481-f712-4e8e-a6e1-e368c77c13ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.823856 [ 290 ] {} TCP-Session: 4d8537d5-6b7d-4faa-a2a6-5731bde4e111 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.823942 [ 293 ] {e3ed8a5a-04fb-4592-9e81-88b447ca632e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:58:33.824317 [ 293 ] {e3ed8a5a-04fb-4592-9e81-88b447ca632e} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938) (SelectExecutor): Key condition: unknown 2026.03.19 07:58:33.825458 [ 323 ] {e3ed8a5a-04fb-4592-9e81-88b447ca632e} AggregatingTransform: Aggregating 2026.03.19 07:58:33.825509 [ 323 ] {e3ed8a5a-04fb-4592-9e81-88b447ca632e} Aggregator: Aggregation method: without_key 2026.03.19 07:58:33.825549 [ 323 ] {e3ed8a5a-04fb-4592-9e81-88b447ca632e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001111948 sec. (899.323 rows/sec., 35.13 KiB/sec.) 2026.03.19 07:58:33.825570 [ 323 ] {e3ed8a5a-04fb-4592-9e81-88b447ca632e} Aggregator: Merging aggregated data 2026.03.19 07:58:33.827040 [ 293 ] {e3ed8a5a-04fb-4592-9e81-88b447ca632e} executeQuery: Read 1 rows, 40.00 B in 0.003603 sec., 277.54648903691367 rows/sec., 10.84 KiB/sec. 2026.03.19 07:58:33.827264 [ 293 ] {e3ed8a5a-04fb-4592-9e81-88b447ca632e} TCPHandler: Processed in 0.004175306 sec. 2026.03.19 07:58:33.827432 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:33.827467 [ 293 ] {} TCP-Session: d4a4eb4d-291b-40ed-a469-616d4c2c36e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.827472 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:33.827501 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:33.827509 [ 3 ] {} TCP-Session: b7cfa222-549e-4eb4-b8ae-c27373eac65b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.827519 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:33.827553 [ 292 ] {} TCP-Session: 272b3178-51d1-4b5f-bc82-c570ea1c38d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.827562 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:33.827585 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:33.827608 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:33.827631 [ 294 ] {} TCP-Session: 492ed414-1720-48fe-a955-a34b67fbef36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.827649 [ 296 ] {} TCP-Session: f82d5f7c-7a7b-4bb3-b6b3-749cd201e361 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.827669 [ 290 ] {} TCP-Session: 4d8537d5-6b7d-4faa-a2a6-5731bde4e111 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.827631 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:33.827542 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:33.827728 [ 291 ] {} TCP-Session: dcb351e4-b8b5-4a98-863a-fdf7a98a5e74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.827583 [ 295 ] {} TCP-Session: e0a26481-f712-4e8e-a6e1-e368c77c13ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.827753 [ 288 ] {} TCP-Session: 688023ab-82ae-412c-a945-e2cde660e2d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.869843 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52403 2026.03.19 07:58:33.869948 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:33.869974 [ 293 ] {} TCP-Session: 1b5063c7-6d58-4d4f-9190-e7dd31243116 Authenticating user 'default' from [fd00:1122:3344:101::e]:52403 2026.03.19 07:58:33.869994 [ 293 ] {} TCP-Session: 1b5063c7-6d58-4d4f-9190-e7dd31243116 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.870007 [ 293 ] {} TCP-Session: 1b5063c7-6d58-4d4f-9190-e7dd31243116 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.870222 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65386 2026.03.19 07:58:33.870257 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50862 2026.03.19 07:58:33.870280 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61958 2026.03.19 07:58:33.870317 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48493 2026.03.19 07:58:33.870329 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44317 2026.03.19 07:58:33.870369 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:33.870296 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48447 2026.03.19 07:58:33.870413 [ 294 ] {} TCP-Session: 0601928d-05b4-4e95-8b61-8a2a5f5b46e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:65386 2026.03.19 07:58:33.870434 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:33.870412 [ 293 ] {} TCP-Session: 1b5063c7-6d58-4d4f-9190-e7dd31243116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:33.870464 [ 294 ] {} TCP-Session: 0601928d-05b4-4e95-8b61-8a2a5f5b46e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.870494 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:33.870513 [ 294 ] {} TCP-Session: 0601928d-05b4-4e95-8b61-8a2a5f5b46e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.870526 [ 290 ] {} TCP-Session: 41bd5d7c-9166-480f-b3b2-5eebdbfc998f Authenticating user 'default' from [fd00:1122:3344:101::e]:48447 2026.03.19 07:58:33.870477 [ 292 ] {} TCP-Session: c901970a-426b-4e23-b32e-c4ae58c01099 Authenticating user 'default' from [fd00:1122:3344:101::e]:44317 2026.03.19 07:58:33.870547 [ 290 ] {} TCP-Session: 41bd5d7c-9166-480f-b3b2-5eebdbfc998f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.870414 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:33.870577 [ 292 ] {} TCP-Session: c901970a-426b-4e23-b32e-c4ae58c01099 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.870577 [ 290 ] {} TCP-Session: 41bd5d7c-9166-480f-b3b2-5eebdbfc998f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.870608 [ 292 ] {} TCP-Session: c901970a-426b-4e23-b32e-c4ae58c01099 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.870610 [ 296 ] {} TCP-Session: a745fa64-1e67-46d3-922b-ab51df672cce Authenticating user 'default' from [fd00:1122:3344:101::e]:61958 2026.03.19 07:58:33.870407 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:33.870648 [ 296 ] {} TCP-Session: a745fa64-1e67-46d3-922b-ab51df672cce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.870677 [ 291 ] {} TCP-Session: 48e9756b-2a72-40a8-ae0d-02557104de48 Authenticating user 'default' from [fd00:1122:3344:101::e]:48493 2026.03.19 07:58:33.870684 [ 296 ] {} TCP-Session: a745fa64-1e67-46d3-922b-ab51df672cce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.870710 [ 291 ] {} TCP-Session: 48e9756b-2a72-40a8-ae0d-02557104de48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.870293 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62283 2026.03.19 07:58:33.870734 [ 291 ] {} TCP-Session: 48e9756b-2a72-40a8-ae0d-02557104de48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.870277 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41478 2026.03.19 07:58:33.870647 [ 293 ] {48d74441-41ad-468a-91b0-ab2df4d9a5e5} executeQuery: (from [fd00:1122:3344:101::e]:52403) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 07:58:33.870807 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:33.870396 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:33.870843 [ 288 ] {} TCP-Session: 4532cb53-57b1-42c6-bec4-7d04443c330a Authenticating user 'default' from [fd00:1122:3344:101::e]:62283 2026.03.19 07:58:33.870849 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:58:33.870865 [ 295 ] {} TCP-Session: 2e083aef-fb2d-4f33-9884-37c2d4f30dda Authenticating user 'default' from [fd00:1122:3344:101::e]:50862 2026.03.19 07:58:33.870879 [ 288 ] {} TCP-Session: 4532cb53-57b1-42c6-bec4-7d04443c330a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.870894 [ 3 ] {} TCP-Session: fd57a8cb-0daf-4094-b172-bcce8941be16 Authenticating user 'default' from [fd00:1122:3344:101::e]:41478 2026.03.19 07:58:33.870904 [ 295 ] {} TCP-Session: 2e083aef-fb2d-4f33-9884-37c2d4f30dda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.870915 [ 288 ] {} TCP-Session: 4532cb53-57b1-42c6-bec4-7d04443c330a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.870932 [ 3 ] {} TCP-Session: fd57a8cb-0daf-4094-b172-bcce8941be16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.870942 [ 295 ] {} TCP-Session: 2e083aef-fb2d-4f33-9884-37c2d4f30dda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.870968 [ 3 ] {} TCP-Session: fd57a8cb-0daf-4094-b172-bcce8941be16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.871067 [ 293 ] {48d74441-41ad-468a-91b0-ab2df4d9a5e5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 07:58:33.871127 [ 293 ] {48d74441-41ad-468a-91b0-ab2df4d9a5e5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:58:33.871413 [ 293 ] {48d74441-41ad-468a-91b0-ab2df4d9a5e5} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938) (SelectExecutor): Key condition: unknown 2026.03.19 07:58:33.872447 [ 340 ] {48d74441-41ad-468a-91b0-ab2df4d9a5e5} AggregatingTransform: Aggregating 2026.03.19 07:58:33.872484 [ 340 ] {48d74441-41ad-468a-91b0-ab2df4d9a5e5} Aggregator: Aggregation method: without_key 2026.03.19 07:58:33.872521 [ 340 ] {48d74441-41ad-468a-91b0-ab2df4d9a5e5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001004536 sec. (995.484 rows/sec., 38.89 KiB/sec.) 2026.03.19 07:58:33.872539 [ 340 ] {48d74441-41ad-468a-91b0-ab2df4d9a5e5} Aggregator: Merging aggregated data 2026.03.19 07:58:33.873755 [ 293 ] {48d74441-41ad-468a-91b0-ab2df4d9a5e5} executeQuery: Read 1 rows, 40.00 B in 0.003165 sec., 315.95576619273305 rows/sec., 12.34 KiB/sec. 2026.03.19 07:58:33.873908 [ 293 ] {48d74441-41ad-468a-91b0-ab2df4d9a5e5} TCPHandler: Processed in 0.003613688 sec. 2026.03.19 07:58:33.874029 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:33.874056 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:33.874080 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:33.874097 [ 293 ] {} TCP-Session: 1b5063c7-6d58-4d4f-9190-e7dd31243116 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.874125 [ 294 ] {} TCP-Session: 0601928d-05b4-4e95-8b61-8a2a5f5b46e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.874139 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:33.874151 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:33.874169 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:33.874187 [ 3 ] {} TCP-Session: fd57a8cb-0daf-4094-b172-bcce8941be16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.874210 [ 295 ] {} TCP-Session: 2e083aef-fb2d-4f33-9884-37c2d4f30dda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.874229 [ 290 ] {} TCP-Session: 41bd5d7c-9166-480f-b3b2-5eebdbfc998f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.874182 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:33.874115 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:33.874287 [ 291 ] {} TCP-Session: 48e9756b-2a72-40a8-ae0d-02557104de48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.874096 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.19 07:58:33.874314 [ 288 ] {} TCP-Session: 4532cb53-57b1-42c6-bec4-7d04443c330a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.874141 [ 292 ] {} TCP-Session: c901970a-426b-4e23-b32e-c4ae58c01099 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:33.874347 [ 296 ] {} TCP-Session: a745fa64-1e67-46d3-922b-ab51df672cce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:58:34.404253 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.03.19 07:58:34.423461 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:34.423539 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:34.429472 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 07:58:34.430438 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:34.435351 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.03.19 07:58:36.104552 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 942 2026.03.19 07:58:36.106790 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:36.106841 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:36.108022 [ 242 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 07:58:36.108341 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:36.108595 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 942 2026.03.19 07:58:36.488726 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:36.488917 [ 253 ] {b01dd353-3642-4c14-bdf7-5af14650bd05} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 07:58:36.488986 [ 253 ] {b01dd353-3642-4c14-bdf7-5af14650bd05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 07:58:36.489658 [ 253 ] {b01dd353-3642-4c14-bdf7-5af14650bd05} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:36.489709 [ 253 ] {b01dd353-3642-4c14-bdf7-5af14650bd05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:36.490130 [ 253 ] {b01dd353-3642-4c14-bdf7-5af14650bd05} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 07:58:36.490372 [ 253 ] {b01dd353-3642-4c14-bdf7-5af14650bd05} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:36.490573 [ 253 ] {b01dd353-3642-4c14-bdf7-5af14650bd05} executeQuery: Read 24 rows, 2.04 KiB in 0.001705 sec., 14076.24633431085 rows/sec., 1.17 MiB/sec. 2026.03.19 07:58:36.490639 [ 253 ] {b01dd353-3642-4c14-bdf7-5af14650bd05} TCPHandler: Processed in 0.002049403 sec. 2026.03.19 07:58:36.490803 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:36.490911 [ 253 ] {04787450-d3e1-4aba-a3d4-7017d7a89d80} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 07:58:36.490955 [ 253 ] {04787450-d3e1-4aba-a3d4-7017d7a89d80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 07:58:36.491462 [ 253 ] {04787450-d3e1-4aba-a3d4-7017d7a89d80} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:36.491508 [ 253 ] {04787450-d3e1-4aba-a3d4-7017d7a89d80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:36.491939 [ 253 ] {04787450-d3e1-4aba-a3d4-7017d7a89d80} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 07:58:36.492173 [ 253 ] {04787450-d3e1-4aba-a3d4-7017d7a89d80} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:36.492305 [ 253 ] {04787450-d3e1-4aba-a3d4-7017d7a89d80} executeQuery: Read 2 rows, 167.00 B in 0.001423 sec., 1405.4813773717499 rows/sec., 114.61 KiB/sec. 2026.03.19 07:58:36.492343 [ 253 ] {04787450-d3e1-4aba-a3d4-7017d7a89d80} TCPHandler: Processed in 0.001619476 sec. 2026.03.19 07:58:36.492459 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:36.492551 [ 253 ] {95a48afa-f8b3-477f-9600-d5afc65cde85} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:58:36.492589 [ 253 ] {95a48afa-f8b3-477f-9600-d5afc65cde85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:58:36.493093 [ 253 ] {95a48afa-f8b3-477f-9600-d5afc65cde85} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:36.493127 [ 253 ] {95a48afa-f8b3-477f-9600-d5afc65cde85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:36.493531 [ 253 ] {95a48afa-f8b3-477f-9600-d5afc65cde85} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.19 07:58:36.493776 [ 253 ] {95a48afa-f8b3-477f-9600-d5afc65cde85} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:36.493920 [ 253 ] {95a48afa-f8b3-477f-9600-d5afc65cde85} executeQuery: Read 227 rows, 20.65 KiB in 0.001364 sec., 166422.28739002932 rows/sec., 14.78 MiB/sec. 2026.03.19 07:58:36.493960 [ 253 ] {95a48afa-f8b3-477f-9600-d5afc65cde85} TCPHandler: Processed in 0.001535244 sec. 2026.03.19 07:58:36.494084 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:36.494178 [ 253 ] {e7dc2f06-f609-4c5d-b7ff-d64ce3dd85f6} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:58:36.494220 [ 253 ] {e7dc2f06-f609-4c5d-b7ff-d64ce3dd85f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:58:36.494649 [ 253 ] {e7dc2f06-f609-4c5d-b7ff-d64ce3dd85f6} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:36.494686 [ 253 ] {e7dc2f06-f609-4c5d-b7ff-d64ce3dd85f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:36.494997 [ 253 ] {e7dc2f06-f609-4c5d-b7ff-d64ce3dd85f6} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.19 07:58:36.495215 [ 253 ] {e7dc2f06-f609-4c5d-b7ff-d64ce3dd85f6} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:36.495349 [ 253 ] {e7dc2f06-f609-4c5d-b7ff-d64ce3dd85f6} executeQuery: Read 39 rows, 2.98 KiB in 0.00119 sec., 32773.10924369748 rows/sec., 2.45 MiB/sec. 2026.03.19 07:58:36.495395 [ 253 ] {e7dc2f06-f609-4c5d-b7ff-d64ce3dd85f6} TCPHandler: Processed in 0.001360821 sec. 2026.03.19 07:58:36.495528 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:36.495652 [ 253 ] {5747c457-548d-4acf-9db1-f520803a413c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:58:36.495708 [ 253 ] {5747c457-548d-4acf-9db1-f520803a413c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:58:36.496201 [ 253 ] {5747c457-548d-4acf-9db1-f520803a413c} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:36.496245 [ 253 ] {5747c457-548d-4acf-9db1-f520803a413c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:36.496549 [ 253 ] {5747c457-548d-4acf-9db1-f520803a413c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 07:58:36.496764 [ 253 ] {5747c457-548d-4acf-9db1-f520803a413c} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:36.496907 [ 253 ] {5747c457-548d-4acf-9db1-f520803a413c} executeQuery: Read 24 rows, 2.04 KiB in 0.00128 sec., 18750 rows/sec., 1.56 MiB/sec. 2026.03.19 07:58:36.496948 [ 253 ] {5747c457-548d-4acf-9db1-f520803a413c} TCPHandler: Processed in 0.001482624 sec. 2026.03.19 07:58:36.497085 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:36.497200 [ 253 ] {d293421b-816b-46f6-9b00-c01d6c8a3c1b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 07:58:36.497252 [ 253 ] {d293421b-816b-46f6-9b00-c01d6c8a3c1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 07:58:36.497671 [ 253 ] {d293421b-816b-46f6-9b00-c01d6c8a3c1b} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:36.497709 [ 253 ] {d293421b-816b-46f6-9b00-c01d6c8a3c1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:36.498010 [ 253 ] {d293421b-816b-46f6-9b00-c01d6c8a3c1b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 07:58:36.498235 [ 253 ] {d293421b-816b-46f6-9b00-c01d6c8a3c1b} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:36.498395 [ 253 ] {d293421b-816b-46f6-9b00-c01d6c8a3c1b} executeQuery: Read 12 rows, 960.00 B in 0.001214 sec., 9884.678747940692 rows/sec., 772.24 KiB/sec. 2026.03.19 07:58:36.498435 [ 253 ] {d293421b-816b-46f6-9b00-c01d6c8a3c1b} TCPHandler: Processed in 0.001413312 sec. 2026.03.19 07:58:36.498554 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:36.498657 [ 253 ] {fc8ab5b1-f8c9-43ce-9c52-f27967377aad} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:58:36.498698 [ 253 ] {fc8ab5b1-f8c9-43ce-9c52-f27967377aad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:58:36.499152 [ 253 ] {fc8ab5b1-f8c9-43ce-9c52-f27967377aad} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:36.499187 [ 253 ] {fc8ab5b1-f8c9-43ce-9c52-f27967377aad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:36.499537 [ 253 ] {fc8ab5b1-f8c9-43ce-9c52-f27967377aad} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.19 07:58:36.499760 [ 253 ] {fc8ab5b1-f8c9-43ce-9c52-f27967377aad} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:36.499894 [ 253 ] {fc8ab5b1-f8c9-43ce-9c52-f27967377aad} executeQuery: Read 127 rows, 10.54 KiB in 0.001255 sec., 101195.21912350597 rows/sec., 8.20 MiB/sec. 2026.03.19 07:58:36.499936 [ 253 ] {fc8ab5b1-f8c9-43ce-9c52-f27967377aad} TCPHandler: Processed in 0.001432283 sec. 2026.03.19 07:58:36.500056 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:36.500153 [ 253 ] {d821b5c6-45f7-4c51-bae9-8a4644e9ffbd} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:36.500196 [ 253 ] {d821b5c6-45f7-4c51-bae9-8a4644e9ffbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:58:36.500658 [ 253 ] {d821b5c6-45f7-4c51-bae9-8a4644e9ffbd} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:36.500704 [ 253 ] {d821b5c6-45f7-4c51-bae9-8a4644e9ffbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:36.501143 [ 253 ] {d821b5c6-45f7-4c51-bae9-8a4644e9ffbd} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.19 07:58:36.501444 [ 253 ] {d821b5c6-45f7-4c51-bae9-8a4644e9ffbd} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:36.501588 [ 253 ] {d821b5c6-45f7-4c51-bae9-8a4644e9ffbd} executeQuery: Read 197 rows, 14.47 KiB in 0.001454 sec., 135488.30811554333 rows/sec., 9.72 MiB/sec. 2026.03.19 07:58:36.501628 [ 253 ] {d821b5c6-45f7-4c51-bae9-8a4644e9ffbd} TCPHandler: Processed in 0.001622186 sec. 2026.03.19 07:58:36.501749 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:36.501852 [ 253 ] {5e994854-8574-48d9-8c76-1c967a4b5761} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:36.501927 [ 253 ] {5e994854-8574-48d9-8c76-1c967a4b5761} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:58:36.502779 [ 253 ] {5e994854-8574-48d9-8c76-1c967a4b5761} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:36.502816 [ 253 ] {5e994854-8574-48d9-8c76-1c967a4b5761} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:36.503466 [ 253 ] {5e994854-8574-48d9-8c76-1c967a4b5761} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.19 07:58:36.503768 [ 253 ] {5e994854-8574-48d9-8c76-1c967a4b5761} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:36.503915 [ 253 ] {5e994854-8574-48d9-8c76-1c967a4b5761} executeQuery: Read 25 rows, 45.87 KiB in 0.002086 sec., 11984.659635666347 rows/sec., 21.48 MiB/sec. 2026.03.19 07:58:36.503974 [ 253 ] {5e994854-8574-48d9-8c76-1c967a4b5761} TCPHandler: Processed in 0.002274666 sec. 2026.03.19 07:58:36.504100 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:36.504196 [ 253 ] {956b4244-e79b-45a0-9758-257d5ab44a4b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:58:36.504239 [ 253 ] {956b4244-e79b-45a0-9758-257d5ab44a4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:58:36.504595 [ 253 ] {956b4244-e79b-45a0-9758-257d5ab44a4b} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:36.504635 [ 253 ] {956b4244-e79b-45a0-9758-257d5ab44a4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:36.504949 [ 253 ] {956b4244-e79b-45a0-9758-257d5ab44a4b} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.19 07:58:36.505172 [ 253 ] {956b4244-e79b-45a0-9758-257d5ab44a4b} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:36.505303 [ 253 ] {956b4244-e79b-45a0-9758-257d5ab44a4b} executeQuery: Read 60 rows, 4.14 KiB in 0.001126 sec., 53285.96802841918 rows/sec., 3.59 MiB/sec. 2026.03.19 07:58:36.505340 [ 253 ] {956b4244-e79b-45a0-9758-257d5ab44a4b} TCPHandler: Processed in 0.00129128 sec. 2026.03.19 07:58:40.963258 [ 36 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:58:40.963315 [ 36 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:58:41.063551 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16216 2026.03.19 07:58:41.064153 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:41.064198 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:41.064697 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 07:58:41.064927 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:41.065057 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16216 2026.03.19 07:58:41.487516 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:41.487812 [ 253 ] {cb23a46f-a0f2-43f0-b172-19dd424236e9} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:58:41.487922 [ 253 ] {cb23a46f-a0f2-43f0-b172-19dd424236e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:58:41.488680 [ 253 ] {cb23a46f-a0f2-43f0-b172-19dd424236e9} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:41.488731 [ 253 ] {cb23a46f-a0f2-43f0-b172-19dd424236e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:41.489141 [ 253 ] {cb23a46f-a0f2-43f0-b172-19dd424236e9} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.19 07:58:41.489367 [ 253 ] {cb23a46f-a0f2-43f0-b172-19dd424236e9} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:41.489527 [ 253 ] {cb23a46f-a0f2-43f0-b172-19dd424236e9} executeQuery: Read 86 rows, 7.39 KiB in 0.001796 sec., 47884.18708240534 rows/sec., 4.02 MiB/sec. 2026.03.19 07:58:41.489570 [ 253 ] {cb23a46f-a0f2-43f0-b172-19dd424236e9} TCPHandler: Processed in 0.002251776 sec. 2026.03.19 07:58:41.489767 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:41.489864 [ 253 ] {7696cb6e-da33-4a56-9761-17174f57d8c2} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:58:41.489905 [ 253 ] {7696cb6e-da33-4a56-9761-17174f57d8c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:58:41.490341 [ 253 ] {7696cb6e-da33-4a56-9761-17174f57d8c2} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:41.490378 [ 253 ] {7696cb6e-da33-4a56-9761-17174f57d8c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:41.490675 [ 253 ] {7696cb6e-da33-4a56-9761-17174f57d8c2} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.19 07:58:41.490882 [ 253 ] {7696cb6e-da33-4a56-9761-17174f57d8c2} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:41.491017 [ 253 ] {7696cb6e-da33-4a56-9761-17174f57d8c2} executeQuery: Read 15 rows, 1.13 KiB in 0.00117 sec., 12820.51282051282 rows/sec., 964.04 KiB/sec. 2026.03.19 07:58:41.491055 [ 253 ] {7696cb6e-da33-4a56-9761-17174f57d8c2} TCPHandler: Processed in 0.001338172 sec. 2026.03.19 07:58:41.491168 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:41.491263 [ 253 ] {a4ff3437-1268-4144-95c8-64a4646accbb} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:58:41.491302 [ 253 ] {a4ff3437-1268-4144-95c8-64a4646accbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:58:41.491714 [ 253 ] {a4ff3437-1268-4144-95c8-64a4646accbb} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:41.491751 [ 253 ] {a4ff3437-1268-4144-95c8-64a4646accbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:41.492053 [ 253 ] {a4ff3437-1268-4144-95c8-64a4646accbb} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.19 07:58:41.492259 [ 253 ] {a4ff3437-1268-4144-95c8-64a4646accbb} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:41.492388 [ 253 ] {a4ff3437-1268-4144-95c8-64a4646accbb} executeQuery: Read 79 rows, 6.32 KiB in 0.001142 sec., 69176.8826619965 rows/sec., 5.40 MiB/sec. 2026.03.19 07:58:41.492426 [ 253 ] {a4ff3437-1268-4144-95c8-64a4646accbb} TCPHandler: Processed in 0.001308031 sec. 2026.03.19 07:58:41.492543 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:41.492636 [ 253 ] {4d4cceb9-f436-4400-8413-a7e90ebf1b11} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:41.492680 [ 253 ] {4d4cceb9-f436-4400-8413-a7e90ebf1b11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:58:41.493093 [ 253 ] {4d4cceb9-f436-4400-8413-a7e90ebf1b11} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:41.493129 [ 253 ] {4d4cceb9-f436-4400-8413-a7e90ebf1b11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:41.493458 [ 253 ] {4d4cceb9-f436-4400-8413-a7e90ebf1b11} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.19 07:58:41.493669 [ 253 ] {4d4cceb9-f436-4400-8413-a7e90ebf1b11} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:41.493801 [ 253 ] {4d4cceb9-f436-4400-8413-a7e90ebf1b11} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2026.03.19 07:58:41.493839 [ 253 ] {4d4cceb9-f436-4400-8413-a7e90ebf1b11} TCPHandler: Processed in 0.001345672 sec. 2026.03.19 07:58:41.493952 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:41.494053 [ 253 ] {a40419bc-2361-429b-b0ba-66fcb371dd06} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:41.494133 [ 253 ] {a40419bc-2361-429b-b0ba-66fcb371dd06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:58:41.494883 [ 253 ] {a40419bc-2361-429b-b0ba-66fcb371dd06} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:41.494919 [ 253 ] {a40419bc-2361-429b-b0ba-66fcb371dd06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:41.495431 [ 253 ] {a40419bc-2361-429b-b0ba-66fcb371dd06} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.19 07:58:41.495658 [ 253 ] {a40419bc-2361-429b-b0ba-66fcb371dd06} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:41.495797 [ 253 ] {a40419bc-2361-429b-b0ba-66fcb371dd06} executeQuery: Read 15 rows, 27.52 KiB in 0.001762 sec., 8513.05334846765 rows/sec., 15.26 MiB/sec. 2026.03.19 07:58:41.495875 [ 253 ] {a40419bc-2361-429b-b0ba-66fcb371dd06} TCPHandler: Processed in 0.001973721 sec. 2026.03.19 07:58:41.496010 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:41.496118 [ 253 ] {97d9821f-9eb7-493e-930a-8c428d8bd7cb} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:58:41.496172 [ 253 ] {97d9821f-9eb7-493e-930a-8c428d8bd7cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:58:41.496610 [ 253 ] {97d9821f-9eb7-493e-930a-8c428d8bd7cb} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:41.496652 [ 253 ] {97d9821f-9eb7-493e-930a-8c428d8bd7cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:41.497019 [ 253 ] {97d9821f-9eb7-493e-930a-8c428d8bd7cb} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.19 07:58:41.497249 [ 253 ] {97d9821f-9eb7-493e-930a-8c428d8bd7cb} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:41.497381 [ 253 ] {97d9821f-9eb7-493e-930a-8c428d8bd7cb} executeQuery: Read 60 rows, 4.14 KiB in 0.001288 sec., 46583.850931677014 rows/sec., 3.14 MiB/sec. 2026.03.19 07:58:41.497415 [ 253 ] {97d9821f-9eb7-493e-930a-8c428d8bd7cb} TCPHandler: Processed in 0.001453323 sec. 2026.03.19 07:58:41.935719 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.03.19 07:58:41.952546 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:41.952601 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:41.958454 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 07:58:41.959164 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:41.962275 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.03.19 07:58:46.108887 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 974 2026.03.19 07:58:46.111202 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.111251 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:46.112421 [ 242 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 07:58:46.112681 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.112973 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 974 2026.03.19 07:58:46.486739 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:46.486923 [ 253 ] {2d292e40-3ee0-41c5-8a60-6863b57085cf} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:58:46.486992 [ 253 ] {2d292e40-3ee0-41c5-8a60-6863b57085cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:58:46.487695 [ 253 ] {2d292e40-3ee0-41c5-8a60-6863b57085cf} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.487745 [ 253 ] {2d292e40-3ee0-41c5-8a60-6863b57085cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:46.488157 [ 253 ] {2d292e40-3ee0-41c5-8a60-6863b57085cf} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.19 07:58:46.488382 [ 253 ] {2d292e40-3ee0-41c5-8a60-6863b57085cf} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.488538 [ 253 ] {2d292e40-3ee0-41c5-8a60-6863b57085cf} executeQuery: Read 106 rows, 9.11 KiB in 0.001667 sec., 63587.282543491296 rows/sec., 5.34 MiB/sec. 2026.03.19 07:58:46.488561 [ 37 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.19 07:58:46.488581 [ 253 ] {2d292e40-3ee0-41c5-8a60-6863b57085cf} TCPHandler: Processed in 0.001978351 sec. 2026.03.19 07:58:46.488632 [ 37 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.488660 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:46.488741 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:46.488763 [ 186 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.03.19 07:58:46.488842 [ 253 ] {a97ae121-753d-46ed-a49b-515e22332e16} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:58:46.488877 [ 186 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:46.488888 [ 253 ] {a97ae121-753d-46ed-a49b-515e22332e16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:58:46.488918 [ 186 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2887 rows starting from the beginning of the part 2026.03.19 07:58:46.488988 [ 186 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 106 rows starting from the beginning of the part 2026.03.19 07:58:46.489034 [ 186 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 86 rows starting from the beginning of the part 2026.03.19 07:58:46.489081 [ 186 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 227 rows starting from the beginning of the part 2026.03.19 07:58:46.489122 [ 186 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 86 rows starting from the beginning of the part 2026.03.19 07:58:46.489167 [ 186 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 106 rows starting from the beginning of the part 2026.03.19 07:58:46.489323 [ 253 ] {a97ae121-753d-46ed-a49b-515e22332e16} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.489365 [ 253 ] {a97ae121-753d-46ed-a49b-515e22332e16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:46.489685 [ 253 ] {a97ae121-753d-46ed-a49b-515e22332e16} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.19 07:58:46.489925 [ 253 ] {a97ae121-753d-46ed-a49b-515e22332e16} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.490059 [ 37 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 2026.03.19 07:58:46.490070 [ 253 ] {a97ae121-753d-46ed-a49b-515e22332e16} executeQuery: Read 25 rows, 1.88 KiB in 0.001247 sec., 20048.115477145147 rows/sec., 1.47 MiB/sec. 2026.03.19 07:58:46.490106 [ 37 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.490126 [ 253 ] {a97ae121-753d-46ed-a49b-515e22332e16} TCPHandler: Processed in 0.001436323 sec. 2026.03.19 07:58:46.490132 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:46.490257 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:46.490256 [ 188 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_45_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full 2026.03.19 07:58:46.490358 [ 253 ] {564857bd-ec0d-499b-9a23-26d05f267633} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:58:46.490403 [ 253 ] {564857bd-ec0d-499b-9a23-26d05f267633} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:58:46.490422 [ 188 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:46.490461 [ 188 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 223 rows starting from the beginning of the part 2026.03.19 07:58:46.490532 [ 188 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 25 rows starting from the beginning of the part 2026.03.19 07:58:46.490580 [ 188 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 15 rows starting from the beginning of the part 2026.03.19 07:58:46.490622 [ 188 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 39 rows starting from the beginning of the part 2026.03.19 07:58:46.490659 [ 188 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 15 rows starting from the beginning of the part 2026.03.19 07:58:46.490703 [ 188 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 25 rows starting from the beginning of the part 2026.03.19 07:58:46.490767 [ 186 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3498 rows, containing 5 columns (5 merged, 0 gathered) in 0.002049012 sec., 1707164.2332987802 rows/sec., 140.79 MiB/sec. 2026.03.19 07:58:46.490828 [ 253 ] {564857bd-ec0d-499b-9a23-26d05f267633} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.490871 [ 253 ] {564857bd-ec0d-499b-9a23-26d05f267633} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:46.491044 [ 186 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.19 07:58:46.491220 [ 253 ] {564857bd-ec0d-499b-9a23-26d05f267633} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.19 07:58:46.491419 [ 186 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_56_11} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.491499 [ 253 ] {564857bd-ec0d-499b-9a23-26d05f267633} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.491508 [ 186 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_56_11} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.19 07:58:46.491593 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2026.03.19 07:58:46.491629 [ 37 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.19 07:58:46.491643 [ 253 ] {564857bd-ec0d-499b-9a23-26d05f267633} executeQuery: Read 89 rows, 7.12 KiB in 0.001303 sec., 68303.91404451267 rows/sec., 5.33 MiB/sec. 2026.03.19 07:58:46.491659 [ 37 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.491684 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:46.491693 [ 253 ] {564857bd-ec0d-499b-9a23-26d05f267633} TCPHandler: Processed in 0.001487024 sec. 2026.03.19 07:58:46.491772 [ 192 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 342 rows, containing 5 columns (5 merged, 0 gathered) in 0.001570035 sec., 217829.53883193686 rows/sec., 15.50 MiB/sec. 2026.03.19 07:58:46.491798 [ 198 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.03.19 07:58:46.491817 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:46.491911 [ 186 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2026.03.19 07:58:46.491932 [ 253 ] {dce7d4d4-7727-4bd9-901e-2d9dfb218173} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:46.491933 [ 198 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:46.491983 [ 253 ] {dce7d4d4-7727-4bd9-901e-2d9dfb218173} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:58:46.491988 [ 198 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1549 rows starting from the beginning of the part 2026.03.19 07:58:46.492078 [ 198 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 89 rows starting from the beginning of the part 2026.03.19 07:58:46.492127 [ 198 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 79 rows starting from the beginning of the part 2026.03.19 07:58:46.492172 [ 198 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 127 rows starting from the beginning of the part 2026.03.19 07:58:46.492178 [ 186 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_45_9} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.492217 [ 198 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 79 rows starting from the beginning of the part 2026.03.19 07:58:46.492260 [ 198 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 89 rows starting from the beginning of the part 2026.03.19 07:58:46.492288 [ 186 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_45_9} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 2026.03.19 07:58:46.492374 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.19 07:58:46.492413 [ 253 ] {dce7d4d4-7727-4bd9-901e-2d9dfb218173} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.492455 [ 253 ] {dce7d4d4-7727-4bd9-901e-2d9dfb218173} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:46.492821 [ 253 ] {dce7d4d4-7727-4bd9-901e-2d9dfb218173} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.19 07:58:46.493146 [ 253 ] {dce7d4d4-7727-4bd9-901e-2d9dfb218173} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.493277 [ 37 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.19 07:58:46.493288 [ 253 ] {dce7d4d4-7727-4bd9-901e-2d9dfb218173} executeQuery: Read 160 rows, 11.41 KiB in 0.001374 sec., 116448.32605531295 rows/sec., 8.11 MiB/sec. 2026.03.19 07:58:46.493315 [ 37 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.493337 [ 253 ] {dce7d4d4-7727-4bd9-901e-2d9dfb218173} TCPHandler: Processed in 0.001569215 sec. 2026.03.19 07:58:46.493339 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:46.493429 [ 189 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.03.19 07:58:46.493470 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:46.493507 [ 192 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2012 rows, containing 5 columns (5 merged, 0 gathered) in 0.001770439 sec., 1136441.3007169408 rows/sec., 86.01 MiB/sec. 2026.03.19 07:58:46.493521 [ 189 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:46.493565 [ 189 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 17472 rows starting from the beginning of the part 2026.03.19 07:58:46.493569 [ 253 ] {0e65c840-6015-4cd9-872f-73ac67930297} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:46.493623 [ 189 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2026.03.19 07:58:46.493633 [ 253 ] {0e65c840-6015-4cd9-872f-73ac67930297} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:58:46.493675 [ 189 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part 2026.03.19 07:58:46.493719 [ 201 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.19 07:58:46.493729 [ 189 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 197 rows starting from the beginning of the part 2026.03.19 07:58:46.493775 [ 189 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part 2026.03.19 07:58:46.493814 [ 189 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part 2026.03.19 07:58:46.494007 [ 201 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_56_11} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.494106 [ 201 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_56_11} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.19 07:58:46.494223 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.03.19 07:58:46.494677 [ 253 ] {0e65c840-6015-4cd9-872f-73ac67930297} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.494731 [ 253 ] {0e65c840-6015-4cd9-872f-73ac67930297} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:46.495520 [ 253 ] {0e65c840-6015-4cd9-872f-73ac67930297} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.19 07:58:46.495772 [ 253 ] {0e65c840-6015-4cd9-872f-73ac67930297} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.495914 [ 253 ] {0e65c840-6015-4cd9-872f-73ac67930297} executeQuery: Read 25 rows, 45.87 KiB in 0.002364 sec., 10575.296108291031 rows/sec., 18.95 MiB/sec. 2026.03.19 07:58:46.495969 [ 253 ] {0e65c840-6015-4cd9-872f-73ac67930297} TCPHandler: Processed in 0.002549801 sec. 2026.03.19 07:58:46.496088 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:46.496184 [ 253 ] {647ac40e-7ad7-4259-9d3f-3dad6ffcbd89} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:58:46.496227 [ 253 ] {647ac40e-7ad7-4259-9d3f-3dad6ffcbd89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:58:46.496574 [ 253 ] {647ac40e-7ad7-4259-9d3f-3dad6ffcbd89} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.496610 [ 253 ] {647ac40e-7ad7-4259-9d3f-3dad6ffcbd89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:46.496921 [ 253 ] {647ac40e-7ad7-4259-9d3f-3dad6ffcbd89} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.19 07:58:46.497136 [ 253 ] {647ac40e-7ad7-4259-9d3f-3dad6ffcbd89} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.497253 [ 37 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.19 07:58:46.497271 [ 253 ] {647ac40e-7ad7-4259-9d3f-3dad6ffcbd89} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2026.03.19 07:58:46.497293 [ 37 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.497318 [ 253 ] {647ac40e-7ad7-4259-9d3f-3dad6ffcbd89} TCPHandler: Processed in 0.00127932 sec. 2026.03.19 07:58:46.497320 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:46.497424 [ 191 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.03.19 07:58:46.497515 [ 191 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:46.497545 [ 191 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2700 rows starting from the beginning of the part 2026.03.19 07:58:46.497601 [ 191 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2026.03.19 07:58:46.497644 [ 191 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part 2026.03.19 07:58:46.497687 [ 191 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2026.03.19 07:58:46.497722 [ 191 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2026.03.19 07:58:46.497764 [ 191 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2026.03.19 07:58:46.498106 [ 192 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 18309 rows, containing 5 columns (5 merged, 0 gathered) in 0.004710195 sec., 3887100.2155961692 rows/sec., 256.09 MiB/sec. 2026.03.19 07:58:46.498373 [ 187 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.19 07:58:46.498715 [ 187 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_56_11} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.498787 [ 187 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_56_11} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.19 07:58:46.498880 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.16 MiB. 2026.03.19 07:58:46.499013 [ 201 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3000 rows, containing 4 columns (4 merged, 0 gathered) in 0.001630626 sec., 1839784.2301054932 rows/sec., 122.92 MiB/sec. 2026.03.19 07:58:46.499386 [ 192 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.19 07:58:46.499686 [ 192 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_56_11} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.499773 [ 192 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_56_11} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.19 07:58:46.499872 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.03.19 07:58:46.760348 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:46.760549 [ 253 ] {117f3f72-c3f4-4bf2-b2d1-a37cb9e85bc8} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 07:58:46.760623 [ 253 ] {117f3f72-c3f4-4bf2-b2d1-a37cb9e85bc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 07:58:46.761311 [ 253 ] {117f3f72-c3f4-4bf2-b2d1-a37cb9e85bc8} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.761350 [ 253 ] {117f3f72-c3f4-4bf2-b2d1-a37cb9e85bc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:46.761738 [ 253 ] {117f3f72-c3f4-4bf2-b2d1-a37cb9e85bc8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 07:58:46.761960 [ 253 ] {117f3f72-c3f4-4bf2-b2d1-a37cb9e85bc8} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.762114 [ 253 ] {117f3f72-c3f4-4bf2-b2d1-a37cb9e85bc8} executeQuery: Read 16 rows, 1.30 KiB in 0.001621 sec., 9870.45033929673 rows/sec., 804.87 KiB/sec. 2026.03.19 07:58:46.762156 [ 253 ] {117f3f72-c3f4-4bf2-b2d1-a37cb9e85bc8} TCPHandler: Processed in 0.001949981 sec. 2026.03.19 07:58:46.762273 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:46.762370 [ 253 ] {bc0fa81c-3618-4ff5-a3d1-0b09779e5e16} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:58:46.762410 [ 253 ] {bc0fa81c-3618-4ff5-a3d1-0b09779e5e16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:58:46.763896 [ 253 ] {bc0fa81c-3618-4ff5-a3d1-0b09779e5e16} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.763932 [ 253 ] {bc0fa81c-3618-4ff5-a3d1-0b09779e5e16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:46.764352 [ 253 ] {bc0fa81c-3618-4ff5-a3d1-0b09779e5e16} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.19 07:58:46.764582 [ 253 ] {bc0fa81c-3618-4ff5-a3d1-0b09779e5e16} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.764712 [ 253 ] {bc0fa81c-3618-4ff5-a3d1-0b09779e5e16} executeQuery: Read 1974 rows, 152.69 KiB in 0.002362 sec., 835732.4301439459 rows/sec., 63.13 MiB/sec. 2026.03.19 07:58:46.764748 [ 253 ] {bc0fa81c-3618-4ff5-a3d1-0b09779e5e16} TCPHandler: Processed in 0.00252638 sec. 2026.03.19 07:58:46.764858 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:46.764953 [ 253 ] {75bd0ee4-337a-477a-8f3c-717a73ea68e3} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:58:46.764993 [ 253 ] {75bd0ee4-337a-477a-8f3c-717a73ea68e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:58:46.765404 [ 253 ] {75bd0ee4-337a-477a-8f3c-717a73ea68e3} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.765438 [ 253 ] {75bd0ee4-337a-477a-8f3c-717a73ea68e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:46.765736 [ 253 ] {75bd0ee4-337a-477a-8f3c-717a73ea68e3} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.19 07:58:46.765942 [ 253 ] {75bd0ee4-337a-477a-8f3c-717a73ea68e3} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.766070 [ 253 ] {75bd0ee4-337a-477a-8f3c-717a73ea68e3} executeQuery: Read 40 rows, 2.92 KiB in 0.001136 sec., 35211.2676056338 rows/sec., 2.51 MiB/sec. 2026.03.19 07:58:46.766105 [ 253 ] {75bd0ee4-337a-477a-8f3c-717a73ea68e3} TCPHandler: Processed in 0.001297181 sec. 2026.03.19 07:58:46.766227 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:46.766349 [ 253 ] {ec304556-13a4-4f8b-bd58-3d5974209431} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:58:46.766398 [ 253 ] {ec304556-13a4-4f8b-bd58-3d5974209431} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:58:46.767214 [ 253 ] {ec304556-13a4-4f8b-bd58-3d5974209431} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.767252 [ 253 ] {ec304556-13a4-4f8b-bd58-3d5974209431} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:46.767604 [ 253 ] {ec304556-13a4-4f8b-bd58-3d5974209431} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 07:58:46.767819 [ 253 ] {ec304556-13a4-4f8b-bd58-3d5974209431} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.767951 [ 253 ] {ec304556-13a4-4f8b-bd58-3d5974209431} executeQuery: Read 708 rows, 42.29 KiB in 0.001627 sec., 435156.73017824214 rows/sec., 25.39 MiB/sec. 2026.03.19 07:58:46.767990 [ 253 ] {ec304556-13a4-4f8b-bd58-3d5974209431} TCPHandler: Processed in 0.001826189 sec. 2026.03.19 07:58:46.768104 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:46.768200 [ 253 ] {266bcf49-4e16-4f40-84a8-ab28e07dc462} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 07:58:46.768241 [ 253 ] {266bcf49-4e16-4f40-84a8-ab28e07dc462} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 07:58:46.768629 [ 253 ] {266bcf49-4e16-4f40-84a8-ab28e07dc462} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.768665 [ 253 ] {266bcf49-4e16-4f40-84a8-ab28e07dc462} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:46.768949 [ 253 ] {266bcf49-4e16-4f40-84a8-ab28e07dc462} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 07:58:46.769155 [ 253 ] {266bcf49-4e16-4f40-84a8-ab28e07dc462} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.769245 [ 31 ] {} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.19 07:58:46.769280 [ 31 ] {} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.769283 [ 253 ] {266bcf49-4e16-4f40-84a8-ab28e07dc462} executeQuery: Read 1 rows, 72.00 B in 0.001102 sec., 907.4410163339384 rows/sec., 63.80 KiB/sec. 2026.03.19 07:58:46.769299 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:46.769327 [ 253 ] {266bcf49-4e16-4f40-84a8-ab28e07dc462} TCPHandler: Processed in 0.00127266 sec. 2026.03.19 07:58:46.769426 [ 201 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.03.19 07:58:46.769442 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:46.769560 [ 253 ] {fec57c3f-29c9-4edc-a0dc-890906c94bdb} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:58:46.769563 [ 201 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:46.769607 [ 253 ] {fec57c3f-29c9-4edc-a0dc-890906c94bdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:58:46.769614 [ 201 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 1 rows starting from the beginning of the part 2026.03.19 07:58:46.769691 [ 201 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.03.19 07:58:46.769734 [ 201 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.03.19 07:58:46.769776 [ 201 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.03.19 07:58:46.769816 [ 201 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.03.19 07:58:46.770569 [ 253 ] {fec57c3f-29c9-4edc-a0dc-890906c94bdb} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.770610 [ 253 ] {fec57c3f-29c9-4edc-a0dc-890906c94bdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:46.770671 [ 192 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 5 columns (5 merged, 0 gathered) in 0.001294011 sec., 3863.954788637809 rows/sec., 286.78 KiB/sec. 2026.03.19 07:58:46.770824 [ 191 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.19 07:58:46.770971 [ 253 ] {fec57c3f-29c9-4edc-a0dc-890906c94bdb} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.19 07:58:46.771088 [ 191 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_9_2} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.771153 [ 191 ] {7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec::all_1_9_2} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.19 07:58:46.771191 [ 253 ] {fec57c3f-29c9-4edc-a0dc-890906c94bdb} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.771231 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.19 07:58:46.771321 [ 253 ] {fec57c3f-29c9-4edc-a0dc-890906c94bdb} executeQuery: Read 1040 rows, 73.57 KiB in 0.001779 sec., 584598.0888139404 rows/sec., 40.38 MiB/sec. 2026.03.19 07:58:46.771359 [ 253 ] {fec57c3f-29c9-4edc-a0dc-890906c94bdb} TCPHandler: Processed in 0.001966251 sec. 2026.03.19 07:58:46.771478 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:46.771573 [ 253 ] {b60f0fa7-aeff-4d63-8507-242386ae8e7d} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:46.771616 [ 253 ] {b60f0fa7-aeff-4d63-8507-242386ae8e7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:58:46.772314 [ 253 ] {b60f0fa7-aeff-4d63-8507-242386ae8e7d} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.772349 [ 253 ] {b60f0fa7-aeff-4d63-8507-242386ae8e7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:46.772745 [ 253 ] {b60f0fa7-aeff-4d63-8507-242386ae8e7d} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.19 07:58:46.772949 [ 253 ] {b60f0fa7-aeff-4d63-8507-242386ae8e7d} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.773081 [ 253 ] {b60f0fa7-aeff-4d63-8507-242386ae8e7d} executeQuery: Read 1225 rows, 78.48 KiB in 0.001526 sec., 802752.2935779816 rows/sec., 50.22 MiB/sec. 2026.03.19 07:58:46.773117 [ 253 ] {b60f0fa7-aeff-4d63-8507-242386ae8e7d} TCPHandler: Processed in 0.001689737 sec. 2026.03.19 07:58:46.773228 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:46.773324 [ 253 ] {62b2be0f-c205-4a0e-9886-cbcb6b595377} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:46.773378 [ 253 ] {62b2be0f-c205-4a0e-9886-cbcb6b595377} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:58:46.774178 [ 253 ] {62b2be0f-c205-4a0e-9886-cbcb6b595377} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.774213 [ 253 ] {62b2be0f-c205-4a0e-9886-cbcb6b595377} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:46.774755 [ 253 ] {62b2be0f-c205-4a0e-9886-cbcb6b595377} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.19 07:58:46.774971 [ 253 ] {62b2be0f-c205-4a0e-9886-cbcb6b595377} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.775114 [ 253 ] {62b2be0f-c205-4a0e-9886-cbcb6b595377} executeQuery: Read 24 rows, 44.04 KiB in 0.001809 sec., 13266.998341625207 rows/sec., 23.77 MiB/sec. 2026.03.19 07:58:46.775167 [ 253 ] {62b2be0f-c205-4a0e-9886-cbcb6b595377} TCPHandler: Processed in 0.001987341 sec. 2026.03.19 07:58:46.775292 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:46.775388 [ 253 ] {2032c06e-a9cb-4367-a143-595158b8f47b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:58:46.775429 [ 253 ] {2032c06e-a9cb-4367-a143-595158b8f47b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:58:46.775747 [ 253 ] {2032c06e-a9cb-4367-a143-595158b8f47b} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:46.775782 [ 253 ] {2032c06e-a9cb-4367-a143-595158b8f47b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:46.776081 [ 253 ] {2032c06e-a9cb-4367-a143-595158b8f47b} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.19 07:58:46.776287 [ 253 ] {2032c06e-a9cb-4367-a143-595158b8f47b} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:46.776417 [ 253 ] {2032c06e-a9cb-4367-a143-595158b8f47b} executeQuery: Read 12 rows, 848.00 B in 0.001048 sec., 11450.381679389311 rows/sec., 790.20 KiB/sec. 2026.03.19 07:58:46.776453 [ 253 ] {2032c06e-a9cb-4367-a143-595158b8f47b} TCPHandler: Processed in 0.00122614 sec. 2026.03.19 07:58:48.565883 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16664 2026.03.19 07:58:48.566407 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:48.566452 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:48.566952 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 07:58:48.567183 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:48.567314 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16664 2026.03.19 07:58:49.463159 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.03.19 07:58:49.480134 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:49.480189 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.19 07:58:49.486008 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 07:58:49.486705 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:49.489661 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.03.19 07:58:51.484214 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:51.484437 [ 253 ] {4c21d99e-df22-4f4c-9c80-e72c6206c243} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:58:51.484511 [ 253 ] {4c21d99e-df22-4f4c-9c80-e72c6206c243} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:58:51.485158 [ 253 ] {4c21d99e-df22-4f4c-9c80-e72c6206c243} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:51.485208 [ 253 ] {4c21d99e-df22-4f4c-9c80-e72c6206c243} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:51.485623 [ 253 ] {4c21d99e-df22-4f4c-9c80-e72c6206c243} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.19 07:58:51.485860 [ 253 ] {4c21d99e-df22-4f4c-9c80-e72c6206c243} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:51.486025 [ 253 ] {4c21d99e-df22-4f4c-9c80-e72c6206c243} executeQuery: Read 56 rows, 4.41 KiB in 0.001641 sec., 34125.53321145643 rows/sec., 2.62 MiB/sec. 2026.03.19 07:58:51.486068 [ 253 ] {4c21d99e-df22-4f4c-9c80-e72c6206c243} TCPHandler: Processed in 0.001996022 sec. 2026.03.19 07:58:51.486175 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:51.486269 [ 253 ] {7bf85652-a192-4ce2-a36e-5f06cf98d308} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:58:51.486311 [ 253 ] {7bf85652-a192-4ce2-a36e-5f06cf98d308} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:58:51.486722 [ 253 ] {7bf85652-a192-4ce2-a36e-5f06cf98d308} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:51.486758 [ 253 ] {7bf85652-a192-4ce2-a36e-5f06cf98d308} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:51.487072 [ 253 ] {7bf85652-a192-4ce2-a36e-5f06cf98d308} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.19 07:58:51.487287 [ 253 ] {7bf85652-a192-4ce2-a36e-5f06cf98d308} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:51.487419 [ 253 ] {7bf85652-a192-4ce2-a36e-5f06cf98d308} executeQuery: Read 64 rows, 5.12 KiB in 0.001169 sec., 54747.64756201882 rows/sec., 4.27 MiB/sec. 2026.03.19 07:58:51.487457 [ 253 ] {7bf85652-a192-4ce2-a36e-5f06cf98d308} TCPHandler: Processed in 0.001332161 sec. 2026.03.19 07:58:51.487574 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:51.487670 [ 253 ] {1d1b9280-3a2a-4cdc-9307-03ce235e934c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:51.487714 [ 253 ] {1d1b9280-3a2a-4cdc-9307-03ce235e934c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:58:51.488087 [ 253 ] {1d1b9280-3a2a-4cdc-9307-03ce235e934c} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:51.488124 [ 253 ] {1d1b9280-3a2a-4cdc-9307-03ce235e934c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:51.488446 [ 253 ] {1d1b9280-3a2a-4cdc-9307-03ce235e934c} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.19 07:58:51.488658 [ 253 ] {1d1b9280-3a2a-4cdc-9307-03ce235e934c} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:51.488790 [ 253 ] {1d1b9280-3a2a-4cdc-9307-03ce235e934c} executeQuery: Read 128 rows, 9.13 KiB in 0.001138 sec., 112478.03163444641 rows/sec., 7.83 MiB/sec. 2026.03.19 07:58:51.488826 [ 253 ] {1d1b9280-3a2a-4cdc-9307-03ce235e934c} TCPHandler: Processed in 0.001300271 sec. 2026.03.19 07:58:51.488937 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:51.489033 [ 253 ] {dcca694a-49d1-4426-ba7f-3898e5481bcf} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:58:51.489074 [ 253 ] {dcca694a-49d1-4426-ba7f-3898e5481bcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:58:51.489396 [ 253 ] {dcca694a-49d1-4426-ba7f-3898e5481bcf} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:51.489431 [ 253 ] {dcca694a-49d1-4426-ba7f-3898e5481bcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:51.489736 [ 253 ] {dcca694a-49d1-4426-ba7f-3898e5481bcf} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.19 07:58:51.489943 [ 253 ] {dcca694a-49d1-4426-ba7f-3898e5481bcf} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:51.490071 [ 253 ] {dcca694a-49d1-4426-ba7f-3898e5481bcf} executeQuery: Read 48 rows, 3.31 KiB in 0.001056 sec., 45454.54545454545 rows/sec., 3.06 MiB/sec. 2026.03.19 07:58:51.490106 [ 253 ] {dcca694a-49d1-4426-ba7f-3898e5481bcf} TCPHandler: Processed in 0.001217909 sec. 2026.03.19 07:58:55.963585 [ 27 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:58:55.963663 [ 27 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:58:56.067689 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17176 2026.03.19 07:58:56.068208 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:56.068251 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:56.068750 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 07:58:56.068980 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:56.069109 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17176 2026.03.19 07:58:56.069126 [ 57 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 07:58:56.069198 [ 57 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:56.069222 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:56.069342 [ 201 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.19 07:58:56.069484 [ 201 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:56.069524 [ 201 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14744 rows starting from the beginning of the part 2026.03.19 07:58:56.069588 [ 201 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 512 rows starting from the beginning of the part 2026.03.19 07:58:56.069641 [ 201 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 448 rows starting from the beginning of the part 2026.03.19 07:58:56.069683 [ 201 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 512 rows starting from the beginning of the part 2026.03.19 07:58:56.069719 [ 201 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 448 rows starting from the beginning of the part 2026.03.19 07:58:56.069756 [ 201 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 512 rows starting from the beginning of the part 2026.03.19 07:58:56.071803 [ 192 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17176 rows, containing 4 columns (4 merged, 0 gathered) in 0.00251419 sec., 6831623.703856909 rows/sec., 97.73 MiB/sec. 2026.03.19 07:58:56.071945 [ 195 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 07:58:56.072251 [ 195 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_36_7} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:56.072328 [ 195 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_36_7} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 07:58:56.072432 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.03.19 07:58:56.113340 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1012 2026.03.19 07:58:56.115762 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:56.115799 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:56.116978 [ 242 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 07:58:56.117244 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:56.117377 [ 57 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 07:58:56.117416 [ 57 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:56.117437 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:56.117529 [ 195 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.19 07:58:56.117558 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1012 2026.03.19 07:58:56.118061 [ 195 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:56.118223 [ 195 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 846 rows starting from the beginning of the part 2026.03.19 07:58:56.118628 [ 195 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part 2026.03.19 07:58:56.118992 [ 195 ] {939bd66e-0392-43e2-9699-3277434212bb::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.19 07:58:56.119345 [ 195 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part 2026.03.19 07:58:56.119694 [ 195 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part 2026.03.19 07:58:56.120030 [ 195 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 38 rows starting from the beginning of the part 2026.03.19 07:58:56.126003 [ 199 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1012 rows, containing 72 columns (72 merged, 0 gathered) in 0.008519065 sec., 118792.37921062934 rows/sec., 98.68 MiB/sec. 2026.03.19 07:58:56.127460 [ 200 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 07:58:56.128060 [ 200 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_26_5} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:56.128144 [ 200 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_26_5} system.query_log (939bd66e-0392-43e2-9699-3277434212bb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 07:58:56.128484 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. 2026.03.19 07:58:56.487651 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:56.487950 [ 253 ] {190e0868-2b97-4540-806a-dc1fe50b258b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:58:56.488062 [ 253 ] {190e0868-2b97-4540-806a-dc1fe50b258b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:58:56.488957 [ 253 ] {190e0868-2b97-4540-806a-dc1fe50b258b} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:56.489008 [ 253 ] {190e0868-2b97-4540-806a-dc1fe50b258b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:56.489446 [ 253 ] {190e0868-2b97-4540-806a-dc1fe50b258b} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.19 07:58:56.489706 [ 253 ] {190e0868-2b97-4540-806a-dc1fe50b258b} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:56.489869 [ 253 ] {190e0868-2b97-4540-806a-dc1fe50b258b} executeQuery: Read 106 rows, 9.11 KiB in 0.001999 sec., 53026.513256628314 rows/sec., 4.45 MiB/sec. 2026.03.19 07:58:56.489911 [ 253 ] {190e0868-2b97-4540-806a-dc1fe50b258b} TCPHandler: Processed in 0.002451509 sec. 2026.03.19 07:58:56.490036 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:56.490134 [ 253 ] {f83c0597-f120-4a27-94c7-bccb3ce813a6} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:58:56.490175 [ 253 ] {f83c0597-f120-4a27-94c7-bccb3ce813a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:58:56.490588 [ 253 ] {f83c0597-f120-4a27-94c7-bccb3ce813a6} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:56.490626 [ 253 ] {f83c0597-f120-4a27-94c7-bccb3ce813a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:56.490936 [ 253 ] {f83c0597-f120-4a27-94c7-bccb3ce813a6} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.19 07:58:56.491152 [ 253 ] {f83c0597-f120-4a27-94c7-bccb3ce813a6} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:56.491289 [ 253 ] {f83c0597-f120-4a27-94c7-bccb3ce813a6} executeQuery: Read 25 rows, 1.88 KiB in 0.001176 sec., 21258.503401360544 rows/sec., 1.56 MiB/sec. 2026.03.19 07:58:56.491327 [ 253 ] {f83c0597-f120-4a27-94c7-bccb3ce813a6} TCPHandler: Processed in 0.001341662 sec. 2026.03.19 07:58:56.491430 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:56.491525 [ 253 ] {734a3148-f4d7-4108-8bee-0ae165891956} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:58:56.491566 [ 253 ] {734a3148-f4d7-4108-8bee-0ae165891956} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:58:56.491991 [ 253 ] {734a3148-f4d7-4108-8bee-0ae165891956} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:56.492027 [ 253 ] {734a3148-f4d7-4108-8bee-0ae165891956} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:56.492344 [ 253 ] {734a3148-f4d7-4108-8bee-0ae165891956} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.19 07:58:56.492556 [ 253 ] {734a3148-f4d7-4108-8bee-0ae165891956} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:56.492686 [ 253 ] {734a3148-f4d7-4108-8bee-0ae165891956} executeQuery: Read 89 rows, 7.12 KiB in 0.001179 sec., 75487.70144189992 rows/sec., 5.90 MiB/sec. 2026.03.19 07:58:56.492724 [ 253 ] {734a3148-f4d7-4108-8bee-0ae165891956} TCPHandler: Processed in 0.001343342 sec. 2026.03.19 07:58:56.492833 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:56.492928 [ 253 ] {5e65a6a7-f6a3-40d4-b4bd-9a66c2dec804} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:56.492971 [ 253 ] {5e65a6a7-f6a3-40d4-b4bd-9a66c2dec804} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:58:56.493399 [ 253 ] {5e65a6a7-f6a3-40d4-b4bd-9a66c2dec804} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:56.493436 [ 253 ] {5e65a6a7-f6a3-40d4-b4bd-9a66c2dec804} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:56.493787 [ 253 ] {5e65a6a7-f6a3-40d4-b4bd-9a66c2dec804} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.19 07:58:56.494028 [ 253 ] {5e65a6a7-f6a3-40d4-b4bd-9a66c2dec804} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:56.494164 [ 253 ] {5e65a6a7-f6a3-40d4-b4bd-9a66c2dec804} executeQuery: Read 160 rows, 11.41 KiB in 0.001255 sec., 127490.03984063744 rows/sec., 8.88 MiB/sec. 2026.03.19 07:58:56.494202 [ 253 ] {5e65a6a7-f6a3-40d4-b4bd-9a66c2dec804} TCPHandler: Processed in 0.001419012 sec. 2026.03.19 07:58:56.494310 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:56.494405 [ 253 ] {3f4844d7-471c-49d6-b3db-27f09de80775} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:58:56.494461 [ 253 ] {3f4844d7-471c-49d6-b3db-27f09de80775} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:58:56.495293 [ 253 ] {3f4844d7-471c-49d6-b3db-27f09de80775} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:56.495330 [ 253 ] {3f4844d7-471c-49d6-b3db-27f09de80775} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:56.495892 [ 253 ] {3f4844d7-471c-49d6-b3db-27f09de80775} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.19 07:58:56.496117 [ 253 ] {3f4844d7-471c-49d6-b3db-27f09de80775} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:56.496224 [ 65 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.19 07:58:56.496259 [ 253 ] {3f4844d7-471c-49d6-b3db-27f09de80775} executeQuery: Read 25 rows, 45.87 KiB in 0.001872 sec., 13354.700854700855 rows/sec., 23.93 MiB/sec. 2026.03.19 07:58:56.496281 [ 65 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:56.496305 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:56.496317 [ 253 ] {3f4844d7-471c-49d6-b3db-27f09de80775} TCPHandler: Processed in 0.002054983 sec. 2026.03.19 07:58:56.496430 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:58:56.496427 [ 192 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.19 07:58:56.496527 [ 253 ] {0071f6e7-36b5-4e59-bd41-53eacb89fbd9} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:58:56.496575 [ 253 ] {0071f6e7-36b5-4e59-bd41-53eacb89fbd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:58:56.496769 [ 192 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:56.496850 [ 192 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 810 rows starting from the beginning of the part 2026.03.19 07:58:56.496935 [ 253 ] {0071f6e7-36b5-4e59-bd41-53eacb89fbd9} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:56.496976 [ 253 ] {0071f6e7-36b5-4e59-bd41-53eacb89fbd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:56.497020 [ 192 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 25 rows starting from the beginning of the part 2026.03.19 07:58:56.497166 [ 192 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 15 rows starting from the beginning of the part 2026.03.19 07:58:56.497295 [ 192 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 25 rows starting from the beginning of the part 2026.03.19 07:58:56.497301 [ 253 ] {0071f6e7-36b5-4e59-bd41-53eacb89fbd9} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.19 07:58:56.497421 [ 192 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 24 rows starting from the beginning of the part 2026.03.19 07:58:56.497535 [ 192 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 25 rows starting from the beginning of the part 2026.03.19 07:58:56.497546 [ 253 ] {0071f6e7-36b5-4e59-bd41-53eacb89fbd9} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:56.497686 [ 253 ] {0071f6e7-36b5-4e59-bd41-53eacb89fbd9} executeQuery: Read 60 rows, 4.14 KiB in 0.001177 sec., 50977.06032285471 rows/sec., 3.44 MiB/sec. 2026.03.19 07:58:56.497723 [ 253 ] {0071f6e7-36b5-4e59-bd41-53eacb89fbd9} TCPHandler: Processed in 0.001343461 sec. 2026.03.19 07:58:56.503571 [ 199 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 924 rows, containing 19 columns (19 merged, 0 gathered) in 0.007204474 sec., 128253.63794775303 rows/sec., 229.82 MiB/sec. 2026.03.19 07:58:56.505259 [ 190 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.19 07:58:56.505640 [ 190 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_46_9} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:56.505714 [ 190 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_46_9} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.19 07:58:56.505839 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.86 MiB. 2026.03.19 07:58:56.989737 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2026.03.19 07:58:57.000873 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 284.31 MiB, peak 295.33 MiB, free memory in arenas 0.00 B, will set to 288.72 MiB (RSS), difference: 4.42 MiB 2026.03.19 07:58:57.007439 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:57.007508 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:57.013609 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 07:58:57.014476 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:57.014827 [ 65 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 07:58:57.014893 [ 65 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:57.014913 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:57.015009 [ 192 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.19 07:58:57.018165 [ 192 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:57.019029 [ 192 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part 2026.03.19 07:58:57.019853 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2026.03.19 07:58:57.022640 [ 192 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part 2026.03.19 07:58:57.026304 [ 192 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2026.03.19 07:58:57.030827 [ 192 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part 2026.03.19 07:58:57.034901 [ 192 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part 2026.03.19 07:58:57.038819 [ 192 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part 2026.03.19 07:58:57.089625 [ 199 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.074665485 sec., 3642.9147952363796 rows/sec., 18.84 MiB/sec. 2026.03.19 07:58:57.092209 [ 193 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 07:58:57.094290 [ 193 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_36_7} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:57.094395 [ 193 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_36_7} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 07:58:57.096478 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2026.03.19 07:58:57.203017 [ 45 ] {} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.19 07:58:57.203091 [ 45 ] {} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:58:57.203119 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:58:57.203249 [ 194 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.03.19 07:58:57.203384 [ 194 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:58:57.203430 [ 194 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 20 rows starting from the beginning of the part 2026.03.19 07:58:57.203516 [ 194 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2026.03.19 07:58:57.203582 [ 194 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part 2026.03.19 07:58:57.203645 [ 194 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2026.03.19 07:58:57.203699 [ 194 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part 2026.03.19 07:58:57.204655 [ 197 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 56 rows, containing 5 columns (5 merged, 0 gathered) in 0.001461333 sec., 38321.17662435598 rows/sec., 3.20 MiB/sec. 2026.03.19 07:58:57.204874 [ 196 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.19 07:58:57.205241 [ 196 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_9_2} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:58:57.205333 [ 196 ] {7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5::all_1_9_2} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.19 07:58:57.205438 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.19 07:58:58.001017 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 289.84 MiB, peak 301.67 MiB, free memory in arenas 0.00 B, will set to 291.02 MiB (RSS), difference: 1.18 MiB 2026.03.19 07:59:00.265975 [ 61 ] {} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 2026.03.19 07:59:00.266048 [ 61 ] {} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:00.266073 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:00.266183 [ 194 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_19_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full 2026.03.19 07:59:00.266323 [ 194 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:00.266360 [ 194 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 881 rows starting from the beginning of the part 2026.03.19 07:59:00.266434 [ 194 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2026.03.19 07:59:00.266483 [ 194 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 708 rows starting from the beginning of the part 2026.03.19 07:59:00.266531 [ 194 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2026.03.19 07:59:00.266579 [ 194 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 708 rows starting from the beginning of the part 2026.03.19 07:59:00.267690 [ 197 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 2345 rows, containing 5 columns (5 merged, 0 gathered) in 0.001550714 sec., 1512206.6351371047 rows/sec., 95.73 MiB/sec. 2026.03.19 07:59:00.267863 [ 194 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.03.19 07:59:00.268103 [ 194 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_19_4} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:00.268169 [ 194 ] {0e013068-29ac-4491-88d0-04a52c3ac46c::all_1_19_4} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 2026.03.19 07:59:00.268239 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.19 07:59:01.487350 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:01.487659 [ 253 ] {86fdff75-cb40-4320-abef-4ba931bde66d} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:59:01.487745 [ 253 ] {86fdff75-cb40-4320-abef-4ba931bde66d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:59:01.488429 [ 253 ] {86fdff75-cb40-4320-abef-4ba931bde66d} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:01.488483 [ 253 ] {86fdff75-cb40-4320-abef-4ba931bde66d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:01.488896 [ 253 ] {86fdff75-cb40-4320-abef-4ba931bde66d} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.19 07:59:01.489133 [ 253 ] {86fdff75-cb40-4320-abef-4ba931bde66d} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:01.489290 [ 253 ] {86fdff75-cb40-4320-abef-4ba931bde66d} executeQuery: Read 86 rows, 7.39 KiB in 0.00171 sec., 50292.397660818715 rows/sec., 4.22 MiB/sec. 2026.03.19 07:59:01.489331 [ 253 ] {86fdff75-cb40-4320-abef-4ba931bde66d} TCPHandler: Processed in 0.002164174 sec. 2026.03.19 07:59:01.489457 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:01.489550 [ 253 ] {ac079235-83c2-47cd-98b4-a989fb7bb2a0} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:59:01.489589 [ 253 ] {ac079235-83c2-47cd-98b4-a989fb7bb2a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:59:01.490022 [ 253 ] {ac079235-83c2-47cd-98b4-a989fb7bb2a0} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:01.490057 [ 253 ] {ac079235-83c2-47cd-98b4-a989fb7bb2a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:01.490347 [ 253 ] {ac079235-83c2-47cd-98b4-a989fb7bb2a0} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.19 07:59:01.490557 [ 253 ] {ac079235-83c2-47cd-98b4-a989fb7bb2a0} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:01.490686 [ 253 ] {ac079235-83c2-47cd-98b4-a989fb7bb2a0} executeQuery: Read 15 rows, 1.13 KiB in 0.001154 sec., 12998.266897746966 rows/sec., 977.41 KiB/sec. 2026.03.19 07:59:01.490723 [ 253 ] {ac079235-83c2-47cd-98b4-a989fb7bb2a0} TCPHandler: Processed in 0.001314921 sec. 2026.03.19 07:59:01.490841 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:01.490932 [ 253 ] {ff514e9c-5c7e-4325-a031-7e929b7972b2} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:59:01.490970 [ 253 ] {ff514e9c-5c7e-4325-a031-7e929b7972b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:59:01.491392 [ 253 ] {ff514e9c-5c7e-4325-a031-7e929b7972b2} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:01.491426 [ 253 ] {ff514e9c-5c7e-4325-a031-7e929b7972b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:01.491717 [ 253 ] {ff514e9c-5c7e-4325-a031-7e929b7972b2} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.19 07:59:01.491921 [ 253 ] {ff514e9c-5c7e-4325-a031-7e929b7972b2} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:01.492045 [ 253 ] {ff514e9c-5c7e-4325-a031-7e929b7972b2} executeQuery: Read 79 rows, 6.32 KiB in 0.00113 sec., 69911.50442477876 rows/sec., 5.46 MiB/sec. 2026.03.19 07:59:01.492081 [ 253 ] {ff514e9c-5c7e-4325-a031-7e929b7972b2} TCPHandler: Processed in 0.001287 sec. 2026.03.19 07:59:01.492201 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:01.492294 [ 253 ] {e563e096-c887-41aa-9382-9e5feee7f6e3} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:01.492336 [ 253 ] {e563e096-c887-41aa-9382-9e5feee7f6e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:59:01.492769 [ 253 ] {e563e096-c887-41aa-9382-9e5feee7f6e3} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:01.492806 [ 253 ] {e563e096-c887-41aa-9382-9e5feee7f6e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:01.493136 [ 253 ] {e563e096-c887-41aa-9382-9e5feee7f6e3} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.19 07:59:01.493342 [ 253 ] {e563e096-c887-41aa-9382-9e5feee7f6e3} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:01.493470 [ 253 ] {e563e096-c887-41aa-9382-9e5feee7f6e3} executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. 2026.03.19 07:59:01.493507 [ 253 ] {e563e096-c887-41aa-9382-9e5feee7f6e3} TCPHandler: Processed in 0.001353132 sec. 2026.03.19 07:59:01.493617 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:01.493711 [ 253 ] {d4f6dc88-842c-4d74-bfb4-09d8b92fca8e} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:01.493772 [ 253 ] {d4f6dc88-842c-4d74-bfb4-09d8b92fca8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:59:01.494554 [ 253 ] {d4f6dc88-842c-4d74-bfb4-09d8b92fca8e} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:01.494591 [ 253 ] {d4f6dc88-842c-4d74-bfb4-09d8b92fca8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:01.495126 [ 253 ] {d4f6dc88-842c-4d74-bfb4-09d8b92fca8e} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.19 07:59:01.495346 [ 253 ] {d4f6dc88-842c-4d74-bfb4-09d8b92fca8e} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:01.495487 [ 253 ] {d4f6dc88-842c-4d74-bfb4-09d8b92fca8e} executeQuery: Read 15 rows, 27.52 KiB in 0.001795 sec., 8356.545961002786 rows/sec., 14.97 MiB/sec. 2026.03.19 07:59:01.495540 [ 253 ] {d4f6dc88-842c-4d74-bfb4-09d8b92fca8e} TCPHandler: Processed in 0.001970511 sec. 2026.03.19 07:59:01.495651 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:01.495744 [ 253 ] {e8ba710a-d976-4f8e-ab11-1c0d2572c4c6} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:59:01.495786 [ 253 ] {e8ba710a-d976-4f8e-ab11-1c0d2572c4c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:59:01.496116 [ 253 ] {e8ba710a-d976-4f8e-ab11-1c0d2572c4c6} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:01.496152 [ 253 ] {e8ba710a-d976-4f8e-ab11-1c0d2572c4c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:01.496464 [ 253 ] {e8ba710a-d976-4f8e-ab11-1c0d2572c4c6} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.19 07:59:01.496676 [ 253 ] {e8ba710a-d976-4f8e-ab11-1c0d2572c4c6} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:01.496803 [ 253 ] {e8ba710a-d976-4f8e-ab11-1c0d2572c4c6} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2026.03.19 07:59:01.496839 [ 253 ] {e8ba710a-d976-4f8e-ab11-1c0d2572c4c6} TCPHandler: Processed in 0.00123514 sec. 2026.03.19 07:59:03.570145 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17624 2026.03.19 07:59:03.570656 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:03.570691 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:03.571190 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 07:59:03.571416 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:03.571538 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17624 2026.03.19 07:59:04.520217 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2026.03.19 07:59:04.535379 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:04.535437 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:04.541657 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 07:59:04.542347 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:04.544950 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.03.19 07:59:06.118088 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1036 2026.03.19 07:59:06.120251 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:06.120299 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:06.121500 [ 242 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 07:59:06.121772 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:06.122090 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1036 2026.03.19 07:59:06.488743 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:06.488978 [ 253 ] {e961be12-aada-431e-b9dd-0111c754180a} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 07:59:06.489065 [ 253 ] {e961be12-aada-431e-b9dd-0111c754180a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 07:59:06.489724 [ 253 ] {e961be12-aada-431e-b9dd-0111c754180a} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:06.489770 [ 253 ] {e961be12-aada-431e-b9dd-0111c754180a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:06.490168 [ 253 ] {e961be12-aada-431e-b9dd-0111c754180a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 07:59:06.490399 [ 253 ] {e961be12-aada-431e-b9dd-0111c754180a} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:06.490564 [ 253 ] {e961be12-aada-431e-b9dd-0111c754180a} executeQuery: Read 24 rows, 2.04 KiB in 0.001649 sec., 14554.275318374772 rows/sec., 1.21 MiB/sec. 2026.03.19 07:59:06.490614 [ 253 ] {e961be12-aada-431e-b9dd-0111c754180a} TCPHandler: Processed in 0.002027352 sec. 2026.03.19 07:59:06.490731 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:06.490833 [ 253 ] {e24b9405-fbc2-4c07-aef3-506c96c95d33} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:59:06.490876 [ 253 ] {e24b9405-fbc2-4c07-aef3-506c96c95d33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:59:06.491352 [ 253 ] {e24b9405-fbc2-4c07-aef3-506c96c95d33} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:06.491389 [ 253 ] {e24b9405-fbc2-4c07-aef3-506c96c95d33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:06.491741 [ 253 ] {e24b9405-fbc2-4c07-aef3-506c96c95d33} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.19 07:59:06.491955 [ 253 ] {e24b9405-fbc2-4c07-aef3-506c96c95d33} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:06.492083 [ 105 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.19 07:59:06.492091 [ 253 ] {e24b9405-fbc2-4c07-aef3-506c96c95d33} executeQuery: Read 226 rows, 20.57 KiB in 0.00128 sec., 176562.5 rows/sec., 15.70 MiB/sec. 2026.03.19 07:59:06.492162 [ 105 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:06.492177 [ 253 ] {e24b9405-fbc2-4c07-aef3-506c96c95d33} TCPHandler: Processed in 0.001497243 sec. 2026.03.19 07:59:06.492196 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:06.492300 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:06.492326 [ 189 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.03.19 07:59:06.492400 [ 253 ] {4775b557-6b1c-4013-813c-7d9905e8952e} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:59:06.492444 [ 253 ] {4775b557-6b1c-4013-813c-7d9905e8952e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:59:06.492474 [ 189 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:06.492515 [ 189 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2887 rows starting from the beginning of the part 2026.03.19 07:59:06.492587 [ 189 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1974 rows starting from the beginning of the part 2026.03.19 07:59:06.492638 [ 189 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 56 rows starting from the beginning of the part 2026.03.19 07:59:06.492685 [ 189 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 106 rows starting from the beginning of the part 2026.03.19 07:59:06.492735 [ 189 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 86 rows starting from the beginning of the part 2026.03.19 07:59:06.492779 [ 189 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 226 rows starting from the beginning of the part 2026.03.19 07:59:06.492857 [ 253 ] {4775b557-6b1c-4013-813c-7d9905e8952e} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:06.492897 [ 253 ] {4775b557-6b1c-4013-813c-7d9905e8952e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:06.493225 [ 253 ] {4775b557-6b1c-4013-813c-7d9905e8952e} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.19 07:59:06.493438 [ 253 ] {4775b557-6b1c-4013-813c-7d9905e8952e} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:06.493575 [ 253 ] {4775b557-6b1c-4013-813c-7d9905e8952e} executeQuery: Read 37 rows, 2.84 KiB in 0.001194 sec., 30988.274706867673 rows/sec., 2.32 MiB/sec. 2026.03.19 07:59:06.493613 [ 253 ] {4775b557-6b1c-4013-813c-7d9905e8952e} TCPHandler: Processed in 0.001364692 sec. 2026.03.19 07:59:06.493717 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:06.493812 [ 253 ] {76b09e9c-e273-4fd9-b1e1-32683a9be46f} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:59:06.493852 [ 253 ] {76b09e9c-e273-4fd9-b1e1-32683a9be46f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:59:06.494242 [ 253 ] {76b09e9c-e273-4fd9-b1e1-32683a9be46f} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:06.494278 [ 253 ] {76b09e9c-e273-4fd9-b1e1-32683a9be46f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:06.494573 [ 253 ] {76b09e9c-e273-4fd9-b1e1-32683a9be46f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 07:59:06.494782 [ 253 ] {76b09e9c-e273-4fd9-b1e1-32683a9be46f} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:06.494914 [ 253 ] {76b09e9c-e273-4fd9-b1e1-32683a9be46f} executeQuery: Read 24 rows, 2.04 KiB in 0.00112 sec., 21428.57142857143 rows/sec., 1.78 MiB/sec. 2026.03.19 07:59:06.494951 [ 253 ] {76b09e9c-e273-4fd9-b1e1-32683a9be46f} TCPHandler: Processed in 0.00128322 sec. 2026.03.19 07:59:06.494992 [ 194 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 5335 rows, containing 5 columns (5 merged, 0 gathered) in 0.002724873 sec., 1957889.4135616596 rows/sec., 158.80 MiB/sec. 2026.03.19 07:59:06.495058 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:06.495156 [ 253 ] {0d9bad28-94d5-45e3-b8e7-f57e6c398ca4} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 07:59:06.495195 [ 253 ] {0d9bad28-94d5-45e3-b8e7-f57e6c398ca4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 07:59:06.495330 [ 197 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.19 07:59:06.495601 [ 253 ] {0d9bad28-94d5-45e3-b8e7-f57e6c398ca4} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:06.495626 [ 197 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_61_12} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:06.495641 [ 253 ] {0d9bad28-94d5-45e3-b8e7-f57e6c398ca4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:06.495712 [ 197 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_61_12} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.19 07:59:06.495785 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.03.19 07:59:06.495949 [ 253 ] {0d9bad28-94d5-45e3-b8e7-f57e6c398ca4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 07:59:06.496170 [ 253 ] {0d9bad28-94d5-45e3-b8e7-f57e6c398ca4} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:06.496292 [ 253 ] {0d9bad28-94d5-45e3-b8e7-f57e6c398ca4} executeQuery: Read 12 rows, 960.00 B in 0.001193 sec., 10058.675607711652 rows/sec., 785.83 KiB/sec. 2026.03.19 07:59:06.496327 [ 253 ] {0d9bad28-94d5-45e3-b8e7-f57e6c398ca4} TCPHandler: Processed in 0.001360932 sec. 2026.03.19 07:59:06.496428 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:06.496525 [ 253 ] {c0665190-203e-4b38-94bb-f97e23137d7b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:59:06.496563 [ 253 ] {c0665190-203e-4b38-94bb-f97e23137d7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:59:06.497066 [ 253 ] {c0665190-203e-4b38-94bb-f97e23137d7b} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:06.497104 [ 253 ] {c0665190-203e-4b38-94bb-f97e23137d7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:06.497448 [ 253 ] {c0665190-203e-4b38-94bb-f97e23137d7b} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.19 07:59:06.497671 [ 253 ] {c0665190-203e-4b38-94bb-f97e23137d7b} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:06.497781 [ 105 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.19 07:59:06.497803 [ 253 ] {c0665190-203e-4b38-94bb-f97e23137d7b} executeQuery: Read 125 rows, 10.38 KiB in 0.001241 sec., 100725.22159548751 rows/sec., 8.16 MiB/sec. 2026.03.19 07:59:06.497810 [ 105 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:06.497843 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:06.497849 [ 253 ] {c0665190-203e-4b38-94bb-f97e23137d7b} TCPHandler: Processed in 0.001422652 sec. 2026.03.19 07:59:06.497918 [ 194 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.03.19 07:59:06.497965 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:06.498031 [ 194 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:06.498064 [ 253 ] {1b467a5e-bd7d-475e-a0c8-88086d277200} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:06.498072 [ 194 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1549 rows starting from the beginning of the part 2026.03.19 07:59:06.498114 [ 253 ] {1b467a5e-bd7d-475e-a0c8-88086d277200} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:59:06.498160 [ 194 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1040 rows starting from the beginning of the part 2026.03.19 07:59:06.498217 [ 194 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part 2026.03.19 07:59:06.498263 [ 194 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 89 rows starting from the beginning of the part 2026.03.19 07:59:06.498306 [ 194 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 79 rows starting from the beginning of the part 2026.03.19 07:59:06.498347 [ 194 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 125 rows starting from the beginning of the part 2026.03.19 07:59:06.498504 [ 253 ] {1b467a5e-bd7d-475e-a0c8-88086d277200} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:06.498543 [ 253 ] {1b467a5e-bd7d-475e-a0c8-88086d277200} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:06.498910 [ 253 ] {1b467a5e-bd7d-475e-a0c8-88086d277200} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.19 07:59:06.499138 [ 253 ] {1b467a5e-bd7d-475e-a0c8-88086d277200} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:06.499249 [ 105 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.19 07:59:06.499273 [ 253 ] {1b467a5e-bd7d-475e-a0c8-88086d277200} executeQuery: Read 196 rows, 14.40 KiB in 0.001226 sec., 159869.49429037518 rows/sec., 11.47 MiB/sec. 2026.03.19 07:59:06.499277 [ 105 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:06.499311 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:06.499318 [ 253 ] {1b467a5e-bd7d-475e-a0c8-88086d277200} TCPHandler: Processed in 0.001403172 sec. 2026.03.19 07:59:06.499390 [ 197 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.03.19 07:59:06.499440 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:06.499488 [ 197 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:06.499518 [ 197 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 18309 rows starting from the beginning of the part 2026.03.19 07:59:06.499539 [ 253 ] {4e75f41b-3a6f-4e0b-b781-f8816e5d395b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:06.499568 [ 197 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1225 rows starting from the beginning of the part 2026.03.19 07:59:06.499598 [ 253 ] {4e75f41b-3a6f-4e0b-b781-f8816e5d395b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:59:06.499617 [ 197 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 128 rows starting from the beginning of the part 2026.03.19 07:59:06.499664 [ 197 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part 2026.03.19 07:59:06.499704 [ 197 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part 2026.03.19 07:59:06.499743 [ 197 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 196 rows starting from the beginning of the part 2026.03.19 07:59:06.499782 [ 198 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2946 rows, containing 5 columns (5 merged, 0 gathered) in 0.0018955 sec., 1554207.3331574781 rows/sec., 115.75 MiB/sec. 2026.03.19 07:59:06.499972 [ 194 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.19 07:59:06.500221 [ 194 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_61_12} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:06.500291 [ 194 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_61_12} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.19 07:59:06.500365 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.03.19 07:59:06.500391 [ 253 ] {4e75f41b-3a6f-4e0b-b781-f8816e5d395b} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:06.500433 [ 253 ] {4e75f41b-3a6f-4e0b-b781-f8816e5d395b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:06.500999 [ 253 ] {4e75f41b-3a6f-4e0b-b781-f8816e5d395b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.19 07:59:06.501237 [ 253 ] {4e75f41b-3a6f-4e0b-b781-f8816e5d395b} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:06.501381 [ 253 ] {4e75f41b-3a6f-4e0b-b781-f8816e5d395b} executeQuery: Read 25 rows, 45.87 KiB in 0.00186 sec., 13440.860215053763 rows/sec., 24.09 MiB/sec. 2026.03.19 07:59:06.501435 [ 253 ] {4e75f41b-3a6f-4e0b-b781-f8816e5d395b} TCPHandler: Processed in 0.002043292 sec. 2026.03.19 07:59:06.501549 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:06.501643 [ 253 ] {6b6a87cf-8bfe-4d9f-a58e-5cc53a2eaf2c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:59:06.501685 [ 253 ] {6b6a87cf-8bfe-4d9f-a58e-5cc53a2eaf2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:59:06.502017 [ 253 ] {6b6a87cf-8bfe-4d9f-a58e-5cc53a2eaf2c} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:06.502053 [ 253 ] {6b6a87cf-8bfe-4d9f-a58e-5cc53a2eaf2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:06.502489 [ 253 ] {6b6a87cf-8bfe-4d9f-a58e-5cc53a2eaf2c} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.19 07:59:06.502719 [ 253 ] {6b6a87cf-8bfe-4d9f-a58e-5cc53a2eaf2c} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:06.502825 [ 105 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.19 07:59:06.502850 [ 253 ] {6b6a87cf-8bfe-4d9f-a58e-5cc53a2eaf2c} executeQuery: Read 60 rows, 4.14 KiB in 0.001225 sec., 48979.5918367347 rows/sec., 3.30 MiB/sec. 2026.03.19 07:59:06.502855 [ 105 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:06.502890 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:06.502893 [ 253 ] {6b6a87cf-8bfe-4d9f-a58e-5cc53a2eaf2c} TCPHandler: Processed in 0.001392972 sec. 2026.03.19 07:59:06.502955 [ 194 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.03.19 07:59:06.503080 [ 194 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:06.503112 [ 194 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3000 rows starting from the beginning of the part 2026.03.19 07:59:06.503164 [ 194 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 12 rows starting from the beginning of the part 2026.03.19 07:59:06.503205 [ 194 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 48 rows starting from the beginning of the part 2026.03.19 07:59:06.503244 [ 194 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2026.03.19 07:59:06.503285 [ 194 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part 2026.03.19 07:59:06.503322 [ 194 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part 2026.03.19 07:59:06.504829 [ 198 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3240 rows, containing 4 columns (4 merged, 0 gathered) in 0.0018992 sec., 1705981.4658803707 rows/sec., 114.06 MiB/sec. 2026.03.19 07:59:06.505176 [ 198 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.19 07:59:06.505423 [ 198 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_61_12} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:06.505485 [ 198 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_61_12} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.19 07:59:06.505542 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.03.19 07:59:06.505859 [ 191 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 20178 rows, containing 5 columns (5 merged, 0 gathered) in 0.006508843 sec., 3100090.138907944 rows/sec., 204.05 MiB/sec. 2026.03.19 07:59:06.506225 [ 198 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.19 07:59:06.506467 [ 198 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_61_12} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:06.506530 [ 198 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_61_12} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.19 07:59:06.506598 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.26 MiB. 2026.03.19 07:59:07.000285 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 292.66 MiB, peak 302.62 MiB, free memory in arenas 0.00 B, will set to 294.91 MiB (RSS), difference: 2.25 MiB 2026.03.19 07:59:10.963706 [ 125 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:59:10.963772 [ 125 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:59:11.071632 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18136 2026.03.19 07:59:11.072283 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:11.072320 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:11.072790 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 07:59:11.072999 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:11.073125 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18136 2026.03.19 07:59:11.486301 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:11.486502 [ 253 ] {e4ad8c03-601b-4d54-9e78-181068a9da8b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:59:11.486573 [ 253 ] {e4ad8c03-601b-4d54-9e78-181068a9da8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:59:11.487376 [ 253 ] {e4ad8c03-601b-4d54-9e78-181068a9da8b} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:11.487424 [ 253 ] {e4ad8c03-601b-4d54-9e78-181068a9da8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:11.487831 [ 253 ] {e4ad8c03-601b-4d54-9e78-181068a9da8b} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.19 07:59:11.488056 [ 253 ] {e4ad8c03-601b-4d54-9e78-181068a9da8b} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:11.488206 [ 253 ] {e4ad8c03-601b-4d54-9e78-181068a9da8b} executeQuery: Read 86 rows, 7.39 KiB in 0.00176 sec., 48863.63636363636 rows/sec., 4.10 MiB/sec. 2026.03.19 07:59:11.488248 [ 253 ] {e4ad8c03-601b-4d54-9e78-181068a9da8b} TCPHandler: Processed in 0.002084973 sec. 2026.03.19 07:59:11.488385 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:11.488480 [ 253 ] {c151cb5a-93f0-41a1-b402-8d9d18ded9ff} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:59:11.488520 [ 253 ] {c151cb5a-93f0-41a1-b402-8d9d18ded9ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:59:11.489011 [ 253 ] {c151cb5a-93f0-41a1-b402-8d9d18ded9ff} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:11.489046 [ 253 ] {c151cb5a-93f0-41a1-b402-8d9d18ded9ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:11.489330 [ 253 ] {c151cb5a-93f0-41a1-b402-8d9d18ded9ff} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.19 07:59:11.489528 [ 253 ] {c151cb5a-93f0-41a1-b402-8d9d18ded9ff} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:11.489710 [ 124 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 2026.03.19 07:59:11.489722 [ 253 ] {c151cb5a-93f0-41a1-b402-8d9d18ded9ff} executeQuery: Read 15 rows, 1.13 KiB in 0.001259 sec., 11914.217633042097 rows/sec., 895.89 KiB/sec. 2026.03.19 07:59:11.489782 [ 124 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:11.489787 [ 253 ] {c151cb5a-93f0-41a1-b402-8d9d18ded9ff} TCPHandler: Processed in 0.001449573 sec. 2026.03.19 07:59:11.489812 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:11.489939 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:11.489955 [ 194 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_50_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full 2026.03.19 07:59:11.490038 [ 253 ] {b7235d42-def0-4cb7-8481-92d6fb2195b5} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:59:11.490082 [ 253 ] {b7235d42-def0-4cb7-8481-92d6fb2195b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:59:11.490112 [ 194 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_50_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:11.490155 [ 194 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 223 rows starting from the beginning of the part 2026.03.19 07:59:11.490232 [ 194 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part 2026.03.19 07:59:11.490283 [ 194 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 25 rows starting from the beginning of the part 2026.03.19 07:59:11.490329 [ 194 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 15 rows starting from the beginning of the part 2026.03.19 07:59:11.490374 [ 194 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 37 rows starting from the beginning of the part 2026.03.19 07:59:11.490425 [ 194 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 15 rows starting from the beginning of the part 2026.03.19 07:59:11.490537 [ 253 ] {b7235d42-def0-4cb7-8481-92d6fb2195b5} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:11.490578 [ 253 ] {b7235d42-def0-4cb7-8481-92d6fb2195b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:11.490929 [ 253 ] {b7235d42-def0-4cb7-8481-92d6fb2195b5} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.19 07:59:11.491172 [ 253 ] {b7235d42-def0-4cb7-8481-92d6fb2195b5} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:11.491302 [ 253 ] {b7235d42-def0-4cb7-8481-92d6fb2195b5} executeQuery: Read 79 rows, 6.32 KiB in 0.001283 sec., 61574.43491816056 rows/sec., 4.81 MiB/sec. 2026.03.19 07:59:11.491339 [ 253 ] {b7235d42-def0-4cb7-8481-92d6fb2195b5} TCPHandler: Processed in 0.001447993 sec. 2026.03.19 07:59:11.491365 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_50_10} MergeTask::MergeProjectionsStage: Merge sorted 355 rows, containing 5 columns (5 merged, 0 gathered) in 0.001469523 sec., 241574.98725777006 rows/sec., 17.19 MiB/sec. 2026.03.19 07:59:11.491458 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:11.491505 [ 194 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_50_10} MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) 2026.03.19 07:59:11.491557 [ 253 ] {cb40602a-835d-4ca5-b468-d2eda1c80f8c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:11.491607 [ 253 ] {cb40602a-835d-4ca5-b468-d2eda1c80f8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:59:11.491759 [ 194 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_50_10} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:11.491832 [ 194 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_50_10} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 2026.03.19 07:59:11.491899 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.19 07:59:11.492057 [ 253 ] {cb40602a-835d-4ca5-b468-d2eda1c80f8c} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:11.492099 [ 253 ] {cb40602a-835d-4ca5-b468-d2eda1c80f8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:11.492437 [ 253 ] {cb40602a-835d-4ca5-b468-d2eda1c80f8c} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.19 07:59:11.492647 [ 253 ] {cb40602a-835d-4ca5-b468-d2eda1c80f8c} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:11.492779 [ 253 ] {cb40602a-835d-4ca5-b468-d2eda1c80f8c} executeQuery: Read 160 rows, 11.41 KiB in 0.00124 sec., 129032.25806451614 rows/sec., 8.99 MiB/sec. 2026.03.19 07:59:11.492816 [ 253 ] {cb40602a-835d-4ca5-b468-d2eda1c80f8c} TCPHandler: Processed in 0.001409322 sec. 2026.03.19 07:59:11.492930 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:11.493024 [ 253 ] {a89bf454-0a0f-4576-a29a-9dfdea51017f} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:11.493078 [ 253 ] {a89bf454-0a0f-4576-a29a-9dfdea51017f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:59:11.493873 [ 253 ] {a89bf454-0a0f-4576-a29a-9dfdea51017f} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:11.493908 [ 253 ] {a89bf454-0a0f-4576-a29a-9dfdea51017f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:11.494402 [ 253 ] {a89bf454-0a0f-4576-a29a-9dfdea51017f} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.19 07:59:11.494686 [ 253 ] {a89bf454-0a0f-4576-a29a-9dfdea51017f} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:11.494823 [ 253 ] {a89bf454-0a0f-4576-a29a-9dfdea51017f} executeQuery: Read 15 rows, 27.52 KiB in 0.001816 sec., 8259.911894273127 rows/sec., 14.80 MiB/sec. 2026.03.19 07:59:11.494875 [ 253 ] {a89bf454-0a0f-4576-a29a-9dfdea51017f} TCPHandler: Processed in 0.001991272 sec. 2026.03.19 07:59:11.494989 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:11.495082 [ 253 ] {81c09930-0343-4365-aca3-41aea2d606db} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:59:11.495123 [ 253 ] {81c09930-0343-4365-aca3-41aea2d606db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:59:11.495469 [ 253 ] {81c09930-0343-4365-aca3-41aea2d606db} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:11.495505 [ 253 ] {81c09930-0343-4365-aca3-41aea2d606db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:11.495806 [ 253 ] {81c09930-0343-4365-aca3-41aea2d606db} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.19 07:59:11.496020 [ 253 ] {81c09930-0343-4365-aca3-41aea2d606db} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:11.496146 [ 253 ] {81c09930-0343-4365-aca3-41aea2d606db} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2026.03.19 07:59:11.496182 [ 253 ] {81c09930-0343-4365-aca3-41aea2d606db} TCPHandler: Processed in 0.00124079 sec. 2026.03.19 07:59:12.045170 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.03.19 07:59:12.061226 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:12.061277 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:12.067230 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 07:59:12.067927 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:12.070712 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.03.19 07:59:16.122398 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1066 2026.03.19 07:59:16.125139 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:16.125195 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:16.126389 [ 242 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 07:59:16.126666 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:16.127018 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1066 2026.03.19 07:59:16.487434 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:16.487620 [ 253 ] {aab31db7-e15d-44ce-aac0-c7b8d4491ccb} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:59:16.487688 [ 253 ] {aab31db7-e15d-44ce-aac0-c7b8d4491ccb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:59:16.488379 [ 253 ] {aab31db7-e15d-44ce-aac0-c7b8d4491ccb} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:16.488424 [ 253 ] {aab31db7-e15d-44ce-aac0-c7b8d4491ccb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:16.488837 [ 253 ] {aab31db7-e15d-44ce-aac0-c7b8d4491ccb} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.19 07:59:16.489076 [ 253 ] {aab31db7-e15d-44ce-aac0-c7b8d4491ccb} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:16.489232 [ 253 ] {aab31db7-e15d-44ce-aac0-c7b8d4491ccb} executeQuery: Read 106 rows, 9.11 KiB in 0.001663 sec., 63740.228502705955 rows/sec., 5.35 MiB/sec. 2026.03.19 07:59:16.489276 [ 253 ] {aab31db7-e15d-44ce-aac0-c7b8d4491ccb} TCPHandler: Processed in 0.001972801 sec. 2026.03.19 07:59:16.489405 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:16.489501 [ 253 ] {eadfcb4d-b345-4b53-8966-a8adceecc124} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:59:16.489541 [ 253 ] {eadfcb4d-b345-4b53-8966-a8adceecc124} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:59:16.489952 [ 253 ] {eadfcb4d-b345-4b53-8966-a8adceecc124} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:16.489988 [ 253 ] {eadfcb4d-b345-4b53-8966-a8adceecc124} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:16.490295 [ 253 ] {eadfcb4d-b345-4b53-8966-a8adceecc124} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.19 07:59:16.490518 [ 253 ] {eadfcb4d-b345-4b53-8966-a8adceecc124} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:16.490654 [ 253 ] {eadfcb4d-b345-4b53-8966-a8adceecc124} executeQuery: Read 25 rows, 1.88 KiB in 0.001172 sec., 21331.058020477813 rows/sec., 1.57 MiB/sec. 2026.03.19 07:59:16.490693 [ 253 ] {eadfcb4d-b345-4b53-8966-a8adceecc124} TCPHandler: Processed in 0.001338761 sec. 2026.03.19 07:59:16.490795 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:16.490891 [ 253 ] {2ac46bb2-0c31-460c-ab8f-eb9c5a6ea10f} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:59:16.490931 [ 253 ] {2ac46bb2-0c31-460c-ab8f-eb9c5a6ea10f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:59:16.491348 [ 253 ] {2ac46bb2-0c31-460c-ab8f-eb9c5a6ea10f} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:16.491384 [ 253 ] {2ac46bb2-0c31-460c-ab8f-eb9c5a6ea10f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:16.491700 [ 253 ] {2ac46bb2-0c31-460c-ab8f-eb9c5a6ea10f} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.19 07:59:16.491919 [ 253 ] {2ac46bb2-0c31-460c-ab8f-eb9c5a6ea10f} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:16.492047 [ 253 ] {2ac46bb2-0c31-460c-ab8f-eb9c5a6ea10f} executeQuery: Read 89 rows, 7.12 KiB in 0.001174 sec., 75809.199318569 rows/sec., 5.92 MiB/sec. 2026.03.19 07:59:16.492085 [ 253 ] {2ac46bb2-0c31-460c-ab8f-eb9c5a6ea10f} TCPHandler: Processed in 0.001338091 sec. 2026.03.19 07:59:16.492196 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:16.492291 [ 253 ] {e3c714ef-998b-4f2a-a6cf-4e274ac8ebec} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:16.492333 [ 253 ] {e3c714ef-998b-4f2a-a6cf-4e274ac8ebec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:59:16.492737 [ 253 ] {e3c714ef-998b-4f2a-a6cf-4e274ac8ebec} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:16.492772 [ 253 ] {e3c714ef-998b-4f2a-a6cf-4e274ac8ebec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:16.493121 [ 253 ] {e3c714ef-998b-4f2a-a6cf-4e274ac8ebec} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.19 07:59:16.493341 [ 253 ] {e3c714ef-998b-4f2a-a6cf-4e274ac8ebec} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:16.493469 [ 253 ] {e3c714ef-998b-4f2a-a6cf-4e274ac8ebec} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2026.03.19 07:59:16.493506 [ 253 ] {e3c714ef-998b-4f2a-a6cf-4e274ac8ebec} TCPHandler: Processed in 0.001359752 sec. 2026.03.19 07:59:16.493620 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:16.493714 [ 253 ] {2752305e-4e14-42e9-ad70-46ee0d059c71} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:16.493768 [ 253 ] {2752305e-4e14-42e9-ad70-46ee0d059c71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:59:16.494582 [ 253 ] {2752305e-4e14-42e9-ad70-46ee0d059c71} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:16.494617 [ 253 ] {2752305e-4e14-42e9-ad70-46ee0d059c71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:16.495158 [ 253 ] {2752305e-4e14-42e9-ad70-46ee0d059c71} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.19 07:59:16.495388 [ 253 ] {2752305e-4e14-42e9-ad70-46ee0d059c71} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:16.495525 [ 253 ] {2752305e-4e14-42e9-ad70-46ee0d059c71} executeQuery: Read 25 rows, 45.87 KiB in 0.00183 sec., 13661.20218579235 rows/sec., 24.48 MiB/sec. 2026.03.19 07:59:16.495579 [ 253 ] {2752305e-4e14-42e9-ad70-46ee0d059c71} TCPHandler: Processed in 0.002008072 sec. 2026.03.19 07:59:16.495688 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:16.495783 [ 253 ] {85313412-b7ca-4b0e-bfa5-d758dbf2e30f} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:59:16.495825 [ 253 ] {85313412-b7ca-4b0e-bfa5-d758dbf2e30f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:59:16.496155 [ 253 ] {85313412-b7ca-4b0e-bfa5-d758dbf2e30f} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:16.496190 [ 253 ] {85313412-b7ca-4b0e-bfa5-d758dbf2e30f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:16.496498 [ 253 ] {85313412-b7ca-4b0e-bfa5-d758dbf2e30f} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.19 07:59:16.496712 [ 253 ] {85313412-b7ca-4b0e-bfa5-d758dbf2e30f} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:16.496839 [ 253 ] {85313412-b7ca-4b0e-bfa5-d758dbf2e30f} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2026.03.19 07:59:16.496876 [ 253 ] {85313412-b7ca-4b0e-bfa5-d758dbf2e30f} TCPHandler: Processed in 0.001238019 sec. 2026.03.19 07:59:16.761207 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:16.761407 [ 253 ] {eb8da5b0-76dd-4cf6-8843-45c27ecd6690} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:59:16.761493 [ 253 ] {eb8da5b0-76dd-4cf6-8843-45c27ecd6690} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:59:16.763280 [ 253 ] {eb8da5b0-76dd-4cf6-8843-45c27ecd6690} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:16.763318 [ 253 ] {eb8da5b0-76dd-4cf6-8843-45c27ecd6690} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:16.763744 [ 253 ] {eb8da5b0-76dd-4cf6-8843-45c27ecd6690} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.19 07:59:16.763961 [ 253 ] {eb8da5b0-76dd-4cf6-8843-45c27ecd6690} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:16.764092 [ 253 ] {eb8da5b0-76dd-4cf6-8843-45c27ecd6690} executeQuery: Read 1966 rows, 152.10 KiB in 0.00273 sec., 720146.5201465202 rows/sec., 54.41 MiB/sec. 2026.03.19 07:59:16.764129 [ 253 ] {eb8da5b0-76dd-4cf6-8843-45c27ecd6690} TCPHandler: Processed in 0.003033129 sec. 2026.03.19 07:59:16.764249 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:16.764342 [ 253 ] {eee857d7-14f5-4a09-9383-ab7c0b13422f} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:59:16.764379 [ 253 ] {eee857d7-14f5-4a09-9383-ab7c0b13422f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:59:16.764797 [ 253 ] {eee857d7-14f5-4a09-9383-ab7c0b13422f} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:16.764832 [ 253 ] {eee857d7-14f5-4a09-9383-ab7c0b13422f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:16.765115 [ 253 ] {eee857d7-14f5-4a09-9383-ab7c0b13422f} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.19 07:59:16.765324 [ 253 ] {eee857d7-14f5-4a09-9383-ab7c0b13422f} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:16.765448 [ 253 ] {eee857d7-14f5-4a09-9383-ab7c0b13422f} executeQuery: Read 24 rows, 1.80 KiB in 0.001124 sec., 21352.313167259785 rows/sec., 1.57 MiB/sec. 2026.03.19 07:59:16.765483 [ 253 ] {eee857d7-14f5-4a09-9383-ab7c0b13422f} TCPHandler: Processed in 0.00128212 sec. 2026.03.19 07:59:16.765592 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:16.765683 [ 253 ] {5c8e3211-00e3-420f-9ece-9c0e9285986e} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:59:16.765721 [ 253 ] {5c8e3211-00e3-420f-9ece-9c0e9285986e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:59:16.766417 [ 253 ] {5c8e3211-00e3-420f-9ece-9c0e9285986e} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:16.766455 [ 253 ] {5c8e3211-00e3-420f-9ece-9c0e9285986e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:16.766781 [ 253 ] {5c8e3211-00e3-420f-9ece-9c0e9285986e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 07:59:16.766996 [ 253 ] {5c8e3211-00e3-420f-9ece-9c0e9285986e} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:16.767120 [ 253 ] {5c8e3211-00e3-420f-9ece-9c0e9285986e} executeQuery: Read 708 rows, 42.29 KiB in 0.001454 sec., 486932.59972489683 rows/sec., 28.41 MiB/sec. 2026.03.19 07:59:16.767156 [ 253 ] {5c8e3211-00e3-420f-9ece-9c0e9285986e} TCPHandler: Processed in 0.001611786 sec. 2026.03.19 07:59:16.767269 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:16.767362 [ 253 ] {898c2257-0de9-4803-b9f5-0c65a9cae7d5} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 07:59:16.767402 [ 253 ] {898c2257-0de9-4803-b9f5-0c65a9cae7d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 07:59:16.767785 [ 253 ] {898c2257-0de9-4803-b9f5-0c65a9cae7d5} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:16.767820 [ 253 ] {898c2257-0de9-4803-b9f5-0c65a9cae7d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:16.768096 [ 253 ] {898c2257-0de9-4803-b9f5-0c65a9cae7d5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 07:59:16.768309 [ 253 ] {898c2257-0de9-4803-b9f5-0c65a9cae7d5} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:16.768432 [ 253 ] {898c2257-0de9-4803-b9f5-0c65a9cae7d5} executeQuery: Read 1 rows, 72.00 B in 0.001088 sec., 919.1176470588235 rows/sec., 64.63 KiB/sec. 2026.03.19 07:59:16.768469 [ 253 ] {898c2257-0de9-4803-b9f5-0c65a9cae7d5} TCPHandler: Processed in 0.001248099 sec. 2026.03.19 07:59:16.768575 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:16.768671 [ 253 ] {eacd4a47-d079-406b-b90f-bdc76ecd22a7} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:59:16.768708 [ 253 ] {eacd4a47-d079-406b-b90f-bdc76ecd22a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:59:16.769537 [ 253 ] {eacd4a47-d079-406b-b90f-bdc76ecd22a7} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:16.769571 [ 253 ] {eacd4a47-d079-406b-b90f-bdc76ecd22a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:16.769903 [ 253 ] {eacd4a47-d079-406b-b90f-bdc76ecd22a7} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.19 07:59:16.770115 [ 253 ] {eacd4a47-d079-406b-b90f-bdc76ecd22a7} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:16.770237 [ 253 ] {eacd4a47-d079-406b-b90f-bdc76ecd22a7} executeQuery: Read 1024 rows, 72.26 KiB in 0.001583 sec., 646873.0259001895 rows/sec., 44.58 MiB/sec. 2026.03.19 07:59:16.770273 [ 253 ] {eacd4a47-d079-406b-b90f-bdc76ecd22a7} TCPHandler: Processed in 0.001746128 sec. 2026.03.19 07:59:16.770384 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:16.770475 [ 253 ] {8e345cff-d42c-4e60-8371-f7a6c59c32f5} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:16.770514 [ 253 ] {8e345cff-d42c-4e60-8371-f7a6c59c32f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:59:16.771243 [ 253 ] {8e345cff-d42c-4e60-8371-f7a6c59c32f5} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:16.771278 [ 253 ] {8e345cff-d42c-4e60-8371-f7a6c59c32f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:16.771657 [ 253 ] {8e345cff-d42c-4e60-8371-f7a6c59c32f5} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.19 07:59:16.771867 [ 253 ] {8e345cff-d42c-4e60-8371-f7a6c59c32f5} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:16.771994 [ 253 ] {8e345cff-d42c-4e60-8371-f7a6c59c32f5} executeQuery: Read 1217 rows, 77.92 KiB in 0.001537 sec., 791802.2121014964 rows/sec., 49.51 MiB/sec. 2026.03.19 07:59:16.772030 [ 253 ] {8e345cff-d42c-4e60-8371-f7a6c59c32f5} TCPHandler: Processed in 0.001693807 sec. 2026.03.19 07:59:16.772140 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:16.772233 [ 253 ] {f74f8e0b-334f-472c-8434-0d244033e9f6} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:16.772281 [ 253 ] {f74f8e0b-334f-472c-8434-0d244033e9f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:59:16.773033 [ 253 ] {f74f8e0b-334f-472c-8434-0d244033e9f6} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:16.773068 [ 253 ] {f74f8e0b-334f-472c-8434-0d244033e9f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:16.773586 [ 253 ] {f74f8e0b-334f-472c-8434-0d244033e9f6} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.19 07:59:16.773814 [ 253 ] {f74f8e0b-334f-472c-8434-0d244033e9f6} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:16.773955 [ 253 ] {f74f8e0b-334f-472c-8434-0d244033e9f6} executeQuery: Read 24 rows, 44.04 KiB in 0.00174 sec., 13793.103448275862 rows/sec., 24.72 MiB/sec. 2026.03.19 07:59:16.773963 [ 119 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.19 07:59:16.774006 [ 253 ] {f74f8e0b-334f-472c-8434-0d244033e9f6} TCPHandler: Processed in 0.00191372 sec. 2026.03.19 07:59:16.774067 [ 119 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:16.774111 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:16.774163 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:16.774232 [ 191 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.19 07:59:16.774293 [ 253 ] {fea68787-6e76-4a4e-927f-fe698654abb1} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:59:16.774348 [ 253 ] {fea68787-6e76-4a4e-927f-fe698654abb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:59:16.774443 [ 191 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:16.774490 [ 191 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 924 rows starting from the beginning of the part 2026.03.19 07:59:16.774601 [ 191 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 15 rows starting from the beginning of the part 2026.03.19 07:59:16.774694 [ 191 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 25 rows starting from the beginning of the part 2026.03.19 07:59:16.774705 [ 253 ] {fea68787-6e76-4a4e-927f-fe698654abb1} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:16.774741 [ 253 ] {fea68787-6e76-4a4e-927f-fe698654abb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:16.774780 [ 191 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 15 rows starting from the beginning of the part 2026.03.19 07:59:16.774869 [ 191 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 25 rows starting from the beginning of the part 2026.03.19 07:59:16.774954 [ 191 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 24 rows starting from the beginning of the part 2026.03.19 07:59:16.775069 [ 253 ] {fea68787-6e76-4a4e-927f-fe698654abb1} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.19 07:59:16.775290 [ 253 ] {fea68787-6e76-4a4e-927f-fe698654abb1} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:16.775421 [ 253 ] {fea68787-6e76-4a4e-927f-fe698654abb1} executeQuery: Read 12 rows, 848.00 B in 0.001153 sec., 10407.632263660018 rows/sec., 718.24 KiB/sec. 2026.03.19 07:59:16.775458 [ 253 ] {fea68787-6e76-4a4e-927f-fe698654abb1} TCPHandler: Processed in 0.001358931 sec. 2026.03.19 07:59:16.779709 [ 194 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1028 rows, containing 19 columns (19 merged, 0 gathered) in 0.005512478 sec., 186486.0050235121 rows/sec., 334.17 MiB/sec. 2026.03.19 07:59:16.781449 [ 200 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.19 07:59:16.781845 [ 200 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_51_10} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:16.781936 [ 200 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_51_10} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.19 07:59:16.782115 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.32 MiB. 2026.03.19 07:59:17.000380 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 296.19 MiB, peak 304.47 MiB, free memory in arenas 0.00 B, will set to 297.38 MiB (RSS), difference: 1.19 MiB 2026.03.19 07:59:18.573556 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18584 2026.03.19 07:59:18.574067 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:18.574104 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:18.574592 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.19 07:59:18.574833 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:18.574956 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18584 2026.03.19 07:59:19.570887 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2026.03.19 07:59:19.587491 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:19.587543 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:19.593642 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.19 07:59:19.594323 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:19.597046 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2026.03.19 07:59:21.485632 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:21.485853 [ 253 ] {a9b785aa-77da-449b-9fe0-caae9e47cbd3} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:59:21.485928 [ 253 ] {a9b785aa-77da-449b-9fe0-caae9e47cbd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:59:21.486663 [ 253 ] {a9b785aa-77da-449b-9fe0-caae9e47cbd3} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:21.486705 [ 253 ] {a9b785aa-77da-449b-9fe0-caae9e47cbd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:21.487113 [ 253 ] {a9b785aa-77da-449b-9fe0-caae9e47cbd3} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.19 07:59:21.487344 [ 253 ] {a9b785aa-77da-449b-9fe0-caae9e47cbd3} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:21.487508 [ 253 ] {a9b785aa-77da-449b-9fe0-caae9e47cbd3} executeQuery: Read 56 rows, 4.41 KiB in 0.001714 sec., 32672.112018669777 rows/sec., 2.51 MiB/sec. 2026.03.19 07:59:21.487551 [ 253 ] {a9b785aa-77da-449b-9fe0-caae9e47cbd3} TCPHandler: Processed in 0.002056753 sec. 2026.03.19 07:59:21.487670 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:21.487765 [ 253 ] {6b8f95ca-9577-4af4-9e67-c352567ad905} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:59:21.487805 [ 253 ] {6b8f95ca-9577-4af4-9e67-c352567ad905} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:59:21.488229 [ 253 ] {6b8f95ca-9577-4af4-9e67-c352567ad905} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:21.488265 [ 253 ] {6b8f95ca-9577-4af4-9e67-c352567ad905} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:21.488576 [ 253 ] {6b8f95ca-9577-4af4-9e67-c352567ad905} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.19 07:59:21.489433 [ 253 ] {6b8f95ca-9577-4af4-9e67-c352567ad905} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:21.489572 [ 253 ] {6b8f95ca-9577-4af4-9e67-c352567ad905} executeQuery: Read 64 rows, 5.12 KiB in 0.001827 sec., 35030.10399562123 rows/sec., 2.73 MiB/sec. 2026.03.19 07:59:21.489612 [ 253 ] {6b8f95ca-9577-4af4-9e67-c352567ad905} TCPHandler: Processed in 0.001993681 sec. 2026.03.19 07:59:21.489745 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:21.489841 [ 253 ] {dc017841-94db-4845-a9dd-f742c203d679} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:21.489885 [ 253 ] {dc017841-94db-4845-a9dd-f742c203d679} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:59:21.490298 [ 253 ] {dc017841-94db-4845-a9dd-f742c203d679} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:21.490334 [ 253 ] {dc017841-94db-4845-a9dd-f742c203d679} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:21.490656 [ 253 ] {dc017841-94db-4845-a9dd-f742c203d679} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.19 07:59:21.490869 [ 253 ] {dc017841-94db-4845-a9dd-f742c203d679} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:21.491005 [ 253 ] {dc017841-94db-4845-a9dd-f742c203d679} executeQuery: Read 128 rows, 9.13 KiB in 0.001183 sec., 108199.49281487743 rows/sec., 7.54 MiB/sec. 2026.03.19 07:59:21.491042 [ 253 ] {dc017841-94db-4845-a9dd-f742c203d679} TCPHandler: Processed in 0.001347581 sec. 2026.03.19 07:59:21.491155 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:21.491252 [ 253 ] {0c8bed70-1a08-4557-acb4-31dfea3c522f} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:59:21.491294 [ 253 ] {0c8bed70-1a08-4557-acb4-31dfea3c522f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:59:21.491622 [ 253 ] {0c8bed70-1a08-4557-acb4-31dfea3c522f} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:21.491658 [ 253 ] {0c8bed70-1a08-4557-acb4-31dfea3c522f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:21.491955 [ 253 ] {0c8bed70-1a08-4557-acb4-31dfea3c522f} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.19 07:59:21.492155 [ 253 ] {0c8bed70-1a08-4557-acb4-31dfea3c522f} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:21.492302 [ 253 ] {0c8bed70-1a08-4557-acb4-31dfea3c522f} executeQuery: Read 48 rows, 3.31 KiB in 0.001069 sec., 44901.77736202058 rows/sec., 3.03 MiB/sec. 2026.03.19 07:59:21.492338 [ 253 ] {0c8bed70-1a08-4557-acb4-31dfea3c522f} TCPHandler: Processed in 0.00123333 sec. 2026.03.19 07:59:25.963819 [ 110 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:59:25.963888 [ 110 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:59:26.075028 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19096 2026.03.19 07:59:26.075614 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:26.075664 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:26.076170 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.19 07:59:26.076406 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:26.076534 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19096 2026.03.19 07:59:26.128142 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1102 2026.03.19 07:59:26.130560 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:26.130620 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:26.131844 [ 242 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 07:59:26.132123 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:26.132479 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1102 2026.03.19 07:59:26.486861 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:26.487035 [ 253 ] {acc1ec0f-6358-40f0-b2c8-e182573c9a90} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:59:26.487100 [ 253 ] {acc1ec0f-6358-40f0-b2c8-e182573c9a90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:59:26.487755 [ 253 ] {acc1ec0f-6358-40f0-b2c8-e182573c9a90} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:26.487794 [ 253 ] {acc1ec0f-6358-40f0-b2c8-e182573c9a90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:26.488196 [ 253 ] {acc1ec0f-6358-40f0-b2c8-e182573c9a90} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.19 07:59:26.488415 [ 253 ] {acc1ec0f-6358-40f0-b2c8-e182573c9a90} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:26.488569 [ 253 ] {acc1ec0f-6358-40f0-b2c8-e182573c9a90} executeQuery: Read 106 rows, 9.11 KiB in 0.001582 sec., 67003.79266750948 rows/sec., 5.63 MiB/sec. 2026.03.19 07:59:26.488565 [ 107 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.19 07:59:26.488613 [ 253 ] {acc1ec0f-6358-40f0-b2c8-e182573c9a90} TCPHandler: Processed in 0.001878719 sec. 2026.03.19 07:59:26.488645 [ 107 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:26.488671 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:26.488759 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:26.488780 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.03.19 07:59:26.488859 [ 253 ] {332c8e24-e51d-4d48-b7da-624c799e3d5e} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:59:26.488901 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:26.488905 [ 253 ] {332c8e24-e51d-4d48-b7da-624c799e3d5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:59:26.488942 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2887 rows starting from the beginning of the part 2026.03.19 07:59:26.489014 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 86 rows starting from the beginning of the part 2026.03.19 07:59:26.489057 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 106 rows starting from the beginning of the part 2026.03.19 07:59:26.489099 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1966 rows starting from the beginning of the part 2026.03.19 07:59:26.489136 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part 2026.03.19 07:59:26.489177 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 106 rows starting from the beginning of the part 2026.03.19 07:59:26.489358 [ 253 ] {332c8e24-e51d-4d48-b7da-624c799e3d5e} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:26.489399 [ 253 ] {332c8e24-e51d-4d48-b7da-624c799e3d5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:26.489709 [ 253 ] {332c8e24-e51d-4d48-b7da-624c799e3d5e} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.19 07:59:26.489937 [ 253 ] {332c8e24-e51d-4d48-b7da-624c799e3d5e} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:26.490073 [ 253 ] {332c8e24-e51d-4d48-b7da-624c799e3d5e} executeQuery: Read 25 rows, 1.88 KiB in 0.001233 sec., 20275.750202757503 rows/sec., 1.49 MiB/sec. 2026.03.19 07:59:26.490111 [ 253 ] {332c8e24-e51d-4d48-b7da-624c799e3d5e} TCPHandler: Processed in 0.001401942 sec. 2026.03.19 07:59:26.490227 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:26.490322 [ 253 ] {7ce9c974-080b-4b48-bff8-0b540dfef708} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:59:26.490363 [ 253 ] {7ce9c974-080b-4b48-bff8-0b540dfef708} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:59:26.490795 [ 253 ] {7ce9c974-080b-4b48-bff8-0b540dfef708} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:26.490829 [ 253 ] {7ce9c974-080b-4b48-bff8-0b540dfef708} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:26.491137 [ 253 ] {7ce9c974-080b-4b48-bff8-0b540dfef708} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.19 07:59:26.491157 [ 195 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 5207 rows, containing 5 columns (5 merged, 0 gathered) in 0.002424768 sec., 2147421.9389236416 rows/sec., 173.40 MiB/sec. 2026.03.19 07:59:26.491351 [ 253 ] {7ce9c974-080b-4b48-bff8-0b540dfef708} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:26.491467 [ 190 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.19 07:59:26.491471 [ 107 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.19 07:59:26.491485 [ 253 ] {7ce9c974-080b-4b48-bff8-0b540dfef708} executeQuery: Read 89 rows, 7.12 KiB in 0.001181 sec., 75359.86452159187 rows/sec., 5.89 MiB/sec. 2026.03.19 07:59:26.491528 [ 107 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:26.491548 [ 253 ] {7ce9c974-080b-4b48-bff8-0b540dfef708} TCPHandler: Processed in 0.001370742 sec. 2026.03.19 07:59:26.491559 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:26.491650 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.03.19 07:59:26.491674 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:26.491750 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:26.491769 [ 253 ] {4ea134a6-24ee-4a91-b12d-da3a23b6dcb4} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:26.491779 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1549 rows starting from the beginning of the part 2026.03.19 07:59:26.491773 [ 190 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_66_13} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:26.491814 [ 253 ] {4ea134a6-24ee-4a91-b12d-da3a23b6dcb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:59:26.491841 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 79 rows starting from the beginning of the part 2026.03.19 07:59:26.491874 [ 190 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_66_13} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.19 07:59:26.491887 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 89 rows starting from the beginning of the part 2026.03.19 07:59:26.491932 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1024 rows starting from the beginning of the part 2026.03.19 07:59:26.491968 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part 2026.03.19 07:59:26.491972 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.03.19 07:59:26.492006 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 89 rows starting from the beginning of the part 2026.03.19 07:59:26.492231 [ 253 ] {4ea134a6-24ee-4a91-b12d-da3a23b6dcb4} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:26.492265 [ 253 ] {4ea134a6-24ee-4a91-b12d-da3a23b6dcb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:26.492597 [ 253 ] {4ea134a6-24ee-4a91-b12d-da3a23b6dcb4} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.19 07:59:26.492817 [ 253 ] {4ea134a6-24ee-4a91-b12d-da3a23b6dcb4} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:26.492934 [ 107 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.19 07:59:26.492951 [ 253 ] {4ea134a6-24ee-4a91-b12d-da3a23b6dcb4} executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. 2026.03.19 07:59:26.492967 [ 107 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:26.492992 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:26.492995 [ 253 ] {4ea134a6-24ee-4a91-b12d-da3a23b6dcb4} TCPHandler: Processed in 0.001371782 sec. 2026.03.19 07:59:26.493068 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.03.19 07:59:26.493114 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:26.493156 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:26.493176 [ 199 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2894 rows, containing 5 columns (5 merged, 0 gathered) in 0.001562815 sec., 1851786.6798053512 rows/sec., 137.41 MiB/sec. 2026.03.19 07:59:26.493183 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 20178 rows starting from the beginning of the part 2026.03.19 07:59:26.493209 [ 253 ] {d7dcfe68-a502-4e16-8c7e-21157d5739a7} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:26.493243 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part 2026.03.19 07:59:26.493263 [ 253 ] {d7dcfe68-a502-4e16-8c7e-21157d5739a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:59:26.493286 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part 2026.03.19 07:59:26.493325 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1217 rows starting from the beginning of the part 2026.03.19 07:59:26.493365 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 128 rows starting from the beginning of the part 2026.03.19 07:59:26.493391 [ 192 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.19 07:59:26.493403 [ 195 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part 2026.03.19 07:59:26.493727 [ 192 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_66_13} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:26.493810 [ 192 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_66_13} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.19 07:59:26.493910 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.03.19 07:59:26.494084 [ 253 ] {d7dcfe68-a502-4e16-8c7e-21157d5739a7} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:26.494125 [ 253 ] {d7dcfe68-a502-4e16-8c7e-21157d5739a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:26.494817 [ 253 ] {d7dcfe68-a502-4e16-8c7e-21157d5739a7} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.19 07:59:26.495047 [ 253 ] {d7dcfe68-a502-4e16-8c7e-21157d5739a7} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:26.495192 [ 253 ] {d7dcfe68-a502-4e16-8c7e-21157d5739a7} executeQuery: Read 25 rows, 45.87 KiB in 0.002001 sec., 12493.75312343828 rows/sec., 22.39 MiB/sec. 2026.03.19 07:59:26.495249 [ 253 ] {d7dcfe68-a502-4e16-8c7e-21157d5739a7} TCPHandler: Processed in 0.002185005 sec. 2026.03.19 07:59:26.495361 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:26.495456 [ 253 ] {e10d825c-cf61-404b-be98-80e9542581ec} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:59:26.495498 [ 253 ] {e10d825c-cf61-404b-be98-80e9542581ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:59:26.495845 [ 253 ] {e10d825c-cf61-404b-be98-80e9542581ec} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:26.495881 [ 253 ] {e10d825c-cf61-404b-be98-80e9542581ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:26.496289 [ 253 ] {e10d825c-cf61-404b-be98-80e9542581ec} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.19 07:59:26.496505 [ 253 ] {e10d825c-cf61-404b-be98-80e9542581ec} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:26.496618 [ 107 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.19 07:59:26.496639 [ 253 ] {e10d825c-cf61-404b-be98-80e9542581ec} executeQuery: Read 60 rows, 4.14 KiB in 0.001202 sec., 49916.80532445924 rows/sec., 3.36 MiB/sec. 2026.03.19 07:59:26.496656 [ 107 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:26.496681 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:26.496683 [ 253 ] {e10d825c-cf61-404b-be98-80e9542581ec} TCPHandler: Processed in 0.001372112 sec. 2026.03.19 07:59:26.496790 [ 193 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.03.19 07:59:26.496930 [ 193 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:26.496963 [ 193 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3240 rows starting from the beginning of the part 2026.03.19 07:59:26.497022 [ 193 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part 2026.03.19 07:59:26.497065 [ 193 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part 2026.03.19 07:59:26.497105 [ 193 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 12 rows starting from the beginning of the part 2026.03.19 07:59:26.497145 [ 193 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 48 rows starting from the beginning of the part 2026.03.19 07:59:26.497182 [ 193 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part 2026.03.19 07:59:26.498577 [ 192 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3480 rows, containing 4 columns (4 merged, 0 gathered) in 0.00183631 sec., 1895104.8570230517 rows/sec., 126.77 MiB/sec. 2026.03.19 07:59:26.498828 [ 193 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.19 07:59:26.499073 [ 193 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_66_13} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:26.499142 [ 193 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_66_13} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.19 07:59:26.499141 [ 196 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 22003 rows, containing 5 columns (5 merged, 0 gathered) in 0.006102957 sec., 3605301.4956520256 rows/sec., 237.03 MiB/sec. 2026.03.19 07:59:26.499217 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.03.19 07:59:26.499562 [ 196 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.19 07:59:26.499838 [ 196 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_66_13} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:26.499907 [ 196 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_66_13} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.19 07:59:26.499983 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.03.19 07:59:27.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 297.95 MiB, peak 308.44 MiB, free memory in arenas 0.00 B, will set to 298.97 MiB (RSS), difference: 1.02 MiB 2026.03.19 07:59:27.097117 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2026.03.19 07:59:27.114069 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:27.114125 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:27.120163 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.19 07:59:27.120858 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:27.123747 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2026.03.19 07:59:31.487141 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:31.487452 [ 253 ] {280fabae-d1fb-4a57-a2ac-86d45d3cdd9e} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:59:31.487559 [ 253 ] {280fabae-d1fb-4a57-a2ac-86d45d3cdd9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:59:31.488338 [ 253 ] {280fabae-d1fb-4a57-a2ac-86d45d3cdd9e} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:31.488377 [ 253 ] {280fabae-d1fb-4a57-a2ac-86d45d3cdd9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:31.488794 [ 253 ] {280fabae-d1fb-4a57-a2ac-86d45d3cdd9e} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.19 07:59:31.489036 [ 253 ] {280fabae-d1fb-4a57-a2ac-86d45d3cdd9e} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:31.489196 [ 253 ] {280fabae-d1fb-4a57-a2ac-86d45d3cdd9e} executeQuery: Read 86 rows, 7.39 KiB in 0.001823 sec., 47174.9862863412 rows/sec., 3.96 MiB/sec. 2026.03.19 07:59:31.489238 [ 253 ] {280fabae-d1fb-4a57-a2ac-86d45d3cdd9e} TCPHandler: Processed in 0.002284876 sec. 2026.03.19 07:59:31.489377 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:31.489473 [ 253 ] {be26801d-af89-4d7c-9543-929031a04435} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:59:31.489514 [ 253 ] {be26801d-af89-4d7c-9543-929031a04435} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:59:31.489949 [ 253 ] {be26801d-af89-4d7c-9543-929031a04435} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:31.489982 [ 253 ] {be26801d-af89-4d7c-9543-929031a04435} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:31.490279 [ 253 ] {be26801d-af89-4d7c-9543-929031a04435} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.19 07:59:31.490488 [ 253 ] {be26801d-af89-4d7c-9543-929031a04435} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:31.490620 [ 253 ] {be26801d-af89-4d7c-9543-929031a04435} executeQuery: Read 15 rows, 1.13 KiB in 0.001166 sec., 12864.493996569468 rows/sec., 967.35 KiB/sec. 2026.03.19 07:59:31.490658 [ 253 ] {be26801d-af89-4d7c-9543-929031a04435} TCPHandler: Processed in 0.001332651 sec. 2026.03.19 07:59:31.490772 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:31.490866 [ 253 ] {75d80599-4815-4116-84ee-1ae5c58aa913} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:59:31.490907 [ 253 ] {75d80599-4815-4116-84ee-1ae5c58aa913} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:59:31.491310 [ 253 ] {75d80599-4815-4116-84ee-1ae5c58aa913} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:31.491344 [ 253 ] {75d80599-4815-4116-84ee-1ae5c58aa913} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:31.491638 [ 253 ] {75d80599-4815-4116-84ee-1ae5c58aa913} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.19 07:59:31.491853 [ 253 ] {75d80599-4815-4116-84ee-1ae5c58aa913} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:31.491981 [ 253 ] {75d80599-4815-4116-84ee-1ae5c58aa913} executeQuery: Read 79 rows, 6.32 KiB in 0.001133 sec., 69726.39011473964 rows/sec., 5.44 MiB/sec. 2026.03.19 07:59:31.492017 [ 253 ] {75d80599-4815-4116-84ee-1ae5c58aa913} TCPHandler: Processed in 0.00129502 sec. 2026.03.19 07:59:31.492129 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:31.492223 [ 253 ] {08d97490-ed6d-43be-a1eb-bb2193ecb08e} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:31.492265 [ 253 ] {08d97490-ed6d-43be-a1eb-bb2193ecb08e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:59:31.492652 [ 253 ] {08d97490-ed6d-43be-a1eb-bb2193ecb08e} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:31.492685 [ 253 ] {08d97490-ed6d-43be-a1eb-bb2193ecb08e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:31.493012 [ 253 ] {08d97490-ed6d-43be-a1eb-bb2193ecb08e} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.19 07:59:31.493232 [ 253 ] {08d97490-ed6d-43be-a1eb-bb2193ecb08e} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:31.493360 [ 253 ] {08d97490-ed6d-43be-a1eb-bb2193ecb08e} executeQuery: Read 160 rows, 11.41 KiB in 0.001155 sec., 138528.13852813852 rows/sec., 9.65 MiB/sec. 2026.03.19 07:59:31.493396 [ 253 ] {08d97490-ed6d-43be-a1eb-bb2193ecb08e} TCPHandler: Processed in 0.001316851 sec. 2026.03.19 07:59:31.493497 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:31.493591 [ 253 ] {3d0108f3-a9bc-45e7-ae4d-e8c0c82f6b03} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:31.493644 [ 253 ] {3d0108f3-a9bc-45e7-ae4d-e8c0c82f6b03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:59:31.494384 [ 253 ] {3d0108f3-a9bc-45e7-ae4d-e8c0c82f6b03} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:31.494418 [ 253 ] {3d0108f3-a9bc-45e7-ae4d-e8c0c82f6b03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:31.494958 [ 253 ] {3d0108f3-a9bc-45e7-ae4d-e8c0c82f6b03} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.19 07:59:31.495180 [ 253 ] {3d0108f3-a9bc-45e7-ae4d-e8c0c82f6b03} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:31.495318 [ 253 ] {3d0108f3-a9bc-45e7-ae4d-e8c0c82f6b03} executeQuery: Read 15 rows, 27.52 KiB in 0.001745 sec., 8595.988538681948 rows/sec., 15.40 MiB/sec. 2026.03.19 07:59:31.495371 [ 253 ] {3d0108f3-a9bc-45e7-ae4d-e8c0c82f6b03} TCPHandler: Processed in 0.001923241 sec. 2026.03.19 07:59:31.495498 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:31.495618 [ 253 ] {092499d0-784c-4918-aaa2-86dba21cb8f8} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:59:31.495667 [ 253 ] {092499d0-784c-4918-aaa2-86dba21cb8f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:59:31.496040 [ 253 ] {092499d0-784c-4918-aaa2-86dba21cb8f8} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:31.496074 [ 253 ] {092499d0-784c-4918-aaa2-86dba21cb8f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:31.496396 [ 253 ] {092499d0-784c-4918-aaa2-86dba21cb8f8} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.19 07:59:31.496606 [ 253 ] {092499d0-784c-4918-aaa2-86dba21cb8f8} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:31.496736 [ 253 ] {092499d0-784c-4918-aaa2-86dba21cb8f8} executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. 2026.03.19 07:59:31.496771 [ 253 ] {092499d0-784c-4918-aaa2-86dba21cb8f8} TCPHandler: Processed in 0.001332181 sec. 2026.03.19 07:59:32.733918 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49095 2026.03.19 07:59:32.734037 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:32.734066 [ 293 ] {} TCP-Session: 12bf2c2d-7f83-462a-b40d-dfa5d1cad42b Authenticating user 'default' from [fd00:1122:3344:101::e]:49095 2026.03.19 07:59:32.734090 [ 293 ] {} TCP-Session: 12bf2c2d-7f83-462a-b40d-dfa5d1cad42b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.734106 [ 293 ] {} TCP-Session: 12bf2c2d-7f83-462a-b40d-dfa5d1cad42b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.734308 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34054 2026.03.19 07:59:32.734342 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57255 2026.03.19 07:59:32.734368 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40608 2026.03.19 07:59:32.734379 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37578 2026.03.19 07:59:32.734413 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64306 2026.03.19 07:59:32.734446 [ 293 ] {} TCP-Session: 12bf2c2d-7f83-462a-b40d-dfa5d1cad42b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:32.734460 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:32.734468 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:32.734506 [ 295 ] {} TCP-Session: 531b3f7b-3499-4ed0-8805-c0056ecfeff3 Authenticating user 'default' from [fd00:1122:3344:101::e]:57255 2026.03.19 07:59:32.734425 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:32.734525 [ 3 ] {} TCP-Session: b548ca93-eb51-4e9d-b3a6-8f31a32014a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:40608 2026.03.19 07:59:32.734540 [ 295 ] {} TCP-Session: 531b3f7b-3499-4ed0-8805-c0056ecfeff3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.734565 [ 294 ] {} TCP-Session: a62fb442-fda6-405a-889a-a5e4d80e4e9c Authenticating user 'default' from [fd00:1122:3344:101::e]:34054 2026.03.19 07:59:32.734585 [ 295 ] {} TCP-Session: 531b3f7b-3499-4ed0-8805-c0056ecfeff3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.734576 [ 3 ] {} TCP-Session: b548ca93-eb51-4e9d-b3a6-8f31a32014a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.734609 [ 294 ] {} TCP-Session: a62fb442-fda6-405a-889a-a5e4d80e4e9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.734630 [ 3 ] {} TCP-Session: b548ca93-eb51-4e9d-b3a6-8f31a32014a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.734642 [ 294 ] {} TCP-Session: a62fb442-fda6-405a-889a-a5e4d80e4e9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.734657 [ 293 ] {3ae0ef0f-aa8d-4a02-8a46-37e198d11219} executeQuery: (from [fd00:1122:3344:101::e]:49095) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 07:59:32.734405 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37525 2026.03.19 07:59:32.734390 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36954 2026.03.19 07:59:32.734351 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62142 2026.03.19 07:59:32.734938 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:32.734960 [ 293 ] {3ae0ef0f-aa8d-4a02-8a46-37e198d11219} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 07:59:32.734972 [ 288 ] {} TCP-Session: a48e3d0f-37bb-41c5-810c-2dcd80ff111e Authenticating user 'default' from [fd00:1122:3344:101::e]:37578 2026.03.19 07:59:32.735010 [ 288 ] {} TCP-Session: a48e3d0f-37bb-41c5-810c-2dcd80ff111e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.735027 [ 288 ] {} TCP-Session: a48e3d0f-37bb-41c5-810c-2dcd80ff111e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.735028 [ 293 ] {3ae0ef0f-aa8d-4a02-8a46-37e198d11219} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:59:32.735321 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:32.735331 [ 293 ] {3ae0ef0f-aa8d-4a02-8a46-37e198d11219} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938) (SelectExecutor): Key condition: unknown 2026.03.19 07:59:32.735359 [ 296 ] {} TCP-Session: 3b4c02a0-900e-4a13-a521-248b1f71667f Authenticating user 'default' from [fd00:1122:3344:101::e]:62142 2026.03.19 07:59:32.735385 [ 296 ] {} TCP-Session: 3b4c02a0-900e-4a13-a521-248b1f71667f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.735402 [ 296 ] {} TCP-Session: 3b4c02a0-900e-4a13-a521-248b1f71667f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.735434 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:32.735468 [ 290 ] {} TCP-Session: 2d3aac8b-9228-4b2d-a2be-adf0db4a555c Authenticating user 'default' from [fd00:1122:3344:101::e]:36954 2026.03.19 07:59:32.735485 [ 290 ] {} TCP-Session: 2d3aac8b-9228-4b2d-a2be-adf0db4a555c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.735497 [ 290 ] {} TCP-Session: 2d3aac8b-9228-4b2d-a2be-adf0db4a555c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.735554 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:32.735590 [ 292 ] {} TCP-Session: 4c785b30-07ab-4fb9-8c22-c58ddaea660b Authenticating user 'default' from [fd00:1122:3344:101::e]:64306 2026.03.19 07:59:32.735607 [ 292 ] {} TCP-Session: 4c785b30-07ab-4fb9-8c22-c58ddaea660b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.735621 [ 292 ] {} TCP-Session: 4c785b30-07ab-4fb9-8c22-c58ddaea660b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.735669 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:32.735702 [ 291 ] {} TCP-Session: 071bce28-6249-489c-87d7-0a0cfa9ea3cb Authenticating user 'default' from [fd00:1122:3344:101::e]:37525 2026.03.19 07:59:32.735719 [ 291 ] {} TCP-Session: 071bce28-6249-489c-87d7-0a0cfa9ea3cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.735731 [ 291 ] {} TCP-Session: 071bce28-6249-489c-87d7-0a0cfa9ea3cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.736530 [ 306 ] {3ae0ef0f-aa8d-4a02-8a46-37e198d11219} AggregatingTransform: Aggregating 2026.03.19 07:59:32.736572 [ 306 ] {3ae0ef0f-aa8d-4a02-8a46-37e198d11219} Aggregator: Aggregation method: without_key 2026.03.19 07:59:32.736610 [ 306 ] {3ae0ef0f-aa8d-4a02-8a46-37e198d11219} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001160188 sec. (861.929 rows/sec., 33.67 KiB/sec.) 2026.03.19 07:59:32.736630 [ 306 ] {3ae0ef0f-aa8d-4a02-8a46-37e198d11219} Aggregator: Merging aggregated data 2026.03.19 07:59:32.737729 [ 293 ] {3ae0ef0f-aa8d-4a02-8a46-37e198d11219} executeQuery: Read 1 rows, 40.00 B in 0.003143 sec., 318.1673560292714 rows/sec., 12.43 KiB/sec. 2026.03.19 07:59:32.737879 [ 293 ] {3ae0ef0f-aa8d-4a02-8a46-37e198d11219} TCPHandler: Processed in 0.003552157 sec. 2026.03.19 07:59:32.737990 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:32.738018 [ 293 ] {} TCP-Session: 12bf2c2d-7f83-462a-b40d-dfa5d1cad42b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.738041 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:32.738065 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:32.738079 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:32.738095 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:32.738130 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:32.738151 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:32.738158 [ 295 ] {} TCP-Session: 531b3f7b-3499-4ed0-8805-c0056ecfeff3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.738177 [ 3 ] {} TCP-Session: b548ca93-eb51-4e9d-b3a6-8f31a32014a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.738205 [ 296 ] {} TCP-Session: 3b4c02a0-900e-4a13-a521-248b1f71667f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.738172 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:32.738139 [ 294 ] {} TCP-Session: a62fb442-fda6-405a-889a-a5e4d80e4e9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.738112 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:32.738271 [ 290 ] {} TCP-Session: 2d3aac8b-9228-4b2d-a2be-adf0db4a555c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.738080 [ 292 ] {} TCP-Session: 4c785b30-07ab-4fb9-8c22-c58ddaea660b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.738302 [ 288 ] {} TCP-Session: a48e3d0f-37bb-41c5-810c-2dcd80ff111e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:32.738116 [ 291 ] {} TCP-Session: 071bce28-6249-489c-87d7-0a0cfa9ea3cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.576755 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19544 2026.03.19 07:59:33.577562 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:33.577639 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:33.578467 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.19 07:59:33.578778 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:33.578974 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19544 2026.03.19 07:59:33.579029 [ 100 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.19 07:59:33.579128 [ 100 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:33.579165 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:33.579361 [ 193 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.19 07:59:33.579585 [ 193 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:33.579649 [ 193 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 17176 rows starting from the beginning of the part 2026.03.19 07:59:33.579755 [ 193 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 448 rows starting from the beginning of the part 2026.03.19 07:59:33.579854 [ 193 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 512 rows starting from the beginning of the part 2026.03.19 07:59:33.579930 [ 193 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 448 rows starting from the beginning of the part 2026.03.19 07:59:33.579994 [ 193 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 512 rows starting from the beginning of the part 2026.03.19 07:59:33.580050 [ 193 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 448 rows starting from the beginning of the part 2026.03.19 07:59:33.582599 [ 196 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19544 rows, containing 4 columns (4 merged, 0 gathered) in 0.003327953 sec., 5872679.091321302 rows/sec., 84.01 MiB/sec. 2026.03.19 07:59:33.582920 [ 186 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.19 07:59:33.583325 [ 186 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_41_8} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:33.583424 [ 186 ] {f79d55ba-21cf-45cc-af1d-93c4ff84cd94::all_1_41_8} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.19 07:59:33.583527 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.60 MiB. 2026.03.19 07:59:33.994065 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33010 2026.03.19 07:59:33.994175 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:33.994202 [ 293 ] {} TCP-Session: 3ae12526-77ef-436c-b6c9-0de66af60dbc Authenticating user 'default' from [fd00:1122:3344:101::e]:33010 2026.03.19 07:59:33.994223 [ 293 ] {} TCP-Session: 3ae12526-77ef-436c-b6c9-0de66af60dbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.994235 [ 293 ] {} TCP-Session: 3ae12526-77ef-436c-b6c9-0de66af60dbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.994448 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52481 2026.03.19 07:59:33.994488 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47139 2026.03.19 07:59:33.994505 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58214 2026.03.19 07:59:33.994536 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38477 2026.03.19 07:59:33.994560 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:33.994556 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62459 2026.03.19 07:59:33.994605 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:33.994633 [ 293 ] {} TCP-Session: 3ae12526-77ef-436c-b6c9-0de66af60dbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:33.994642 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:33.994664 [ 295 ] {} TCP-Session: 986c9e8a-ffe5-4d74-81d1-8a95a6299b11 Authenticating user 'default' from [fd00:1122:3344:101::e]:47139 2026.03.19 07:59:33.994609 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:33.994715 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:33.994719 [ 295 ] {} TCP-Session: 986c9e8a-ffe5-4d74-81d1-8a95a6299b11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.994739 [ 3 ] {} TCP-Session: 43179819-f157-41e3-81e5-12ea8c971f82 Authenticating user 'default' from [fd00:1122:3344:101::e]:58214 2026.03.19 07:59:33.994759 [ 295 ] {} TCP-Session: 986c9e8a-ffe5-4d74-81d1-8a95a6299b11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.994755 [ 292 ] {} TCP-Session: 8a954473-5d52-4e9a-ae03-193d35420359 Authenticating user 'default' from [fd00:1122:3344:101::e]:62459 2026.03.19 07:59:33.994775 [ 3 ] {} TCP-Session: 43179819-f157-41e3-81e5-12ea8c971f82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.994809 [ 292 ] {} TCP-Session: 8a954473-5d52-4e9a-ae03-193d35420359 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.994811 [ 293 ] {2da36ab7-1d28-4675-8e5f-c9fdb8b9bfd5} executeQuery: (from [fd00:1122:3344:101::e]:33010) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 07:59:33.994831 [ 292 ] {} TCP-Session: 8a954473-5d52-4e9a-ae03-193d35420359 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.994815 [ 3 ] {} TCP-Session: 43179819-f157-41e3-81e5-12ea8c971f82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.994706 [ 290 ] {} TCP-Session: 30f49925-5f6b-47e6-b2f4-3a87eb80b7af Authenticating user 'default' from [fd00:1122:3344:101::e]:38477 2026.03.19 07:59:33.994550 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38216 2026.03.19 07:59:33.994924 [ 290 ] {} TCP-Session: 30f49925-5f6b-47e6-b2f4-3a87eb80b7af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.994507 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36250 2026.03.19 07:59:33.994952 [ 290 ] {} TCP-Session: 30f49925-5f6b-47e6-b2f4-3a87eb80b7af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.994982 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:33.994515 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64822 2026.03.19 07:59:33.995015 [ 291 ] {} TCP-Session: b2e6fbdc-f000-4631-ade3-4bf1a8494788 Authenticating user 'default' from [fd00:1122:3344:101::e]:38216 2026.03.19 07:59:33.995023 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:33.995048 [ 291 ] {} TCP-Session: b2e6fbdc-f000-4631-ade3-4bf1a8494788 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.994605 [ 294 ] {} TCP-Session: 64f58426-a58f-4bbf-91f8-35d8d9ff7fdc Authenticating user 'default' from [fd00:1122:3344:101::e]:52481 2026.03.19 07:59:33.995074 [ 291 ] {} TCP-Session: b2e6fbdc-f000-4631-ade3-4bf1a8494788 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.995091 [ 293 ] {2da36ab7-1d28-4675-8e5f-c9fdb8b9bfd5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 07:59:33.995097 [ 294 ] {} TCP-Session: 64f58426-a58f-4bbf-91f8-35d8d9ff7fdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.995071 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:33.995135 [ 294 ] {} TCP-Session: 64f58426-a58f-4bbf-91f8-35d8d9ff7fdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.995155 [ 293 ] {2da36ab7-1d28-4675-8e5f-c9fdb8b9bfd5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:59:33.995161 [ 288 ] {} TCP-Session: bafbbef7-10d4-4f04-be7d-9f88a074a6dc Authenticating user 'default' from [fd00:1122:3344:101::e]:64822 2026.03.19 07:59:33.995069 [ 296 ] {} TCP-Session: 20e5b68d-67c8-48f7-acf7-785c944998b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:36250 2026.03.19 07:59:33.995199 [ 288 ] {} TCP-Session: bafbbef7-10d4-4f04-be7d-9f88a074a6dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.995210 [ 296 ] {} TCP-Session: 20e5b68d-67c8-48f7-acf7-785c944998b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.995212 [ 288 ] {} TCP-Session: bafbbef7-10d4-4f04-be7d-9f88a074a6dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.995224 [ 296 ] {} TCP-Session: 20e5b68d-67c8-48f7-acf7-785c944998b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.995455 [ 293 ] {2da36ab7-1d28-4675-8e5f-c9fdb8b9bfd5} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938) (SelectExecutor): Key condition: unknown 2026.03.19 07:59:33.996479 [ 320 ] {2da36ab7-1d28-4675-8e5f-c9fdb8b9bfd5} AggregatingTransform: Aggregating 2026.03.19 07:59:33.996532 [ 320 ] {2da36ab7-1d28-4675-8e5f-c9fdb8b9bfd5} Aggregator: Aggregation method: without_key 2026.03.19 07:59:33.996569 [ 320 ] {2da36ab7-1d28-4675-8e5f-c9fdb8b9bfd5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001010656 sec. (989.456 rows/sec., 38.65 KiB/sec.) 2026.03.19 07:59:33.996588 [ 320 ] {2da36ab7-1d28-4675-8e5f-c9fdb8b9bfd5} Aggregator: Merging aggregated data 2026.03.19 07:59:33.997815 [ 293 ] {2da36ab7-1d28-4675-8e5f-c9fdb8b9bfd5} executeQuery: Read 1 rows, 40.00 B in 0.003059 sec., 326.90421706440014 rows/sec., 12.77 KiB/sec. 2026.03.19 07:59:33.997969 [ 293 ] {2da36ab7-1d28-4675-8e5f-c9fdb8b9bfd5} TCPHandler: Processed in 0.003450545 sec. 2026.03.19 07:59:33.998082 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:33.998112 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:33.998113 [ 293 ] {} TCP-Session: 3ae12526-77ef-436c-b6c9-0de66af60dbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.998131 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:33.998145 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:33.998173 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:33.998186 [ 292 ] {} TCP-Session: 8a954473-5d52-4e9a-ae03-193d35420359 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.998206 [ 295 ] {} TCP-Session: 986c9e8a-ffe5-4d74-81d1-8a95a6299b11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.998219 [ 296 ] {} TCP-Session: 20e5b68d-67c8-48f7-acf7-785c944998b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.998225 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:33.998238 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:33.998265 [ 288 ] {} TCP-Session: bafbbef7-10d4-4f04-be7d-9f88a074a6dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.998209 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:33.998289 [ 291 ] {} TCP-Session: b2e6fbdc-f000-4631-ade3-4bf1a8494788 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.998193 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:33.998332 [ 3 ] {} TCP-Session: 43179819-f157-41e3-81e5-12ea8c971f82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.998158 [ 294 ] {} TCP-Session: 64f58426-a58f-4bbf-91f8-35d8d9ff7fdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:33.998388 [ 290 ] {} TCP-Session: 30f49925-5f6b-47e6-b2f4-3a87eb80b7af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.081571 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45685 2026.03.19 07:59:34.081682 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:34.081707 [ 293 ] {} TCP-Session: cdba25a8-c14b-4df7-a73f-a203a91133f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:45685 2026.03.19 07:59:34.081728 [ 293 ] {} TCP-Session: cdba25a8-c14b-4df7-a73f-a203a91133f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.081741 [ 293 ] {} TCP-Session: cdba25a8-c14b-4df7-a73f-a203a91133f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.081928 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55389 2026.03.19 07:59:34.081959 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45928 2026.03.19 07:59:34.082000 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63860 2026.03.19 07:59:34.081996 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60926 2026.03.19 07:59:34.082041 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40532 2026.03.19 07:59:34.082085 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:34.082086 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:34.082110 [ 293 ] {} TCP-Session: cdba25a8-c14b-4df7-a73f-a203a91133f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:34.082121 [ 295 ] {} TCP-Session: 91703ffa-a0cd-4a45-9cda-388bf5e64b54 Authenticating user 'default' from [fd00:1122:3344:101::e]:45928 2026.03.19 07:59:34.082135 [ 290 ] {} TCP-Session: be3321f1-0d46-4f15-9ef0-b2c8eed2259d Authenticating user 'default' from [fd00:1122:3344:101::e]:63860 2026.03.19 07:59:34.082142 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:34.082165 [ 295 ] {} TCP-Session: 91703ffa-a0cd-4a45-9cda-388bf5e64b54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.082179 [ 290 ] {} TCP-Session: be3321f1-0d46-4f15-9ef0-b2c8eed2259d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.082200 [ 295 ] {} TCP-Session: 91703ffa-a0cd-4a45-9cda-388bf5e64b54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.082198 [ 292 ] {} TCP-Session: 54ee3fe6-0cee-4fc8-91d5-748fabace322 Authenticating user 'default' from [fd00:1122:3344:101::e]:40532 2026.03.19 07:59:34.082214 [ 290 ] {} TCP-Session: be3321f1-0d46-4f15-9ef0-b2c8eed2259d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.082257 [ 292 ] {} TCP-Session: 54ee3fe6-0cee-4fc8-91d5-748fabace322 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.082141 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:34.082284 [ 292 ] {} TCP-Session: 54ee3fe6-0cee-4fc8-91d5-748fabace322 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.082285 [ 293 ] {b77f03bf-e8ff-4919-8f37-c6372d851c33} executeQuery: (from [fd00:1122:3344:101::e]:45685) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 07:59:34.082306 [ 288 ] {} TCP-Session: 878c8ba2-0f32-48e4-aeae-412d0484528b Authenticating user 'default' from [fd00:1122:3344:101::e]:60926 2026.03.19 07:59:34.082030 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46570 2026.03.19 07:59:34.082343 [ 288 ] {} TCP-Session: 878c8ba2-0f32-48e4-aeae-412d0484528b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.081984 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44449 2026.03.19 07:59:34.082394 [ 288 ] {} TCP-Session: 878c8ba2-0f32-48e4-aeae-412d0484528b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.082043 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:34.082433 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:34.082462 [ 294 ] {} TCP-Session: 59d38ed8-d9b2-4e0c-870b-53ebaeceb2e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:55389 2026.03.19 07:59:34.082481 [ 291 ] {} TCP-Session: d6c6cc25-dda6-4f4b-9e2d-fbb4af91c1d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:46570 2026.03.19 07:59:34.082499 [ 294 ] {} TCP-Session: 59d38ed8-d9b2-4e0c-870b-53ebaeceb2e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.082516 [ 291 ] {} TCP-Session: d6c6cc25-dda6-4f4b-9e2d-fbb4af91c1d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.082528 [ 294 ] {} TCP-Session: 59d38ed8-d9b2-4e0c-870b-53ebaeceb2e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.082541 [ 291 ] {} TCP-Session: d6c6cc25-dda6-4f4b-9e2d-fbb4af91c1d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.082559 [ 293 ] {b77f03bf-e8ff-4919-8f37-c6372d851c33} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 07:59:34.082466 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:34.081966 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62454 2026.03.19 07:59:34.082618 [ 293 ] {b77f03bf-e8ff-4919-8f37-c6372d851c33} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 07:59:34.082613 [ 3 ] {} TCP-Session: 0d47635a-a8f9-475c-b2bb-56bbb43d0919 Authenticating user 'default' from [fd00:1122:3344:101::e]:44449 2026.03.19 07:59:34.082661 [ 3 ] {} TCP-Session: 0d47635a-a8f9-475c-b2bb-56bbb43d0919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.082672 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 07:59:34.082675 [ 3 ] {} TCP-Session: 0d47635a-a8f9-475c-b2bb-56bbb43d0919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.082702 [ 296 ] {} TCP-Session: ad9ff187-88ad-4224-8987-fe475a865178 Authenticating user 'default' from [fd00:1122:3344:101::e]:62454 2026.03.19 07:59:34.082724 [ 296 ] {} TCP-Session: ad9ff187-88ad-4224-8987-fe475a865178 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.082735 [ 296 ] {} TCP-Session: ad9ff187-88ad-4224-8987-fe475a865178 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.082908 [ 293 ] {b77f03bf-e8ff-4919-8f37-c6372d851c33} oximeter.version (7eee8b63-696f-4c42-aa85-1dfea051f938) (SelectExecutor): Key condition: unknown 2026.03.19 07:59:34.083858 [ 311 ] {b77f03bf-e8ff-4919-8f37-c6372d851c33} AggregatingTransform: Aggregating 2026.03.19 07:59:34.083905 [ 311 ] {b77f03bf-e8ff-4919-8f37-c6372d851c33} Aggregator: Aggregation method: without_key 2026.03.19 07:59:34.083944 [ 311 ] {b77f03bf-e8ff-4919-8f37-c6372d851c33} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000934955 sec. (1069.570 rows/sec., 41.78 KiB/sec.) 2026.03.19 07:59:34.083964 [ 311 ] {b77f03bf-e8ff-4919-8f37-c6372d851c33} Aggregator: Merging aggregated data 2026.03.19 07:59:34.085204 [ 293 ] {b77f03bf-e8ff-4919-8f37-c6372d851c33} executeQuery: Read 1 rows, 40.00 B in 0.002975 sec., 336.1344537815126 rows/sec., 13.13 KiB/sec. 2026.03.19 07:59:34.085352 [ 293 ] {b77f03bf-e8ff-4919-8f37-c6372d851c33} TCPHandler: Processed in 0.003353964 sec. 2026.03.19 07:59:34.085466 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:34.085491 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:34.085495 [ 293 ] {} TCP-Session: cdba25a8-c14b-4df7-a73f-a203a91133f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.085515 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:34.085534 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:34.085547 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:34.085561 [ 3 ] {} TCP-Session: 0d47635a-a8f9-475c-b2bb-56bbb43d0919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.085587 [ 295 ] {} TCP-Session: 91703ffa-a0cd-4a45-9cda-388bf5e64b54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.085593 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:34.085603 [ 292 ] {} TCP-Session: 54ee3fe6-0cee-4fc8-91d5-748fabace322 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.085611 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:34.085644 [ 291 ] {} TCP-Session: d6c6cc25-dda6-4f4b-9e2d-fbb4af91c1d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.085714 [ 290 ] {} TCP-Session: be3321f1-0d46-4f15-9ef0-b2c8eed2259d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.085576 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:34.085538 [ 294 ] {} TCP-Session: 59d38ed8-d9b2-4e0c-870b-53ebaeceb2e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.085780 [ 288 ] {} TCP-Session: 878c8ba2-0f32-48e4-aeae-412d0484528b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.085578 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.19 07:59:34.085837 [ 296 ] {} TCP-Session: ad9ff187-88ad-4224-8987-fe475a865178 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 07:59:34.623913 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2026.03.19 07:59:34.643477 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:34.643533 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:34.649720 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.19 07:59:34.650439 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:34.650763 [ 100 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.19 07:59:34.650804 [ 100 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:34.650827 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.19 07:59:34.650959 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.19 07:59:34.654264 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2026.03.19 07:59:34.655044 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:34.656569 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part 2026.03.19 07:59:34.661141 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part 2026.03.19 07:59:34.665688 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part 2026.03.19 07:59:34.670488 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part 2026.03.19 07:59:34.674944 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part 2026.03.19 07:59:34.678742 [ 187 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part 2026.03.19 07:59:34.731933 [ 186 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.081032426 sec., 3813.288275486161 rows/sec., 19.72 MiB/sec. 2026.03.19 07:59:34.734731 [ 186 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.19 07:59:34.736956 [ 186 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_41_8} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:34.737069 [ 186 ] {0bee7def-ec69-48b4-9025-75ab5071641b::all_1_41_8} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.19 07:59:34.739475 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.03.19 07:59:36.132785 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1132 2026.03.19 07:59:36.135113 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:36.135162 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:36.136380 [ 242 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 07:59:36.136659 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:36.136977 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1132 2026.03.19 07:59:36.489425 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:36.489714 [ 253 ] {b63777db-968c-47b0-b5ac-8faeb0d8480b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 07:59:36.489820 [ 253 ] {b63777db-968c-47b0-b5ac-8faeb0d8480b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 07:59:36.490576 [ 253 ] {b63777db-968c-47b0-b5ac-8faeb0d8480b} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:36.490619 [ 253 ] {b63777db-968c-47b0-b5ac-8faeb0d8480b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:36.491042 [ 253 ] {b63777db-968c-47b0-b5ac-8faeb0d8480b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 07:59:36.491270 [ 253 ] {b63777db-968c-47b0-b5ac-8faeb0d8480b} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:36.491424 [ 253 ] {b63777db-968c-47b0-b5ac-8faeb0d8480b} executeQuery: Read 24 rows, 2.04 KiB in 0.00179 sec., 13407.82122905028 rows/sec., 1.11 MiB/sec. 2026.03.19 07:59:36.491468 [ 253 ] {b63777db-968c-47b0-b5ac-8faeb0d8480b} TCPHandler: Processed in 0.002231035 sec. 2026.03.19 07:59:36.491603 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:36.491724 [ 253 ] {ac54b8a4-1c22-45d4-b7cd-cfed3e7eb35e} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 07:59:36.491773 [ 253 ] {ac54b8a4-1c22-45d4-b7cd-cfed3e7eb35e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 07:59:36.492213 [ 253 ] {ac54b8a4-1c22-45d4-b7cd-cfed3e7eb35e} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:36.492257 [ 253 ] {ac54b8a4-1c22-45d4-b7cd-cfed3e7eb35e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:36.492557 [ 253 ] {ac54b8a4-1c22-45d4-b7cd-cfed3e7eb35e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 07:59:36.492780 [ 253 ] {ac54b8a4-1c22-45d4-b7cd-cfed3e7eb35e} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:36.492908 [ 253 ] {ac54b8a4-1c22-45d4-b7cd-cfed3e7eb35e} executeQuery: Read 2 rows, 167.00 B in 0.001208 sec., 1655.6291390728475 rows/sec., 135.00 KiB/sec. 2026.03.19 07:59:36.492948 [ 253 ] {ac54b8a4-1c22-45d4-b7cd-cfed3e7eb35e} TCPHandler: Processed in 0.001404653 sec. 2026.03.19 07:59:36.493061 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:36.493155 [ 253 ] {ef307ca3-870c-4e6a-8ea3-fadb7b1b5905} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:59:36.493194 [ 253 ] {ef307ca3-870c-4e6a-8ea3-fadb7b1b5905} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:59:36.493697 [ 253 ] {ef307ca3-870c-4e6a-8ea3-fadb7b1b5905} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:36.493735 [ 253 ] {ef307ca3-870c-4e6a-8ea3-fadb7b1b5905} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:36.494079 [ 253 ] {ef307ca3-870c-4e6a-8ea3-fadb7b1b5905} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.19 07:59:36.494293 [ 253 ] {ef307ca3-870c-4e6a-8ea3-fadb7b1b5905} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:36.494424 [ 253 ] {ef307ca3-870c-4e6a-8ea3-fadb7b1b5905} executeQuery: Read 227 rows, 20.65 KiB in 0.001287 sec., 176379.17637917638 rows/sec., 15.67 MiB/sec. 2026.03.19 07:59:36.494461 [ 253 ] {ef307ca3-870c-4e6a-8ea3-fadb7b1b5905} TCPHandler: Processed in 0.001448523 sec. 2026.03.19 07:59:36.494574 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:36.494667 [ 253 ] {1da24799-b5ec-4a60-b1b5-c92bbc13c738} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:59:36.494707 [ 253 ] {1da24799-b5ec-4a60-b1b5-c92bbc13c738} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:59:36.495111 [ 253 ] {1da24799-b5ec-4a60-b1b5-c92bbc13c738} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:36.495148 [ 253 ] {1da24799-b5ec-4a60-b1b5-c92bbc13c738} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:36.495444 [ 253 ] {1da24799-b5ec-4a60-b1b5-c92bbc13c738} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.19 07:59:36.495643 [ 253 ] {1da24799-b5ec-4a60-b1b5-c92bbc13c738} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:36.495750 [ 96 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 2026.03.19 07:59:36.495768 [ 253 ] {1da24799-b5ec-4a60-b1b5-c92bbc13c738} executeQuery: Read 39 rows, 2.98 KiB in 0.001118 sec., 34883.72093023256 rows/sec., 2.60 MiB/sec. 2026.03.19 07:59:36.495813 [ 96 ] {} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:36.495820 [ 253 ] {1da24799-b5ec-4a60-b1b5-c92bbc13c738} TCPHandler: Processed in 0.001294 sec. 2026.03.19 07:59:36.495842 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:36.495941 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:36.495987 [ 197 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_55_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full 2026.03.19 07:59:36.496037 [ 253 ] {0edd1952-ece0-487a-a0c7-5ff45c6b2260} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:59:36.496080 [ 253 ] {0edd1952-ece0-487a-a0c7-5ff45c6b2260} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:59:36.496116 [ 197 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_55_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:36.496154 [ 197 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 223 rows starting from the beginning of the part 2026.03.19 07:59:36.496217 [ 197 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 25 rows starting from the beginning of the part 2026.03.19 07:59:36.496265 [ 197 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 24 rows starting from the beginning of the part 2026.03.19 07:59:36.496308 [ 197 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 25 rows starting from the beginning of the part 2026.03.19 07:59:36.496360 [ 197 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 15 rows starting from the beginning of the part 2026.03.19 07:59:36.496404 [ 197 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 39 rows starting from the beginning of the part 2026.03.19 07:59:36.496471 [ 253 ] {0edd1952-ece0-487a-a0c7-5ff45c6b2260} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:36.496511 [ 253 ] {0edd1952-ece0-487a-a0c7-5ff45c6b2260} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:36.496843 [ 253 ] {0edd1952-ece0-487a-a0c7-5ff45c6b2260} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 07:59:36.497079 [ 253 ] {0edd1952-ece0-487a-a0c7-5ff45c6b2260} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:36.497208 [ 253 ] {0edd1952-ece0-487a-a0c7-5ff45c6b2260} executeQuery: Read 24 rows, 2.04 KiB in 0.001189 sec., 20185.029436501263 rows/sec., 1.67 MiB/sec. 2026.03.19 07:59:36.497245 [ 253 ] {0edd1952-ece0-487a-a0c7-5ff45c6b2260} TCPHandler: Processed in 0.001351872 sec. 2026.03.19 07:59:36.497259 [ 194 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_55_11} MergeTask::MergeProjectionsStage: Merge sorted 351 rows, containing 5 columns (5 merged, 0 gathered) in 0.001333321 sec., 263252.43508502457 rows/sec., 18.77 MiB/sec. 2026.03.19 07:59:36.497351 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:36.497447 [ 253 ] {342531f1-f477-431c-94c9-9eecc0acc43b} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 07:59:36.497464 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_55_11} MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) 2026.03.19 07:59:36.497487 [ 253 ] {342531f1-f477-431c-94c9-9eecc0acc43b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 07:59:36.497779 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_55_11} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:36.497868 [ 198 ] {f9fc4b95-2a2b-47ec-adab-dcd297d42dbb::all_1_55_11} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 2026.03.19 07:59:36.497882 [ 253 ] {342531f1-f477-431c-94c9-9eecc0acc43b} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:36.497922 [ 253 ] {342531f1-f477-431c-94c9-9eecc0acc43b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:36.497963 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.19 07:59:36.498220 [ 253 ] {342531f1-f477-431c-94c9-9eecc0acc43b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 07:59:36.498426 [ 253 ] {342531f1-f477-431c-94c9-9eecc0acc43b} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:36.498551 [ 253 ] {342531f1-f477-431c-94c9-9eecc0acc43b} executeQuery: Read 12 rows, 960.00 B in 0.001122 sec., 10695.187165775402 rows/sec., 835.56 KiB/sec. 2026.03.19 07:59:36.498588 [ 253 ] {342531f1-f477-431c-94c9-9eecc0acc43b} TCPHandler: Processed in 0.00128585 sec. 2026.03.19 07:59:36.498704 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:36.498795 [ 253 ] {21fc337c-c1ff-43cd-a813-3e5202318cb0} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:59:36.498833 [ 253 ] {21fc337c-c1ff-43cd-a813-3e5202318cb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:59:36.499271 [ 253 ] {21fc337c-c1ff-43cd-a813-3e5202318cb0} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:36.499306 [ 253 ] {21fc337c-c1ff-43cd-a813-3e5202318cb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:36.499607 [ 253 ] {21fc337c-c1ff-43cd-a813-3e5202318cb0} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.19 07:59:36.499808 [ 253 ] {21fc337c-c1ff-43cd-a813-3e5202318cb0} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:36.499934 [ 253 ] {21fc337c-c1ff-43cd-a813-3e5202318cb0} executeQuery: Read 127 rows, 10.54 KiB in 0.001155 sec., 109956.70995670995 rows/sec., 8.91 MiB/sec. 2026.03.19 07:59:36.499971 [ 253 ] {21fc337c-c1ff-43cd-a813-3e5202318cb0} TCPHandler: Processed in 0.001314661 sec. 2026.03.19 07:59:36.500083 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:36.500175 [ 253 ] {9d1747cd-79c6-4d3b-b584-2be31d63018a} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:36.500215 [ 253 ] {9d1747cd-79c6-4d3b-b584-2be31d63018a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:59:36.500617 [ 253 ] {9d1747cd-79c6-4d3b-b584-2be31d63018a} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:36.500653 [ 253 ] {9d1747cd-79c6-4d3b-b584-2be31d63018a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:36.501015 [ 253 ] {9d1747cd-79c6-4d3b-b584-2be31d63018a} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.19 07:59:36.501222 [ 253 ] {9d1747cd-79c6-4d3b-b584-2be31d63018a} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:36.501348 [ 253 ] {9d1747cd-79c6-4d3b-b584-2be31d63018a} executeQuery: Read 197 rows, 14.47 KiB in 0.001191 sec., 165407.22082283796 rows/sec., 11.86 MiB/sec. 2026.03.19 07:59:36.501384 [ 253 ] {9d1747cd-79c6-4d3b-b584-2be31d63018a} TCPHandler: Processed in 0.001348081 sec. 2026.03.19 07:59:36.501499 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:36.501590 [ 253 ] {e934ca2b-74ed-4e0b-ae04-65fba3b4ef10} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:36.501643 [ 253 ] {e934ca2b-74ed-4e0b-ae04-65fba3b4ef10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:59:36.502466 [ 253 ] {e934ca2b-74ed-4e0b-ae04-65fba3b4ef10} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:36.502502 [ 253 ] {e934ca2b-74ed-4e0b-ae04-65fba3b4ef10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:36.503045 [ 253 ] {e934ca2b-74ed-4e0b-ae04-65fba3b4ef10} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.19 07:59:36.503262 [ 253 ] {e934ca2b-74ed-4e0b-ae04-65fba3b4ef10} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:36.503398 [ 253 ] {e934ca2b-74ed-4e0b-ae04-65fba3b4ef10} executeQuery: Read 25 rows, 45.87 KiB in 0.001824 sec., 13706.140350877193 rows/sec., 24.56 MiB/sec. 2026.03.19 07:59:36.503451 [ 253 ] {e934ca2b-74ed-4e0b-ae04-65fba3b4ef10} TCPHandler: Processed in 0.001998701 sec. 2026.03.19 07:59:36.503560 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:36.503653 [ 253 ] {d5b7e89c-00c2-42cd-9ed7-d1de3a76d9bc} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:59:36.503693 [ 253 ] {d5b7e89c-00c2-42cd-9ed7-d1de3a76d9bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:59:36.504026 [ 253 ] {d5b7e89c-00c2-42cd-9ed7-d1de3a76d9bc} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:36.504062 [ 253 ] {d5b7e89c-00c2-42cd-9ed7-d1de3a76d9bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:36.504366 [ 253 ] {d5b7e89c-00c2-42cd-9ed7-d1de3a76d9bc} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.19 07:59:36.504569 [ 253 ] {d5b7e89c-00c2-42cd-9ed7-d1de3a76d9bc} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:36.504695 [ 253 ] {d5b7e89c-00c2-42cd-9ed7-d1de3a76d9bc} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2026.03.19 07:59:36.504730 [ 253 ] {d5b7e89c-00c2-42cd-9ed7-d1de3a76d9bc} TCPHandler: Processed in 0.00121772 sec. 2026.03.19 07:59:40.963958 [ 89 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:59:40.964020 [ 89 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:59:41.079057 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20056 2026.03.19 07:59:41.079658 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:41.079707 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:41.080288 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.19 07:59:41.080532 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:41.080670 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20056 2026.03.19 07:59:41.487157 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:41.487337 [ 253 ] {d40e52a2-dae5-4610-ab23-17faaf5ad3a5} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:59:41.487404 [ 253 ] {d40e52a2-dae5-4610-ab23-17faaf5ad3a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:59:41.488069 [ 253 ] {d40e52a2-dae5-4610-ab23-17faaf5ad3a5} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:41.488117 [ 253 ] {d40e52a2-dae5-4610-ab23-17faaf5ad3a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:41.488540 [ 253 ] {d40e52a2-dae5-4610-ab23-17faaf5ad3a5} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.19 07:59:41.488775 [ 253 ] {d40e52a2-dae5-4610-ab23-17faaf5ad3a5} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:41.488934 [ 253 ] {d40e52a2-dae5-4610-ab23-17faaf5ad3a5} executeQuery: Read 86 rows, 7.39 KiB in 0.001647 sec., 52216.150576806314 rows/sec., 4.38 MiB/sec. 2026.03.19 07:59:41.488979 [ 253 ] {d40e52a2-dae5-4610-ab23-17faaf5ad3a5} TCPHandler: Processed in 0.00195134 sec. 2026.03.19 07:59:41.489110 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:41.489211 [ 253 ] {f72a1f5a-0114-40d2-b283-08a3a07de26e} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:59:41.489253 [ 253 ] {f72a1f5a-0114-40d2-b283-08a3a07de26e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:59:41.489695 [ 253 ] {f72a1f5a-0114-40d2-b283-08a3a07de26e} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:41.489734 [ 253 ] {f72a1f5a-0114-40d2-b283-08a3a07de26e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:41.490126 [ 253 ] {f72a1f5a-0114-40d2-b283-08a3a07de26e} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.19 07:59:41.490408 [ 253 ] {f72a1f5a-0114-40d2-b283-08a3a07de26e} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:41.490547 [ 253 ] {f72a1f5a-0114-40d2-b283-08a3a07de26e} executeQuery: Read 15 rows, 1.13 KiB in 0.001356 sec., 11061.946902654867 rows/sec., 831.81 KiB/sec. 2026.03.19 07:59:41.490596 [ 253 ] {f72a1f5a-0114-40d2-b283-08a3a07de26e} TCPHandler: Processed in 0.001536504 sec. 2026.03.19 07:59:41.490717 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:41.490813 [ 253 ] {73212d90-23e2-46cb-9aba-5df0b221f471} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:59:41.490853 [ 253 ] {73212d90-23e2-46cb-9aba-5df0b221f471} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:59:41.491279 [ 253 ] {73212d90-23e2-46cb-9aba-5df0b221f471} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:41.491316 [ 253 ] {73212d90-23e2-46cb-9aba-5df0b221f471} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:41.491651 [ 253 ] {73212d90-23e2-46cb-9aba-5df0b221f471} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.19 07:59:41.491866 [ 253 ] {73212d90-23e2-46cb-9aba-5df0b221f471} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:41.491998 [ 253 ] {73212d90-23e2-46cb-9aba-5df0b221f471} executeQuery: Read 79 rows, 6.32 KiB in 0.001203 sec., 65669.1604322527 rows/sec., 5.13 MiB/sec. 2026.03.19 07:59:41.492037 [ 253 ] {73212d90-23e2-46cb-9aba-5df0b221f471} TCPHandler: Processed in 0.001370432 sec. 2026.03.19 07:59:41.492154 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:41.492250 [ 253 ] {5ec34f73-6770-41bd-9b88-64d54668d631} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:41.492293 [ 253 ] {5ec34f73-6770-41bd-9b88-64d54668d631} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:59:41.492713 [ 253 ] {5ec34f73-6770-41bd-9b88-64d54668d631} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:41.492750 [ 253 ] {5ec34f73-6770-41bd-9b88-64d54668d631} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:41.493087 [ 253 ] {5ec34f73-6770-41bd-9b88-64d54668d631} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.19 07:59:41.493307 [ 253 ] {5ec34f73-6770-41bd-9b88-64d54668d631} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:41.493441 [ 253 ] {5ec34f73-6770-41bd-9b88-64d54668d631} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2026.03.19 07:59:41.493479 [ 253 ] {5ec34f73-6770-41bd-9b88-64d54668d631} TCPHandler: Processed in 0.001374922 sec. 2026.03.19 07:59:41.493589 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:41.493684 [ 253 ] {9f859fb7-54d4-425e-a369-54a4e33debcc} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:41.493739 [ 253 ] {9f859fb7-54d4-425e-a369-54a4e33debcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:59:41.494551 [ 253 ] {9f859fb7-54d4-425e-a369-54a4e33debcc} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:41.494588 [ 253 ] {9f859fb7-54d4-425e-a369-54a4e33debcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:41.495155 [ 253 ] {9f859fb7-54d4-425e-a369-54a4e33debcc} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.19 07:59:41.495389 [ 253 ] {9f859fb7-54d4-425e-a369-54a4e33debcc} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:41.495528 [ 253 ] {9f859fb7-54d4-425e-a369-54a4e33debcc} executeQuery: Read 15 rows, 27.52 KiB in 0.001862 sec., 8055.853920515575 rows/sec., 14.44 MiB/sec. 2026.03.19 07:59:41.495583 [ 253 ] {9f859fb7-54d4-425e-a369-54a4e33debcc} TCPHandler: Processed in 0.002043322 sec. 2026.03.19 07:59:41.495698 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:41.495793 [ 253 ] {3e535867-68a3-4f1e-8de3-fcb7ce0ec9ea} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:59:41.495836 [ 253 ] {3e535867-68a3-4f1e-8de3-fcb7ce0ec9ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:59:41.496172 [ 253 ] {3e535867-68a3-4f1e-8de3-fcb7ce0ec9ea} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:41.496209 [ 253 ] {3e535867-68a3-4f1e-8de3-fcb7ce0ec9ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:41.496536 [ 253 ] {3e535867-68a3-4f1e-8de3-fcb7ce0ec9ea} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.19 07:59:41.496752 [ 253 ] {3e535867-68a3-4f1e-8de3-fcb7ce0ec9ea} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:41.496882 [ 253 ] {3e535867-68a3-4f1e-8de3-fcb7ce0ec9ea} executeQuery: Read 60 rows, 4.14 KiB in 0.001107 sec., 54200.54200542006 rows/sec., 3.65 MiB/sec. 2026.03.19 07:59:41.496918 [ 253 ] {3e535867-68a3-4f1e-8de3-fcb7ce0ec9ea} TCPHandler: Processed in 0.001269651 sec. 2026.03.19 07:59:42.154342 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2026.03.19 07:59:42.169518 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:42.169567 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:42.175687 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.19 07:59:42.176377 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:42.178933 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2026.03.19 07:59:46.137264 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1164 2026.03.19 07:59:46.139692 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.139739 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.140895 [ 242 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 07:59:46.141148 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.141305 [ 92 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 07:59:46.141400 [ 92 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.141419 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1164 2026.03.19 07:59:46.141436 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.141578 [ 189 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.19 07:59:46.142178 [ 189 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:46.142347 [ 189 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1012 rows starting from the beginning of the part 2026.03.19 07:59:46.142728 [ 189 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part 2026.03.19 07:59:46.143074 [ 189 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 30 rows starting from the beginning of the part 2026.03.19 07:59:46.143401 [ 189 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part 2026.03.19 07:59:46.143721 [ 189 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part 2026.03.19 07:59:46.144026 [ 189 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part 2026.03.19 07:59:46.150500 [ 194 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1164 rows, containing 72 columns (72 merged, 0 gathered) in 0.008981602 sec., 129598.26097838671 rows/sec., 105.67 MiB/sec. 2026.03.19 07:59:46.151824 [ 201 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 07:59:46.152342 [ 201 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_31_6} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.152419 [ 201 ] {939bd66e-0392-43e2-9699-3277434212bb::all_1_31_6} system.query_log (939bd66e-0392-43e2-9699-3277434212bb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 07:59:46.152583 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. 2026.03.19 07:59:46.487413 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:46.487693 [ 253 ] {3ba7a3d9-ae6d-4d37-be62-7bf628964b34} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:59:46.487800 [ 253 ] {3ba7a3d9-ae6d-4d37-be62-7bf628964b34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:59:46.488686 [ 253 ] {3ba7a3d9-ae6d-4d37-be62-7bf628964b34} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.488736 [ 253 ] {3ba7a3d9-ae6d-4d37-be62-7bf628964b34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.489164 [ 253 ] {3ba7a3d9-ae6d-4d37-be62-7bf628964b34} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.19 07:59:46.489402 [ 253 ] {3ba7a3d9-ae6d-4d37-be62-7bf628964b34} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.489562 [ 253 ] {3ba7a3d9-ae6d-4d37-be62-7bf628964b34} executeQuery: Read 106 rows, 9.11 KiB in 0.00195 sec., 54358.97435897436 rows/sec., 4.56 MiB/sec. 2026.03.19 07:59:46.489604 [ 253 ] {3ba7a3d9-ae6d-4d37-be62-7bf628964b34} TCPHandler: Processed in 0.002325897 sec. 2026.03.19 07:59:46.489724 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:46.489821 [ 253 ] {d4df02a6-4bf3-4960-af7e-40780be0a94e} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:59:46.489861 [ 253 ] {d4df02a6-4bf3-4960-af7e-40780be0a94e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:59:46.490265 [ 253 ] {d4df02a6-4bf3-4960-af7e-40780be0a94e} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.490302 [ 253 ] {d4df02a6-4bf3-4960-af7e-40780be0a94e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.490612 [ 253 ] {d4df02a6-4bf3-4960-af7e-40780be0a94e} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.19 07:59:46.490843 [ 253 ] {d4df02a6-4bf3-4960-af7e-40780be0a94e} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.490983 [ 253 ] {d4df02a6-4bf3-4960-af7e-40780be0a94e} executeQuery: Read 25 rows, 1.88 KiB in 0.001182 sec., 21150.592216582063 rows/sec., 1.55 MiB/sec. 2026.03.19 07:59:46.491023 [ 253 ] {d4df02a6-4bf3-4960-af7e-40780be0a94e} TCPHandler: Processed in 0.001349752 sec. 2026.03.19 07:59:46.491130 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:46.491223 [ 253 ] {04920e2e-a4c7-4a32-85ce-967822b0499a} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:59:46.491264 [ 253 ] {04920e2e-a4c7-4a32-85ce-967822b0499a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:59:46.491674 [ 253 ] {04920e2e-a4c7-4a32-85ce-967822b0499a} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.491710 [ 253 ] {04920e2e-a4c7-4a32-85ce-967822b0499a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.492020 [ 253 ] {04920e2e-a4c7-4a32-85ce-967822b0499a} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.19 07:59:46.492238 [ 253 ] {04920e2e-a4c7-4a32-85ce-967822b0499a} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.492368 [ 253 ] {04920e2e-a4c7-4a32-85ce-967822b0499a} executeQuery: Read 89 rows, 7.12 KiB in 0.001162 sec., 76592.082616179 rows/sec., 5.98 MiB/sec. 2026.03.19 07:59:46.492406 [ 253 ] {04920e2e-a4c7-4a32-85ce-967822b0499a} TCPHandler: Processed in 0.001326761 sec. 2026.03.19 07:59:46.492517 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:46.492613 [ 253 ] {a580dfac-204a-4100-8b15-a61b56609658} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:46.492657 [ 253 ] {a580dfac-204a-4100-8b15-a61b56609658} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:59:46.493055 [ 253 ] {a580dfac-204a-4100-8b15-a61b56609658} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.493093 [ 253 ] {a580dfac-204a-4100-8b15-a61b56609658} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.493426 [ 253 ] {a580dfac-204a-4100-8b15-a61b56609658} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.19 07:59:46.493641 [ 253 ] {a580dfac-204a-4100-8b15-a61b56609658} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.493774 [ 253 ] {a580dfac-204a-4100-8b15-a61b56609658} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2026.03.19 07:59:46.493812 [ 253 ] {a580dfac-204a-4100-8b15-a61b56609658} TCPHandler: Processed in 0.001344591 sec. 2026.03.19 07:59:46.493938 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:46.494059 [ 253 ] {cf3af098-f18f-42f0-b33e-614eeaa08ff0} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:46.494130 [ 253 ] {cf3af098-f18f-42f0-b33e-614eeaa08ff0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:59:46.494957 [ 253 ] {cf3af098-f18f-42f0-b33e-614eeaa08ff0} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.494994 [ 253 ] {cf3af098-f18f-42f0-b33e-614eeaa08ff0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.495551 [ 253 ] {cf3af098-f18f-42f0-b33e-614eeaa08ff0} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.19 07:59:46.495783 [ 253 ] {cf3af098-f18f-42f0-b33e-614eeaa08ff0} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.495923 [ 253 ] {cf3af098-f18f-42f0-b33e-614eeaa08ff0} executeQuery: Read 25 rows, 45.87 KiB in 0.001888 sec., 13241.525423728814 rows/sec., 23.73 MiB/sec. 2026.03.19 07:59:46.495919 [ 164 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.19 07:59:46.495988 [ 253 ] {cf3af098-f18f-42f0-b33e-614eeaa08ff0} TCPHandler: Processed in 0.002112004 sec. 2026.03.19 07:59:46.496029 [ 164 ] {} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.496071 [ 164 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.496106 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:46.496209 [ 253 ] {83224d3d-0752-4692-90d6-bb4f96cd293c} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:59:46.496213 [ 194 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.03.19 07:59:46.496250 [ 253 ] {83224d3d-0752-4692-90d6-bb4f96cd293c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:59:46.496484 [ 194 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:46.496556 [ 194 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1028 rows starting from the beginning of the part 2026.03.19 07:59:46.496569 [ 253 ] {83224d3d-0752-4692-90d6-bb4f96cd293c} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.496606 [ 253 ] {83224d3d-0752-4692-90d6-bb4f96cd293c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.496699 [ 194 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 25 rows starting from the beginning of the part 2026.03.19 07:59:46.496822 [ 194 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 15 rows starting from the beginning of the part 2026.03.19 07:59:46.496910 [ 253 ] {83224d3d-0752-4692-90d6-bb4f96cd293c} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.19 07:59:46.496931 [ 194 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 25 rows starting from the beginning of the part 2026.03.19 07:59:46.497115 [ 194 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 15 rows starting from the beginning of the part 2026.03.19 07:59:46.497203 [ 253 ] {83224d3d-0752-4692-90d6-bb4f96cd293c} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.497234 [ 194 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 25 rows starting from the beginning of the part 2026.03.19 07:59:46.497345 [ 253 ] {83224d3d-0752-4692-90d6-bb4f96cd293c} executeQuery: Read 60 rows, 4.14 KiB in 0.001145 sec., 52401.74672489083 rows/sec., 3.53 MiB/sec. 2026.03.19 07:59:46.497387 [ 253 ] {83224d3d-0752-4692-90d6-bb4f96cd293c} TCPHandler: Processed in 0.001329041 sec. 2026.03.19 07:59:46.504891 [ 201 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1133 rows, containing 19 columns (19 merged, 0 gathered) in 0.008732589 sec., 129743.88236982182 rows/sec., 232.50 MiB/sec. 2026.03.19 07:59:46.505996 [ 190 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.19 07:59:46.506341 [ 190 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_56_11} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.506422 [ 190 ] {511847b0-8b74-41eb-81fe-ee9016c819c9::all_1_56_11} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.19 07:59:46.506519 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.41 MiB. 2026.03.19 07:59:46.767976 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:46.768165 [ 253 ] {299494e0-bbd2-4b05-a568-6f0599a17b16} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 07:59:46.768233 [ 253 ] {299494e0-bbd2-4b05-a568-6f0599a17b16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 07:59:46.768973 [ 253 ] {299494e0-bbd2-4b05-a568-6f0599a17b16} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.769021 [ 253 ] {299494e0-bbd2-4b05-a568-6f0599a17b16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.769433 [ 253 ] {299494e0-bbd2-4b05-a568-6f0599a17b16} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 07:59:46.769658 [ 253 ] {299494e0-bbd2-4b05-a568-6f0599a17b16} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.769806 [ 164 ] {} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.03.19 07:59:46.769813 [ 253 ] {299494e0-bbd2-4b05-a568-6f0599a17b16} executeQuery: Read 284 rows, 18.47 KiB in 0.001694 sec., 167650.53128689493 rows/sec., 10.65 MiB/sec. 2026.03.19 07:59:46.769878 [ 164 ] {} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.769904 [ 253 ] {299494e0-bbd2-4b05-a568-6f0599a17b16} TCPHandler: Processed in 0.002041382 sec. 2026.03.19 07:59:46.769907 [ 164 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.770035 [ 199 ] {09e016e9-ab95-4948-9b4e-7901a692885f::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.19 07:59:46.770040 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:46.770153 [ 199 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:46.770162 [ 253 ] {7cfc3623-c9c4-4319-a985-3cf2a6648031} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 07:59:46.770188 [ 199 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 308 rows starting from the beginning of the part 2026.03.19 07:59:46.770206 [ 253 ] {7cfc3623-c9c4-4319-a985-3cf2a6648031} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 07:59:46.770259 [ 199 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2026.03.19 07:59:46.770321 [ 199 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2026.03.19 07:59:46.770370 [ 199 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2026.03.19 07:59:46.770418 [ 199 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2026.03.19 07:59:46.770467 [ 199 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 284 rows starting from the beginning of the part 2026.03.19 07:59:46.770625 [ 253 ] {7cfc3623-c9c4-4319-a985-3cf2a6648031} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.770662 [ 253 ] {7cfc3623-c9c4-4319-a985-3cf2a6648031} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.770986 [ 253 ] {7cfc3623-c9c4-4319-a985-3cf2a6648031} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 07:59:46.771207 [ 253 ] {7cfc3623-c9c4-4319-a985-3cf2a6648031} oximeter.fields_ipaddr (7e366301-b1fa-4b63-81f2-4e5bdaeaa7a5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.771339 [ 192 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 688 rows, containing 5 columns (5 merged, 0 gathered) in 0.001352121 sec., 508830.2008474094 rows/sec., 35.99 MiB/sec. 2026.03.19 07:59:46.771349 [ 253 ] {7cfc3623-c9c4-4319-a985-3cf2a6648031} executeQuery: Read 16 rows, 1.30 KiB in 0.001208 sec., 13245.03311258278 rows/sec., 1.05 MiB/sec. 2026.03.19 07:59:46.771406 [ 253 ] {7cfc3623-c9c4-4319-a985-3cf2a6648031} TCPHandler: Processed in 0.001416732 sec. 2026.03.19 07:59:46.771512 [ 195 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.03.19 07:59:46.771532 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:46.771659 [ 253 ] {3d4039b7-fea3-4994-8264-1c7abe1ad46a} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:59:46.771709 [ 253 ] {3d4039b7-fea3-4994-8264-1c7abe1ad46a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:59:46.771812 [ 195 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_15_3} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f): 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.19 07:59:46.771886 [ 195 ] {09e016e9-ab95-4948-9b4e-7901a692885f::all_1_15_3} oximeter.fields_i16 (09e016e9-ab95-4948-9b4e-7901a692885f) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.03.19 07:59:46.771955 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.03.19 07:59:46.773467 [ 253 ] {3d4039b7-fea3-4994-8264-1c7abe1ad46a} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.773504 [ 253 ] {3d4039b7-fea3-4994-8264-1c7abe1ad46a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.774007 [ 253 ] {3d4039b7-fea3-4994-8264-1c7abe1ad46a} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.19 07:59:46.774232 [ 253 ] {3d4039b7-fea3-4994-8264-1c7abe1ad46a} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.774357 [ 164 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.19 07:59:46.774366 [ 253 ] {3d4039b7-fea3-4994-8264-1c7abe1ad46a} executeQuery: Read 2719 rows, 212.15 KiB in 0.002733 sec., 994877.4240761067 rows/sec., 75.80 MiB/sec. 2026.03.19 07:59:46.774407 [ 164 ] {} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.774426 [ 253 ] {3d4039b7-fea3-4994-8264-1c7abe1ad46a} MemoryTracker: Peak memory usage (for query): 4.06 MiB. 2026.03.19 07:59:46.774438 [ 164 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.774446 [ 253 ] {3d4039b7-fea3-4994-8264-1c7abe1ad46a} TCPHandler: Processed in 0.002976568 sec. 2026.03.19 07:59:46.774526 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.03.19 07:59:46.774574 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:46.774610 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:46.774634 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2887 rows starting from the beginning of the part 2026.03.19 07:59:46.774669 [ 253 ] {4eafcf29-fa94-4fa5-b106-c7c9454d688e} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:59:46.774680 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 86 rows starting from the beginning of the part 2026.03.19 07:59:46.774711 [ 253 ] {4eafcf29-fa94-4fa5-b106-c7c9454d688e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:59:46.774722 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 227 rows starting from the beginning of the part 2026.03.19 07:59:46.774756 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 86 rows starting from the beginning of the part 2026.03.19 07:59:46.774789 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 106 rows starting from the beginning of the part 2026.03.19 07:59:46.774824 [ 199 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 2719 rows starting from the beginning of the part 2026.03.19 07:59:46.775206 [ 253 ] {4eafcf29-fa94-4fa5-b106-c7c9454d688e} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.775241 [ 253 ] {4eafcf29-fa94-4fa5-b106-c7c9454d688e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.775559 [ 253 ] {4eafcf29-fa94-4fa5-b106-c7c9454d688e} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.19 07:59:46.775778 [ 253 ] {4eafcf29-fa94-4fa5-b106-c7c9454d688e} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.775915 [ 253 ] {4eafcf29-fa94-4fa5-b106-c7c9454d688e} executeQuery: Read 184 rows, 11.61 KiB in 0.001264 sec., 145569.62025316455 rows/sec., 8.97 MiB/sec. 2026.03.19 07:59:46.775953 [ 253 ] {4eafcf29-fa94-4fa5-b106-c7c9454d688e} TCPHandler: Processed in 0.001429262 sec. 2026.03.19 07:59:46.776073 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:46.776174 [ 253 ] {a36bc92a-ef43-438c-80b9-0b8fc3557088} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 07:59:46.776214 [ 253 ] {a36bc92a-ef43-438c-80b9-0b8fc3557088} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 07:59:46.776795 [ 200 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 6111 rows, containing 5 columns (5 merged, 0 gathered) in 0.002297427 sec., 2659932.1762998346 rows/sec., 216.21 MiB/sec. 2026.03.19 07:59:46.776917 [ 253 ] {a36bc92a-ef43-438c-80b9-0b8fc3557088} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.776959 [ 253 ] {a36bc92a-ef43-438c-80b9-0b8fc3557088} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.777102 [ 195 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.19 07:59:46.777313 [ 253 ] {a36bc92a-ef43-438c-80b9-0b8fc3557088} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 07:59:46.777382 [ 195 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_71_14} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.777463 [ 195 ] {ec0ceb2f-248a-491b-b934-9eb2fddac209::all_1_71_14} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.19 07:59:46.777521 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. 2026.03.19 07:59:46.777538 [ 253 ] {a36bc92a-ef43-438c-80b9-0b8fc3557088} oximeter.fields_u32 (0e013068-29ac-4491-88d0-04a52c3ac46c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.777668 [ 253 ] {a36bc92a-ef43-438c-80b9-0b8fc3557088} executeQuery: Read 857 rows, 52.15 KiB in 0.001513 sec., 566424.3225380039 rows/sec., 33.66 MiB/sec. 2026.03.19 07:59:46.777706 [ 253 ] {a36bc92a-ef43-438c-80b9-0b8fc3557088} TCPHandler: Processed in 0.001684976 sec. 2026.03.19 07:59:46.777823 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:46.777918 [ 253 ] {fbe1898a-9348-487a-a2d6-aef69c9dfa70} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 07:59:46.777957 [ 253 ] {fbe1898a-9348-487a-a2d6-aef69c9dfa70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 07:59:46.778348 [ 253 ] {fbe1898a-9348-487a-a2d6-aef69c9dfa70} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.778384 [ 253 ] {fbe1898a-9348-487a-a2d6-aef69c9dfa70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.778669 [ 253 ] {fbe1898a-9348-487a-a2d6-aef69c9dfa70} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 07:59:46.778880 [ 253 ] {fbe1898a-9348-487a-a2d6-aef69c9dfa70} oximeter.fields_u64 (7f4189e0-d2c5-43b7-9f8e-7b45a7b65eec): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.779013 [ 253 ] {fbe1898a-9348-487a-a2d6-aef69c9dfa70} executeQuery: Read 1 rows, 72.00 B in 0.001113 sec., 898.4725965858041 rows/sec., 63.17 KiB/sec. 2026.03.19 07:59:46.779051 [ 253 ] {fbe1898a-9348-487a-a2d6-aef69c9dfa70} TCPHandler: Processed in 0.001277151 sec. 2026.03.19 07:59:46.779160 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:46.779253 [ 253 ] {b1904f50-365e-4b91-bd34-3f8bf9001c63} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 07:59:46.779292 [ 253 ] {b1904f50-365e-4b91-bd34-3f8bf9001c63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 07:59:46.779740 [ 253 ] {b1904f50-365e-4b91-bd34-3f8bf9001c63} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.779775 [ 253 ] {b1904f50-365e-4b91-bd34-3f8bf9001c63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.780080 [ 253 ] {b1904f50-365e-4b91-bd34-3f8bf9001c63} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 07:59:46.780297 [ 253 ] {b1904f50-365e-4b91-bd34-3f8bf9001c63} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.780408 [ 164 ] {} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.03.19 07:59:46.780422 [ 253 ] {b1904f50-365e-4b91-bd34-3f8bf9001c63} executeQuery: Read 148 rows, 8.62 KiB in 0.001187 sec., 124684.07750631846 rows/sec., 7.09 MiB/sec. 2026.03.19 07:59:46.780451 [ 164 ] {} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.780473 [ 253 ] {b1904f50-365e-4b91-bd34-3f8bf9001c63} TCPHandler: Processed in 0.001361802 sec. 2026.03.19 07:59:46.780477 [ 164 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.780584 [ 196 ] {f8bcf862-919a-46f9-9f5b-ede930459110::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.19 07:59:46.780603 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:46.780704 [ 253 ] {7c9835c5-19d5-4d6d-9762-1354a47d76a1} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:59:46.780707 [ 196 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:46.780746 [ 253 ] {7c9835c5-19d5-4d6d-9762-1354a47d76a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:59:46.780755 [ 196 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 160 rows starting from the beginning of the part 2026.03.19 07:59:46.780847 [ 196 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2026.03.19 07:59:46.780919 [ 196 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part 2026.03.19 07:59:46.780970 [ 196 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part 2026.03.19 07:59:46.781011 [ 196 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part 2026.03.19 07:59:46.781050 [ 196 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 148 rows starting from the beginning of the part 2026.03.19 07:59:46.781660 [ 253 ] {7c9835c5-19d5-4d6d-9762-1354a47d76a1} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.781701 [ 253 ] {7c9835c5-19d5-4d6d-9762-1354a47d76a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.781918 [ 195 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 356 rows, containing 5 columns (5 merged, 0 gathered) in 0.001374362 sec., 259029.2804952407 rows/sec., 16.57 MiB/sec. 2026.03.19 07:59:46.782071 [ 200 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.03.19 07:59:46.782080 [ 253 ] {7c9835c5-19d5-4d6d-9762-1354a47d76a1} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.19 07:59:46.782388 [ 253 ] {7c9835c5-19d5-4d6d-9762-1354a47d76a1} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.782408 [ 200 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_15_3} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110): 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.19 07:59:46.782487 [ 200 ] {f8bcf862-919a-46f9-9f5b-ede930459110::all_1_15_3} oximeter.fields_u8 (f8bcf862-919a-46f9-9f5b-ede930459110) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.03.19 07:59:46.782514 [ 164 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.19 07:59:46.782523 [ 253 ] {7c9835c5-19d5-4d6d-9762-1354a47d76a1} executeQuery: Read 1468 rows, 103.79 KiB in 0.001836 sec., 799564.2701525055 rows/sec., 55.21 MiB/sec. 2026.03.19 07:59:46.782554 [ 164 ] {} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.782561 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.19 07:59:46.782577 [ 253 ] {7c9835c5-19d5-4d6d-9762-1354a47d76a1} TCPHandler: Processed in 0.002023023 sec. 2026.03.19 07:59:46.782580 [ 164 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.782662 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.03.19 07:59:46.782705 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:46.782738 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:46.782767 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1549 rows starting from the beginning of the part 2026.03.19 07:59:46.782814 [ 253 ] {47d75cf9-359d-4117-adf0-5e28a02d95f6} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.19 07:59:46.782815 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 79 rows starting from the beginning of the part 2026.03.19 07:59:46.782866 [ 253 ] {47d75cf9-359d-4117-adf0-5e28a02d95f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.19 07:59:46.782879 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 127 rows starting from the beginning of the part 2026.03.19 07:59:46.782923 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 79 rows starting from the beginning of the part 2026.03.19 07:59:46.782958 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 89 rows starting from the beginning of the part 2026.03.19 07:59:46.782995 [ 200 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1468 rows starting from the beginning of the part 2026.03.19 07:59:46.783225 [ 253 ] {47d75cf9-359d-4117-adf0-5e28a02d95f6} oximeter.measurements_bool (8502e53d-3e88-4bfb-a99f-872e242c3011): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.783266 [ 253 ] {47d75cf9-359d-4117-adf0-5e28a02d95f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.783608 [ 253 ] {47d75cf9-359d-4117-adf0-5e28a02d95f6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 07:59:46.783831 [ 253 ] {47d75cf9-359d-4117-adf0-5e28a02d95f6} oximeter.measurements_bool (8502e53d-3e88-4bfb-a99f-872e242c3011): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.783966 [ 253 ] {47d75cf9-359d-4117-adf0-5e28a02d95f6} executeQuery: Read 6 rows, 321.00 B in 0.001171 sec., 5123.825789923143 rows/sec., 267.70 KiB/sec. 2026.03.19 07:59:46.784004 [ 253 ] {47d75cf9-359d-4117-adf0-5e28a02d95f6} TCPHandler: Processed in 0.001350311 sec. 2026.03.19 07:59:46.784114 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:46.784182 [ 195 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3391 rows, containing 5 columns (5 merged, 0 gathered) in 0.001545374 sec., 2194290.831863355 rows/sec., 163.03 MiB/sec. 2026.03.19 07:59:46.784207 [ 253 ] {481d8e6a-b207-4cf4-ba95-4896f062bb28} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:46.784251 [ 253 ] {481d8e6a-b207-4cf4-ba95-4896f062bb28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:59:46.784420 [ 193 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.19 07:59:46.784740 [ 193 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_71_14} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.784829 [ 193 ] {eecd753f-efea-4b81-a638-16492a98b13a::all_1_71_14} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.19 07:59:46.784907 [ 253 ] {481d8e6a-b207-4cf4-ba95-4896f062bb28} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.784929 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.03.19 07:59:46.784950 [ 253 ] {481d8e6a-b207-4cf4-ba95-4896f062bb28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.785376 [ 253 ] {481d8e6a-b207-4cf4-ba95-4896f062bb28} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.19 07:59:46.785592 [ 253 ] {481d8e6a-b207-4cf4-ba95-4896f062bb28} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.785719 [ 164 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.19 07:59:46.785724 [ 253 ] {481d8e6a-b207-4cf4-ba95-4896f062bb28} executeQuery: Read 1330 rows, 85.10 KiB in 0.001535 sec., 866449.5114006515 rows/sec., 54.14 MiB/sec. 2026.03.19 07:59:46.785763 [ 164 ] {} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.785785 [ 253 ] {481d8e6a-b207-4cf4-ba95-4896f062bb28} TCPHandler: Processed in 0.001721398 sec. 2026.03.19 07:59:46.785788 [ 164 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.785876 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.03.19 07:59:46.785918 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:46.785964 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:46.785993 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 22003 rows starting from the beginning of the part 2026.03.19 07:59:46.786020 [ 253 ] {d9596d78-69e7-439f-954e-2c5b106b56a3} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.19 07:59:46.786036 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part 2026.03.19 07:59:46.786067 [ 253 ] {d9596d78-69e7-439f-954e-2c5b106b56a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.19 07:59:46.786077 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 197 rows starting from the beginning of the part 2026.03.19 07:59:46.786122 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part 2026.03.19 07:59:46.786157 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part 2026.03.19 07:59:46.786191 [ 200 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1330 rows starting from the beginning of the part 2026.03.19 07:59:46.786403 [ 253 ] {d9596d78-69e7-439f-954e-2c5b106b56a3} oximeter.measurements_f64 (715f0e5a-6a86-4139-adcd-92ecd18d02ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.786442 [ 253 ] {d9596d78-69e7-439f-954e-2c5b106b56a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.786780 [ 253 ] {d9596d78-69e7-439f-954e-2c5b106b56a3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 07:59:46.787000 [ 253 ] {d9596d78-69e7-439f-954e-2c5b106b56a3} oximeter.measurements_f64 (715f0e5a-6a86-4139-adcd-92ecd18d02ff): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.787106 [ 164 ] {} oximeter.measurements_f64 (715f0e5a-6a86-4139-adcd-92ecd18d02ff) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.19 07:59:46.787139 [ 164 ] {} oximeter.measurements_f64 (715f0e5a-6a86-4139-adcd-92ecd18d02ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.787144 [ 253 ] {d9596d78-69e7-439f-954e-2c5b106b56a3} executeQuery: Read 1 rows, 69.00 B in 0.001142 sec., 875.6567425569177 rows/sec., 59.00 KiB/sec. 2026.03.19 07:59:46.787159 [ 164 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.787191 [ 253 ] {d9596d78-69e7-439f-954e-2c5b106b56a3} TCPHandler: Processed in 0.001322671 sec. 2026.03.19 07:59:46.787240 [ 195 ] {715f0e5a-6a86-4139-adcd-92ecd18d02ff::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.03.19 07:59:46.787309 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:46.787320 [ 195 ] {715f0e5a-6a86-4139-adcd-92ecd18d02ff::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:46.787349 [ 195 ] {715f0e5a-6a86-4139-adcd-92ecd18d02ff::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.03.19 07:59:46.787395 [ 195 ] {715f0e5a-6a86-4139-adcd-92ecd18d02ff::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.03.19 07:59:46.787404 [ 253 ] {8985934d-dcb3-4abb-8241-a140e30743c8} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:46.787435 [ 195 ] {715f0e5a-6a86-4139-adcd-92ecd18d02ff::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.03.19 07:59:46.787461 [ 253 ] {8985934d-dcb3-4abb-8241-a140e30743c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:59:46.787472 [ 195 ] {715f0e5a-6a86-4139-adcd-92ecd18d02ff::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.03.19 07:59:46.787509 [ 195 ] {715f0e5a-6a86-4139-adcd-92ecd18d02ff::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.03.19 07:59:46.788282 [ 253 ] {8985934d-dcb3-4abb-8241-a140e30743c8} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.788318 [ 253 ] {8985934d-dcb3-4abb-8241-a140e30743c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.789141 [ 253 ] {8985934d-dcb3-4abb-8241-a140e30743c8} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.19 07:59:46.789383 [ 253 ] {8985934d-dcb3-4abb-8241-a140e30743c8} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.789537 [ 253 ] {8985934d-dcb3-4abb-8241-a140e30743c8} executeQuery: Read 26 rows, 47.71 KiB in 0.00215 sec., 12093.023255813954 rows/sec., 21.67 MiB/sec. 2026.03.19 07:59:46.789594 [ 253 ] {8985934d-dcb3-4abb-8241-a140e30743c8} TCPHandler: Processed in 0.002335247 sec. 2026.03.19 07:59:46.789735 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:46.789829 [ 253 ] {173409a6-4994-4a4b-bca0-ff3af4433626} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:59:46.789871 [ 253 ] {173409a6-4994-4a4b-bca0-ff3af4433626} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:59:46.790211 [ 253 ] {173409a6-4994-4a4b-bca0-ff3af4433626} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.790248 [ 253 ] {173409a6-4994-4a4b-bca0-ff3af4433626} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.790556 [ 253 ] {173409a6-4994-4a4b-bca0-ff3af4433626} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.19 07:59:46.790775 [ 253 ] {173409a6-4994-4a4b-bca0-ff3af4433626} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.790901 [ 164 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.19 07:59:46.790921 [ 253 ] {173409a6-4994-4a4b-bca0-ff3af4433626} executeQuery: Read 42 rows, 2.45 KiB in 0.00111 sec., 37837.83783783783 rows/sec., 2.16 MiB/sec. 2026.03.19 07:59:46.790939 [ 164 ] {} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:46.790965 [ 164 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:46.790967 [ 253 ] {173409a6-4994-4a4b-bca0-ff3af4433626} TCPHandler: Processed in 0.001281831 sec. 2026.03.19 07:59:46.791048 [ 188 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.03.19 07:59:46.791152 [ 188 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 07:59:46.791179 [ 188 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3480 rows starting from the beginning of the part 2026.03.19 07:59:46.791237 [ 188 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part 2026.03.19 07:59:46.791282 [ 188 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part 2026.03.19 07:59:46.791322 [ 188 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part 2026.03.19 07:59:46.791363 [ 188 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part 2026.03.19 07:59:46.791403 [ 188 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 42 rows starting from the beginning of the part 2026.03.19 07:59:46.792178 [ 186 ] {715f0e5a-6a86-4139-adcd-92ecd18d02ff::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.004965469 sec., 1006.954227284472 rows/sec., 67.85 KiB/sec. 2026.03.19 07:59:46.792309 [ 187 ] {715f0e5a-6a86-4139-adcd-92ecd18d02ff::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.19 07:59:46.792593 [ 187 ] {715f0e5a-6a86-4139-adcd-92ecd18d02ff::all_1_5_1} oximeter.measurements_f64 (715f0e5a-6a86-4139-adcd-92ecd18d02ff): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.792658 [ 187 ] {715f0e5a-6a86-4139-adcd-92ecd18d02ff::all_1_5_1} oximeter.measurements_f64 (715f0e5a-6a86-4139-adcd-92ecd18d02ff) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.19 07:59:46.792725 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.03.19 07:59:46.793468 [ 187 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3762 rows, containing 4 columns (4 merged, 0 gathered) in 0.002454339 sec., 1532795.5918069999 rows/sec., 102.42 MiB/sec. 2026.03.19 07:59:46.793862 [ 187 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.19 07:59:46.794113 [ 187 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_71_14} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.794183 [ 187 ] {ce3049e0-82b2-4bb7-a8b9-95d1968730cd::all_1_71_14} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.19 07:59:46.794264 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.03.19 07:59:46.802047 [ 186 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 24010 rows, containing 5 columns (5 merged, 0 gathered) in 0.016194868 sec., 1482568.428467586 rows/sec., 97.39 MiB/sec. 2026.03.19 07:59:46.802521 [ 187 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.19 07:59:46.802798 [ 187 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_71_14} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:46.802872 [ 187 ] {2e35c454-383e-4202-9722-b3432fb0da55::all_1_71_14} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.19 07:59:46.802965 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.03.19 07:59:47.000206 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 303.51 MiB, peak 313.74 MiB, free memory in arenas 0.00 B, will set to 310.05 MiB (RSS), difference: 6.54 MiB 2026.03.19 07:59:48.580898 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20504 2026.03.19 07:59:48.581901 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:48.581960 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:48.582466 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.19 07:59:48.582700 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:48.582837 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20504 2026.03.19 07:59:49.679916 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2026.03.19 07:59:49.696634 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:49.696690 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.19 07:59:49.702761 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.19 07:59:49.703500 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:49.706538 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2026.03.19 07:59:51.484127 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:51.484341 [ 253 ] {df25b2cd-3c36-4edf-884d-bce57dafa5d3} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:59:51.484411 [ 253 ] {df25b2cd-3c36-4edf-884d-bce57dafa5d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:59:51.485121 [ 253 ] {df25b2cd-3c36-4edf-884d-bce57dafa5d3} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:51.485167 [ 253 ] {df25b2cd-3c36-4edf-884d-bce57dafa5d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.19 07:59:51.485584 [ 253 ] {df25b2cd-3c36-4edf-884d-bce57dafa5d3} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.19 07:59:51.485843 [ 253 ] {df25b2cd-3c36-4edf-884d-bce57dafa5d3} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:51.486014 [ 253 ] {df25b2cd-3c36-4edf-884d-bce57dafa5d3} executeQuery: Read 56 rows, 4.41 KiB in 0.001703 sec., 32883.14738696418 rows/sec., 2.53 MiB/sec. 2026.03.19 07:59:51.486065 [ 253 ] {df25b2cd-3c36-4edf-884d-bce57dafa5d3} TCPHandler: Processed in 0.002066423 sec. 2026.03.19 07:59:51.486191 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:51.486296 [ 253 ] {e24fcb4e-2de0-496e-ac54-4dfdf8faab27} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:59:51.486339 [ 253 ] {e24fcb4e-2de0-496e-ac54-4dfdf8faab27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:59:51.486776 [ 253 ] {e24fcb4e-2de0-496e-ac54-4dfdf8faab27} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:51.486815 [ 253 ] {e24fcb4e-2de0-496e-ac54-4dfdf8faab27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.19 07:59:51.487145 [ 253 ] {e24fcb4e-2de0-496e-ac54-4dfdf8faab27} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.19 07:59:51.487371 [ 253 ] {e24fcb4e-2de0-496e-ac54-4dfdf8faab27} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:51.487511 [ 253 ] {e24fcb4e-2de0-496e-ac54-4dfdf8faab27} executeQuery: Read 64 rows, 5.12 KiB in 0.001238 sec., 51696.284329563816 rows/sec., 4.04 MiB/sec. 2026.03.19 07:59:51.487550 [ 253 ] {e24fcb4e-2de0-496e-ac54-4dfdf8faab27} TCPHandler: Processed in 0.001410792 sec. 2026.03.19 07:59:51.487784 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:51.487907 [ 253 ] {4bc93d5c-640e-4cd6-8e1a-5f62d6b9beec} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:51.487961 [ 253 ] {4bc93d5c-640e-4cd6-8e1a-5f62d6b9beec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:59:51.488409 [ 253 ] {4bc93d5c-640e-4cd6-8e1a-5f62d6b9beec} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:51.488448 [ 253 ] {4bc93d5c-640e-4cd6-8e1a-5f62d6b9beec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.19 07:59:51.488775 [ 253 ] {4bc93d5c-640e-4cd6-8e1a-5f62d6b9beec} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.19 07:59:51.489049 [ 253 ] {4bc93d5c-640e-4cd6-8e1a-5f62d6b9beec} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:51.489184 [ 253 ] {4bc93d5c-640e-4cd6-8e1a-5f62d6b9beec} executeQuery: Read 128 rows, 9.13 KiB in 0.001301 sec., 98385.85703305149 rows/sec., 6.85 MiB/sec. 2026.03.19 07:59:51.489223 [ 253 ] {4bc93d5c-640e-4cd6-8e1a-5f62d6b9beec} TCPHandler: Processed in 0.001509874 sec. 2026.03.19 07:59:51.489337 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:51.489434 [ 253 ] {5b2b8716-7065-4015-9250-cf19c3171ecf} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:59:51.489477 [ 253 ] {5b2b8716-7065-4015-9250-cf19c3171ecf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:59:51.489811 [ 253 ] {5b2b8716-7065-4015-9250-cf19c3171ecf} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:51.489847 [ 253 ] {5b2b8716-7065-4015-9250-cf19c3171ecf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.19 07:59:51.490149 [ 253 ] {5b2b8716-7065-4015-9250-cf19c3171ecf} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.19 07:59:51.490369 [ 253 ] {5b2b8716-7065-4015-9250-cf19c3171ecf} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:51.490503 [ 253 ] {5b2b8716-7065-4015-9250-cf19c3171ecf} executeQuery: Read 48 rows, 3.31 KiB in 0.001087 sec., 44158.23367065317 rows/sec., 2.98 MiB/sec. 2026.03.19 07:59:51.490539 [ 253 ] {5b2b8716-7065-4015-9250-cf19c3171ecf} TCPHandler: Processed in 0.001251739 sec. 2026.03.19 07:59:55.964277 [ 144 ] {} DNSResolver: Updating DNS cache 2026.03.19 07:59:55.964348 [ 144 ] {} DNSResolver: Updated DNS cache 2026.03.19 07:59:56.083893 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21016 2026.03.19 07:59:56.084438 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:56.084482 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.19 07:59:56.085015 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.19 07:59:56.085267 [ 243 ] {} system.asynchronous_metric_log (f79d55ba-21cf-45cc-af1d-93c4ff84cd94): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:56.085408 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21016 2026.03.19 07:59:56.141622 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1210 2026.03.19 07:59:56.144489 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:56.144547 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.19 07:59:56.145790 [ 242 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 07:59:56.146076 [ 242 ] {} system.query_log (939bd66e-0392-43e2-9699-3277434212bb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:56.146440 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1210 2026.03.19 07:59:56.487528 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:56.487738 [ 253 ] {65b3e1af-fce6-454a-9afa-7727d825286a} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 07:59:56.487806 [ 253 ] {65b3e1af-fce6-454a-9afa-7727d825286a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 07:59:56.488477 [ 253 ] {65b3e1af-fce6-454a-9afa-7727d825286a} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:56.488529 [ 253 ] {65b3e1af-fce6-454a-9afa-7727d825286a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.19 07:59:56.488960 [ 253 ] {65b3e1af-fce6-454a-9afa-7727d825286a} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.19 07:59:56.489209 [ 253 ] {65b3e1af-fce6-454a-9afa-7727d825286a} oximeter.fields_string (ec0ceb2f-248a-491b-b934-9eb2fddac209): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:56.489368 [ 253 ] {65b3e1af-fce6-454a-9afa-7727d825286a} executeQuery: Read 106 rows, 9.11 KiB in 0.00168 sec., 63095.23809523809 rows/sec., 5.30 MiB/sec. 2026.03.19 07:59:56.489411 [ 253 ] {65b3e1af-fce6-454a-9afa-7727d825286a} TCPHandler: Processed in 0.002028072 sec. 2026.03.19 07:59:56.489530 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:56.489628 [ 253 ] {019d15d6-1223-45e2-80cd-2a06a6a17c85} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 07:59:56.489669 [ 253 ] {019d15d6-1223-45e2-80cd-2a06a6a17c85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 07:59:56.490084 [ 253 ] {019d15d6-1223-45e2-80cd-2a06a6a17c85} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:56.490122 [ 253 ] {019d15d6-1223-45e2-80cd-2a06a6a17c85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.19 07:59:56.490428 [ 253 ] {019d15d6-1223-45e2-80cd-2a06a6a17c85} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.19 07:59:56.490649 [ 253 ] {019d15d6-1223-45e2-80cd-2a06a6a17c85} oximeter.fields_u16 (f9fc4b95-2a2b-47ec-adab-dcd297d42dbb): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:56.490785 [ 253 ] {019d15d6-1223-45e2-80cd-2a06a6a17c85} executeQuery: Read 25 rows, 1.88 KiB in 0.001176 sec., 21258.503401360544 rows/sec., 1.56 MiB/sec. 2026.03.19 07:59:56.490824 [ 253 ] {019d15d6-1223-45e2-80cd-2a06a6a17c85} TCPHandler: Processed in 0.001346011 sec. 2026.03.19 07:59:56.490935 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:56.491041 [ 253 ] {16d433b6-9f47-4b8c-a09b-1e4aef49f9da} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 07:59:56.491084 [ 253 ] {16d433b6-9f47-4b8c-a09b-1e4aef49f9da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 07:59:56.491507 [ 253 ] {16d433b6-9f47-4b8c-a09b-1e4aef49f9da} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:56.491544 [ 253 ] {16d433b6-9f47-4b8c-a09b-1e4aef49f9da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.19 07:59:56.491876 [ 253 ] {16d433b6-9f47-4b8c-a09b-1e4aef49f9da} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.19 07:59:56.492099 [ 253 ] {16d433b6-9f47-4b8c-a09b-1e4aef49f9da} oximeter.fields_uuid (eecd753f-efea-4b81-a638-16492a98b13a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:56.492236 [ 253 ] {16d433b6-9f47-4b8c-a09b-1e4aef49f9da} executeQuery: Read 89 rows, 7.12 KiB in 0.001213 sec., 73371.80544105523 rows/sec., 5.73 MiB/sec. 2026.03.19 07:59:56.492275 [ 253 ] {16d433b6-9f47-4b8c-a09b-1e4aef49f9da} TCPHandler: Processed in 0.001392712 sec. 2026.03.19 07:59:56.492388 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:56.492485 [ 253 ] {f308ed20-4f91-4109-be2f-3955bb3ebe71} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:56.492529 [ 253 ] {f308ed20-4f91-4109-be2f-3955bb3ebe71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 07:59:56.492937 [ 253 ] {f308ed20-4f91-4109-be2f-3955bb3ebe71} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:56.492973 [ 253 ] {f308ed20-4f91-4109-be2f-3955bb3ebe71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.19 07:59:56.493313 [ 253 ] {f308ed20-4f91-4109-be2f-3955bb3ebe71} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.19 07:59:56.493522 [ 253 ] {f308ed20-4f91-4109-be2f-3955bb3ebe71} oximeter.measurements_cumulativeu64 (2e35c454-383e-4202-9722-b3432fb0da55): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:56.493659 [ 253 ] {f308ed20-4f91-4109-be2f-3955bb3ebe71} executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. 2026.03.19 07:59:56.493698 [ 253 ] {f308ed20-4f91-4109-be2f-3955bb3ebe71} TCPHandler: Processed in 0.001360941 sec. 2026.03.19 07:59:56.493807 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:56.493903 [ 253 ] {66061025-e9ef-414d-8b88-6b83be703d97} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 07:59:56.493957 [ 253 ] {66061025-e9ef-414d-8b88-6b83be703d97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.19 07:59:56.494738 [ 253 ] {66061025-e9ef-414d-8b88-6b83be703d97} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:56.494775 [ 253 ] {66061025-e9ef-414d-8b88-6b83be703d97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.19 07:59:56.495309 [ 253 ] {66061025-e9ef-414d-8b88-6b83be703d97} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.19 07:59:56.495534 [ 253 ] {66061025-e9ef-414d-8b88-6b83be703d97} oximeter.measurements_histogramu64 (511847b0-8b74-41eb-81fe-ee9016c819c9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:56.495682 [ 253 ] {66061025-e9ef-414d-8b88-6b83be703d97} executeQuery: Read 25 rows, 45.87 KiB in 0.001796 sec., 13919.821826280622 rows/sec., 24.94 MiB/sec. 2026.03.19 07:59:56.495744 [ 253 ] {66061025-e9ef-414d-8b88-6b83be703d97} TCPHandler: Processed in 0.001985852 sec. 2026.03.19 07:59:56.495855 [ 253 ] {} TCP-Session: 7b852381-b73a-4e73-a5bf-7a08e20192c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 07:59:56.495952 [ 253 ] {bdb4486b-2c51-408a-b543-28924ac1a683} executeQuery: (from [fd00:1122:3344:101::d]:62080) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 07:59:56.495994 [ 253 ] {bdb4486b-2c51-408a-b543-28924ac1a683} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 07:59:56.496337 [ 253 ] {bdb4486b-2c51-408a-b543-28924ac1a683} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:56.496372 [ 253 ] {bdb4486b-2c51-408a-b543-28924ac1a683} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.19 07:59:56.496676 [ 253 ] {bdb4486b-2c51-408a-b543-28924ac1a683} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.19 07:59:56.496891 [ 253 ] {bdb4486b-2c51-408a-b543-28924ac1a683} oximeter.measurements_u64 (ce3049e0-82b2-4bb7-a8b9-95d1968730cd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:56.497022 [ 253 ] {bdb4486b-2c51-408a-b543-28924ac1a683} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.03.19 07:59:56.497058 [ 253 ] {bdb4486b-2c51-408a-b543-28924ac1a683} TCPHandler: Processed in 0.00125279 sec. 2026.03.19 07:59:57.206796 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2026.03.19 07:59:57.224029 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 07:59:57.224089 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.19 07:59:57.229925 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.19 07:59:57.230642 [ 244 ] {} system.metric_log (0bee7def-ec69-48b4-9025-75ab5071641b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 07:59:57.233877 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332