[ Mar 18 01:37:00 Enabled. ] [ Mar 18 01:37:00 Rereading configuration. ] [ Mar 18 01:37:01 Rereading configuration. ] [ Mar 18 01:37:03 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 18 01:37:03 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.18 01:37:04.199845 [ 1 ] {} Application: Will watch for the process with pid 23846 2026.03.18 01:37:04.200246 [ 1 ] {} Application: Forked a child process to watch 2026.03.18 01:37:04.389734 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 23846 2026.03.18 01:37:04.390468 [ 1 ] {} Application: starting up 2026.03.18 01:37:04.390618 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.03.18 01:37:04.480497 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.03.18 01:37:04.556330 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.03.18 01:37:04.556393 [ 1 ] {} Application: Initializing DateLUT. 2026.03.18 01:37:04.556410 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.03.18 01:37:04.556468 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.03.18 01:37:04.556826 [ 1 ] {} Application: Initializing interserver credentials. 2026.03.18 01:37:04.558954 [ 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.18 01:37:04.559714 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.18 01:37:04.560573 [ 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.18 01:37:04.560596 [ 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.18 01:37:04.560611 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.03.18 01:37:04.561313 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.18 01:37:04.562372 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.03.18 01:37:04.567956 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.18 01:37:04.568676 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.18 01:37:04.570040 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.18 01:37:04.570109 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.18 01:37:04.571155 [ 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.18 01:37:04.571551 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.18 01:37:04.576183 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.18 01:37:04.576991 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.03.18 01:37:04.580238 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.03.18 01:37:04.580607 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.03.18 01:37:04.580977 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.03.18 01:37:04.581364 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.03.18 01:37:04.582679 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.03.18 01:37:04.582704 [ 1 ] {} Application: Loading metadata from /data/ 2026.03.18 01:37:04.583290 [ 171 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:37:04.583356 [ 171 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:37:04.618676 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.03.18 01:37:04.618700 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000185833 sec 2026.03.18 01:37:04.618718 [ 1 ] {} ReferentialDeps: No tables 2026.03.18 01:37:04.618731 [ 1 ] {} LoadingDeps: No tables 2026.03.18 01:37:04.619405 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.03.18 01:37:04.619989 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.03.18 01:37:04.629508 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.03.18 01:37:04.629550 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.03.18 01:37:04.629570 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.03.18 01:37:04.629581 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.03.18 01:37:04.629621 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.03.18 01:37:04.629642 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.03.18 01:37:04.631667 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.03.18 01:37:04.631709 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.03.18 01:37:04.631728 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.03.18 01:37:04.631862 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.03.18 01:37:04.631901 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.03.18 01:37:04.631913 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.03.18 01:37:04.631931 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.03.18 01:37:04.631942 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.03.18 01:37:04.631970 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.03.18 01:37:04.631987 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.03.18 01:37:04.654144 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.03.18 01:37:04.659319 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.03.18 01:37:04.659378 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.6811e-05 sec 2026.03.18 01:37:04.659391 [ 1 ] {} ReferentialDeps: No tables 2026.03.18 01:37:04.659402 [ 1 ] {} LoadingDeps: No tables 2026.03.18 01:37:04.659427 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.03.18 01:37:04.659611 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.03.18 01:37:04.659654 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.03.18 01:37:04.659667 [ 1 ] {} Application: Loaded metadata. 2026.03.18 01:37:04.659677 [ 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.18 01:37:04.659687 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.03.18 01:37:04.703752 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.18 01:37:04.703975 [ 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.18 01:37:04.705370 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.4261e-05 sec. 2026.03.18 01:37:04.705790 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.03.18 01:37:04.706477 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.03.18 01:37:04.706493 [ 1 ] {} Application: Ready for connections. 2026.03.18 01:37:04.753707 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51878 2026.03.18 01:37:04.754656 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:04.754713 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Authenticating user 'default' from [fd00:1122:3344:101::d]:51878 2026.03.18 01:37:04.754742 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:04.754812 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:04.754906 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.18 01:37:04.754931 [ 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.18 01:37:04.755000 [ 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.18 01:37:04.755641 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52691 2026.03.18 01:37:04.755846 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:04.755904 [ 4 ] {} TCP-Session: dc17b312-8145-4141-96f8-1294b8821630 Authenticating user 'default' from [fd00:1122:3344:101::d]:52691 2026.03.18 01:37:04.755941 [ 4 ] {} TCP-Session: dc17b312-8145-4141-96f8-1294b8821630 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:04.756112 [ 4 ] {} TCP-Session: dc17b312-8145-4141-96f8-1294b8821630 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:04.756721 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43910 2026.03.18 01:37:04.756731 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62090 2026.03.18 01:37:04.756831 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33966 2026.03.18 01:37:04.756853 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:04.756889 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Authenticating user 'default' from [fd00:1122:3344:101::d]:43910 2026.03.18 01:37:04.756909 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:04.756994 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:04.757001 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:04.757033 [ 5 ] {} TCP-Session: 71b9c67a-0480-4e75-8e06-4d088e239b3f Authenticating user 'default' from [fd00:1122:3344:101::d]:62090 2026.03.18 01:37:04.757068 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54735 2026.03.18 01:37:04.757051 [ 254 ] {} TCP-Session: edf0cc38-3af3-4be3-bf2c-3626a6f78206 Authenticating user 'default' from [fd00:1122:3344:101::d]:33966 2026.03.18 01:37:04.757001 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:04.757155 [ 254 ] {} TCP-Session: edf0cc38-3af3-4be3-bf2c-3626a6f78206 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:04.757141 [ 5 ] {} TCP-Session: 71b9c67a-0480-4e75-8e06-4d088e239b3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:04.757260 [ 254 ] {} TCP-Session: edf0cc38-3af3-4be3-bf2c-3626a6f78206 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:04.757269 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:04.757269 [ 5 ] {} TCP-Session: 71b9c67a-0480-4e75-8e06-4d088e239b3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:04.757353 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64784 2026.03.18 01:37:04.757393 [ 255 ] {} TCP-Session: 270fa656-5669-4a1f-a6b3-2f8885ff8d3f Authenticating user 'default' from [fd00:1122:3344:101::d]:54735 2026.03.18 01:37:04.757439 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55356 2026.03.18 01:37:04.757397 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41090 2026.03.18 01:37:04.757490 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:04.757505 [ 255 ] {} TCP-Session: 270fa656-5669-4a1f-a6b3-2f8885ff8d3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:04.757533 [ 256 ] {} TCP-Session: 363da76e-0c2f-4697-b5f9-485ba9bfd94c Authenticating user 'default' from [fd00:1122:3344:101::d]:64784 2026.03.18 01:37:04.757620 [ 255 ] {} TCP-Session: 270fa656-5669-4a1f-a6b3-2f8885ff8d3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:04.757637 [ 256 ] {} TCP-Session: 363da76e-0c2f-4697-b5f9-485ba9bfd94c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:04.757669 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:04.757752 [ 256 ] {} TCP-Session: 363da76e-0c2f-4697-b5f9-485ba9bfd94c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:04.757773 [ 257 ] {} TCP-Session: 102f6cc5-5075-493d-b5bd-470cc3ec653e Authenticating user 'default' from [fd00:1122:3344:101::d]:41090 2026.03.18 01:37:04.757824 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:04.757937 [ 257 ] {} TCP-Session: 102f6cc5-5075-493d-b5bd-470cc3ec653e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:04.757966 [ 257 ] {} TCP-Session: 102f6cc5-5075-493d-b5bd-470cc3ec653e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:04.757975 [ 258 ] {} TCP-Session: 15573a79-2b12-40c2-8823-b1516aba304f Authenticating user 'default' from [fd00:1122:3344:101::d]:55356 2026.03.18 01:37:04.758076 [ 258 ] {} TCP-Session: 15573a79-2b12-40c2-8823-b1516aba304f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:04.758092 [ 258 ] {} TCP-Session: 15573a79-2b12-40c2-8823-b1516aba304f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:04.759996 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:04.762786 [ 3 ] {e29d4ca5-dfa9-4443-ba73-4518a1064425} executeQuery: (from [fd00:1122:3344:101::d]:51878) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:37:04.850212 [ 3 ] {e29d4ca5-dfa9-4443-ba73-4518a1064425} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:51878) (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.18 01:37:04.851203 [ 3 ] {e29d4ca5-dfa9-4443-ba73-4518a1064425} 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.18 01:37:04.851420 [ 3 ] {e29d4ca5-dfa9-4443-ba73-4518a1064425} TCPHandler: Processed in 0.093571685 sec. 2026.03.18 01:37:04.851794 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:04.852148 [ 253 ] {2c5517d8-e346-45a7-816d-b83b4b41d020} executeQuery: (from [fd00:1122:3344:101::d]:43910) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:37:04.852492 [ 253 ] {2c5517d8-e346-45a7-816d-b83b4b41d020} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:43910) (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.18 01:37:04.852725 [ 253 ] {2c5517d8-e346-45a7-816d-b83b4b41d020} 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.18 01:37:04.852914 [ 253 ] {2c5517d8-e346-45a7-816d-b83b4b41d020} TCPHandler: Processed in 0.001265391 sec. 2026.03.18 01:37:04.853139 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:04.853877 [ 3 ] {2791b0e3-1c04-46d1-ab23-a20997ff60db} executeQuery: (from [fd00:1122:3344:101::d]:51878) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.03.18 01:37:04.854510 [ 3 ] {2791b0e3-1c04-46d1-ab23-a20997ff60db} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.03.18 01:37:04.859414 [ 3 ] {2791b0e3-1c04-46d1-ab23-a20997ff60db} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.03.18 01:37:04.859439 [ 3 ] {2791b0e3-1c04-46d1-ab23-a20997ff60db} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.1722e-05 sec 2026.03.18 01:37:04.859456 [ 3 ] {2791b0e3-1c04-46d1-ab23-a20997ff60db} ReferentialDeps: No tables 2026.03.18 01:37:04.859537 [ 3 ] {2791b0e3-1c04-46d1-ab23-a20997ff60db} LoadingDeps: No tables 2026.03.18 01:37:04.859565 [ 3 ] {2791b0e3-1c04-46d1-ab23-a20997ff60db} DatabaseAtomic (oximeter): Starting up tables. 2026.03.18 01:37:04.860274 [ 3 ] {2791b0e3-1c04-46d1-ab23-a20997ff60db} TCPHandler: Processed in 0.007185789 sec. 2026.03.18 01:37:04.860422 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:04.860622 [ 3 ] {03eaad83-e762-45e2-b3d1-9c4cca3c5dca} executeQuery: (from [fd00:1122:3344:101::d]:51878) /* 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.18 01:37:04.860673 [ 3 ] {03eaad83-e762-45e2-b3d1-9c4cca3c5dca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.03.18 01:37:04.866063 [ 3 ] {03eaad83-e762-45e2-b3d1-9c4cca3c5dca} StoragePolicy (default): Storage policy default created, total volumes 1 2026.03.18 01:37:04.884490 [ 3 ] {03eaad83-e762-45e2-b3d1-9c4cca3c5dca} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb): Loading data parts 2026.03.18 01:37:04.885593 [ 3 ] {03eaad83-e762-45e2-b3d1-9c4cca3c5dca} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb): There are no data parts 2026.03.18 01:37:04.899308 [ 3 ] {03eaad83-e762-45e2-b3d1-9c4cca3c5dca} TCPHandler: Processed in 0.038933677 sec. 2026.03.18 01:37:04.899493 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:04.899680 [ 3 ] {7be92d30-c5b0-4831-994f-476674e682f6} executeQuery: (from [fd00:1122:3344:101::d]:51878) /* 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.18 01:37:04.899818 [ 3 ] {7be92d30-c5b0-4831-994f-476674e682f6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.03.18 01:37:04.917885 [ 3 ] {7be92d30-c5b0-4831-994f-476674e682f6} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Loading data parts 2026.03.18 01:37:04.918158 [ 3 ] {7be92d30-c5b0-4831-994f-476674e682f6} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): There are no data parts 2026.03.18 01:37:04.928850 [ 3 ] {7be92d30-c5b0-4831-994f-476674e682f6} TCPHandler: Processed in 0.029414419 sec. 2026.03.18 01:37:04.929056 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:04.929330 [ 3 ] {4be1cf8e-0e2b-44f0-8fe5-934298b0974f} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:04.929474 [ 3 ] {4be1cf8e-0e2b-44f0-8fe5-934298b0974f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.03.18 01:37:04.932183 [ 3 ] {4be1cf8e-0e2b-44f0-8fe5-934298b0974f} oximeter.measurements_i8 (ad8ecba1-9c7e-45f4-8552-8b6d280269d4): Loading data parts 2026.03.18 01:37:04.932342 [ 3 ] {4be1cf8e-0e2b-44f0-8fe5-934298b0974f} oximeter.measurements_i8 (ad8ecba1-9c7e-45f4-8552-8b6d280269d4): There are no data parts 2026.03.18 01:37:04.945081 [ 3 ] {4be1cf8e-0e2b-44f0-8fe5-934298b0974f} TCPHandler: Processed in 0.016098518 sec. 2026.03.18 01:37:04.945242 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:04.945404 [ 3 ] {fc51a053-9533-4a09-bf5c-5243df46712a} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:04.945542 [ 3 ] {fc51a053-9533-4a09-bf5c-5243df46712a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.03.18 01:37:04.958745 [ 3 ] {fc51a053-9533-4a09-bf5c-5243df46712a} oximeter.measurements_u8 (5d717766-1a9d-4fd5-bda7-62f32a10b617): Loading data parts 2026.03.18 01:37:04.959046 [ 3 ] {fc51a053-9533-4a09-bf5c-5243df46712a} oximeter.measurements_u8 (5d717766-1a9d-4fd5-bda7-62f32a10b617): There are no data parts 2026.03.18 01:37:04.962032 [ 3 ] {fc51a053-9533-4a09-bf5c-5243df46712a} TCPHandler: Processed in 0.01683746 sec. 2026.03.18 01:37:04.962208 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:04.962530 [ 3 ] {2694dbc7-652d-4e47-a368-02b279e4a342} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:04.962577 [ 3 ] {2694dbc7-652d-4e47-a368-02b279e4a342} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.03.18 01:37:04.979856 [ 3 ] {2694dbc7-652d-4e47-a368-02b279e4a342} oximeter.measurements_i16 (61c84762-71e8-4aa3-ba91-b3451206c7e9): Loading data parts 2026.03.18 01:37:04.980136 [ 3 ] {2694dbc7-652d-4e47-a368-02b279e4a342} oximeter.measurements_i16 (61c84762-71e8-4aa3-ba91-b3451206c7e9): There are no data parts 2026.03.18 01:37:04.982665 [ 3 ] {2694dbc7-652d-4e47-a368-02b279e4a342} TCPHandler: Processed in 0.020523071 sec. 2026.03.18 01:37:04.982895 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:04.983053 [ 3 ] {8ddf0a9f-fb18-4e0a-9b2f-281bf36ced38} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:04.983174 [ 3 ] {8ddf0a9f-fb18-4e0a-9b2f-281bf36ced38} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.03.18 01:37:04.985906 [ 3 ] {8ddf0a9f-fb18-4e0a-9b2f-281bf36ced38} oximeter.measurements_u16 (04de19d1-3a0d-4ab4-8c6f-06eddb7ddde4): Loading data parts 2026.03.18 01:37:04.986134 [ 3 ] {8ddf0a9f-fb18-4e0a-9b2f-281bf36ced38} oximeter.measurements_u16 (04de19d1-3a0d-4ab4-8c6f-06eddb7ddde4): There are no data parts 2026.03.18 01:37:05.000185 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 121.20 MiB, peak 121.20 MiB, free memory in arenas 0.00 B, will set to 131.11 MiB (RSS), difference: 9.92 MiB 2026.03.18 01:37:05.020847 [ 3 ] {8ddf0a9f-fb18-4e0a-9b2f-281bf36ced38} TCPHandler: Processed in 0.037997232 sec. 2026.03.18 01:37:05.021205 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.021445 [ 3 ] {c11237b6-3ff0-4c17-b214-fbb328e10de5} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.021602 [ 3 ] {c11237b6-3ff0-4c17-b214-fbb328e10de5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.03.18 01:37:05.032814 [ 3 ] {c11237b6-3ff0-4c17-b214-fbb328e10de5} oximeter.measurements_i32 (51a48023-03f7-456f-9ee5-4c3601253d9b): Loading data parts 2026.03.18 01:37:05.032989 [ 3 ] {c11237b6-3ff0-4c17-b214-fbb328e10de5} oximeter.measurements_i32 (51a48023-03f7-456f-9ee5-4c3601253d9b): There are no data parts 2026.03.18 01:37:05.043276 [ 3 ] {c11237b6-3ff0-4c17-b214-fbb328e10de5} TCPHandler: Processed in 0.022191769 sec. 2026.03.18 01:37:05.043454 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.043626 [ 3 ] {531f37b0-659f-4bb2-8f86-f76bb7c4fc94} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.043804 [ 3 ] {531f37b0-659f-4bb2-8f86-f76bb7c4fc94} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.03.18 01:37:05.046424 [ 3 ] {531f37b0-659f-4bb2-8f86-f76bb7c4fc94} oximeter.measurements_u32 (3a7aca00-fcfa-422a-932b-c9507dff9536): Loading data parts 2026.03.18 01:37:05.046576 [ 3 ] {531f37b0-659f-4bb2-8f86-f76bb7c4fc94} oximeter.measurements_u32 (3a7aca00-fcfa-422a-932b-c9507dff9536): There are no data parts 2026.03.18 01:37:05.059565 [ 3 ] {531f37b0-659f-4bb2-8f86-f76bb7c4fc94} TCPHandler: Processed in 0.016163498 sec. 2026.03.18 01:37:05.059721 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.059968 [ 3 ] {c1bff6b2-b396-4c94-a3b6-361f5abc0927} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.060081 [ 3 ] {c1bff6b2-b396-4c94-a3b6-361f5abc0927} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.03.18 01:37:05.062909 [ 3 ] {c1bff6b2-b396-4c94-a3b6-361f5abc0927} oximeter.measurements_i64 (c687bd01-06fe-4413-b937-00ae8512f096): Loading data parts 2026.03.18 01:37:05.063067 [ 3 ] {c1bff6b2-b396-4c94-a3b6-361f5abc0927} oximeter.measurements_i64 (c687bd01-06fe-4413-b937-00ae8512f096): There are no data parts 2026.03.18 01:37:05.075039 [ 3 ] {c1bff6b2-b396-4c94-a3b6-361f5abc0927} TCPHandler: Processed in 0.015368355 sec. 2026.03.18 01:37:05.075212 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.075417 [ 3 ] {71aabe37-e9c0-4a8e-949a-e7a15aebf063} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.075546 [ 3 ] {71aabe37-e9c0-4a8e-949a-e7a15aebf063} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.03.18 01:37:05.088285 [ 3 ] {71aabe37-e9c0-4a8e-949a-e7a15aebf063} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Loading data parts 2026.03.18 01:37:05.088528 [ 3 ] {71aabe37-e9c0-4a8e-949a-e7a15aebf063} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): There are no data parts 2026.03.18 01:37:05.090409 [ 3 ] {71aabe37-e9c0-4a8e-949a-e7a15aebf063} TCPHandler: Processed in 0.015254444 sec. 2026.03.18 01:37:05.090570 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.090802 [ 3 ] {08edd2dc-963c-4187-a2c6-0947c9cf5f5c} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.090903 [ 3 ] {08edd2dc-963c-4187-a2c6-0947c9cf5f5c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.03.18 01:37:05.105663 [ 3 ] {08edd2dc-963c-4187-a2c6-0947c9cf5f5c} oximeter.measurements_f32 (9a51cc88-2bdc-4fb7-8eac-057273c3e9eb): Loading data parts 2026.03.18 01:37:05.105809 [ 3 ] {08edd2dc-963c-4187-a2c6-0947c9cf5f5c} oximeter.measurements_f32 (9a51cc88-2bdc-4fb7-8eac-057273c3e9eb): There are no data parts 2026.03.18 01:37:05.109069 [ 3 ] {08edd2dc-963c-4187-a2c6-0947c9cf5f5c} TCPHandler: Processed in 0.018549158 sec. 2026.03.18 01:37:05.109267 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.109479 [ 3 ] {7410fe79-57a4-48b5-a895-861da10b3f5e} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.109628 [ 3 ] {7410fe79-57a4-48b5-a895-861da10b3f5e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.03.18 01:37:05.118894 [ 3 ] {7410fe79-57a4-48b5-a895-861da10b3f5e} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Loading data parts 2026.03.18 01:37:05.119162 [ 3 ] {7410fe79-57a4-48b5-a895-861da10b3f5e} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): There are no data parts 2026.03.18 01:37:05.122537 [ 3 ] {7410fe79-57a4-48b5-a895-861da10b3f5e} TCPHandler: Processed in 0.013337162 sec. 2026.03.18 01:37:05.122746 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.123059 [ 3 ] {28090c68-4664-4313-bbec-43d4cbd5426b} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.123213 [ 3 ] {28090c68-4664-4313-bbec-43d4cbd5426b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.03.18 01:37:05.133858 [ 3 ] {28090c68-4664-4313-bbec-43d4cbd5426b} oximeter.measurements_string (4247587d-0cd4-4ab0-a160-d770bdc5421c): Loading data parts 2026.03.18 01:37:05.134048 [ 3 ] {28090c68-4664-4313-bbec-43d4cbd5426b} oximeter.measurements_string (4247587d-0cd4-4ab0-a160-d770bdc5421c): There are no data parts 2026.03.18 01:37:05.146560 [ 3 ] {28090c68-4664-4313-bbec-43d4cbd5426b} TCPHandler: Processed in 0.023896817 sec. 2026.03.18 01:37:05.146755 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.146938 [ 3 ] {e3b0065c-7413-4797-af2d-20ae600ecac6} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.147075 [ 3 ] {e3b0065c-7413-4797-af2d-20ae600ecac6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.03.18 01:37:05.158036 [ 3 ] {e3b0065c-7413-4797-af2d-20ae600ecac6} oximeter.measurements_bytes (5c4ff8ca-5bc3-4fc8-ac3c-3a60fb6edf51): Loading data parts 2026.03.18 01:37:05.158250 [ 3 ] {e3b0065c-7413-4797-af2d-20ae600ecac6} oximeter.measurements_bytes (5c4ff8ca-5bc3-4fc8-ac3c-3a60fb6edf51): There are no data parts 2026.03.18 01:37:05.161795 [ 3 ] {e3b0065c-7413-4797-af2d-20ae600ecac6} TCPHandler: Processed in 0.015115291 sec. 2026.03.18 01:37:05.161960 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.162123 [ 3 ] {390a2cb9-260a-425f-8ca6-dd06cfa13b26} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.162237 [ 3 ] {390a2cb9-260a-425f-8ca6-dd06cfa13b26} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.03.18 01:37:05.171513 [ 3 ] {390a2cb9-260a-425f-8ca6-dd06cfa13b26} oximeter.measurements_cumulativei64 (c5620405-3802-40d5-b24f-9a996d59eae9): Loading data parts 2026.03.18 01:37:05.171703 [ 3 ] {390a2cb9-260a-425f-8ca6-dd06cfa13b26} oximeter.measurements_cumulativei64 (c5620405-3802-40d5-b24f-9a996d59eae9): There are no data parts 2026.03.18 01:37:05.174873 [ 3 ] {390a2cb9-260a-425f-8ca6-dd06cfa13b26} TCPHandler: Processed in 0.012962296 sec. 2026.03.18 01:37:05.175130 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.175304 [ 3 ] {9965db55-abc6-4bd8-8de4-d7a60b77db9e} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.175424 [ 3 ] {9965db55-abc6-4bd8-8de4-d7a60b77db9e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.03.18 01:37:05.186640 [ 3 ] {9965db55-abc6-4bd8-8de4-d7a60b77db9e} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Loading data parts 2026.03.18 01:37:05.186871 [ 3 ] {9965db55-abc6-4bd8-8de4-d7a60b77db9e} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): There are no data parts 2026.03.18 01:37:05.196632 [ 3 ] {9965db55-abc6-4bd8-8de4-d7a60b77db9e} TCPHandler: Processed in 0.021559948 sec. 2026.03.18 01:37:05.196786 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.197033 [ 3 ] {1df4155d-77ab-4bcf-9712-417fd08bd8e0} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.197159 [ 3 ] {1df4155d-77ab-4bcf-9712-417fd08bd8e0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.03.18 01:37:05.209222 [ 3 ] {1df4155d-77ab-4bcf-9712-417fd08bd8e0} oximeter.measurements_cumulativef32 (619ba178-2fe7-4e53-b6fb-dedebd15788e): Loading data parts 2026.03.18 01:37:05.209455 [ 3 ] {1df4155d-77ab-4bcf-9712-417fd08bd8e0} oximeter.measurements_cumulativef32 (619ba178-2fe7-4e53-b6fb-dedebd15788e): There are no data parts 2026.03.18 01:37:05.213830 [ 3 ] {1df4155d-77ab-4bcf-9712-417fd08bd8e0} TCPHandler: Processed in 0.017092084 sec. 2026.03.18 01:37:05.214045 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.214237 [ 3 ] {b8cd3e88-59b8-4ec6-98a1-664bb505bd9a} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.214389 [ 3 ] {b8cd3e88-59b8-4ec6-98a1-664bb505bd9a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.03.18 01:37:05.222051 [ 3 ] {b8cd3e88-59b8-4ec6-98a1-664bb505bd9a} oximeter.measurements_cumulativef64 (510dd42e-df9a-4e46-b40d-e88dbc427d9c): Loading data parts 2026.03.18 01:37:05.222363 [ 3 ] {b8cd3e88-59b8-4ec6-98a1-664bb505bd9a} oximeter.measurements_cumulativef64 (510dd42e-df9a-4e46-b40d-e88dbc427d9c): There are no data parts 2026.03.18 01:37:05.232037 [ 3 ] {b8cd3e88-59b8-4ec6-98a1-664bb505bd9a} TCPHandler: Processed in 0.018075651 sec. 2026.03.18 01:37:05.232225 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.232575 [ 3 ] {8066be52-2771-49c0-ba29-9fc824184a14} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.232719 [ 3 ] {8066be52-2771-49c0-ba29-9fc824184a14} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.03.18 01:37:05.235404 [ 3 ] {8066be52-2771-49c0-ba29-9fc824184a14} oximeter.measurements_histogrami8 (4074a356-f0ac-4ae0-8aef-9cdbb87f4262): Loading data parts 2026.03.18 01:37:05.235566 [ 3 ] {8066be52-2771-49c0-ba29-9fc824184a14} oximeter.measurements_histogrami8 (4074a356-f0ac-4ae0-8aef-9cdbb87f4262): There are no data parts 2026.03.18 01:37:05.245890 [ 3 ] {8066be52-2771-49c0-ba29-9fc824184a14} TCPHandler: Processed in 0.013726558 sec. 2026.03.18 01:37:05.246044 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.246259 [ 3 ] {28d68279-06df-4901-823c-0d107bb4e580} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.246401 [ 3 ] {28d68279-06df-4901-823c-0d107bb4e580} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.03.18 01:37:05.260155 [ 3 ] {28d68279-06df-4901-823c-0d107bb4e580} oximeter.measurements_histogramu8 (8c48a7ee-29b0-4fb7-a610-f1479a8b90dc): Loading data parts 2026.03.18 01:37:05.260462 [ 3 ] {28d68279-06df-4901-823c-0d107bb4e580} oximeter.measurements_histogramu8 (8c48a7ee-29b0-4fb7-a610-f1479a8b90dc): There are no data parts 2026.03.18 01:37:05.263863 [ 3 ] {28d68279-06df-4901-823c-0d107bb4e580} TCPHandler: Processed in 0.017868907 sec. 2026.03.18 01:37:05.264016 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.264323 [ 3 ] {66cc8ee3-491e-4063-8a14-0fb8118b3f67} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.264457 [ 3 ] {66cc8ee3-491e-4063-8a14-0fb8118b3f67} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.03.18 01:37:05.275293 [ 3 ] {66cc8ee3-491e-4063-8a14-0fb8118b3f67} oximeter.measurements_histogrami16 (dd169adb-2fc9-4dda-a08d-ae8d4db78e64): Loading data parts 2026.03.18 01:37:05.275458 [ 3 ] {66cc8ee3-491e-4063-8a14-0fb8118b3f67} oximeter.measurements_histogrami16 (dd169adb-2fc9-4dda-a08d-ae8d4db78e64): There are no data parts 2026.03.18 01:37:05.277999 [ 3 ] {66cc8ee3-491e-4063-8a14-0fb8118b3f67} TCPHandler: Processed in 0.014032924 sec. 2026.03.18 01:37:05.278270 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.278493 [ 3 ] {20c19e22-ad3d-4d6b-9711-6599082c209c} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.278663 [ 3 ] {20c19e22-ad3d-4d6b-9711-6599082c209c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.03.18 01:37:05.290671 [ 3 ] {20c19e22-ad3d-4d6b-9711-6599082c209c} oximeter.measurements_histogramu16 (d76e1c35-b3b5-4ffc-936f-24529e58753c): Loading data parts 2026.03.18 01:37:05.290893 [ 3 ] {20c19e22-ad3d-4d6b-9711-6599082c209c} oximeter.measurements_histogramu16 (d76e1c35-b3b5-4ffc-936f-24529e58753c): There are no data parts 2026.03.18 01:37:05.304006 [ 3 ] {20c19e22-ad3d-4d6b-9711-6599082c209c} TCPHandler: Processed in 0.025786669 sec. 2026.03.18 01:37:05.304191 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.304579 [ 3 ] {83a2096f-1c4c-4b7f-8e78-a129a85c9300} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.304706 [ 3 ] {83a2096f-1c4c-4b7f-8e78-a129a85c9300} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.03.18 01:37:05.323110 [ 3 ] {83a2096f-1c4c-4b7f-8e78-a129a85c9300} oximeter.measurements_histogrami32 (ea534c01-6961-4c19-88bb-ea3fbf92ddda): Loading data parts 2026.03.18 01:37:05.323299 [ 3 ] {83a2096f-1c4c-4b7f-8e78-a129a85c9300} oximeter.measurements_histogrami32 (ea534c01-6961-4c19-88bb-ea3fbf92ddda): There are no data parts 2026.03.18 01:37:05.327058 [ 3 ] {83a2096f-1c4c-4b7f-8e78-a129a85c9300} TCPHandler: Processed in 0.022929221 sec. 2026.03.18 01:37:05.327308 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.327524 [ 3 ] {1641fce6-9202-4d78-abbb-3806ad3bf601} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.327668 [ 3 ] {1641fce6-9202-4d78-abbb-3806ad3bf601} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.03.18 01:37:05.339050 [ 3 ] {1641fce6-9202-4d78-abbb-3806ad3bf601} oximeter.measurements_histogramu32 (edb8d5a4-80d4-49bf-8eda-c23096ea8f07): Loading data parts 2026.03.18 01:37:05.339314 [ 3 ] {1641fce6-9202-4d78-abbb-3806ad3bf601} oximeter.measurements_histogramu32 (edb8d5a4-80d4-49bf-8eda-c23096ea8f07): There are no data parts 2026.03.18 01:37:05.352956 [ 3 ] {1641fce6-9202-4d78-abbb-3806ad3bf601} TCPHandler: Processed in 0.025697277 sec. 2026.03.18 01:37:05.353146 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.353508 [ 3 ] {a11874f4-04dc-4d12-aacc-f2d681fded30} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.353659 [ 3 ] {a11874f4-04dc-4d12-aacc-f2d681fded30} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.03.18 01:37:05.367000 [ 3 ] {a11874f4-04dc-4d12-aacc-f2d681fded30} oximeter.measurements_histogrami64 (8db21fca-36c1-4551-acfd-f74ec70bfa9b): Loading data parts 2026.03.18 01:37:05.367179 [ 3 ] {a11874f4-04dc-4d12-aacc-f2d681fded30} oximeter.measurements_histogrami64 (8db21fca-36c1-4551-acfd-f74ec70bfa9b): There are no data parts 2026.03.18 01:37:05.370163 [ 3 ] {a11874f4-04dc-4d12-aacc-f2d681fded30} TCPHandler: Processed in 0.017081844 sec. 2026.03.18 01:37:05.370391 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.370616 [ 3 ] {409bea6d-6d9a-48ca-8b5a-54c8f23b9bd9} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.370761 [ 3 ] {409bea6d-6d9a-48ca-8b5a-54c8f23b9bd9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.03.18 01:37:05.384766 [ 3 ] {409bea6d-6d9a-48ca-8b5a-54c8f23b9bd9} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Loading data parts 2026.03.18 01:37:05.384985 [ 3 ] {409bea6d-6d9a-48ca-8b5a-54c8f23b9bd9} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): There are no data parts 2026.03.18 01:37:05.389082 [ 3 ] {409bea6d-6d9a-48ca-8b5a-54c8f23b9bd9} TCPHandler: Processed in 0.018740172 sec. 2026.03.18 01:37:05.389271 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.389583 [ 3 ] {041fc694-ff0a-43d3-805d-ce551992bb03} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.389733 [ 3 ] {041fc694-ff0a-43d3-805d-ce551992bb03} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.03.18 01:37:05.395297 [ 3 ] {041fc694-ff0a-43d3-805d-ce551992bb03} oximeter.measurements_histogramf32 (eefd5a7d-36b0-4ba6-83a4-cd6017e2fe7e): Loading data parts 2026.03.18 01:37:05.395467 [ 3 ] {041fc694-ff0a-43d3-805d-ce551992bb03} oximeter.measurements_histogramf32 (eefd5a7d-36b0-4ba6-83a4-cd6017e2fe7e): There are no data parts 2026.03.18 01:37:05.397873 [ 3 ] {041fc694-ff0a-43d3-805d-ce551992bb03} TCPHandler: Processed in 0.008665124 sec. 2026.03.18 01:37:05.398117 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.398334 [ 3 ] {aae31a93-967c-4f5e-ac61-bac10258aebc} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.398477 [ 3 ] {aae31a93-967c-4f5e-ac61-bac10258aebc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.03.18 01:37:05.401938 [ 3 ] {aae31a93-967c-4f5e-ac61-bac10258aebc} oximeter.measurements_histogramf64 (7e33b396-d822-4dcc-b175-b66d21baad81): Loading data parts 2026.03.18 01:37:05.402108 [ 3 ] {aae31a93-967c-4f5e-ac61-bac10258aebc} oximeter.measurements_histogramf64 (7e33b396-d822-4dcc-b175-b66d21baad81): There are no data parts 2026.03.18 01:37:05.404126 [ 3 ] {aae31a93-967c-4f5e-ac61-bac10258aebc} TCPHandler: Processed in 0.006060231 sec. 2026.03.18 01:37:05.404275 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.404453 [ 3 ] {53778525-6703-463d-a877-349358f713b8} executeQuery: (from [fd00:1122:3344:101::d]:51878) /* 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.18 01:37:05.404598 [ 3 ] {53778525-6703-463d-a877-349358f713b8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.03.18 01:37:05.408456 [ 3 ] {53778525-6703-463d-a877-349358f713b8} oximeter.fields_bool (ea9be0cf-e77b-4ded-8e8c-efe8572c5952): Loading data parts 2026.03.18 01:37:05.408901 [ 3 ] {53778525-6703-463d-a877-349358f713b8} oximeter.fields_bool (ea9be0cf-e77b-4ded-8e8c-efe8572c5952): There are no data parts 2026.03.18 01:37:05.411568 [ 3 ] {53778525-6703-463d-a877-349358f713b8} TCPHandler: Processed in 0.007343193 sec. 2026.03.18 01:37:05.411716 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.411969 [ 3 ] {7f15983b-f8e5-458d-bfec-285edab17397} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.412083 [ 3 ] {7f15983b-f8e5-458d-bfec-285edab17397} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.03.18 01:37:05.415484 [ 3 ] {7f15983b-f8e5-458d-bfec-285edab17397} oximeter.fields_i8 (10680c12-78bd-469e-baf8-75ef328ba586): Loading data parts 2026.03.18 01:37:05.415732 [ 3 ] {7f15983b-f8e5-458d-bfec-285edab17397} oximeter.fields_i8 (10680c12-78bd-469e-baf8-75ef328ba586): There are no data parts 2026.03.18 01:37:05.417683 [ 3 ] {7f15983b-f8e5-458d-bfec-285edab17397} TCPHandler: Processed in 0.00601556 sec. 2026.03.18 01:37:05.417848 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.418066 [ 3 ] {5d8c97da-4306-4375-b195-2061f88cfd01} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.418240 [ 3 ] {5d8c97da-4306-4375-b195-2061f88cfd01} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.03.18 01:37:05.424283 [ 3 ] {5d8c97da-4306-4375-b195-2061f88cfd01} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Loading data parts 2026.03.18 01:37:05.424497 [ 3 ] {5d8c97da-4306-4375-b195-2061f88cfd01} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): There are no data parts 2026.03.18 01:37:05.426052 [ 3 ] {5d8c97da-4306-4375-b195-2061f88cfd01} TCPHandler: Processed in 0.008264617 sec. 2026.03.18 01:37:05.426198 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.426427 [ 3 ] {974d47df-bcb9-4e44-987a-f2b24e62c92f} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.426543 [ 3 ] {974d47df-bcb9-4e44-987a-f2b24e62c92f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.03.18 01:37:05.431469 [ 3 ] {974d47df-bcb9-4e44-987a-f2b24e62c92f} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Loading data parts 2026.03.18 01:37:05.431700 [ 3 ] {974d47df-bcb9-4e44-987a-f2b24e62c92f} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): There are no data parts 2026.03.18 01:37:05.435035 [ 3 ] {974d47df-bcb9-4e44-987a-f2b24e62c92f} TCPHandler: Processed in 0.008885857 sec. 2026.03.18 01:37:05.435192 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.435376 [ 3 ] {cad1c52e-6694-4b8f-8fc9-c36634f9d8ef} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.435502 [ 3 ] {cad1c52e-6694-4b8f-8fc9-c36634f9d8ef} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.03.18 01:37:05.439094 [ 3 ] {cad1c52e-6694-4b8f-8fc9-c36634f9d8ef} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Loading data parts 2026.03.18 01:37:05.439312 [ 3 ] {cad1c52e-6694-4b8f-8fc9-c36634f9d8ef} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): There are no data parts 2026.03.18 01:37:05.441830 [ 3 ] {cad1c52e-6694-4b8f-8fc9-c36634f9d8ef} TCPHandler: Processed in 0.006697211 sec. 2026.03.18 01:37:05.441985 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.442255 [ 3 ] {177de3aa-026c-4d40-9e73-4afc0d9ef1aa} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.442381 [ 3 ] {177de3aa-026c-4d40-9e73-4afc0d9ef1aa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.03.18 01:37:05.444151 [ 3 ] {177de3aa-026c-4d40-9e73-4afc0d9ef1aa} oximeter.fields_i32 (ff5ec3f7-fc54-48e6-8093-116f8fe7cc2a): Loading data parts 2026.03.18 01:37:05.444293 [ 3 ] {177de3aa-026c-4d40-9e73-4afc0d9ef1aa} oximeter.fields_i32 (ff5ec3f7-fc54-48e6-8093-116f8fe7cc2a): There are no data parts 2026.03.18 01:37:05.448682 [ 3 ] {177de3aa-026c-4d40-9e73-4afc0d9ef1aa} TCPHandler: Processed in 0.006755762 sec. 2026.03.18 01:37:05.448850 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.449039 [ 3 ] {81dbb141-886d-4bd7-b5b6-7f69498d4afe} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.449184 [ 3 ] {81dbb141-886d-4bd7-b5b6-7f69498d4afe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.03.18 01:37:05.451401 [ 3 ] {81dbb141-886d-4bd7-b5b6-7f69498d4afe} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Loading data parts 2026.03.18 01:37:05.451573 [ 3 ] {81dbb141-886d-4bd7-b5b6-7f69498d4afe} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): There are no data parts 2026.03.18 01:37:05.453878 [ 3 ] {81dbb141-886d-4bd7-b5b6-7f69498d4afe} TCPHandler: Processed in 0.005087675 sec. 2026.03.18 01:37:05.454012 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.454249 [ 3 ] {0a419a33-760e-43ea-ba42-e4231dd78980} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.454437 [ 3 ] {0a419a33-760e-43ea-ba42-e4231dd78980} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.03.18 01:37:05.456249 [ 3 ] {0a419a33-760e-43ea-ba42-e4231dd78980} oximeter.fields_i64 (8406bb59-81c8-4854-9416-0c5958b49385): Loading data parts 2026.03.18 01:37:05.456385 [ 3 ] {0a419a33-760e-43ea-ba42-e4231dd78980} oximeter.fields_i64 (8406bb59-81c8-4854-9416-0c5958b49385): There are no data parts 2026.03.18 01:37:05.460795 [ 3 ] {0a419a33-760e-43ea-ba42-e4231dd78980} TCPHandler: Processed in 0.006830953 sec. 2026.03.18 01:37:05.460952 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.461145 [ 3 ] {34c46a0a-dea0-461c-b13f-3d7636c2a1d7} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.461273 [ 3 ] {34c46a0a-dea0-461c-b13f-3d7636c2a1d7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.03.18 01:37:05.467527 [ 3 ] {34c46a0a-dea0-461c-b13f-3d7636c2a1d7} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): Loading data parts 2026.03.18 01:37:05.467691 [ 3 ] {34c46a0a-dea0-461c-b13f-3d7636c2a1d7} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): There are no data parts 2026.03.18 01:37:05.470461 [ 3 ] {34c46a0a-dea0-461c-b13f-3d7636c2a1d7} TCPHandler: Processed in 0.009566569 sec. 2026.03.18 01:37:05.470624 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.470890 [ 3 ] {441970b1-1a5d-4c51-8f99-a7ee9d8613e9} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.471017 [ 3 ] {441970b1-1a5d-4c51-8f99-a7ee9d8613e9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.03.18 01:37:05.472969 [ 3 ] {441970b1-1a5d-4c51-8f99-a7ee9d8613e9} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Loading data parts 2026.03.18 01:37:05.473099 [ 3 ] {441970b1-1a5d-4c51-8f99-a7ee9d8613e9} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): There are no data parts 2026.03.18 01:37:05.477472 [ 3 ] {441970b1-1a5d-4c51-8f99-a7ee9d8613e9} TCPHandler: Processed in 0.006906085 sec. 2026.03.18 01:37:05.477614 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.477765 [ 3 ] {e0204631-5484-4951-874a-f383ac30dd4f} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.477871 [ 3 ] {e0204631-5484-4951-874a-f383ac30dd4f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.03.18 01:37:05.480023 [ 3 ] {e0204631-5484-4951-874a-f383ac30dd4f} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Loading data parts 2026.03.18 01:37:05.480180 [ 3 ] {e0204631-5484-4951-874a-f383ac30dd4f} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): There are no data parts 2026.03.18 01:37:05.486088 [ 3 ] {e0204631-5484-4951-874a-f383ac30dd4f} TCPHandler: Processed in 0.008522532 sec. 2026.03.18 01:37:05.486267 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.486532 [ 3 ] {9056a07f-ff8d-43ee-a1d8-eabfc8613356} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:05.486658 [ 3 ] {9056a07f-ff8d-43ee-a1d8-eabfc8613356} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.03.18 01:37:05.492914 [ 3 ] {9056a07f-ff8d-43ee-a1d8-eabfc8613356} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Loading data parts 2026.03.18 01:37:05.493070 [ 3 ] {9056a07f-ff8d-43ee-a1d8-eabfc8613356} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): There are no data parts 2026.03.18 01:37:05.495553 [ 3 ] {9056a07f-ff8d-43ee-a1d8-eabfc8613356} TCPHandler: Processed in 0.009345345 sec. 2026.03.18 01:37:05.495738 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.496046 [ 3 ] {09ad77e1-f36f-4bd0-997e-be932b082ba3} executeQuery: (from [fd00:1122:3344:101::d]:51878) /* 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.18 01:37:05.496225 [ 3 ] {09ad77e1-f36f-4bd0-997e-be932b082ba3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.03.18 01:37:05.501332 [ 3 ] {09ad77e1-f36f-4bd0-997e-be932b082ba3} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74): Loading data parts 2026.03.18 01:37:05.501501 [ 3 ] {09ad77e1-f36f-4bd0-997e-be932b082ba3} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74): There are no data parts 2026.03.18 01:37:05.503265 [ 3 ] {09ad77e1-f36f-4bd0-997e-be932b082ba3} TCPHandler: Processed in 0.007586776 sec. 2026.03.18 01:37:05.503501 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:05.503775 [ 253 ] {2ab98231-90dc-4508-9069-b094996f3278} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.03.18 01:37:05.505247 [ 253 ] {2ab98231-90dc-4508-9069-b094996f3278} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.03.18 01:37:05.521938 [ 260 ] {2ab98231-90dc-4508-9069-b094996f3278} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:05.522005 [ 260 ] {2ab98231-90dc-4508-9069-b094996f3278} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB. 2026.03.18 01:37:05.527052 [ 260 ] {2ab98231-90dc-4508-9069-b094996f3278} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 01:37:05.527654 [ 260 ] {2ab98231-90dc-4508-9069-b094996f3278} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb): 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.18 01:37:05.527930 [ 253 ] {2ab98231-90dc-4508-9069-b094996f3278} executeQuery: Read 1 rows, 16.00 B in 0.024296 sec., 41.15903852486006 rows/sec., 658.54 B/sec. 2026.03.18 01:37:05.528369 [ 253 ] {2ab98231-90dc-4508-9069-b094996f3278} TCPHandler: Processed in 0.024936195 sec. 2026.03.18 01:37:06.000163 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 133.94 MiB, peak 133.94 MiB, free memory in arenas 0.00 B, will set to 138.14 MiB (RSS), difference: 4.20 MiB 2026.03.18 01:37:07.133037 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46326 2026.03.18 01:37:07.133299 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:07.133351 [ 262 ] {} TCP-Session: dbe505eb-743b-4602-b87a-feeb52cfc2ad Authenticating user 'default' from [fd00:1122:3344:101::b]:46326 2026.03.18 01:37:07.133377 [ 262 ] {} TCP-Session: dbe505eb-743b-4602-b87a-feeb52cfc2ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.133469 [ 262 ] {} TCP-Session: dbe505eb-743b-4602-b87a-feeb52cfc2ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.133535 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.18 01:37:07.133561 [ 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.18 01:37:07.133648 [ 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.18 01:37:07.134087 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57813 2026.03.18 01:37:07.134253 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:07.134295 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65104 2026.03.18 01:37:07.134306 [ 263 ] {} TCP-Session: 0f13d18a-9994-4d48-9479-1f262963e871 Authenticating user 'default' from [fd00:1122:3344:101::b]:57813 2026.03.18 01:37:07.134368 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59474 2026.03.18 01:37:07.134297 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52043 2026.03.18 01:37:07.134493 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51311 2026.03.18 01:37:07.134528 [ 263 ] {} TCP-Session: 0f13d18a-9994-4d48-9479-1f262963e871 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.134535 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:07.134643 [ 263 ] {} TCP-Session: 0f13d18a-9994-4d48-9479-1f262963e871 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.134670 [ 265 ] {} TCP-Session: adc3055d-3aa6-408d-b0a3-aed05cbcf80c Authenticating user 'default' from [fd00:1122:3344:101::b]:65104 2026.03.18 01:37:07.134751 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63217 2026.03.18 01:37:07.134753 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55999 2026.03.18 01:37:07.134800 [ 265 ] {} TCP-Session: adc3055d-3aa6-408d-b0a3-aed05cbcf80c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.134832 [ 265 ] {} TCP-Session: adc3055d-3aa6-408d-b0a3-aed05cbcf80c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.134884 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:07.134885 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:07.134953 [ 267 ] {} TCP-Session: 0044ae66-6775-4e7f-bce2-6c8450f471e2 Authenticating user 'default' from [fd00:1122:3344:101::b]:51311 2026.03.18 01:37:07.134953 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:07.134956 [ 266 ] {} TCP-Session: aa220a99-5915-4c72-a027-173e64c84305 Authenticating user 'default' from [fd00:1122:3344:101::b]:59474 2026.03.18 01:37:07.135059 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:07.135107 [ 264 ] {} TCP-Session: a375b5b4-45ac-4382-813c-4f8546f9f774 Authenticating user 'default' from [fd00:1122:3344:101::b]:52043 2026.03.18 01:37:07.135109 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:07.135100 [ 267 ] {} TCP-Session: 0044ae66-6775-4e7f-bce2-6c8450f471e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.135270 [ 264 ] {} TCP-Session: a375b5b4-45ac-4382-813c-4f8546f9f774 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.135295 [ 267 ] {} TCP-Session: 0044ae66-6775-4e7f-bce2-6c8450f471e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.135259 [ 269 ] {} TCP-Session: 23e55c60-bdc9-43c6-9c5e-c5fff01e509c Authenticating user 'default' from [fd00:1122:3344:101::b]:63217 2026.03.18 01:37:07.135246 [ 268 ] {} TCP-Session: 4e012590-3451-4c6c-9447-82263fcaaaef Authenticating user 'default' from [fd00:1122:3344:101::b]:55999 2026.03.18 01:37:07.135372 [ 269 ] {} TCP-Session: 23e55c60-bdc9-43c6-9c5e-c5fff01e509c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.135355 [ 264 ] {} TCP-Session: a375b5b4-45ac-4382-813c-4f8546f9f774 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.135097 [ 266 ] {} TCP-Session: aa220a99-5915-4c72-a027-173e64c84305 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.135477 [ 269 ] {} TCP-Session: 23e55c60-bdc9-43c6-9c5e-c5fff01e509c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.135453 [ 268 ] {} TCP-Session: 4e012590-3451-4c6c-9447-82263fcaaaef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.135567 [ 266 ] {} TCP-Session: aa220a99-5915-4c72-a027-173e64c84305 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.135594 [ 268 ] {} TCP-Session: 4e012590-3451-4c6c-9447-82263fcaaaef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.349057 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52069 2026.03.18 01:37:07.349264 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:07.349409 [ 270 ] {} TCP-Session: 4f145b10-9d7a-4844-bfc9-447304175b34 Authenticating user 'default' from [fd00:1122:3344:101::c]:52069 2026.03.18 01:37:07.349433 [ 270 ] {} TCP-Session: 4f145b10-9d7a-4844-bfc9-447304175b34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.349445 [ 270 ] {} TCP-Session: 4f145b10-9d7a-4844-bfc9-447304175b34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.349586 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.18 01:37:07.349623 [ 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.18 01:37:07.349716 [ 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.18 01:37:07.350215 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53718 2026.03.18 01:37:07.350216 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62655 2026.03.18 01:37:07.350321 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52219 2026.03.18 01:37:07.350367 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50705 2026.03.18 01:37:07.350459 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60603 2026.03.18 01:37:07.350542 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59947 2026.03.18 01:37:07.350767 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:07.350801 [ 274 ] {} TCP-Session: 33ddf159-4881-4e38-972d-e804c7e3137b Authenticating user 'default' from [fd00:1122:3344:101::c]:50705 2026.03.18 01:37:07.350811 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:07.350817 [ 274 ] {} TCP-Session: 33ddf159-4881-4e38-972d-e804c7e3137b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.350823 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64741 2026.03.18 01:37:07.350930 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:07.350951 [ 273 ] {} TCP-Session: b64556f6-ba44-47a8-89e4-e74061f8b0a3 Authenticating user 'default' from [fd00:1122:3344:101::c]:52219 2026.03.18 01:37:07.351010 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:07.351042 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:07.350932 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:07.351105 [ 273 ] {} TCP-Session: b64556f6-ba44-47a8-89e4-e74061f8b0a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.351104 [ 272 ] {} TCP-Session: 2e6beb6f-0b06-47b8-9c2c-f1df3b1d5401 Authenticating user 'default' from [fd00:1122:3344:101::c]:62655 2026.03.18 01:37:07.351088 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:07.351257 [ 273 ] {} TCP-Session: b64556f6-ba44-47a8-89e4-e74061f8b0a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.351255 [ 272 ] {} TCP-Session: 2e6beb6f-0b06-47b8-9c2c-f1df3b1d5401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.351246 [ 276 ] {} TCP-Session: 59968c06-5ccf-4659-8747-a650770e119b Authenticating user 'default' from [fd00:1122:3344:101::c]:59947 2026.03.18 01:37:07.351374 [ 272 ] {} TCP-Session: 2e6beb6f-0b06-47b8-9c2c-f1df3b1d5401 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.351368 [ 277 ] {} TCP-Session: 43a5b2e6-558f-4471-9a2c-4dd61cb6b588 Authenticating user 'default' from [fd00:1122:3344:101::c]:64741 2026.03.18 01:37:07.351081 [ 271 ] {} TCP-Session: 86811d85-8a54-413f-ae52-182cd1fa63fb Authenticating user 'default' from [fd00:1122:3344:101::c]:53718 2026.03.18 01:37:07.351492 [ 277 ] {} TCP-Session: 43a5b2e6-558f-4471-9a2c-4dd61cb6b588 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.351453 [ 276 ] {} TCP-Session: 59968c06-5ccf-4659-8747-a650770e119b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.351074 [ 275 ] {} TCP-Session: 654e23aa-702c-4514-8acf-454a7a2d87ee Authenticating user 'default' from [fd00:1122:3344:101::c]:60603 2026.03.18 01:37:07.351586 [ 277 ] {} TCP-Session: 43a5b2e6-558f-4471-9a2c-4dd61cb6b588 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.351570 [ 271 ] {} TCP-Session: 86811d85-8a54-413f-ae52-182cd1fa63fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.351570 [ 276 ] {} TCP-Session: 59968c06-5ccf-4659-8747-a650770e119b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.351660 [ 271 ] {} TCP-Session: 86811d85-8a54-413f-ae52-182cd1fa63fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.350962 [ 274 ] {} TCP-Session: 33ddf159-4881-4e38-972d-e804c7e3137b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.351652 [ 275 ] {} TCP-Session: 654e23aa-702c-4514-8acf-454a7a2d87ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:07.351884 [ 275 ] {} TCP-Session: 654e23aa-702c-4514-8acf-454a7a2d87ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:09.462866 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47181 2026.03.18 01:37:09.463022 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:09.463066 [ 278 ] {} TCP-Session: ddf00049-011c-427f-a168-ddcd88e1e708 Authenticating user 'default' from [fd00:1122:3344:101::a]:47181 2026.03.18 01:37:09.463186 [ 278 ] {} TCP-Session: ddf00049-011c-427f-a168-ddcd88e1e708 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:09.463200 [ 278 ] {} TCP-Session: ddf00049-011c-427f-a168-ddcd88e1e708 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:09.463259 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.18 01:37:09.463373 [ 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.18 01:37:09.463392 [ 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.18 01:37:09.463860 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41640 2026.03.18 01:37:09.463966 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51952 2026.03.18 01:37:09.464092 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:09.464122 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64571 2026.03.18 01:37:09.464152 [ 279 ] {} TCP-Session: f516c78c-58cf-42a1-82ae-1611892ec96f Authenticating user 'default' from [fd00:1122:3344:101::a]:41640 2026.03.18 01:37:09.464195 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35118 2026.03.18 01:37:09.464261 [ 279 ] {} TCP-Session: f516c78c-58cf-42a1-82ae-1611892ec96f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:09.464344 [ 279 ] {} TCP-Session: f516c78c-58cf-42a1-82ae-1611892ec96f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:09.464333 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59454 2026.03.18 01:37:09.464358 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:09.464468 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63714 2026.03.18 01:37:09.464564 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:09.464608 [ 280 ] {} TCP-Session: b84bebf7-6773-4359-9795-2bc832c41954 Authenticating user 'default' from [fd00:1122:3344:101::a]:51952 2026.03.18 01:37:09.464622 [ 281 ] {} TCP-Session: 4304756d-1f6b-4996-aa50-b23cf4a4f540 Authenticating user 'default' from [fd00:1122:3344:101::a]:64571 2026.03.18 01:37:09.464626 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:09.464750 [ 280 ] {} TCP-Session: b84bebf7-6773-4359-9795-2bc832c41954 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:09.464791 [ 281 ] {} TCP-Session: 4304756d-1f6b-4996-aa50-b23cf4a4f540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:09.464787 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61495 2026.03.18 01:37:09.464764 [ 282 ] {} TCP-Session: 57db6f4f-deca-4595-a5cd-39cea6a470ee Authenticating user 'default' from [fd00:1122:3344:101::a]:35118 2026.03.18 01:37:09.464906 [ 281 ] {} TCP-Session: 4304756d-1f6b-4996-aa50-b23cf4a4f540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:09.464886 [ 280 ] {} TCP-Session: b84bebf7-6773-4359-9795-2bc832c41954 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:09.464974 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:09.465010 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:09.465101 [ 284 ] {} TCP-Session: d51aeae3-c0a0-4559-abc9-1954f83561f7 Authenticating user 'default' from [fd00:1122:3344:101::a]:63714 2026.03.18 01:37:09.465008 [ 282 ] {} TCP-Session: 57db6f4f-deca-4595-a5cd-39cea6a470ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:09.465146 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:37:09.465212 [ 283 ] {} TCP-Session: d2a1c7ec-4711-4742-8005-1dbd2a8e5e50 Authenticating user 'default' from [fd00:1122:3344:101::a]:59454 2026.03.18 01:37:09.465230 [ 284 ] {} TCP-Session: d51aeae3-c0a0-4559-abc9-1954f83561f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:09.465210 [ 282 ] {} TCP-Session: 57db6f4f-deca-4595-a5cd-39cea6a470ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:09.465332 [ 283 ] {} TCP-Session: d2a1c7ec-4711-4742-8005-1dbd2a8e5e50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:09.465315 [ 285 ] {} TCP-Session: 0acce85e-26c1-412e-bd87-28a32676af3a Authenticating user 'default' from [fd00:1122:3344:101::a]:61495 2026.03.18 01:37:09.465306 [ 284 ] {} TCP-Session: d51aeae3-c0a0-4559-abc9-1954f83561f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:09.465455 [ 285 ] {} TCP-Session: 0acce85e-26c1-412e-bd87-28a32676af3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:09.465465 [ 283 ] {} TCP-Session: d2a1c7ec-4711-4742-8005-1dbd2a8e5e50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:09.465545 [ 285 ] {} TCP-Session: 0acce85e-26c1-412e-bd87-28a32676af3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:37:12.133160 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.03.18 01:37:12.133237 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.03.18 01:37:12.133258 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.03.18 01:37:12.133330 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.03.18 01:37:12.146473 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Loading data parts 2026.03.18 01:37:12.146719 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): There are no data parts 2026.03.18 01:37:12.159523 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Loading data parts 2026.03.18 01:37:12.159931 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): There are no data parts 2026.03.18 01:37:12.162532 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:12.162576 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:12.168165 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 01:37:12.168785 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:37:12.168930 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.03.18 01:37:12.207328 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:12.207467 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:12.213654 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 01:37:12.214875 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:37:12.218034 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.03.18 01:37:13.000148 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.92 MiB, peak 148.92 MiB, free memory in arenas 0.00 B, will set to 154.01 MiB (RSS), difference: 9.09 MiB 2026.03.18 01:37:14.633117 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.03.18 01:37:14.633429 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.03.18 01:37:14.657642 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Loading data parts 2026.03.18 01:37:14.657837 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): There are no data parts 2026.03.18 01:37:14.686133 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:14.686326 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:14.688052 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 01:37:14.688603 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:37:14.688893 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.03.18 01:37:15.000174 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.21 MiB, peak 158.21 MiB, free memory in arenas 0.00 B, will set to 155.18 MiB (RSS), difference: -3.03 MiB 2026.03.18 01:37:19.583417 [ 110 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:37:19.583484 [ 110 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:37:19.669219 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.03.18 01:37:19.670113 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:19.670162 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:19.671043 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 01:37:19.671737 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:37:19.671905 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.03.18 01:37:19.718118 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.03.18 01:37:19.738158 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:19.738294 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:19.745020 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 01:37:19.746276 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:37:19.750158 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.03.18 01:37:20.000168 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.85 MiB, peak 159.85 MiB, free memory in arenas 0.00 B, will set to 157.71 MiB (RSS), difference: 1.86 MiB 2026.03.18 01:37:25.000174 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 153.72 MiB, peak 159.85 MiB, free memory in arenas 0.00 B, will set to 157.74 MiB (RSS), difference: 4.02 MiB 2026.03.18 01:37:25.537414 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.537620 [ 3 ] {896ff840-d44e-45a5-90c4-ef29d3e029c2} executeQuery: (from [fd00:1122:3344:101::d]:51878) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.03.18 01:37:25.542336 [ 3 ] {896ff840-d44e-45a5-90c4-ef29d3e029c2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.551223 [ 3 ] {896ff840-d44e-45a5-90c4-ef29d3e029c2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.559819 [ 3 ] {896ff840-d44e-45a5-90c4-ef29d3e029c2} TCPHandler: Processed in 0.022540855 sec. 2026.03.18 01:37:25.582217 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.582461 [ 3 ] {4beb39ad-1395-4fc7-b863-77f698fa9843} executeQuery: (from [fd00:1122:3344:101::d]:51878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 01:37:25.591086 [ 3 ] {4beb39ad-1395-4fc7-b863-77f698fa9843} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.591246 [ 3 ] {4beb39ad-1395-4fc7-b863-77f698fa9843} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.591740 [ 3 ] {4beb39ad-1395-4fc7-b863-77f698fa9843} TCPHandler: Processed in 0.00961138 sec. 2026.03.18 01:37:25.592009 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.592138 [ 3 ] {4855ff87-3ce1-4422-8a00-6b9e49db5706} executeQuery: (from [fd00:1122:3344:101::d]:51878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 01:37:25.596736 [ 3 ] {4855ff87-3ce1-4422-8a00-6b9e49db5706} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.596795 [ 3 ] {4855ff87-3ce1-4422-8a00-6b9e49db5706} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.597180 [ 3 ] {4855ff87-3ce1-4422-8a00-6b9e49db5706} TCPHandler: Processed in 0.005224597 sec. 2026.03.18 01:37:25.597426 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.597544 [ 3 ] {dbdb7a53-20c0-4db8-9e50-006dbef0a2f0} executeQuery: (from [fd00:1122:3344:101::d]:51878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 01:37:25.597801 [ 3 ] {dbdb7a53-20c0-4db8-9e50-006dbef0a2f0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.597848 [ 3 ] {dbdb7a53-20c0-4db8-9e50-006dbef0a2f0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.598186 [ 3 ] {dbdb7a53-20c0-4db8-9e50-006dbef0a2f0} TCPHandler: Processed in 0.000809413 sec. 2026.03.18 01:37:25.598412 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.598527 [ 3 ] {83cd2d42-1bc7-44c6-b478-0723da03a553} executeQuery: (from [fd00:1122:3344:101::d]:51878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 01:37:25.598768 [ 3 ] {83cd2d42-1bc7-44c6-b478-0723da03a553} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.598813 [ 3 ] {83cd2d42-1bc7-44c6-b478-0723da03a553} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.599141 [ 3 ] {83cd2d42-1bc7-44c6-b478-0723da03a553} TCPHandler: Processed in 0.000777253 sec. 2026.03.18 01:37:25.599359 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.599477 [ 3 ] {473a15b2-f53d-4b74-b664-6346637f1928} executeQuery: (from [fd00:1122:3344:101::d]:51878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 01:37:25.599716 [ 3 ] {473a15b2-f53d-4b74-b664-6346637f1928} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.599761 [ 3 ] {473a15b2-f53d-4b74-b664-6346637f1928} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.600092 [ 3 ] {473a15b2-f53d-4b74-b664-6346637f1928} TCPHandler: Processed in 0.000781243 sec. 2026.03.18 01:37:25.600309 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.600426 [ 3 ] {ce36074c-43f2-446e-8972-0d74a1d96f9c} executeQuery: (from [fd00:1122:3344:101::d]:51878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 01:37:25.600670 [ 3 ] {ce36074c-43f2-446e-8972-0d74a1d96f9c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.600714 [ 3 ] {ce36074c-43f2-446e-8972-0d74a1d96f9c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.601031 [ 3 ] {ce36074c-43f2-446e-8972-0d74a1d96f9c} TCPHandler: Processed in 0.000770832 sec. 2026.03.18 01:37:25.601247 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.601363 [ 3 ] {683cc9fe-9fd8-48ac-929e-257ac4d5a797} executeQuery: (from [fd00:1122:3344:101::d]:51878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 01:37:25.601603 [ 3 ] {683cc9fe-9fd8-48ac-929e-257ac4d5a797} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.601655 [ 3 ] {683cc9fe-9fd8-48ac-929e-257ac4d5a797} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.601983 [ 3 ] {683cc9fe-9fd8-48ac-929e-257ac4d5a797} TCPHandler: Processed in 0.000783313 sec. 2026.03.18 01:37:25.602191 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.602307 [ 3 ] {9ffcc20b-74ee-414a-93e8-976f294ff0d3} executeQuery: (from [fd00:1122:3344:101::d]:51878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 01:37:25.602549 [ 3 ] {9ffcc20b-74ee-414a-93e8-976f294ff0d3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.602593 [ 3 ] {9ffcc20b-74ee-414a-93e8-976f294ff0d3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.602911 [ 3 ] {9ffcc20b-74ee-414a-93e8-976f294ff0d3} TCPHandler: Processed in 0.000768263 sec. 2026.03.18 01:37:25.603113 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.603232 [ 3 ] {e660fde6-4016-440a-840e-2004e05c0667} executeQuery: (from [fd00:1122:3344:101::d]:51878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 01:37:25.603476 [ 3 ] {e660fde6-4016-440a-840e-2004e05c0667} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.603519 [ 3 ] {e660fde6-4016-440a-840e-2004e05c0667} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.603831 [ 3 ] {e660fde6-4016-440a-840e-2004e05c0667} TCPHandler: Processed in 0.000766773 sec. 2026.03.18 01:37:25.604029 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.604146 [ 3 ] {a7c5f231-8ffe-46c4-b017-6f3dbbc7b1a0} executeQuery: (from [fd00:1122:3344:101::d]:51878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 01:37:25.604391 [ 3 ] {a7c5f231-8ffe-46c4-b017-6f3dbbc7b1a0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.604436 [ 3 ] {a7c5f231-8ffe-46c4-b017-6f3dbbc7b1a0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.604752 [ 3 ] {a7c5f231-8ffe-46c4-b017-6f3dbbc7b1a0} TCPHandler: Processed in 0.000770953 sec. 2026.03.18 01:37:25.604956 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.605073 [ 3 ] {cb8c99c5-525b-427c-aa0b-72ba796349be} executeQuery: (from [fd00:1122:3344:101::d]:51878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 01:37:25.605318 [ 3 ] {cb8c99c5-525b-427c-aa0b-72ba796349be} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.605361 [ 3 ] {cb8c99c5-525b-427c-aa0b-72ba796349be} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.605687 [ 3 ] {cb8c99c5-525b-427c-aa0b-72ba796349be} TCPHandler: Processed in 0.000780123 sec. 2026.03.18 01:37:25.605891 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.606011 [ 3 ] {bbd0b24f-9449-4c24-a840-53fc588851d3} executeQuery: (from [fd00:1122:3344:101::d]:51878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 01:37:25.606261 [ 3 ] {bbd0b24f-9449-4c24-a840-53fc588851d3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.606304 [ 3 ] {bbd0b24f-9449-4c24-a840-53fc588851d3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.606633 [ 3 ] {bbd0b24f-9449-4c24-a840-53fc588851d3} TCPHandler: Processed in 0.000790253 sec. 2026.03.18 01:37:25.606850 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.606976 [ 3 ] {b50522dd-3505-4173-9db9-05e6c9d32eca} executeQuery: (from [fd00:1122:3344:101::d]:51878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 01:37:25.607243 [ 3 ] {b50522dd-3505-4173-9db9-05e6c9d32eca} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.607288 [ 3 ] {b50522dd-3505-4173-9db9-05e6c9d32eca} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.607618 [ 3 ] {b50522dd-3505-4173-9db9-05e6c9d32eca} TCPHandler: Processed in 0.000829994 sec. 2026.03.18 01:37:25.607820 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.607938 [ 3 ] {db0d2762-d34a-4f9f-afbd-0f858698f79b} executeQuery: (from [fd00:1122:3344:101::d]:51878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 01:37:25.608192 [ 3 ] {db0d2762-d34a-4f9f-afbd-0f858698f79b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.608236 [ 3 ] {db0d2762-d34a-4f9f-afbd-0f858698f79b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.608589 [ 3 ] {db0d2762-d34a-4f9f-afbd-0f858698f79b} TCPHandler: Processed in 0.000817434 sec. 2026.03.18 01:37:25.609885 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.610007 [ 3 ] {a6338a7e-5d0c-4f05-93f3-ae7e93b26d35} executeQuery: (from [fd00:1122:3344:101::d]:51878) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 01:37:25.610265 [ 3 ] {a6338a7e-5d0c-4f05-93f3-ae7e93b26d35} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.610308 [ 3 ] {a6338a7e-5d0c-4f05-93f3-ae7e93b26d35} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.610638 [ 3 ] {a6338a7e-5d0c-4f05-93f3-ae7e93b26d35} TCPHandler: Processed in 0.000803063 sec. 2026.03.18 01:37:25.611374 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.611493 [ 3 ] {9c6b164a-e4ad-4984-991d-d9fd0835e25e} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:25.611752 [ 3 ] {9c6b164a-e4ad-4984-991d-d9fd0835e25e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.611795 [ 3 ] {9c6b164a-e4ad-4984-991d-d9fd0835e25e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.612169 [ 3 ] {9c6b164a-e4ad-4984-991d-d9fd0835e25e} TCPHandler: Processed in 0.000844424 sec. 2026.03.18 01:37:25.612366 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.612489 [ 3 ] {620817b7-81e7-4be7-8f05-ed98538afff5} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:25.612753 [ 3 ] {620817b7-81e7-4be7-8f05-ed98538afff5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.612796 [ 3 ] {620817b7-81e7-4be7-8f05-ed98538afff5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.613117 [ 3 ] {620817b7-81e7-4be7-8f05-ed98538afff5} TCPHandler: Processed in 0.000799693 sec. 2026.03.18 01:37:25.613314 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.613435 [ 3 ] {330212d5-9ad0-4e9e-b419-94f34ce9505f} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:25.613694 [ 3 ] {330212d5-9ad0-4e9e-b419-94f34ce9505f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.613737 [ 3 ] {330212d5-9ad0-4e9e-b419-94f34ce9505f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.614053 [ 3 ] {330212d5-9ad0-4e9e-b419-94f34ce9505f} TCPHandler: Processed in 0.000787063 sec. 2026.03.18 01:37:25.614251 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.614372 [ 3 ] {54287be3-2728-46fb-b45f-f3e21761c7b8} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:25.614633 [ 3 ] {54287be3-2728-46fb-b45f-f3e21761c7b8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.614676 [ 3 ] {54287be3-2728-46fb-b45f-f3e21761c7b8} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.614994 [ 3 ] {54287be3-2728-46fb-b45f-f3e21761c7b8} TCPHandler: Processed in 0.000791183 sec. 2026.03.18 01:37:25.615203 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.615324 [ 3 ] {f31360ec-0ad2-4852-9739-51a02956864c} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:25.615591 [ 3 ] {f31360ec-0ad2-4852-9739-51a02956864c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.615634 [ 3 ] {f31360ec-0ad2-4852-9739-51a02956864c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.615958 [ 3 ] {f31360ec-0ad2-4852-9739-51a02956864c} TCPHandler: Processed in 0.000803104 sec. 2026.03.18 01:37:25.616226 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.616348 [ 3 ] {98d0b402-e671-4a92-ae48-9c91e9ec64ce} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:25.616621 [ 3 ] {98d0b402-e671-4a92-ae48-9c91e9ec64ce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.616665 [ 3 ] {98d0b402-e671-4a92-ae48-9c91e9ec64ce} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.616984 [ 3 ] {98d0b402-e671-4a92-ae48-9c91e9ec64ce} TCPHandler: Processed in 0.000805904 sec. 2026.03.18 01:37:25.617483 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.617609 [ 3 ] {6d04169d-0dee-4b38-ac97-23a9dcdfa616} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:25.617881 [ 3 ] {6d04169d-0dee-4b38-ac97-23a9dcdfa616} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.617930 [ 3 ] {6d04169d-0dee-4b38-ac97-23a9dcdfa616} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.618258 [ 3 ] {6d04169d-0dee-4b38-ac97-23a9dcdfa616} TCPHandler: Processed in 0.000824014 sec. 2026.03.18 01:37:25.618484 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.618609 [ 3 ] {d97e080f-0909-4f9d-b963-775356df178e} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:25.618944 [ 3 ] {d97e080f-0909-4f9d-b963-775356df178e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.618992 [ 3 ] {d97e080f-0909-4f9d-b963-775356df178e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.619326 [ 3 ] {d97e080f-0909-4f9d-b963-775356df178e} TCPHandler: Processed in 0.000889905 sec. 2026.03.18 01:37:25.619544 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.619669 [ 3 ] {fc7d6770-fb3d-4a30-a68a-17a2c23a7529} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:25.619963 [ 3 ] {fc7d6770-fb3d-4a30-a68a-17a2c23a7529} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.620007 [ 3 ] {fc7d6770-fb3d-4a30-a68a-17a2c23a7529} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.620328 [ 3 ] {fc7d6770-fb3d-4a30-a68a-17a2c23a7529} TCPHandler: Processed in 0.000832964 sec. 2026.03.18 01:37:25.620558 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.620685 [ 3 ] {52e4d2ff-7541-47ae-971e-a3a01f102201} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:25.620973 [ 3 ] {52e4d2ff-7541-47ae-971e-a3a01f102201} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.621017 [ 3 ] {52e4d2ff-7541-47ae-971e-a3a01f102201} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.621344 [ 3 ] {52e4d2ff-7541-47ae-971e-a3a01f102201} TCPHandler: Processed in 0.000834004 sec. 2026.03.18 01:37:25.621579 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.621732 [ 3 ] {9f5f1a18-eb05-40db-a298-0100c0c37262} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:25.622056 [ 3 ] {9f5f1a18-eb05-40db-a298-0100c0c37262} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.622116 [ 3 ] {9f5f1a18-eb05-40db-a298-0100c0c37262} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.622526 [ 3 ] {9f5f1a18-eb05-40db-a298-0100c0c37262} TCPHandler: Processed in 0.000995577 sec. 2026.03.18 01:37:25.622756 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.622884 [ 3 ] {531c8948-857a-4279-879d-5eadc6fecdd0} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:25.623170 [ 3 ] {531c8948-857a-4279-879d-5eadc6fecdd0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.623215 [ 3 ] {531c8948-857a-4279-879d-5eadc6fecdd0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.623546 [ 3 ] {531c8948-857a-4279-879d-5eadc6fecdd0} TCPHandler: Processed in 0.000838374 sec. 2026.03.18 01:37:25.623783 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.623911 [ 3 ] {69a580a2-0f38-4327-aa75-400720228d3e} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:25.624191 [ 3 ] {69a580a2-0f38-4327-aa75-400720228d3e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.624235 [ 3 ] {69a580a2-0f38-4327-aa75-400720228d3e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.624572 [ 3 ] {69a580a2-0f38-4327-aa75-400720228d3e} TCPHandler: Processed in 0.000837614 sec. 2026.03.18 01:37:25.624838 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.624971 [ 3 ] {038999c5-68b4-469f-8f80-125554cba5d4} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:25.625301 [ 3 ] {038999c5-68b4-469f-8f80-125554cba5d4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.625348 [ 3 ] {038999c5-68b4-469f-8f80-125554cba5d4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.625735 [ 3 ] {038999c5-68b4-469f-8f80-125554cba5d4} TCPHandler: Processed in 0.000945146 sec. 2026.03.18 01:37:25.625993 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.626122 [ 3 ] {f246be97-3569-4894-848b-9d774e104299} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:25.626407 [ 3 ] {f246be97-3569-4894-848b-9d774e104299} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.626455 [ 3 ] {f246be97-3569-4894-848b-9d774e104299} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.626777 [ 3 ] {f246be97-3569-4894-848b-9d774e104299} TCPHandler: Processed in 0.000833534 sec. 2026.03.18 01:37:25.634806 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.634970 [ 3 ] {f1fe1092-5082-498f-90e5-b3a46693be0a} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:25.635272 [ 3 ] {f1fe1092-5082-498f-90e5-b3a46693be0a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.635317 [ 3 ] {f1fe1092-5082-498f-90e5-b3a46693be0a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:25.635674 [ 3 ] {f1fe1092-5082-498f-90e5-b3a46693be0a} TCPHandler: Processed in 0.000935595 sec. 2026.03.18 01:37:25.637818 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.637931 [ 3 ] {9772c95f-6d7b-4a44-9d54-8112a08ee209} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.18 01:37:25.637977 [ 3 ] {9772c95f-6d7b-4a44-9d54-8112a08ee209} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:25.641313 [ 3 ] {9772c95f-6d7b-4a44-9d54-8112a08ee209} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:25.641361 [ 3 ] {9772c95f-6d7b-4a44-9d54-8112a08ee209} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:25.644120 [ 3 ] {9772c95f-6d7b-4a44-9d54-8112a08ee209} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 01:37:25.644529 [ 3 ] {9772c95f-6d7b-4a44-9d54-8112a08ee209} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74): 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.18 01:37:25.644706 [ 3 ] {9772c95f-6d7b-4a44-9d54-8112a08ee209} executeQuery: Read 32 rows, 7.26 KiB in 0.006806 sec., 4701.733764325595 rows/sec., 1.04 MiB/sec. 2026.03.18 01:37:25.644749 [ 3 ] {9772c95f-6d7b-4a44-9d54-8112a08ee209} TCPHandler: Processed in 0.006983836 sec. 2026.03.18 01:37:25.644884 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.645002 [ 3 ] {80591464-ee0a-42cd-8720-22ed60973bbe} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:37:25.645053 [ 3 ] {80591464-ee0a-42cd-8720-22ed60973bbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:37:25.652224 [ 3 ] {80591464-ee0a-42cd-8720-22ed60973bbe} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:25.652264 [ 3 ] {80591464-ee0a-42cd-8720-22ed60973bbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:25.655029 [ 3 ] {80591464-ee0a-42cd-8720-22ed60973bbe} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 01:37:25.655488 [ 3 ] {80591464-ee0a-42cd-8720-22ed60973bbe} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:37:25.655645 [ 3 ] {80591464-ee0a-42cd-8720-22ed60973bbe} executeQuery: Read 284 rows, 18.47 KiB in 0.010667 sec., 26624.167994750165 rows/sec., 1.69 MiB/sec. 2026.03.18 01:37:25.655691 [ 3 ] {80591464-ee0a-42cd-8720-22ed60973bbe} TCPHandler: Processed in 0.01086048 sec. 2026.03.18 01:37:25.655837 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.655949 [ 3 ] {e619fde2-9e68-4f7e-b9f7-b4dc28001879} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:37:25.656001 [ 3 ] {e619fde2-9e68-4f7e-b9f7-b4dc28001879} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:37:25.656448 [ 3 ] {e619fde2-9e68-4f7e-b9f7-b4dc28001879} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:25.656488 [ 3 ] {e619fde2-9e68-4f7e-b9f7-b4dc28001879} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:25.656889 [ 3 ] {e619fde2-9e68-4f7e-b9f7-b4dc28001879} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 01:37:25.657341 [ 3 ] {e619fde2-9e68-4f7e-b9f7-b4dc28001879} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:37:25.657513 [ 3 ] {e619fde2-9e68-4f7e-b9f7-b4dc28001879} executeQuery: Read 10 rows, 835.00 B in 0.00159 sec., 6289.308176100629 rows/sec., 512.85 KiB/sec. 2026.03.18 01:37:25.657558 [ 3 ] {e619fde2-9e68-4f7e-b9f7-b4dc28001879} TCPHandler: Processed in 0.00178922 sec. 2026.03.18 01:37:25.657679 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.657786 [ 3 ] {d52ecd2f-5a33-4afb-943e-675795a72f86} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:37:25.657832 [ 3 ] {d52ecd2f-5a33-4afb-943e-675795a72f86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:37:25.658766 [ 3 ] {d52ecd2f-5a33-4afb-943e-675795a72f86} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:25.658804 [ 3 ] {d52ecd2f-5a33-4afb-943e-675795a72f86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:25.659359 [ 3 ] {d52ecd2f-5a33-4afb-943e-675795a72f86} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 01:37:25.659808 [ 3 ] {d52ecd2f-5a33-4afb-943e-675795a72f86} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:37:25.659942 [ 3 ] {d52ecd2f-5a33-4afb-943e-675795a72f86} executeQuery: Read 822 rows, 65.87 KiB in 0.002181 sec., 376891.33425034385 rows/sec., 29.49 MiB/sec. 2026.03.18 01:37:25.659981 [ 3 ] {d52ecd2f-5a33-4afb-943e-675795a72f86} TCPHandler: Processed in 0.002360279 sec. 2026.03.18 01:37:25.660098 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.660193 [ 3 ] {d4c1ef1b-03a0-4298-9ab9-b29b635f2fd0} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:37:25.660235 [ 3 ] {d4c1ef1b-03a0-4298-9ab9-b29b635f2fd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:37:25.660704 [ 3 ] {d4c1ef1b-03a0-4298-9ab9-b29b635f2fd0} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:25.660742 [ 3 ] {d4c1ef1b-03a0-4298-9ab9-b29b635f2fd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:25.661425 [ 3 ] {d4c1ef1b-03a0-4298-9ab9-b29b635f2fd0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 01:37:25.661866 [ 3 ] {d4c1ef1b-03a0-4298-9ab9-b29b635f2fd0} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:37:25.662004 [ 3 ] {d4c1ef1b-03a0-4298-9ab9-b29b635f2fd0} executeQuery: Read 162 rows, 9.99 KiB in 0.00183 sec., 88524.59016393442 rows/sec., 5.33 MiB/sec. 2026.03.18 01:37:25.662043 [ 3 ] {d4c1ef1b-03a0-4298-9ab9-b29b635f2fd0} TCPHandler: Processed in 0.001994254 sec. 2026.03.18 01:37:25.662159 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.662256 [ 3 ] {1f07a93b-b5a5-4c30-96e6-fb3a724a4203} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:37:25.662295 [ 3 ] {1f07a93b-b5a5-4c30-96e6-fb3a724a4203} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:37:25.662768 [ 3 ] {1f07a93b-b5a5-4c30-96e6-fb3a724a4203} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:25.662802 [ 3 ] {1f07a93b-b5a5-4c30-96e6-fb3a724a4203} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:25.663227 [ 3 ] {1f07a93b-b5a5-4c30-96e6-fb3a724a4203} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 01:37:25.663667 [ 3 ] {1f07a93b-b5a5-4c30-96e6-fb3a724a4203} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:37:25.663826 [ 3 ] {1f07a93b-b5a5-4c30-96e6-fb3a724a4203} executeQuery: Read 149 rows, 9.86 KiB in 0.001588 sec., 93828.71536523929 rows/sec., 6.06 MiB/sec. 2026.03.18 01:37:25.663871 [ 3 ] {1f07a93b-b5a5-4c30-96e6-fb3a724a4203} TCPHandler: Processed in 0.001760529 sec. 2026.03.18 01:37:25.663992 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.664088 [ 3 ] {fd6b28bb-e4c6-4217-884b-c8422b1cc241} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:37:25.664130 [ 3 ] {fd6b28bb-e4c6-4217-884b-c8422b1cc241} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:37:25.664571 [ 3 ] {fd6b28bb-e4c6-4217-884b-c8422b1cc241} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:25.664609 [ 3 ] {fd6b28bb-e4c6-4217-884b-c8422b1cc241} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:25.665101 [ 3 ] {fd6b28bb-e4c6-4217-884b-c8422b1cc241} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 01:37:25.665640 [ 3 ] {fd6b28bb-e4c6-4217-884b-c8422b1cc241} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:37:25.665776 [ 3 ] {fd6b28bb-e4c6-4217-884b-c8422b1cc241} executeQuery: Read 148 rows, 8.62 KiB in 0.001706 sec., 86752.63774912075 rows/sec., 4.93 MiB/sec. 2026.03.18 01:37:25.665814 [ 3 ] {fd6b28bb-e4c6-4217-884b-c8422b1cc241} TCPHandler: Processed in 0.001873001 sec. 2026.03.18 01:37:25.665933 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.666027 [ 3 ] {1d78ee03-3c91-4a76-8c5d-8467fb480102} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:37:25.666070 [ 3 ] {1d78ee03-3c91-4a76-8c5d-8467fb480102} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:37:25.666636 [ 3 ] {1d78ee03-3c91-4a76-8c5d-8467fb480102} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:25.666673 [ 3 ] {1d78ee03-3c91-4a76-8c5d-8467fb480102} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:25.667111 [ 3 ] {1d78ee03-3c91-4a76-8c5d-8467fb480102} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 01:37:25.667530 [ 3 ] {1d78ee03-3c91-4a76-8c5d-8467fb480102} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:37:25.667653 [ 3 ] {1d78ee03-3c91-4a76-8c5d-8467fb480102} executeQuery: Read 510 rows, 36.79 KiB in 0.00166 sec., 307228.9156626506 rows/sec., 21.65 MiB/sec. 2026.03.18 01:37:25.667689 [ 3 ] {1d78ee03-3c91-4a76-8c5d-8467fb480102} TCPHandler: Processed in 0.001823541 sec. 2026.03.18 01:37:25.667796 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.667885 [ 3 ] {7c474b87-55b9-465c-a106-bd3b0ae63675} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:37:25.667924 [ 3 ] {7c474b87-55b9-465c-a106-bd3b0ae63675} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:37:25.668266 [ 3 ] {7c474b87-55b9-465c-a106-bd3b0ae63675} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:25.668299 [ 3 ] {7c474b87-55b9-465c-a106-bd3b0ae63675} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:25.670998 [ 3 ] {7c474b87-55b9-465c-a106-bd3b0ae63675} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 01:37:25.671475 [ 3 ] {7c474b87-55b9-465c-a106-bd3b0ae63675} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:37:25.671631 [ 3 ] {7c474b87-55b9-465c-a106-bd3b0ae63675} executeQuery: Read 6 rows, 321.00 B in 0.003731 sec., 1608.1479496113643 rows/sec., 84.02 KiB/sec. 2026.03.18 01:37:25.671672 [ 3 ] {7c474b87-55b9-465c-a106-bd3b0ae63675} TCPHandler: Processed in 0.003898154 sec. 2026.03.18 01:37:25.671794 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.671893 [ 3 ] {66b63ad6-17d0-4c1c-98b6-975384f74d73} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:37:25.671936 [ 3 ] {66b63ad6-17d0-4c1c-98b6-975384f74d73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:37:25.672371 [ 3 ] {66b63ad6-17d0-4c1c-98b6-975384f74d73} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:25.672407 [ 3 ] {66b63ad6-17d0-4c1c-98b6-975384f74d73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:25.672862 [ 3 ] {66b63ad6-17d0-4c1c-98b6-975384f74d73} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 01:37:25.673316 [ 3 ] {66b63ad6-17d0-4c1c-98b6-975384f74d73} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:37:25.673451 [ 3 ] {66b63ad6-17d0-4c1c-98b6-975384f74d73} executeQuery: Read 174 rows, 11.54 KiB in 0.001579 sec., 110196.32678910703 rows/sec., 7.14 MiB/sec. 2026.03.18 01:37:25.673490 [ 3 ] {66b63ad6-17d0-4c1c-98b6-975384f74d73} TCPHandler: Processed in 0.001748419 sec. 2026.03.18 01:37:25.673608 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.673705 [ 3 ] {251db3ae-72b6-479e-922d-4df2a66d3084} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:37:25.673749 [ 3 ] {251db3ae-72b6-479e-922d-4df2a66d3084} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:37:25.674071 [ 3 ] {251db3ae-72b6-479e-922d-4df2a66d3084} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:25.674109 [ 3 ] {251db3ae-72b6-479e-922d-4df2a66d3084} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:25.674553 [ 3 ] {251db3ae-72b6-479e-922d-4df2a66d3084} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 01:37:25.675013 [ 3 ] {251db3ae-72b6-479e-922d-4df2a66d3084} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:37:25.675144 [ 3 ] {251db3ae-72b6-479e-922d-4df2a66d3084} executeQuery: Read 1 rows, 69.00 B in 0.001458 sec., 685.8710562414266 rows/sec., 46.22 KiB/sec. 2026.03.18 01:37:25.675180 [ 3 ] {251db3ae-72b6-479e-922d-4df2a66d3084} TCPHandler: Processed in 0.001622437 sec. 2026.03.18 01:37:25.675293 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.675388 [ 3 ] {72299575-26d6-4a41-a7b2-e0e8cc3eb6e4} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:37:25.675444 [ 3 ] {72299575-26d6-4a41-a7b2-e0e8cc3eb6e4} 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.18 01:37:25.676238 [ 3 ] {72299575-26d6-4a41-a7b2-e0e8cc3eb6e4} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:25.676276 [ 3 ] {72299575-26d6-4a41-a7b2-e0e8cc3eb6e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:25.677592 [ 3 ] {72299575-26d6-4a41-a7b2-e0e8cc3eb6e4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 01:37:25.678121 [ 3 ] {72299575-26d6-4a41-a7b2-e0e8cc3eb6e4} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:37:25.678305 [ 3 ] {72299575-26d6-4a41-a7b2-e0e8cc3eb6e4} executeQuery: Read 10 rows, 18.35 KiB in 0.002935 sec., 3407.1550255536627 rows/sec., 6.11 MiB/sec. 2026.03.18 01:37:25.678374 [ 3 ] {72299575-26d6-4a41-a7b2-e0e8cc3eb6e4} TCPHandler: Processed in 0.003131232 sec. 2026.03.18 01:37:25.678496 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:25.678592 [ 3 ] {6221b048-7242-43ad-ad56-c57f348bb439} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:37:25.678634 [ 3 ] {6221b048-7242-43ad-ad56-c57f348bb439} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:37:25.678987 [ 3 ] {6221b048-7242-43ad-ad56-c57f348bb439} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:25.679026 [ 3 ] {6221b048-7242-43ad-ad56-c57f348bb439} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:25.679438 [ 3 ] {6221b048-7242-43ad-ad56-c57f348bb439} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 01:37:25.679868 [ 3 ] {6221b048-7242-43ad-ad56-c57f348bb439} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:37:25.679999 [ 3 ] {6221b048-7242-43ad-ad56-c57f348bb439} executeQuery: Read 54 rows, 3.28 KiB in 0.001426 sec., 37868.16269284712 rows/sec., 2.25 MiB/sec. 2026.03.18 01:37:25.680036 [ 3 ] {6221b048-7242-43ad-ad56-c57f348bb439} TCPHandler: Processed in 0.001590827 sec. 2026.03.18 01:37:27.172076 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2026.03.18 01:37:27.172586 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:27.172636 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:27.173299 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 01:37:27.173816 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:37:27.173957 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2026.03.18 01:37:27.250320 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.03.18 01:37:27.267626 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:27.267682 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:27.276545 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 01:37:27.277672 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:37:27.281045 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.03.18 01:37:28.000169 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 159.81 MiB, peak 163.81 MiB, free memory in arenas 0.00 B, will set to 161.30 MiB (RSS), difference: 1.49 MiB 2026.03.18 01:37:30.545393 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:30.545603 [ 3 ] {943b34e0-e90f-4ef5-b613-d372adf22f71} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:37:30.545677 [ 3 ] {943b34e0-e90f-4ef5-b613-d372adf22f71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:37:30.546368 [ 3 ] {943b34e0-e90f-4ef5-b613-d372adf22f71} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:30.546414 [ 3 ] {943b34e0-e90f-4ef5-b613-d372adf22f71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:30.546947 [ 3 ] {943b34e0-e90f-4ef5-b613-d372adf22f71} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 01:37:30.547426 [ 3 ] {943b34e0-e90f-4ef5-b613-d372adf22f71} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:37:30.547577 [ 3 ] {943b34e0-e90f-4ef5-b613-d372adf22f71} executeQuery: Read 56 rows, 4.41 KiB in 0.002027 sec., 27627.035027133694 rows/sec., 2.12 MiB/sec. 2026.03.18 01:37:30.547625 [ 3 ] {943b34e0-e90f-4ef5-b613-d372adf22f71} TCPHandler: Processed in 0.002368669 sec. 2026.03.18 01:37:30.547740 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:30.547835 [ 3 ] {a3f8906a-8a33-485b-be1c-943675cab4c0} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:37:30.547876 [ 3 ] {a3f8906a-8a33-485b-be1c-943675cab4c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:37:30.548310 [ 3 ] {a3f8906a-8a33-485b-be1c-943675cab4c0} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:30.548347 [ 3 ] {a3f8906a-8a33-485b-be1c-943675cab4c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:30.548747 [ 3 ] {a3f8906a-8a33-485b-be1c-943675cab4c0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 01:37:30.549217 [ 3 ] {a3f8906a-8a33-485b-be1c-943675cab4c0} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:37:30.549345 [ 3 ] {a3f8906a-8a33-485b-be1c-943675cab4c0} executeQuery: Read 64 rows, 5.12 KiB in 0.001527 sec., 41912.246234446626 rows/sec., 3.27 MiB/sec. 2026.03.18 01:37:30.549388 [ 3 ] {a3f8906a-8a33-485b-be1c-943675cab4c0} TCPHandler: Processed in 0.001699139 sec. 2026.03.18 01:37:30.549506 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:30.549602 [ 3 ] {126eb0b8-0346-4f90-b149-0837bda699d0} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:37:30.549645 [ 3 ] {126eb0b8-0346-4f90-b149-0837bda699d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:37:30.550062 [ 3 ] {126eb0b8-0346-4f90-b149-0837bda699d0} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:30.550098 [ 3 ] {126eb0b8-0346-4f90-b149-0837bda699d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:30.550522 [ 3 ] {126eb0b8-0346-4f90-b149-0837bda699d0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 01:37:30.550930 [ 3 ] {126eb0b8-0346-4f90-b149-0837bda699d0} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:37:30.551067 [ 3 ] {126eb0b8-0346-4f90-b149-0837bda699d0} executeQuery: Read 160 rows, 11.41 KiB in 0.001483 sec., 107889.41335131491 rows/sec., 7.51 MiB/sec. 2026.03.18 01:37:30.551110 [ 3 ] {126eb0b8-0346-4f90-b149-0837bda699d0} TCPHandler: Processed in 0.001654077 sec. 2026.03.18 01:37:30.551224 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:30.551320 [ 3 ] {cb2076b5-35fd-4b2e-9f4e-5bc51a852a9d} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:37:30.551361 [ 3 ] {cb2076b5-35fd-4b2e-9f4e-5bc51a852a9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:37:30.551705 [ 3 ] {cb2076b5-35fd-4b2e-9f4e-5bc51a852a9d} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:30.551741 [ 3 ] {cb2076b5-35fd-4b2e-9f4e-5bc51a852a9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:30.552139 [ 3 ] {cb2076b5-35fd-4b2e-9f4e-5bc51a852a9d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 01:37:30.552571 [ 3 ] {cb2076b5-35fd-4b2e-9f4e-5bc51a852a9d} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:37:30.552704 [ 3 ] {cb2076b5-35fd-4b2e-9f4e-5bc51a852a9d} executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec. 2026.03.18 01:37:30.552746 [ 3 ] {cb2076b5-35fd-4b2e-9f4e-5bc51a852a9d} TCPHandler: Processed in 0.001571696 sec. 2026.03.18 01:37:34.583540 [ 84 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:37:34.583609 [ 84 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:37:34.674093 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2026.03.18 01:37:34.674598 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:34.674651 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:34.675350 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 01:37:34.675797 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:37:34.675943 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2026.03.18 01:37:34.691567 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 98 entries to flush up to offset 186 2026.03.18 01:37:34.695622 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:34.695667 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:34.696972 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 01:37:34.697567 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:37:34.697830 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 186 2026.03.18 01:37:34.781164 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.03.18 01:37:34.798433 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:34.798491 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:34.804816 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 01:37:34.805958 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:37:34.809202 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.03.18 01:37:35.554033 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:35.554234 [ 3 ] {d5d2e65e-c2ab-494d-bc92-eacd35fcfd12} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:37:35.554309 [ 3 ] {d5d2e65e-c2ab-494d-bc92-eacd35fcfd12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:37:35.555021 [ 3 ] {d5d2e65e-c2ab-494d-bc92-eacd35fcfd12} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:35.555067 [ 3 ] {d5d2e65e-c2ab-494d-bc92-eacd35fcfd12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:35.555664 [ 3 ] {d5d2e65e-c2ab-494d-bc92-eacd35fcfd12} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 01:37:35.556136 [ 3 ] {d5d2e65e-c2ab-494d-bc92-eacd35fcfd12} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:37:35.556303 [ 3 ] {d5d2e65e-c2ab-494d-bc92-eacd35fcfd12} executeQuery: Read 284 rows, 18.47 KiB in 0.002122 sec., 133836.00377002827 rows/sec., 8.50 MiB/sec. 2026.03.18 01:37:35.556356 [ 3 ] {d5d2e65e-c2ab-494d-bc92-eacd35fcfd12} TCPHandler: Processed in 0.002459021 sec. 2026.03.18 01:37:35.556495 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:35.556601 [ 3 ] {22c1cc61-654f-4226-ad3c-036221752698} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:37:35.556645 [ 3 ] {22c1cc61-654f-4226-ad3c-036221752698} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:37:35.557387 [ 3 ] {22c1cc61-654f-4226-ad3c-036221752698} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:35.557423 [ 3 ] {22c1cc61-654f-4226-ad3c-036221752698} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:35.557904 [ 3 ] {22c1cc61-654f-4226-ad3c-036221752698} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 01:37:35.558368 [ 3 ] {22c1cc61-654f-4226-ad3c-036221752698} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:37:35.558514 [ 3 ] {22c1cc61-654f-4226-ad3c-036221752698} executeQuery: Read 817 rows, 65.50 KiB in 0.001937 sec., 421786.26742385136 rows/sec., 33.02 MiB/sec. 2026.03.18 01:37:35.558554 [ 3 ] {22c1cc61-654f-4226-ad3c-036221752698} TCPHandler: Processed in 0.002113325 sec. 2026.03.18 01:37:35.558672 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:35.558771 [ 3 ] {3b1ce5ee-e7e9-42f2-b2e7-022a8758cabf} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:37:35.558815 [ 3 ] {3b1ce5ee-e7e9-42f2-b2e7-022a8758cabf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:37:35.559254 [ 3 ] {3b1ce5ee-e7e9-42f2-b2e7-022a8758cabf} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:35.559290 [ 3 ] {3b1ce5ee-e7e9-42f2-b2e7-022a8758cabf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:35.559729 [ 3 ] {3b1ce5ee-e7e9-42f2-b2e7-022a8758cabf} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 01:37:35.560182 [ 3 ] {3b1ce5ee-e7e9-42f2-b2e7-022a8758cabf} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:37:35.560319 [ 3 ] {3b1ce5ee-e7e9-42f2-b2e7-022a8758cabf} executeQuery: Read 152 rows, 9.29 KiB in 0.001569 sec., 96876.9917144678 rows/sec., 5.78 MiB/sec. 2026.03.18 01:37:35.560358 [ 3 ] {3b1ce5ee-e7e9-42f2-b2e7-022a8758cabf} TCPHandler: Processed in 0.001737919 sec. 2026.03.18 01:37:35.560483 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:35.560583 [ 3 ] {428fdfcc-a4f4-4b78-b9fb-d8e38740cb22} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:37:35.560622 [ 3 ] {428fdfcc-a4f4-4b78-b9fb-d8e38740cb22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:37:35.561046 [ 3 ] {428fdfcc-a4f4-4b78-b9fb-d8e38740cb22} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:35.561082 [ 3 ] {428fdfcc-a4f4-4b78-b9fb-d8e38740cb22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:35.561548 [ 3 ] {428fdfcc-a4f4-4b78-b9fb-d8e38740cb22} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 01:37:35.562078 [ 3 ] {428fdfcc-a4f4-4b78-b9fb-d8e38740cb22} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:37:35.562209 [ 3 ] {428fdfcc-a4f4-4b78-b9fb-d8e38740cb22} executeQuery: Read 149 rows, 9.86 KiB in 0.001644 sec., 90632.60340632603 rows/sec., 5.86 MiB/sec. 2026.03.18 01:37:35.562245 [ 3 ] {428fdfcc-a4f4-4b78-b9fb-d8e38740cb22} TCPHandler: Processed in 0.00181257 sec. 2026.03.18 01:37:35.562361 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:35.562457 [ 3 ] {371d289c-f26d-4ef0-96d4-43dbb524b515} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:37:35.562498 [ 3 ] {371d289c-f26d-4ef0-96d4-43dbb524b515} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:37:35.562953 [ 3 ] {371d289c-f26d-4ef0-96d4-43dbb524b515} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:35.562988 [ 3 ] {371d289c-f26d-4ef0-96d4-43dbb524b515} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:35.563410 [ 3 ] {371d289c-f26d-4ef0-96d4-43dbb524b515} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 01:37:35.563946 [ 3 ] {371d289c-f26d-4ef0-96d4-43dbb524b515} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:37:35.564082 [ 3 ] {371d289c-f26d-4ef0-96d4-43dbb524b515} executeQuery: Read 148 rows, 8.62 KiB in 0.001642 sec., 90133.98294762484 rows/sec., 5.13 MiB/sec. 2026.03.18 01:37:35.564121 [ 3 ] {371d289c-f26d-4ef0-96d4-43dbb524b515} TCPHandler: Processed in 0.00181046 sec. 2026.03.18 01:37:35.564243 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:35.564337 [ 3 ] {d7df4f34-7dc8-43d2-abaf-e9dcc144036b} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:37:35.564377 [ 3 ] {d7df4f34-7dc8-43d2-abaf-e9dcc144036b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:37:35.564939 [ 3 ] {d7df4f34-7dc8-43d2-abaf-e9dcc144036b} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:35.564975 [ 3 ] {d7df4f34-7dc8-43d2-abaf-e9dcc144036b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:35.565426 [ 3 ] {d7df4f34-7dc8-43d2-abaf-e9dcc144036b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 01:37:35.565844 [ 3 ] {d7df4f34-7dc8-43d2-abaf-e9dcc144036b} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:37:35.565975 [ 3 ] {d7df4f34-7dc8-43d2-abaf-e9dcc144036b} executeQuery: Read 500 rows, 35.98 KiB in 0.001657 sec., 301750.15087507543 rows/sec., 21.20 MiB/sec. 2026.03.18 01:37:35.566013 [ 3 ] {d7df4f34-7dc8-43d2-abaf-e9dcc144036b} TCPHandler: Processed in 0.001820351 sec. 2026.03.18 01:37:35.566129 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:35.566223 [ 3 ] {ed53eb88-2df1-45a4-be8f-ead78dd52e7e} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:37:35.566265 [ 3 ] {ed53eb88-2df1-45a4-be8f-ead78dd52e7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:37:35.566619 [ 3 ] {ed53eb88-2df1-45a4-be8f-ead78dd52e7e} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:35.566655 [ 3 ] {ed53eb88-2df1-45a4-be8f-ead78dd52e7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:35.567085 [ 3 ] {ed53eb88-2df1-45a4-be8f-ead78dd52e7e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 01:37:35.567519 [ 3 ] {ed53eb88-2df1-45a4-be8f-ead78dd52e7e} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:37:35.567656 [ 3 ] {ed53eb88-2df1-45a4-be8f-ead78dd52e7e} executeQuery: Read 6 rows, 321.00 B in 0.001451 sec., 4135.079255685734 rows/sec., 216.04 KiB/sec. 2026.03.18 01:37:35.567691 [ 3 ] {ed53eb88-2df1-45a4-be8f-ead78dd52e7e} TCPHandler: Processed in 0.001612717 sec. 2026.03.18 01:37:35.567803 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:35.567899 [ 3 ] {15f2c599-65a8-464e-bb48-2c5acb7a324a} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:37:35.567942 [ 3 ] {15f2c599-65a8-464e-bb48-2c5acb7a324a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:37:35.568354 [ 3 ] {15f2c599-65a8-464e-bb48-2c5acb7a324a} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:35.568388 [ 3 ] {15f2c599-65a8-464e-bb48-2c5acb7a324a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:35.568818 [ 3 ] {15f2c599-65a8-464e-bb48-2c5acb7a324a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 01:37:35.569257 [ 3 ] {15f2c599-65a8-464e-bb48-2c5acb7a324a} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:37:35.569384 [ 3 ] {15f2c599-65a8-464e-bb48-2c5acb7a324a} executeQuery: Read 265 rows, 18.03 KiB in 0.001504 sec., 176196.8085106383 rows/sec., 11.71 MiB/sec. 2026.03.18 01:37:35.569419 [ 3 ] {15f2c599-65a8-464e-bb48-2c5acb7a324a} TCPHandler: Processed in 0.001665507 sec. 2026.03.18 01:37:35.569532 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:35.569626 [ 3 ] {df1e8a19-42b9-4b9a-85da-693a7d2c11ed} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:37:35.569667 [ 3 ] {df1e8a19-42b9-4b9a-85da-693a7d2c11ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:37:35.570006 [ 3 ] {df1e8a19-42b9-4b9a-85da-693a7d2c11ed} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:35.570040 [ 3 ] {df1e8a19-42b9-4b9a-85da-693a7d2c11ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:35.570429 [ 3 ] {df1e8a19-42b9-4b9a-85da-693a7d2c11ed} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 01:37:35.571006 [ 3 ] {df1e8a19-42b9-4b9a-85da-693a7d2c11ed} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:37:35.571144 [ 3 ] {df1e8a19-42b9-4b9a-85da-693a7d2c11ed} executeQuery: Read 1 rows, 69.00 B in 0.001535 sec., 651.4657980456027 rows/sec., 43.90 KiB/sec. 2026.03.18 01:37:35.571178 [ 3 ] {df1e8a19-42b9-4b9a-85da-693a7d2c11ed} TCPHandler: Processed in 0.001694409 sec. 2026.03.18 01:37:35.571294 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:35.571388 [ 3 ] {5bcdc266-7e10-437b-8aa5-cea87d731dd5} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:37:35.571441 [ 3 ] {5bcdc266-7e10-437b-8aa5-cea87d731dd5} 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.18 01:37:35.572152 [ 3 ] {5bcdc266-7e10-437b-8aa5-cea87d731dd5} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:35.572189 [ 3 ] {5bcdc266-7e10-437b-8aa5-cea87d731dd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:35.572795 [ 3 ] {5bcdc266-7e10-437b-8aa5-cea87d731dd5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 01:37:35.573206 [ 3 ] {5bcdc266-7e10-437b-8aa5-cea87d731dd5} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:37:35.573345 [ 3 ] {5bcdc266-7e10-437b-8aa5-cea87d731dd5} executeQuery: Read 10 rows, 18.35 KiB in 0.001975 sec., 5063.291139240506 rows/sec., 9.07 MiB/sec. 2026.03.18 01:37:35.573394 [ 3 ] {5bcdc266-7e10-437b-8aa5-cea87d731dd5} TCPHandler: Processed in 0.002149195 sec. 2026.03.18 01:37:35.573518 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:35.573619 [ 3 ] {0efb9fa3-61c2-4073-a8fe-1ff5f542c973} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:37:35.573659 [ 3 ] {0efb9fa3-61c2-4073-a8fe-1ff5f542c973} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:37:35.573990 [ 3 ] {0efb9fa3-61c2-4073-a8fe-1ff5f542c973} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:35.574027 [ 3 ] {0efb9fa3-61c2-4073-a8fe-1ff5f542c973} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:35.574456 [ 3 ] {0efb9fa3-61c2-4073-a8fe-1ff5f542c973} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 01:37:35.574965 [ 3 ] {0efb9fa3-61c2-4073-a8fe-1ff5f542c973} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:37:35.575093 [ 3 ] {0efb9fa3-61c2-4073-a8fe-1ff5f542c973} executeQuery: Read 90 rows, 5.77 KiB in 0.001492 sec., 60321.71581769437 rows/sec., 3.77 MiB/sec. 2026.03.18 01:37:35.575129 [ 3 ] {0efb9fa3-61c2-4073-a8fe-1ff5f542c973} TCPHandler: Processed in 0.001670908 sec. 2026.03.18 01:37:40.545373 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:40.545571 [ 3 ] {5dd1c7b0-cc39-42a6-8931-c00f12780160} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:37:40.545643 [ 3 ] {5dd1c7b0-cc39-42a6-8931-c00f12780160} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:37:40.546415 [ 3 ] {5dd1c7b0-cc39-42a6-8931-c00f12780160} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:40.546470 [ 3 ] {5dd1c7b0-cc39-42a6-8931-c00f12780160} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:40.547046 [ 3 ] {5dd1c7b0-cc39-42a6-8931-c00f12780160} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 01:37:40.547486 [ 3 ] {5dd1c7b0-cc39-42a6-8931-c00f12780160} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:37:40.547639 [ 3 ] {5dd1c7b0-cc39-42a6-8931-c00f12780160} executeQuery: Read 56 rows, 4.41 KiB in 0.00212 sec., 26415.094339622643 rows/sec., 2.03 MiB/sec. 2026.03.18 01:37:40.547680 [ 3 ] {5dd1c7b0-cc39-42a6-8931-c00f12780160} TCPHandler: Processed in 0.00243496 sec. 2026.03.18 01:37:40.547808 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:40.547904 [ 3 ] {fa56718e-8f17-4292-bf88-7c70b4089a6b} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:37:40.547945 [ 3 ] {fa56718e-8f17-4292-bf88-7c70b4089a6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:37:40.548438 [ 3 ] {fa56718e-8f17-4292-bf88-7c70b4089a6b} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:40.548475 [ 3 ] {fa56718e-8f17-4292-bf88-7c70b4089a6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:40.548876 [ 3 ] {fa56718e-8f17-4292-bf88-7c70b4089a6b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 01:37:40.549288 [ 3 ] {fa56718e-8f17-4292-bf88-7c70b4089a6b} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:37:40.549417 [ 3 ] {fa56718e-8f17-4292-bf88-7c70b4089a6b} executeQuery: Read 64 rows, 5.12 KiB in 0.001532 sec., 41775.45691906005 rows/sec., 3.26 MiB/sec. 2026.03.18 01:37:40.549453 [ 3 ] {fa56718e-8f17-4292-bf88-7c70b4089a6b} TCPHandler: Processed in 0.001694778 sec. 2026.03.18 01:37:40.549589 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:40.549685 [ 3 ] {66005655-7d23-4f66-acdb-8eef005a97f3} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:37:40.549729 [ 3 ] {66005655-7d23-4f66-acdb-8eef005a97f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:37:40.550174 [ 3 ] {66005655-7d23-4f66-acdb-8eef005a97f3} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:40.550210 [ 3 ] {66005655-7d23-4f66-acdb-8eef005a97f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:40.550647 [ 3 ] {66005655-7d23-4f66-acdb-8eef005a97f3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 01:37:40.551061 [ 3 ] {66005655-7d23-4f66-acdb-8eef005a97f3} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:37:40.551191 [ 3 ] {66005655-7d23-4f66-acdb-8eef005a97f3} executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec. 2026.03.18 01:37:40.551228 [ 3 ] {66005655-7d23-4f66-acdb-8eef005a97f3} TCPHandler: Processed in 0.001693138 sec. 2026.03.18 01:37:40.551350 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:40.551444 [ 3 ] {7b237fe1-2485-4c81-879d-368fedccdd04} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:37:40.551486 [ 3 ] {7b237fe1-2485-4c81-879d-368fedccdd04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:37:40.551859 [ 3 ] {7b237fe1-2485-4c81-879d-368fedccdd04} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:40.551895 [ 3 ] {7b237fe1-2485-4c81-879d-368fedccdd04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:40.552292 [ 3 ] {7b237fe1-2485-4c81-879d-368fedccdd04} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 01:37:40.552740 [ 3 ] {7b237fe1-2485-4c81-879d-368fedccdd04} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:37:40.552868 [ 3 ] {7b237fe1-2485-4c81-879d-368fedccdd04} executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. 2026.03.18 01:37:40.552904 [ 3 ] {7b237fe1-2485-4c81-879d-368fedccdd04} TCPHandler: Processed in 0.001602447 sec. 2026.03.18 01:37:42.176115 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 2026.03.18 01:37:42.176668 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:42.176702 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:42.177357 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 01:37:42.177843 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:37:42.177991 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 2026.03.18 01:37:42.309358 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.03.18 01:37:42.326010 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:42.326052 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:42.332494 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 01:37:42.333584 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:37:42.336400 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.03.18 01:37:43.000168 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 163.38 MiB, peak 167.38 MiB, free memory in arenas 0.00 B, will set to 164.61 MiB (RSS), difference: 1.23 MiB 2026.03.18 01:37:44.698293 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 216 2026.03.18 01:37:44.700392 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:44.700448 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:44.701799 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 01:37:44.702283 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:37:44.702606 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 216 2026.03.18 01:37:45.554170 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:45.554351 [ 3 ] {a9c574ff-9783-4bde-9ce0-a18a06ed0dac} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:37:45.554420 [ 3 ] {a9c574ff-9783-4bde-9ce0-a18a06ed0dac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:37:45.555173 [ 3 ] {a9c574ff-9783-4bde-9ce0-a18a06ed0dac} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:45.555224 [ 3 ] {a9c574ff-9783-4bde-9ce0-a18a06ed0dac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:45.555726 [ 3 ] {a9c574ff-9783-4bde-9ce0-a18a06ed0dac} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 01:37:45.556186 [ 3 ] {a9c574ff-9783-4bde-9ce0-a18a06ed0dac} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:37:45.556352 [ 3 ] {a9c574ff-9783-4bde-9ce0-a18a06ed0dac} executeQuery: Read 284 rows, 18.47 KiB in 0.00205 sec., 138536.58536585365 rows/sec., 8.80 MiB/sec. 2026.03.18 01:37:45.556403 [ 3 ] {a9c574ff-9783-4bde-9ce0-a18a06ed0dac} TCPHandler: Processed in 0.002364839 sec. 2026.03.18 01:37:45.556542 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:45.556645 [ 3 ] {3082aecc-a694-4c32-b54d-251b80cab55b} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:37:45.556688 [ 3 ] {3082aecc-a694-4c32-b54d-251b80cab55b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:37:45.557446 [ 3 ] {3082aecc-a694-4c32-b54d-251b80cab55b} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:45.557483 [ 3 ] {3082aecc-a694-4c32-b54d-251b80cab55b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:45.557946 [ 3 ] {3082aecc-a694-4c32-b54d-251b80cab55b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 01:37:45.558386 [ 3 ] {3082aecc-a694-4c32-b54d-251b80cab55b} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:37:45.558543 [ 3 ] {3082aecc-a694-4c32-b54d-251b80cab55b} executeQuery: Read 817 rows, 65.50 KiB in 0.001921 sec., 425299.32326913066 rows/sec., 33.30 MiB/sec. 2026.03.18 01:37:45.558583 [ 3 ] {3082aecc-a694-4c32-b54d-251b80cab55b} TCPHandler: Processed in 0.002094154 sec. 2026.03.18 01:37:45.558707 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:45.558803 [ 3 ] {a8e14e3f-c38a-4c01-8a27-6d6afff8a78c} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:37:45.558845 [ 3 ] {a8e14e3f-c38a-4c01-8a27-6d6afff8a78c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:37:45.559280 [ 3 ] {a8e14e3f-c38a-4c01-8a27-6d6afff8a78c} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:45.559317 [ 3 ] {a8e14e3f-c38a-4c01-8a27-6d6afff8a78c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:45.559718 [ 3 ] {a8e14e3f-c38a-4c01-8a27-6d6afff8a78c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 01:37:45.560163 [ 3 ] {a8e14e3f-c38a-4c01-8a27-6d6afff8a78c} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:37:45.560298 [ 3 ] {a8e14e3f-c38a-4c01-8a27-6d6afff8a78c} executeQuery: Read 152 rows, 9.29 KiB in 0.001513 sec., 100462.65697290152 rows/sec., 6.00 MiB/sec. 2026.03.18 01:37:45.560336 [ 3 ] {a8e14e3f-c38a-4c01-8a27-6d6afff8a78c} TCPHandler: Processed in 0.001679047 sec. 2026.03.18 01:37:45.560451 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:45.560545 [ 3 ] {acaa975e-d75c-4070-a0b0-16a8ccf0b634} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:37:45.560583 [ 3 ] {acaa975e-d75c-4070-a0b0-16a8ccf0b634} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:37:45.561010 [ 3 ] {acaa975e-d75c-4070-a0b0-16a8ccf0b634} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:45.561047 [ 3 ] {acaa975e-d75c-4070-a0b0-16a8ccf0b634} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:45.561436 [ 3 ] {acaa975e-d75c-4070-a0b0-16a8ccf0b634} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 01:37:45.561847 [ 3 ] {acaa975e-d75c-4070-a0b0-16a8ccf0b634} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:37:45.561974 [ 3 ] {acaa975e-d75c-4070-a0b0-16a8ccf0b634} executeQuery: Read 149 rows, 9.86 KiB in 0.001447 sec., 102971.66551485834 rows/sec., 6.65 MiB/sec. 2026.03.18 01:37:45.562013 [ 3 ] {acaa975e-d75c-4070-a0b0-16a8ccf0b634} TCPHandler: Processed in 0.001610657 sec. 2026.03.18 01:37:45.562129 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:45.562223 [ 3 ] {ed00df86-9350-40be-bcc3-e2b15ea4b7e2} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:37:45.562262 [ 3 ] {ed00df86-9350-40be-bcc3-e2b15ea4b7e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:37:45.562685 [ 3 ] {ed00df86-9350-40be-bcc3-e2b15ea4b7e2} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:45.562723 [ 3 ] {ed00df86-9350-40be-bcc3-e2b15ea4b7e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:45.563123 [ 3 ] {ed00df86-9350-40be-bcc3-e2b15ea4b7e2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 01:37:45.563539 [ 3 ] {ed00df86-9350-40be-bcc3-e2b15ea4b7e2} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:37:45.563668 [ 3 ] {ed00df86-9350-40be-bcc3-e2b15ea4b7e2} executeQuery: Read 148 rows, 8.62 KiB in 0.001462 sec., 101231.1901504788 rows/sec., 5.76 MiB/sec. 2026.03.18 01:37:45.563704 [ 3 ] {ed00df86-9350-40be-bcc3-e2b15ea4b7e2} TCPHandler: Processed in 0.001625376 sec. 2026.03.18 01:37:45.563814 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:45.563907 [ 3 ] {c46036a7-0980-4cd8-88e6-da326db9a0f4} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:37:45.563947 [ 3 ] {c46036a7-0980-4cd8-88e6-da326db9a0f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:37:45.564499 [ 3 ] {c46036a7-0980-4cd8-88e6-da326db9a0f4} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:45.564535 [ 3 ] {c46036a7-0980-4cd8-88e6-da326db9a0f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:45.564968 [ 3 ] {c46036a7-0980-4cd8-88e6-da326db9a0f4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 01:37:45.565503 [ 3 ] {c46036a7-0980-4cd8-88e6-da326db9a0f4} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:37:45.565654 [ 3 ] {c46036a7-0980-4cd8-88e6-da326db9a0f4} executeQuery: Read 500 rows, 35.98 KiB in 0.001764 sec., 283446.7120181406 rows/sec., 19.92 MiB/sec. 2026.03.18 01:37:45.565693 [ 3 ] {c46036a7-0980-4cd8-88e6-da326db9a0f4} TCPHandler: Processed in 0.001927743 sec. 2026.03.18 01:37:45.565805 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:45.565899 [ 3 ] {8aceb822-462c-41ab-9646-284433cedaa8} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:37:45.565940 [ 3 ] {8aceb822-462c-41ab-9646-284433cedaa8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:37:45.566267 [ 3 ] {8aceb822-462c-41ab-9646-284433cedaa8} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:45.566304 [ 3 ] {8aceb822-462c-41ab-9646-284433cedaa8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:45.566725 [ 3 ] {8aceb822-462c-41ab-9646-284433cedaa8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 01:37:45.567194 [ 3 ] {8aceb822-462c-41ab-9646-284433cedaa8} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:37:45.567335 [ 3 ] {8aceb822-462c-41ab-9646-284433cedaa8} executeQuery: Read 6 rows, 321.00 B in 0.001452 sec., 4132.231404958678 rows/sec., 215.89 KiB/sec. 2026.03.18 01:37:45.567383 [ 3 ] {8aceb822-462c-41ab-9646-284433cedaa8} TCPHandler: Processed in 0.001626247 sec. 2026.03.18 01:37:45.567530 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:45.567644 [ 3 ] {cb048ada-b3d7-4546-b726-5522589a3049} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:37:45.567694 [ 3 ] {cb048ada-b3d7-4546-b726-5522589a3049} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:37:45.568219 [ 3 ] {cb048ada-b3d7-4546-b726-5522589a3049} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:45.568262 [ 3 ] {cb048ada-b3d7-4546-b726-5522589a3049} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:45.568804 [ 3 ] {cb048ada-b3d7-4546-b726-5522589a3049} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 01:37:45.569356 [ 3 ] {cb048ada-b3d7-4546-b726-5522589a3049} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:37:45.569546 [ 3 ] {cb048ada-b3d7-4546-b726-5522589a3049} executeQuery: Read 265 rows, 18.03 KiB in 0.001988 sec., 133299.79879275654 rows/sec., 8.86 MiB/sec. 2026.03.18 01:37:45.569660 [ 3 ] {cb048ada-b3d7-4546-b726-5522589a3049} TCPHandler: Processed in 0.002191756 sec. 2026.03.18 01:37:45.569800 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:45.569920 [ 3 ] {57911eff-c457-4eef-b65b-a2a02596d490} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:37:45.569970 [ 3 ] {57911eff-c457-4eef-b65b-a2a02596d490} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:37:45.570367 [ 3 ] {57911eff-c457-4eef-b65b-a2a02596d490} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:45.570404 [ 3 ] {57911eff-c457-4eef-b65b-a2a02596d490} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:45.570917 [ 3 ] {57911eff-c457-4eef-b65b-a2a02596d490} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 01:37:45.571515 [ 3 ] {57911eff-c457-4eef-b65b-a2a02596d490} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:37:45.571676 [ 3 ] {57911eff-c457-4eef-b65b-a2a02596d490} executeQuery: Read 1 rows, 69.00 B in 0.001782 sec., 561.1672278338946 rows/sec., 37.81 KiB/sec. 2026.03.18 01:37:45.571712 [ 3 ] {57911eff-c457-4eef-b65b-a2a02596d490} TCPHandler: Processed in 0.001971803 sec. 2026.03.18 01:37:45.571824 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:45.571919 [ 3 ] {ab02a71e-3738-4cf6-a585-b98d2c57f0ab} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:37:45.571973 [ 3 ] {ab02a71e-3738-4cf6-a585-b98d2c57f0ab} 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.18 01:37:45.572697 [ 3 ] {ab02a71e-3738-4cf6-a585-b98d2c57f0ab} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:45.572734 [ 3 ] {ab02a71e-3738-4cf6-a585-b98d2c57f0ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:45.573426 [ 3 ] {ab02a71e-3738-4cf6-a585-b98d2c57f0ab} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 01:37:45.573860 [ 3 ] {ab02a71e-3738-4cf6-a585-b98d2c57f0ab} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:37:45.573998 [ 3 ] {ab02a71e-3738-4cf6-a585-b98d2c57f0ab} executeQuery: Read 10 rows, 18.35 KiB in 0.002096 sec., 4770.992366412213 rows/sec., 8.55 MiB/sec. 2026.03.18 01:37:45.574064 [ 3 ] {ab02a71e-3738-4cf6-a585-b98d2c57f0ab} TCPHandler: Processed in 0.002288878 sec. 2026.03.18 01:37:45.574201 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:45.574314 [ 3 ] {7de6dfc4-a582-4001-b831-cfdc748b8999} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:37:45.574367 [ 3 ] {7de6dfc4-a582-4001-b831-cfdc748b8999} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:37:45.574806 [ 3 ] {7de6dfc4-a582-4001-b831-cfdc748b8999} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:45.574842 [ 3 ] {7de6dfc4-a582-4001-b831-cfdc748b8999} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB. 2026.03.18 01:37:45.575447 [ 3 ] {7de6dfc4-a582-4001-b831-cfdc748b8999} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 01:37:45.575969 [ 3 ] {7de6dfc4-a582-4001-b831-cfdc748b8999} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:37:45.576156 [ 3 ] {7de6dfc4-a582-4001-b831-cfdc748b8999} executeQuery: Read 90 rows, 5.77 KiB in 0.001865 sec., 48257.3726541555 rows/sec., 3.02 MiB/sec. 2026.03.18 01:37:45.576205 [ 3 ] {7de6dfc4-a582-4001-b831-cfdc748b8999} TCPHandler: Processed in 0.002067524 sec. 2026.03.18 01:37:49.583657 [ 62 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:37:49.583727 [ 62 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:37:49.678122 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 2026.03.18 01:37:49.678601 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:49.678644 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:49.679254 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 01:37:49.679495 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:37:49.679645 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2026.03.18 01:37:49.679657 [ 62 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 01:37:49.679777 [ 62 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:49.679809 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:49.683956 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::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.18 01:37:49.686244 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:37:49.688465 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2026.03.18 01:37:49.694571 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::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.18 01:37:49.694680 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::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.18 01:37:49.697126 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part 2026.03.18 01:37:49.697233 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part 2026.03.18 01:37:49.699279 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part 2026.03.18 01:37:49.743153 [ 187 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.063222651 sec., 44382.827287644104 rows/sec., 650.14 KiB/sec. 2026.03.18 01:37:49.744052 [ 201 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 01:37:49.744407 [ 201 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_6_1} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:37:49.744491 [ 201 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_6_1} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 01:37:49.744614 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.03.18 01:37:49.836521 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.03.18 01:37:49.853968 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:49.854031 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:49.860165 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 01:37:49.860912 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:37:49.861187 [ 62 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 01:37:49.861246 [ 62 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:49.861264 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:49.861363 [ 201 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:37:49.864901 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.03.18 01:37:49.865701 [ 201 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:37:49.867125 [ 201 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:37:49.871640 [ 201 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:37:49.876303 [ 201 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:37:49.880353 [ 201 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:37:49.890034 [ 201 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:37:49.894276 [ 201 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:37:49.959929 [ 187 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.098607258 sec., 466.4971010551779 rows/sec., 2.41 MiB/sec. 2026.03.18 01:37:49.962369 [ 202 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 01:37:49.964436 [ 202 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_6_1} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:37:49.964543 [ 202 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_6_1} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 01:37:49.966267 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.03.18 01:37:50.000159 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 165.88 MiB, peak 175.42 MiB, free memory in arenas 0.00 B, will set to 176.33 MiB (RSS), difference: 10.44 MiB 2026.03.18 01:37:50.545569 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:50.545747 [ 3 ] {1cb1ffc4-1946-49da-b5c6-465c8b2eba7b} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:37:50.545812 [ 3 ] {1cb1ffc4-1946-49da-b5c6-465c8b2eba7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:37:50.546432 [ 3 ] {1cb1ffc4-1946-49da-b5c6-465c8b2eba7b} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:50.546481 [ 3 ] {1cb1ffc4-1946-49da-b5c6-465c8b2eba7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:50.546864 [ 3 ] {1cb1ffc4-1946-49da-b5c6-465c8b2eba7b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 01:37:50.547095 [ 3 ] {1cb1ffc4-1946-49da-b5c6-465c8b2eba7b} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:37:50.547233 [ 60 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 01:37:50.547242 [ 3 ] {1cb1ffc4-1946-49da-b5c6-465c8b2eba7b} executeQuery: Read 56 rows, 4.41 KiB in 0.001545 sec., 36245.95469255664 rows/sec., 2.78 MiB/sec. 2026.03.18 01:37:50.547312 [ 60 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:50.547329 [ 3 ] {1cb1ffc4-1946-49da-b5c6-465c8b2eba7b} TCPHandler: Processed in 0.001888452 sec. 2026.03.18 01:37:50.547342 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:50.547456 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:50.547467 [ 195 ] {00e7bac3-0c43-4371-b27b-c97b01471236::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.18 01:37:50.547559 [ 3 ] {4629b9f5-397a-40cf-9d05-80268642d64c} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:37:50.547592 [ 195 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:37:50.547605 [ 3 ] {4629b9f5-397a-40cf-9d05-80268642d64c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:37:50.547640 [ 195 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 822 rows starting from the beginning of the part 2026.03.18 01:37:50.547749 [ 195 ] {00e7bac3-0c43-4371-b27b-c97b01471236::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.18 01:37:50.547802 [ 195 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 817 rows starting from the beginning of the part 2026.03.18 01:37:50.547850 [ 195 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part 2026.03.18 01:37:50.547893 [ 195 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 817 rows starting from the beginning of the part 2026.03.18 01:37:50.547940 [ 195 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2026.03.18 01:37:50.548067 [ 3 ] {4629b9f5-397a-40cf-9d05-80268642d64c} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:50.548110 [ 3 ] {4629b9f5-397a-40cf-9d05-80268642d64c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:50.548560 [ 3 ] {4629b9f5-397a-40cf-9d05-80268642d64c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 01:37:50.548815 [ 3 ] {4629b9f5-397a-40cf-9d05-80268642d64c} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:37:50.548916 [ 60 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 01:37:50.548948 [ 60 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:50.548950 [ 3 ] {4629b9f5-397a-40cf-9d05-80268642d64c} executeQuery: Read 64 rows, 5.12 KiB in 0.001411 sec., 45357.90219702339 rows/sec., 3.54 MiB/sec. 2026.03.18 01:37:50.548967 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:50.549002 [ 3 ] {4629b9f5-397a-40cf-9d05-80268642d64c} TCPHandler: Processed in 0.001596947 sec. 2026.03.18 01:37:50.549053 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::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.18 01:37:50.549124 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:50.549158 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:37:50.549198 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 510 rows starting from the beginning of the part 2026.03.18 01:37:50.549236 [ 3 ] {bf6afa66-a208-4b56-92bc-df38112287ed} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:37:50.549273 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::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.18 01:37:50.549293 [ 3 ] {bf6afa66-a208-4b56-92bc-df38112287ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:37:50.549326 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 500 rows starting from the beginning of the part 2026.03.18 01:37:50.549388 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part 2026.03.18 01:37:50.549431 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 500 rows starting from the beginning of the part 2026.03.18 01:37:50.549476 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2026.03.18 01:37:50.549539 [ 194 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2624 rows, containing 5 columns (5 merged, 0 gathered) in 0.002114435 sec., 1240993.4568809161 rows/sec., 101.77 MiB/sec. 2026.03.18 01:37:50.549778 [ 3 ] {bf6afa66-a208-4b56-92bc-df38112287ed} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:50.549811 [ 192 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 01:37:50.549827 [ 3 ] {bf6afa66-a208-4b56-92bc-df38112287ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:50.550181 [ 192 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_6_1} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:37:50.550275 [ 192 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_6_1} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 01:37:50.550370 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.03.18 01:37:50.550441 [ 3 ] {bf6afa66-a208-4b56-92bc-df38112287ed} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 01:37:50.550610 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1702 rows, containing 5 columns (5 merged, 0 gathered) in 0.001592746 sec., 1068594.7414088624 rows/sec., 80.17 MiB/sec. 2026.03.18 01:37:50.550719 [ 3 ] {bf6afa66-a208-4b56-92bc-df38112287ed} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:37:50.550841 [ 194 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 01:37:50.550851 [ 60 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 01:37:50.550884 [ 3 ] {bf6afa66-a208-4b56-92bc-df38112287ed} executeQuery: Read 160 rows, 11.41 KiB in 0.00167 sec., 95808.38323353294 rows/sec., 6.67 MiB/sec. 2026.03.18 01:37:50.550893 [ 60 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:50.550929 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:50.550936 [ 3 ] {bf6afa66-a208-4b56-92bc-df38112287ed} TCPHandler: Processed in 0.001861861 sec. 2026.03.18 01:37:50.550993 [ 187 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:37:50.551076 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:50.551092 [ 187 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:37:50.551130 [ 187 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 174 rows starting from the beginning of the part 2026.03.18 01:37:50.551179 [ 187 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2026.03.18 01:37:50.551189 [ 3 ] {b382e8d2-c96b-41ce-a173-c7d6723fbc9a} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:37:50.551218 [ 187 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 265 rows starting from the beginning of the part 2026.03.18 01:37:50.551230 [ 194 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_6_1} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:37:50.551243 [ 3 ] {b382e8d2-c96b-41ce-a173-c7d6723fbc9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:37:50.551258 [ 187 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part 2026.03.18 01:37:50.551313 [ 187 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 265 rows starting from the beginning of the part 2026.03.18 01:37:50.551323 [ 194 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_6_1} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 01:37:50.551355 [ 187 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:37:50.551455 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.03.18 01:37:50.551598 [ 3 ] {b382e8d2-c96b-41ce-a173-c7d6723fbc9a} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:50.551639 [ 3 ] {b382e8d2-c96b-41ce-a173-c7d6723fbc9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:50.551974 [ 3 ] {b382e8d2-c96b-41ce-a173-c7d6723fbc9a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 01:37:50.552238 [ 3 ] {b382e8d2-c96b-41ce-a173-c7d6723fbc9a} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:37:50.552338 [ 60 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 01:37:50.552367 [ 60 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:50.552375 [ 3 ] {b382e8d2-c96b-41ce-a173-c7d6723fbc9a} executeQuery: Read 60 rows, 4.14 KiB in 0.001209 sec., 49627.79156327544 rows/sec., 3.34 MiB/sec. 2026.03.18 01:37:50.552384 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:50.552378 [ 194 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1184 rows, containing 5 columns (5 merged, 0 gathered) in 0.001408834 sec., 840411.2904714111 rows/sec., 56.73 MiB/sec. 2026.03.18 01:37:50.552419 [ 3 ] {b382e8d2-c96b-41ce-a173-c7d6723fbc9a} TCPHandler: Processed in 0.001401523 sec. 2026.03.18 01:37:50.552471 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:37:50.552571 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:37:50.552601 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 54 rows starting from the beginning of the part 2026.03.18 01:37:50.552664 [ 194 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 01:37:50.552695 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2026.03.18 01:37:50.552749 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 90 rows starting from the beginning of the part 2026.03.18 01:37:50.552795 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2026.03.18 01:37:50.552854 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 90 rows starting from the beginning of the part 2026.03.18 01:37:50.552900 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:37:50.552994 [ 194 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_6_1} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:37:50.553078 [ 194 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_6_1} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 01:37:50.553153 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.03.18 01:37:50.553800 [ 189 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 414 rows, containing 4 columns (4 merged, 0 gathered) in 0.001361833 sec., 304002.0325546524 rows/sec., 19.53 MiB/sec. 2026.03.18 01:37:50.553949 [ 194 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 01:37:50.554200 [ 194 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_6_1} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:37:50.554267 [ 194 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_6_1} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 01:37:50.554336 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.18 01:37:54.590892 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.591141 [ 3 ] {a33662c1-6494-480f-a9b5-19ec514c89d6} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:54.593527 [ 3 ] {a33662c1-6494-480f-a9b5-19ec514c89d6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 01:37:54.598297 [ 3 ] {a33662c1-6494-480f-a9b5-19ec514c89d6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 01:37:54.598583 [ 3 ] {a33662c1-6494-480f-a9b5-19ec514c89d6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:54.602745 [ 3 ] {a33662c1-6494-480f-a9b5-19ec514c89d6} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:54.606932 [ 3 ] {a33662c1-6494-480f-a9b5-19ec514c89d6} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.03.18 01:37:54.611128 [ 3 ] {a33662c1-6494-480f-a9b5-19ec514c89d6} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 01:37:54.613093 [ 3 ] {a33662c1-6494-480f-a9b5-19ec514c89d6} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (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.18 01:37:54.613122 [ 3 ] {a33662c1-6494-480f-a9b5-19ec514c89d6} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 01:37:54.613211 [ 3 ] {a33662c1-6494-480f-a9b5-19ec514c89d6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 01:37:54.613234 [ 3 ] {a33662c1-6494-480f-a9b5-19ec514c89d6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.18 01:37:54.631319 [ 3 ] {a33662c1-6494-480f-a9b5-19ec514c89d6} executeQuery: Read 32 rows, 1.21 KiB in 0.040277 sec., 794.4981006529781 rows/sec., 29.99 KiB/sec. 2026.03.18 01:37:54.631403 [ 3 ] {a33662c1-6494-480f-a9b5-19ec514c89d6} TCPHandler: Processed in 0.040646485 sec. 2026.03.18 01:37:54.631755 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.631915 [ 3 ] {b3bd6aea-9a66-47e4-a43c-99d82e6f3df8} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:54.632162 [ 3 ] {b3bd6aea-9a66-47e4-a43c-99d82e6f3df8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 01:37:54.632200 [ 3 ] {b3bd6aea-9a66-47e4-a43c-99d82e6f3df8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:37:54.632404 [ 3 ] {b3bd6aea-9a66-47e4-a43c-99d82e6f3df8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:54.632462 [ 3 ] {b3bd6aea-9a66-47e4-a43c-99d82e6f3df8} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:54.632576 [ 3 ] {b3bd6aea-9a66-47e4-a43c-99d82e6f3df8} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.03.18 01:37:54.632608 [ 3 ] {b3bd6aea-9a66-47e4-a43c-99d82e6f3df8} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 01:37:54.632628 [ 3 ] {b3bd6aea-9a66-47e4-a43c-99d82e6f3df8} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (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.18 01:37:54.632643 [ 3 ] {b3bd6aea-9a66-47e4-a43c-99d82e6f3df8} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 01:37:54.632677 [ 3 ] {b3bd6aea-9a66-47e4-a43c-99d82e6f3df8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:37:54.632696 [ 3 ] {b3bd6aea-9a66-47e4-a43c-99d82e6f3df8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.18 01:37:54.633133 [ 3 ] {b3bd6aea-9a66-47e4-a43c-99d82e6f3df8} executeQuery: Read 32 rows, 1.21 KiB in 0.001293 sec., 24748.646558391338 rows/sec., 934.27 KiB/sec. 2026.03.18 01:37:54.633193 [ 3 ] {b3bd6aea-9a66-47e4-a43c-99d82e6f3df8} TCPHandler: Processed in 0.001513165 sec. 2026.03.18 01:37:54.633427 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.633566 [ 3 ] {8e729c23-c001-47ac-85ba-51ca97ef0bdd} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:54.633776 [ 3 ] {8e729c23-c001-47ac-85ba-51ca97ef0bdd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 01:37:54.633811 [ 3 ] {8e729c23-c001-47ac-85ba-51ca97ef0bdd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:37:54.634021 [ 3 ] {8e729c23-c001-47ac-85ba-51ca97ef0bdd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:54.634077 [ 3 ] {8e729c23-c001-47ac-85ba-51ca97ef0bdd} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:54.634180 [ 3 ] {8e729c23-c001-47ac-85ba-51ca97ef0bdd} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.03.18 01:37:54.634209 [ 3 ] {8e729c23-c001-47ac-85ba-51ca97ef0bdd} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 01:37:54.634229 [ 3 ] {8e729c23-c001-47ac-85ba-51ca97ef0bdd} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (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.18 01:37:54.634244 [ 3 ] {8e729c23-c001-47ac-85ba-51ca97ef0bdd} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 01:37:54.634286 [ 3 ] {8e729c23-c001-47ac-85ba-51ca97ef0bdd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:37:54.634308 [ 3 ] {8e729c23-c001-47ac-85ba-51ca97ef0bdd} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.18 01:37:54.634715 [ 3 ] {8e729c23-c001-47ac-85ba-51ca97ef0bdd} executeQuery: Read 32 rows, 1.21 KiB in 0.001209 sec., 26468.155500413566 rows/sec., 999.18 KiB/sec. 2026.03.18 01:37:54.634775 [ 3 ] {8e729c23-c001-47ac-85ba-51ca97ef0bdd} TCPHandler: Processed in 0.001398713 sec. 2026.03.18 01:37:54.634991 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.635125 [ 3 ] {c720e663-6b73-4c9c-be2d-a3acc7b841b7} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:54.635332 [ 3 ] {c720e663-6b73-4c9c-be2d-a3acc7b841b7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 01:37:54.635368 [ 3 ] {c720e663-6b73-4c9c-be2d-a3acc7b841b7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:37:54.635561 [ 3 ] {c720e663-6b73-4c9c-be2d-a3acc7b841b7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:54.635616 [ 3 ] {c720e663-6b73-4c9c-be2d-a3acc7b841b7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:54.635733 [ 3 ] {c720e663-6b73-4c9c-be2d-a3acc7b841b7} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.03.18 01:37:54.635766 [ 3 ] {c720e663-6b73-4c9c-be2d-a3acc7b841b7} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 01:37:54.635790 [ 3 ] {c720e663-6b73-4c9c-be2d-a3acc7b841b7} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (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.18 01:37:54.635812 [ 3 ] {c720e663-6b73-4c9c-be2d-a3acc7b841b7} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 01:37:54.635863 [ 3 ] {c720e663-6b73-4c9c-be2d-a3acc7b841b7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:37:54.635891 [ 3 ] {c720e663-6b73-4c9c-be2d-a3acc7b841b7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.18 01:37:54.636345 [ 3 ] {c720e663-6b73-4c9c-be2d-a3acc7b841b7} executeQuery: Read 32 rows, 1.21 KiB in 0.001276 sec., 25078.36990595611 rows/sec., 946.71 KiB/sec. 2026.03.18 01:37:54.636403 [ 3 ] {c720e663-6b73-4c9c-be2d-a3acc7b841b7} TCPHandler: Processed in 0.001462284 sec. 2026.03.18 01:37:54.636632 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.636801 [ 3 ] {50368dc6-d77d-4063-8e1d-83983eb5f23b} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:54.637024 [ 3 ] {50368dc6-d77d-4063-8e1d-83983eb5f23b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 01:37:54.637059 [ 3 ] {50368dc6-d77d-4063-8e1d-83983eb5f23b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:37:54.637260 [ 3 ] {50368dc6-d77d-4063-8e1d-83983eb5f23b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:54.637317 [ 3 ] {50368dc6-d77d-4063-8e1d-83983eb5f23b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:54.637421 [ 3 ] {50368dc6-d77d-4063-8e1d-83983eb5f23b} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.03.18 01:37:54.637451 [ 3 ] {50368dc6-d77d-4063-8e1d-83983eb5f23b} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 01:37:54.637470 [ 3 ] {50368dc6-d77d-4063-8e1d-83983eb5f23b} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (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.18 01:37:54.637484 [ 3 ] {50368dc6-d77d-4063-8e1d-83983eb5f23b} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 01:37:54.637517 [ 3 ] {50368dc6-d77d-4063-8e1d-83983eb5f23b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:37:54.637536 [ 3 ] {50368dc6-d77d-4063-8e1d-83983eb5f23b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.18 01:37:54.637941 [ 3 ] {50368dc6-d77d-4063-8e1d-83983eb5f23b} executeQuery: Read 32 rows, 1.21 KiB in 0.001199 sec., 26688.90742285238 rows/sec., 1007.51 KiB/sec. 2026.03.18 01:37:54.638002 [ 3 ] {50368dc6-d77d-4063-8e1d-83983eb5f23b} TCPHandler: Processed in 0.001433124 sec. 2026.03.18 01:37:54.638262 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.638404 [ 3 ] {980f76b4-52f0-4d1f-8c20-ff1ea18d17e4} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:54.638619 [ 3 ] {980f76b4-52f0-4d1f-8c20-ff1ea18d17e4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 01:37:54.638655 [ 3 ] {980f76b4-52f0-4d1f-8c20-ff1ea18d17e4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:37:54.638859 [ 3 ] {980f76b4-52f0-4d1f-8c20-ff1ea18d17e4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:54.638914 [ 3 ] {980f76b4-52f0-4d1f-8c20-ff1ea18d17e4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:54.639017 [ 3 ] {980f76b4-52f0-4d1f-8c20-ff1ea18d17e4} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.03.18 01:37:54.639047 [ 3 ] {980f76b4-52f0-4d1f-8c20-ff1ea18d17e4} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 01:37:54.639068 [ 3 ] {980f76b4-52f0-4d1f-8c20-ff1ea18d17e4} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (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.18 01:37:54.639082 [ 3 ] {980f76b4-52f0-4d1f-8c20-ff1ea18d17e4} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 01:37:54.639116 [ 3 ] {980f76b4-52f0-4d1f-8c20-ff1ea18d17e4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:37:54.639136 [ 3 ] {980f76b4-52f0-4d1f-8c20-ff1ea18d17e4} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.18 01:37:54.639523 [ 3 ] {980f76b4-52f0-4d1f-8c20-ff1ea18d17e4} executeQuery: Read 32 rows, 1.21 KiB in 0.001176 sec., 27210.884353741498 rows/sec., 1.00 MiB/sec. 2026.03.18 01:37:54.639584 [ 3 ] {980f76b4-52f0-4d1f-8c20-ff1ea18d17e4} TCPHandler: Processed in 0.001385983 sec. 2026.03.18 01:37:54.683416 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.683615 [ 3 ] {95fd052b-f490-49a9-ba42-e7d88343d275} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:54.683923 [ 3 ] {95fd052b-f490-49a9-ba42-e7d88343d275} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 01:37:54.683969 [ 3 ] {95fd052b-f490-49a9-ba42-e7d88343d275} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:37:54.684194 [ 3 ] {95fd052b-f490-49a9-ba42-e7d88343d275} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:54.684255 [ 3 ] {95fd052b-f490-49a9-ba42-e7d88343d275} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:54.684371 [ 3 ] {95fd052b-f490-49a9-ba42-e7d88343d275} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.03.18 01:37:54.684403 [ 3 ] {95fd052b-f490-49a9-ba42-e7d88343d275} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 01:37:54.684424 [ 3 ] {95fd052b-f490-49a9-ba42-e7d88343d275} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (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.18 01:37:54.684446 [ 3 ] {95fd052b-f490-49a9-ba42-e7d88343d275} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 01:37:54.684493 [ 3 ] {95fd052b-f490-49a9-ba42-e7d88343d275} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:37:54.684520 [ 3 ] {95fd052b-f490-49a9-ba42-e7d88343d275} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.18 01:37:54.685085 [ 3 ] {95fd052b-f490-49a9-ba42-e7d88343d275} executeQuery: Read 32 rows, 1.21 KiB in 0.001554 sec., 20592.02059202059 rows/sec., 777.35 KiB/sec. 2026.03.18 01:37:54.685171 [ 3 ] {95fd052b-f490-49a9-ba42-e7d88343d275} TCPHandler: Processed in 0.001838011 sec. 2026.03.18 01:37:54.702749 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 260 2026.03.18 01:37:54.705085 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:54.705133 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:54.706486 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 01:37:54.706774 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:37:54.707104 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 260 2026.03.18 01:37:54.728140 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.728317 [ 3 ] {b3e17536-6e6d-44ef-a442-d96830c7392b} executeQuery: (from [fd00:1122:3344:101::d]:51878) 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.18 01:37:54.728592 [ 3 ] {b3e17536-6e6d-44ef-a442-d96830c7392b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 01:37:54.728631 [ 3 ] {b3e17536-6e6d-44ef-a442-d96830c7392b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:37:54.728866 [ 3 ] {b3e17536-6e6d-44ef-a442-d96830c7392b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:54.728932 [ 3 ] {b3e17536-6e6d-44ef-a442-d96830c7392b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:37:54.729055 [ 3 ] {b3e17536-6e6d-44ef-a442-d96830c7392b} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.03.18 01:37:54.729089 [ 3 ] {b3e17536-6e6d-44ef-a442-d96830c7392b} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 01:37:54.729109 [ 3 ] {b3e17536-6e6d-44ef-a442-d96830c7392b} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (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.18 01:37:54.729124 [ 3 ] {b3e17536-6e6d-44ef-a442-d96830c7392b} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 01:37:54.729160 [ 3 ] {b3e17536-6e6d-44ef-a442-d96830c7392b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:37:54.729180 [ 3 ] {b3e17536-6e6d-44ef-a442-d96830c7392b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.18 01:37:54.729737 [ 3 ] {b3e17536-6e6d-44ef-a442-d96830c7392b} executeQuery: Read 32 rows, 1.21 KiB in 0.001498 sec., 21361.81575433912 rows/sec., 806.41 KiB/sec. 2026.03.18 01:37:54.729802 [ 3 ] {b3e17536-6e6d-44ef-a442-d96830c7392b} TCPHandler: Processed in 0.001736038 sec. 2026.03.18 01:37:54.730600 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.730713 [ 3 ] {d2ef77cb-8e8c-43af-bef1-27ca08395a18} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.18 01:37:54.730758 [ 3 ] {d2ef77cb-8e8c-43af-bef1-27ca08395a18} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:37:54.731243 [ 3 ] {d2ef77cb-8e8c-43af-bef1-27ca08395a18} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:54.731283 [ 3 ] {d2ef77cb-8e8c-43af-bef1-27ca08395a18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:54.731684 [ 3 ] {d2ef77cb-8e8c-43af-bef1-27ca08395a18} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 01:37:54.731899 [ 3 ] {d2ef77cb-8e8c-43af-bef1-27ca08395a18} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74): 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.18 01:37:54.732060 [ 3 ] {d2ef77cb-8e8c-43af-bef1-27ca08395a18} executeQuery: Read 8 rows, 1.66 KiB in 0.001379 sec., 5801.305293691081 rows/sec., 1.17 MiB/sec. 2026.03.18 01:37:54.732102 [ 3 ] {d2ef77cb-8e8c-43af-bef1-27ca08395a18} TCPHandler: Processed in 0.001553866 sec. 2026.03.18 01:37:54.732229 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.732328 [ 3 ] {7a5eb14f-a7e2-4eda-8ea9-abf86dea2a07} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:37:54.732370 [ 3 ] {7a5eb14f-a7e2-4eda-8ea9-abf86dea2a07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:37:54.732984 [ 3 ] {7a5eb14f-a7e2-4eda-8ea9-abf86dea2a07} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:54.733022 [ 3 ] {7a5eb14f-a7e2-4eda-8ea9-abf86dea2a07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:54.733368 [ 3 ] {7a5eb14f-a7e2-4eda-8ea9-abf86dea2a07} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 01:37:54.733586 [ 3 ] {7a5eb14f-a7e2-4eda-8ea9-abf86dea2a07} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:37:54.733717 [ 3 ] {7a5eb14f-a7e2-4eda-8ea9-abf86dea2a07} executeQuery: Read 284 rows, 18.47 KiB in 0.001411 sec., 201275.69099929128 rows/sec., 12.78 MiB/sec. 2026.03.18 01:37:54.733755 [ 3 ] {7a5eb14f-a7e2-4eda-8ea9-abf86dea2a07} TCPHandler: Processed in 0.001576936 sec. 2026.03.18 01:37:54.733874 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.733971 [ 3 ] {8ff192c9-f18a-4581-8229-d6a383ea1329} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:37:54.734013 [ 3 ] {8ff192c9-f18a-4581-8229-d6a383ea1329} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:37:54.734403 [ 3 ] {8ff192c9-f18a-4581-8229-d6a383ea1329} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:54.734441 [ 3 ] {8ff192c9-f18a-4581-8229-d6a383ea1329} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:54.734731 [ 3 ] {8ff192c9-f18a-4581-8229-d6a383ea1329} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 01:37:54.734943 [ 3 ] {8ff192c9-f18a-4581-8229-d6a383ea1329} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:37:54.735071 [ 3 ] {8ff192c9-f18a-4581-8229-d6a383ea1329} executeQuery: Read 2 rows, 167.00 B in 0.00112 sec., 1785.7142857142858 rows/sec., 145.61 KiB/sec. 2026.03.18 01:37:54.735110 [ 3 ] {8ff192c9-f18a-4581-8229-d6a383ea1329} TCPHandler: Processed in 0.001285372 sec. 2026.03.18 01:37:54.735219 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.735313 [ 3 ] {148112f7-a011-4b71-8687-9460ab77dd28} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:37:54.735353 [ 3 ] {148112f7-a011-4b71-8687-9460ab77dd28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:37:54.737811 [ 3 ] {148112f7-a011-4b71-8687-9460ab77dd28} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:54.737849 [ 3 ] {148112f7-a011-4b71-8687-9460ab77dd28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:54.738431 [ 3 ] {148112f7-a011-4b71-8687-9460ab77dd28} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 01:37:54.738654 [ 3 ] {148112f7-a011-4b71-8687-9460ab77dd28} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:37:54.738794 [ 3 ] {148112f7-a011-4b71-8687-9460ab77dd28} executeQuery: Read 2684 rows, 209.02 KiB in 0.0035 sec., 766857.1428571428 rows/sec., 58.32 MiB/sec. 2026.03.18 01:37:54.738836 [ 3 ] {148112f7-a011-4b71-8687-9460ab77dd28} MemoryTracker: Peak memory usage (for query): 4.06 MiB. 2026.03.18 01:37:54.738851 [ 3 ] {148112f7-a011-4b71-8687-9460ab77dd28} TCPHandler: Processed in 0.003681972 sec. 2026.03.18 01:37:54.738975 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.739071 [ 3 ] {009b2e46-dddb-4918-a21b-ffe7e0824a1f} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:37:54.739111 [ 3 ] {009b2e46-dddb-4918-a21b-ffe7e0824a1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:37:54.739589 [ 3 ] {009b2e46-dddb-4918-a21b-ffe7e0824a1f} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:54.739627 [ 3 ] {009b2e46-dddb-4918-a21b-ffe7e0824a1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:54.739954 [ 3 ] {009b2e46-dddb-4918-a21b-ffe7e0824a1f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 01:37:54.740176 [ 3 ] {009b2e46-dddb-4918-a21b-ffe7e0824a1f} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:37:54.740320 [ 3 ] {009b2e46-dddb-4918-a21b-ffe7e0824a1f} executeQuery: Read 156 rows, 9.58 KiB in 0.001268 sec., 123028.39116719243 rows/sec., 7.38 MiB/sec. 2026.03.18 01:37:54.740361 [ 3 ] {009b2e46-dddb-4918-a21b-ffe7e0824a1f} TCPHandler: Processed in 0.001437384 sec. 2026.03.18 01:37:54.740476 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.740572 [ 3 ] {4e346c15-55f9-4077-80e0-f6be4379393c} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:37:54.740612 [ 3 ] {4e346c15-55f9-4077-80e0-f6be4379393c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:37:54.741469 [ 3 ] {4e346c15-55f9-4077-80e0-f6be4379393c} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:54.741505 [ 3 ] {4e346c15-55f9-4077-80e0-f6be4379393c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:54.741857 [ 3 ] {4e346c15-55f9-4077-80e0-f6be4379393c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 01:37:54.742066 [ 3 ] {4e346c15-55f9-4077-80e0-f6be4379393c} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:37:54.742193 [ 3 ] {4e346c15-55f9-4077-80e0-f6be4379393c} executeQuery: Read 857 rows, 52.15 KiB in 0.001639 sec., 522879.8047589994 rows/sec., 31.07 MiB/sec. 2026.03.18 01:37:54.742231 [ 3 ] {4e346c15-55f9-4077-80e0-f6be4379393c} TCPHandler: Processed in 0.00180555 sec. 2026.03.18 01:37:54.742347 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.742445 [ 3 ] {6cd09df0-2b67-4513-9938-2aa01dd4b0b8} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 01:37:54.742486 [ 3 ] {6cd09df0-2b67-4513-9938-2aa01dd4b0b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 01:37:54.742880 [ 3 ] {6cd09df0-2b67-4513-9938-2aa01dd4b0b8} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:54.742916 [ 3 ] {6cd09df0-2b67-4513-9938-2aa01dd4b0b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:54.743335 [ 3 ] {6cd09df0-2b67-4513-9938-2aa01dd4b0b8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 01:37:54.743549 [ 3 ] {6cd09df0-2b67-4513-9938-2aa01dd4b0b8} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): 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.18 01:37:54.743677 [ 3 ] {6cd09df0-2b67-4513-9938-2aa01dd4b0b8} executeQuery: Read 1 rows, 72.00 B in 0.001251 sec., 799.3605115907275 rows/sec., 56.21 KiB/sec. 2026.03.18 01:37:54.743716 [ 3 ] {6cd09df0-2b67-4513-9938-2aa01dd4b0b8} TCPHandler: Processed in 0.001424224 sec. 2026.03.18 01:37:54.743828 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.743924 [ 3 ] {a5748a64-737e-4b5c-9958-3d36fc7515d2} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:37:54.743965 [ 3 ] {a5748a64-737e-4b5c-9958-3d36fc7515d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:37:54.744431 [ 3 ] {a5748a64-737e-4b5c-9958-3d36fc7515d2} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:54.744467 [ 3 ] {a5748a64-737e-4b5c-9958-3d36fc7515d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:54.744798 [ 3 ] {a5748a64-737e-4b5c-9958-3d36fc7515d2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 01:37:54.745005 [ 3 ] {a5748a64-737e-4b5c-9958-3d36fc7515d2} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:37:54.745129 [ 3 ] {a5748a64-737e-4b5c-9958-3d36fc7515d2} executeQuery: Read 148 rows, 8.62 KiB in 0.001223 sec., 121013.90024529846 rows/sec., 6.88 MiB/sec. 2026.03.18 01:37:54.745166 [ 3 ] {a5748a64-737e-4b5c-9958-3d36fc7515d2} TCPHandler: Processed in 0.001386683 sec. 2026.03.18 01:37:54.745278 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.745372 [ 3 ] {53d3b5bc-d8f4-435e-9cd8-69467fb762a8} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:37:54.745412 [ 3 ] {53d3b5bc-d8f4-435e-9cd8-69467fb762a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:37:54.746561 [ 3 ] {53d3b5bc-d8f4-435e-9cd8-69467fb762a8} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:54.746596 [ 3 ] {53d3b5bc-d8f4-435e-9cd8-69467fb762a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:54.746983 [ 3 ] {53d3b5bc-d8f4-435e-9cd8-69467fb762a8} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 01:37:54.747196 [ 3 ] {53d3b5bc-d8f4-435e-9cd8-69467fb762a8} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:37:54.747325 [ 3 ] {53d3b5bc-d8f4-435e-9cd8-69467fb762a8} executeQuery: Read 1440 rows, 101.53 KiB in 0.001971 sec., 730593.607305936 rows/sec., 50.30 MiB/sec. 2026.03.18 01:37:54.747363 [ 3 ] {53d3b5bc-d8f4-435e-9cd8-69467fb762a8} TCPHandler: Processed in 0.002134585 sec. 2026.03.18 01:37:54.747467 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.747561 [ 3 ] {da9c51fc-9b0c-43e4-b8f9-5461fd977366} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:37:54.747603 [ 3 ] {da9c51fc-9b0c-43e4-b8f9-5461fd977366} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:37:54.747917 [ 3 ] {da9c51fc-9b0c-43e4-b8f9-5461fd977366} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:54.747953 [ 3 ] {da9c51fc-9b0c-43e4-b8f9-5461fd977366} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:54.748284 [ 3 ] {da9c51fc-9b0c-43e4-b8f9-5461fd977366} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 01:37:54.748487 [ 3 ] {da9c51fc-9b0c-43e4-b8f9-5461fd977366} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:37:54.748614 [ 3 ] {da9c51fc-9b0c-43e4-b8f9-5461fd977366} executeQuery: Read 6 rows, 321.00 B in 0.00107 sec., 5607.476635514019 rows/sec., 292.97 KiB/sec. 2026.03.18 01:37:54.748651 [ 3 ] {da9c51fc-9b0c-43e4-b8f9-5461fd977366} TCPHandler: Processed in 0.001233521 sec. 2026.03.18 01:37:54.748763 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.748858 [ 3 ] {a0a8b98c-f939-450d-9dea-4c084b16848e} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:37:54.748900 [ 3 ] {a0a8b98c-f939-450d-9dea-4c084b16848e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:37:54.750051 [ 3 ] {a0a8b98c-f939-450d-9dea-4c084b16848e} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:54.750088 [ 3 ] {a0a8b98c-f939-450d-9dea-4c084b16848e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:54.750614 [ 3 ] {a0a8b98c-f939-450d-9dea-4c084b16848e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 01:37:54.750834 [ 3 ] {a0a8b98c-f939-450d-9dea-4c084b16848e} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:37:54.750966 [ 3 ] {a0a8b98c-f939-450d-9dea-4c084b16848e} executeQuery: Read 2484 rows, 164.27 KiB in 0.002127 sec., 1167842.0310296193 rows/sec., 75.42 MiB/sec. 2026.03.18 01:37:54.751004 [ 3 ] {a0a8b98c-f939-450d-9dea-4c084b16848e} TCPHandler: Processed in 0.002289348 sec. 2026.03.18 01:37:54.751121 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.751216 [ 3 ] {58f6d30a-4da9-4e9d-a3ef-872b5a02f80d} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:37:54.751257 [ 3 ] {58f6d30a-4da9-4e9d-a3ef-872b5a02f80d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:37:54.751570 [ 3 ] {58f6d30a-4da9-4e9d-a3ef-872b5a02f80d} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:54.751606 [ 3 ] {58f6d30a-4da9-4e9d-a3ef-872b5a02f80d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:54.751899 [ 3 ] {58f6d30a-4da9-4e9d-a3ef-872b5a02f80d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 01:37:54.752108 [ 3 ] {58f6d30a-4da9-4e9d-a3ef-872b5a02f80d} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:37:54.752234 [ 3 ] {58f6d30a-4da9-4e9d-a3ef-872b5a02f80d} executeQuery: Read 1 rows, 69.00 B in 0.001038 sec., 963.3911368015414 rows/sec., 64.92 KiB/sec. 2026.03.18 01:37:54.752271 [ 3 ] {58f6d30a-4da9-4e9d-a3ef-872b5a02f80d} TCPHandler: Processed in 0.00119799 sec. 2026.03.18 01:37:54.752371 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.752465 [ 3 ] {3df93f7a-2419-4290-b88c-ab2c506481ec} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:37:54.752518 [ 3 ] {3df93f7a-2419-4290-b88c-ab2c506481ec} 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.18 01:37:54.753228 [ 3 ] {3df93f7a-2419-4290-b88c-ab2c506481ec} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:54.753263 [ 3 ] {3df93f7a-2419-4290-b88c-ab2c506481ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:54.753763 [ 3 ] {3df93f7a-2419-4290-b88c-ab2c506481ec} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 01:37:54.753994 [ 3 ] {3df93f7a-2419-4290-b88c-ab2c506481ec} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:37:54.754130 [ 3 ] {3df93f7a-2419-4290-b88c-ab2c506481ec} executeQuery: Read 12 rows, 22.02 KiB in 0.001682 sec., 7134.363852556481 rows/sec., 12.78 MiB/sec. 2026.03.18 01:37:54.754190 [ 3 ] {3df93f7a-2419-4290-b88c-ab2c506481ec} TCPHandler: Processed in 0.001867481 sec. 2026.03.18 01:37:54.754307 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:54.754402 [ 3 ] {c9ae5ee1-2fae-4f60-b4fe-941847650190} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:37:54.754444 [ 3 ] {c9ae5ee1-2fae-4f60-b4fe-941847650190} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:37:54.754776 [ 3 ] {c9ae5ee1-2fae-4f60-b4fe-941847650190} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:54.754814 [ 3 ] {c9ae5ee1-2fae-4f60-b4fe-941847650190} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:54.755128 [ 3 ] {c9ae5ee1-2fae-4f60-b4fe-941847650190} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 01:37:54.755343 [ 3 ] {c9ae5ee1-2fae-4f60-b4fe-941847650190} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:37:54.755468 [ 3 ] {c9ae5ee1-2fae-4f60-b4fe-941847650190} executeQuery: Read 78 rows, 4.94 KiB in 0.001084 sec., 71955.71955719558 rows/sec., 4.45 MiB/sec. 2026.03.18 01:37:54.755503 [ 3 ] {c9ae5ee1-2fae-4f60-b4fe-941847650190} TCPHandler: Processed in 0.00124598 sec. 2026.03.18 01:37:55.539686 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:55.539867 [ 3 ] {8bf9501e-440c-474d-a54b-2bc0df75a9d9} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:37:55.539936 [ 3 ] {8bf9501e-440c-474d-a54b-2bc0df75a9d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:37:55.540623 [ 3 ] {8bf9501e-440c-474d-a54b-2bc0df75a9d9} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:55.540674 [ 3 ] {8bf9501e-440c-474d-a54b-2bc0df75a9d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:55.541078 [ 3 ] {8bf9501e-440c-474d-a54b-2bc0df75a9d9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 01:37:55.541318 [ 3 ] {8bf9501e-440c-474d-a54b-2bc0df75a9d9} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:37:55.541494 [ 3 ] {8bf9501e-440c-474d-a54b-2bc0df75a9d9} executeQuery: Read 56 rows, 4.41 KiB in 0.001675 sec., 33432.83582089552 rows/sec., 2.57 MiB/sec. 2026.03.18 01:37:55.541546 [ 3 ] {8bf9501e-440c-474d-a54b-2bc0df75a9d9} TCPHandler: Processed in 0.001985643 sec. 2026.03.18 01:37:55.541697 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:55.541814 [ 3 ] {9f4f0e2c-bac8-4310-91d1-ce0918345aed} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:37:55.541860 [ 3 ] {9f4f0e2c-bac8-4310-91d1-ce0918345aed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:37:55.542443 [ 3 ] {9f4f0e2c-bac8-4310-91d1-ce0918345aed} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:55.542482 [ 3 ] {9f4f0e2c-bac8-4310-91d1-ce0918345aed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:55.542818 [ 3 ] {9f4f0e2c-bac8-4310-91d1-ce0918345aed} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 01:37:55.543028 [ 3 ] {9f4f0e2c-bac8-4310-91d1-ce0918345aed} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:37:55.543160 [ 3 ] {9f4f0e2c-bac8-4310-91d1-ce0918345aed} executeQuery: Read 64 rows, 5.12 KiB in 0.001374 sec., 46579.33042212518 rows/sec., 3.64 MiB/sec. 2026.03.18 01:37:55.543199 [ 3 ] {9f4f0e2c-bac8-4310-91d1-ce0918345aed} TCPHandler: Processed in 0.001571116 sec. 2026.03.18 01:37:55.543320 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:55.543419 [ 3 ] {db0f4ca4-3d28-4bb7-a863-40100da388f8} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:37:55.543476 [ 3 ] {db0f4ca4-3d28-4bb7-a863-40100da388f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:37:55.543873 [ 3 ] {db0f4ca4-3d28-4bb7-a863-40100da388f8} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:55.543910 [ 3 ] {db0f4ca4-3d28-4bb7-a863-40100da388f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:55.544237 [ 3 ] {db0f4ca4-3d28-4bb7-a863-40100da388f8} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 01:37:55.544465 [ 3 ] {db0f4ca4-3d28-4bb7-a863-40100da388f8} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:37:55.544602 [ 3 ] {db0f4ca4-3d28-4bb7-a863-40100da388f8} executeQuery: Read 32 rows, 2.28 KiB in 0.001204 sec., 26578.073089700996 rows/sec., 1.85 MiB/sec. 2026.03.18 01:37:55.544641 [ 3 ] {db0f4ca4-3d28-4bb7-a863-40100da388f8} TCPHandler: Processed in 0.001370083 sec. 2026.03.18 01:37:55.544765 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:37:55.544862 [ 3 ] {822c758b-a5ae-4e45-969d-a10e04268243} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:37:55.544904 [ 3 ] {822c758b-a5ae-4e45-969d-a10e04268243} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:37:55.545315 [ 3 ] {822c758b-a5ae-4e45-969d-a10e04268243} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:55.545354 [ 3 ] {822c758b-a5ae-4e45-969d-a10e04268243} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:55.545715 [ 3 ] {822c758b-a5ae-4e45-969d-a10e04268243} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 01:37:55.545937 [ 3 ] {822c758b-a5ae-4e45-969d-a10e04268243} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:37:55.546067 [ 3 ] {822c758b-a5ae-4e45-969d-a10e04268243} executeQuery: Read 12 rows, 848.00 B in 0.001225 sec., 9795.91836734694 rows/sec., 676.02 KiB/sec. 2026.03.18 01:37:55.546104 [ 3 ] {822c758b-a5ae-4e45-969d-a10e04268243} TCPHandler: Processed in 0.001389344 sec. 2026.03.18 01:37:57.179707 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 2026.03.18 01:37:57.180255 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:57.180297 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:57.180790 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 01:37:57.181036 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:37:57.181166 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 2026.03.18 01:37:57.364957 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.03.18 01:37:57.382862 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:37:57.382924 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:37:57.388638 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 01:37:57.389390 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:37:57.392957 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.03.18 01:38:00.545809 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:00.546022 [ 3 ] {7251e9f8-1e14-492d-aaaf-5a54ecd060e8} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:38:00.546098 [ 3 ] {7251e9f8-1e14-492d-aaaf-5a54ecd060e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:38:00.546776 [ 3 ] {7251e9f8-1e14-492d-aaaf-5a54ecd060e8} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:00.546827 [ 3 ] {7251e9f8-1e14-492d-aaaf-5a54ecd060e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:00.547228 [ 3 ] {7251e9f8-1e14-492d-aaaf-5a54ecd060e8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 01:38:00.547456 [ 3 ] {7251e9f8-1e14-492d-aaaf-5a54ecd060e8} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:38:00.547614 [ 3 ] {7251e9f8-1e14-492d-aaaf-5a54ecd060e8} executeQuery: Read 56 rows, 4.41 KiB in 0.001646 sec., 34021.87120291616 rows/sec., 2.61 MiB/sec. 2026.03.18 01:38:00.547678 [ 3 ] {7251e9f8-1e14-492d-aaaf-5a54ecd060e8} TCPHandler: Processed in 0.002010824 sec. 2026.03.18 01:38:00.547810 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:00.547913 [ 3 ] {4be7cd7d-1dcb-4ed8-8da3-73801135d7dd} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:38:00.547957 [ 3 ] {4be7cd7d-1dcb-4ed8-8da3-73801135d7dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:38:00.548387 [ 3 ] {4be7cd7d-1dcb-4ed8-8da3-73801135d7dd} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:00.548425 [ 3 ] {4be7cd7d-1dcb-4ed8-8da3-73801135d7dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:00.548737 [ 3 ] {4be7cd7d-1dcb-4ed8-8da3-73801135d7dd} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 01:38:00.548945 [ 3 ] {4be7cd7d-1dcb-4ed8-8da3-73801135d7dd} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:38:00.549078 [ 3 ] {4be7cd7d-1dcb-4ed8-8da3-73801135d7dd} executeQuery: Read 64 rows, 5.12 KiB in 0.001188 sec., 53872.05387205387 rows/sec., 4.20 MiB/sec. 2026.03.18 01:38:00.549130 [ 3 ] {4be7cd7d-1dcb-4ed8-8da3-73801135d7dd} TCPHandler: Processed in 0.001370833 sec. 2026.03.18 01:38:00.549249 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:00.549345 [ 3 ] {3d6cd8a3-07c6-480b-80fa-6e795590cb8c} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:00.549390 [ 3 ] {3d6cd8a3-07c6-480b-80fa-6e795590cb8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:38:00.549785 [ 3 ] {3d6cd8a3-07c6-480b-80fa-6e795590cb8c} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:00.549824 [ 3 ] {3d6cd8a3-07c6-480b-80fa-6e795590cb8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:00.550148 [ 3 ] {3d6cd8a3-07c6-480b-80fa-6e795590cb8c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 01:38:00.550355 [ 3 ] {3d6cd8a3-07c6-480b-80fa-6e795590cb8c} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:38:00.550484 [ 3 ] {3d6cd8a3-07c6-480b-80fa-6e795590cb8c} executeQuery: Read 160 rows, 11.41 KiB in 0.001159 sec., 138050.04314063847 rows/sec., 9.61 MiB/sec. 2026.03.18 01:38:00.550530 [ 3 ] {3d6cd8a3-07c6-480b-80fa-6e795590cb8c} TCPHandler: Processed in 0.001330552 sec. 2026.03.18 01:38:00.550798 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:00.550892 [ 3 ] {16c26f73-660e-47f9-a18c-e15213fead37} executeQuery: (from [fd00:1122:3344:101::d]:51878) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:38:00.550934 [ 3 ] {16c26f73-660e-47f9-a18c-e15213fead37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:38:00.551267 [ 3 ] {16c26f73-660e-47f9-a18c-e15213fead37} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:00.551304 [ 3 ] {16c26f73-660e-47f9-a18c-e15213fead37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:00.551615 [ 3 ] {16c26f73-660e-47f9-a18c-e15213fead37} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 01:38:00.551830 [ 3 ] {16c26f73-660e-47f9-a18c-e15213fead37} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:38:00.551957 [ 3 ] {16c26f73-660e-47f9-a18c-e15213fead37} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2026.03.18 01:38:00.552004 [ 3 ] {16c26f73-660e-47f9-a18c-e15213fead37} TCPHandler: Processed in 0.001253671 sec. 2026.03.18 01:38:04.583998 [ 49 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:38:04.584071 [ 49 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:38:04.681309 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 2026.03.18 01:38:04.681790 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:04.681832 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:04.682320 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 01:38:04.682556 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:38:04.682703 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 2026.03.18 01:38:04.707364 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 306 2026.03.18 01:38:04.709960 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:04.710018 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:04.711216 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 01:38:04.711490 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:38:04.711769 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 306 2026.03.18 01:38:04.759365 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:04.759453 [ 3 ] {} TCP-Session: 30f91d89-e4a1-4851-bebc-304173e48c4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:04.893104 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.03.18 01:38:04.911801 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:04.911869 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:04.917605 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 01:38:04.918376 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:38:04.922476 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.03.18 01:38:05.000170 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 177.73 MiB, peak 183.39 MiB, free memory in arenas 0.00 B, will set to 179.50 MiB (RSS), difference: 1.76 MiB 2026.03.18 01:38:05.555997 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:05.556224 [ 253 ] {437a32cf-ca30-4ebb-8999-3e5a48b30fba} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:38:05.556312 [ 253 ] {437a32cf-ca30-4ebb-8999-3e5a48b30fba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:38:05.557100 [ 253 ] {437a32cf-ca30-4ebb-8999-3e5a48b30fba} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:05.557152 [ 253 ] {437a32cf-ca30-4ebb-8999-3e5a48b30fba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:05.557556 [ 253 ] {437a32cf-ca30-4ebb-8999-3e5a48b30fba} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 01:38:05.557784 [ 253 ] {437a32cf-ca30-4ebb-8999-3e5a48b30fba} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:38:05.557947 [ 253 ] {437a32cf-ca30-4ebb-8999-3e5a48b30fba} executeQuery: Read 284 rows, 18.47 KiB in 0.001793 sec., 158393.75348577803 rows/sec., 10.06 MiB/sec. 2026.03.18 01:38:05.557943 [ 48 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.18 01:38:05.557995 [ 253 ] {437a32cf-ca30-4ebb-8999-3e5a48b30fba} TCPHandler: Processed in 0.002137885 sec. 2026.03.18 01:38:05.558022 [ 48 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:05.558050 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:05.558139 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:05.558190 [ 192 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::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.18 01:38:05.558261 [ 253 ] {92e85e24-1cbe-4186-9c91-72684cb81a87} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:38:05.558315 [ 253 ] {92e85e24-1cbe-4186-9c91-72684cb81a87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:38:05.558325 [ 192 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:05.558364 [ 192 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::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.18 01:38:05.558432 [ 192 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::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.18 01:38:05.558476 [ 192 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 284 rows starting from the beginning of the part 2026.03.18 01:38:05.558518 [ 192 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 284 rows starting from the beginning of the part 2026.03.18 01:38:05.558574 [ 192 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 284 rows starting from the beginning of the part 2026.03.18 01:38:05.559077 [ 253 ] {92e85e24-1cbe-4186-9c91-72684cb81a87} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:05.559121 [ 253 ] {92e85e24-1cbe-4186-9c91-72684cb81a87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:05.559547 [ 253 ] {92e85e24-1cbe-4186-9c91-72684cb81a87} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 01:38:05.559613 [ 200 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001476475 sec., 961750.1142924872 rows/sec., 64.75 MiB/sec. 2026.03.18 01:38:05.559799 [ 192 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.18 01:38:05.559826 [ 253 ] {92e85e24-1cbe-4186-9c91-72684cb81a87} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:38:05.559998 [ 253 ] {92e85e24-1cbe-4186-9c91-72684cb81a87} executeQuery: Read 817 rows, 65.50 KiB in 0.00176 sec., 464204.5454545454 rows/sec., 36.35 MiB/sec. 2026.03.18 01:38:05.560044 [ 253 ] {92e85e24-1cbe-4186-9c91-72684cb81a87} TCPHandler: Processed in 0.001958512 sec. 2026.03.18 01:38:05.560100 [ 192 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_5_1} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:38:05.560178 [ 192 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_5_1} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.18 01:38:05.560181 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:05.560255 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.18 01:38:05.560288 [ 253 ] {772fcfb3-f487-4bc5-af25-01d12d8c827e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:38:05.560335 [ 253 ] {772fcfb3-f487-4bc5-af25-01d12d8c827e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:38:05.560793 [ 253 ] {772fcfb3-f487-4bc5-af25-01d12d8c827e} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:05.560830 [ 253 ] {772fcfb3-f487-4bc5-af25-01d12d8c827e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:05.561143 [ 253 ] {772fcfb3-f487-4bc5-af25-01d12d8c827e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 01:38:05.561363 [ 253 ] {772fcfb3-f487-4bc5-af25-01d12d8c827e} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:38:05.561496 [ 253 ] {772fcfb3-f487-4bc5-af25-01d12d8c827e} executeQuery: Read 152 rows, 9.29 KiB in 0.001226 sec., 123980.42414355627 rows/sec., 7.40 MiB/sec. 2026.03.18 01:38:05.561534 [ 253 ] {772fcfb3-f487-4bc5-af25-01d12d8c827e} TCPHandler: Processed in 0.001405523 sec. 2026.03.18 01:38:05.561667 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:05.561775 [ 253 ] {b3741515-5a93-4a44-bcab-2362e0f5b237} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:38:05.561879 [ 253 ] {b3741515-5a93-4a44-bcab-2362e0f5b237} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:38:05.562369 [ 253 ] {b3741515-5a93-4a44-bcab-2362e0f5b237} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:05.562414 [ 253 ] {b3741515-5a93-4a44-bcab-2362e0f5b237} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:05.562749 [ 253 ] {b3741515-5a93-4a44-bcab-2362e0f5b237} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 01:38:05.562962 [ 253 ] {b3741515-5a93-4a44-bcab-2362e0f5b237} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:38:05.563092 [ 253 ] {b3741515-5a93-4a44-bcab-2362e0f5b237} executeQuery: Read 149 rows, 9.86 KiB in 0.001336 sec., 111526.94610778443 rows/sec., 7.21 MiB/sec. 2026.03.18 01:38:05.563130 [ 253 ] {b3741515-5a93-4a44-bcab-2362e0f5b237} TCPHandler: Processed in 0.001515725 sec. 2026.03.18 01:38:05.563257 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:05.563412 [ 253 ] {e1695a12-5ecd-49c6-8400-f05a226645dc} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:38:05.563455 [ 253 ] {e1695a12-5ecd-49c6-8400-f05a226645dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:38:05.563908 [ 253 ] {e1695a12-5ecd-49c6-8400-f05a226645dc} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:05.563945 [ 253 ] {e1695a12-5ecd-49c6-8400-f05a226645dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:05.564257 [ 253 ] {e1695a12-5ecd-49c6-8400-f05a226645dc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 01:38:05.564465 [ 253 ] {e1695a12-5ecd-49c6-8400-f05a226645dc} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:38:05.564578 [ 45 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.18 01:38:05.564594 [ 253 ] {e1695a12-5ecd-49c6-8400-f05a226645dc} executeQuery: Read 148 rows, 8.62 KiB in 0.001201 sec., 123230.64113238968 rows/sec., 7.01 MiB/sec. 2026.03.18 01:38:05.564637 [ 45 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:05.564648 [ 253 ] {e1695a12-5ecd-49c6-8400-f05a226645dc} TCPHandler: Processed in 0.001441364 sec. 2026.03.18 01:38:05.564666 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:05.564761 [ 189 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::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.18 01:38:05.564782 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:05.564860 [ 189 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:05.564876 [ 253 ] {49194342-9377-45a7-97a8-25cc3b68ea89} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:38:05.564907 [ 189 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::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.18 01:38:05.564918 [ 253 ] {49194342-9377-45a7-97a8-25cc3b68ea89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:38:05.564989 [ 189 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::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.18 01:38:05.565039 [ 189 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 148 rows starting from the beginning of the part 2026.03.18 01:38:05.565083 [ 189 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 148 rows starting from the beginning of the part 2026.03.18 01:38:05.565124 [ 189 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 148 rows starting from the beginning of the part 2026.03.18 01:38:05.565488 [ 253 ] {49194342-9377-45a7-97a8-25cc3b68ea89} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:05.565526 [ 253 ] {49194342-9377-45a7-97a8-25cc3b68ea89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:05.565871 [ 253 ] {49194342-9377-45a7-97a8-25cc3b68ea89} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 01:38:05.565985 [ 186 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001265211 sec., 584882.6796479006 rows/sec., 35.49 MiB/sec. 2026.03.18 01:38:05.566111 [ 253 ] {49194342-9377-45a7-97a8-25cc3b68ea89} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:38:05.566122 [ 189 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.18 01:38:05.566269 [ 253 ] {49194342-9377-45a7-97a8-25cc3b68ea89} executeQuery: Read 500 rows, 35.98 KiB in 0.001409 sec., 354861.6039744499 rows/sec., 24.94 MiB/sec. 2026.03.18 01:38:05.566315 [ 253 ] {49194342-9377-45a7-97a8-25cc3b68ea89} TCPHandler: Processed in 0.001581956 sec. 2026.03.18 01:38:05.566382 [ 189 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_5_1} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:38:05.566447 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:05.566452 [ 189 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_5_1} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.18 01:38:05.566523 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.18 01:38:05.566543 [ 253 ] {ffbd88cc-cf48-4eb8-8f88-819d620aab9f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:38:05.566587 [ 253 ] {ffbd88cc-cf48-4eb8-8f88-819d620aab9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:38:05.566928 [ 253 ] {ffbd88cc-cf48-4eb8-8f88-819d620aab9f} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:05.566964 [ 253 ] {ffbd88cc-cf48-4eb8-8f88-819d620aab9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:05.567269 [ 253 ] {ffbd88cc-cf48-4eb8-8f88-819d620aab9f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 01:38:05.567482 [ 253 ] {ffbd88cc-cf48-4eb8-8f88-819d620aab9f} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:38:05.567614 [ 253 ] {ffbd88cc-cf48-4eb8-8f88-819d620aab9f} executeQuery: Read 6 rows, 321.00 B in 0.001089 sec., 5509.641873278238 rows/sec., 287.86 KiB/sec. 2026.03.18 01:38:05.567656 [ 253 ] {ffbd88cc-cf48-4eb8-8f88-819d620aab9f} TCPHandler: Processed in 0.001259421 sec. 2026.03.18 01:38:05.567779 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:05.567875 [ 253 ] {6d1f2ef8-ecdf-4648-9a0c-54e07ca097c9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:05.567917 [ 253 ] {6d1f2ef8-ecdf-4648-9a0c-54e07ca097c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:38:05.568327 [ 253 ] {6d1f2ef8-ecdf-4648-9a0c-54e07ca097c9} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:05.568364 [ 253 ] {6d1f2ef8-ecdf-4648-9a0c-54e07ca097c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:05.568701 [ 253 ] {6d1f2ef8-ecdf-4648-9a0c-54e07ca097c9} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 01:38:05.568917 [ 253 ] {6d1f2ef8-ecdf-4648-9a0c-54e07ca097c9} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:38:05.569061 [ 253 ] {6d1f2ef8-ecdf-4648-9a0c-54e07ca097c9} executeQuery: Read 265 rows, 18.03 KiB in 0.001206 sec., 219734.66003316749 rows/sec., 14.60 MiB/sec. 2026.03.18 01:38:05.569099 [ 253 ] {6d1f2ef8-ecdf-4648-9a0c-54e07ca097c9} TCPHandler: Processed in 0.001369813 sec. 2026.03.18 01:38:05.569229 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:05.569343 [ 253 ] {c32532c0-70f4-41b5-a77b-bad9c8bdbc69} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:38:05.569396 [ 253 ] {c32532c0-70f4-41b5-a77b-bad9c8bdbc69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:38:05.569765 [ 253 ] {c32532c0-70f4-41b5-a77b-bad9c8bdbc69} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:05.569803 [ 253 ] {c32532c0-70f4-41b5-a77b-bad9c8bdbc69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:05.570116 [ 253 ] {c32532c0-70f4-41b5-a77b-bad9c8bdbc69} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 01:38:05.570345 [ 253 ] {c32532c0-70f4-41b5-a77b-bad9c8bdbc69} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:38:05.570456 [ 45 ] {} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.18 01:38:05.570479 [ 253 ] {c32532c0-70f4-41b5-a77b-bad9c8bdbc69} executeQuery: Read 1 rows, 69.00 B in 0.00116 sec., 862.0689655172414 rows/sec., 58.09 KiB/sec. 2026.03.18 01:38:05.570503 [ 45 ] {} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:05.570523 [ 253 ] {c32532c0-70f4-41b5-a77b-bad9c8bdbc69} TCPHandler: Processed in 0.001346592 sec. 2026.03.18 01:38:05.570529 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:05.570651 [ 200 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::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.18 01:38:05.570659 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:05.570788 [ 200 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:05.570793 [ 253 ] {cc9a6c0f-2aaf-41b8-9324-775ef46eae3b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:05.570844 [ 200 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::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.18 01:38:05.570884 [ 253 ] {cc9a6c0f-2aaf-41b8-9324-775ef46eae3b} 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.18 01:38:05.570939 [ 200 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::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.18 01:38:05.570993 [ 200 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::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.18 01:38:05.571036 [ 200 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::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.18 01:38:05.571079 [ 200 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::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.18 01:38:05.571753 [ 253 ] {cc9a6c0f-2aaf-41b8-9324-775ef46eae3b} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:05.571797 [ 253 ] {cc9a6c0f-2aaf-41b8-9324-775ef46eae3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:05.572139 [ 186 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001536535 sec., 3254.0749153127003 rows/sec., 219.27 KiB/sec. 2026.03.18 01:38:05.572302 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.18 01:38:05.572352 [ 253 ] {cc9a6c0f-2aaf-41b8-9324-775ef46eae3b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 01:38:05.572692 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_5_1} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:38:05.572739 [ 253 ] {cc9a6c0f-2aaf-41b8-9324-775ef46eae3b} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:38:05.572773 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_5_1} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.18 01:38:05.572846 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.03.18 01:38:05.572917 [ 253 ] {cc9a6c0f-2aaf-41b8-9324-775ef46eae3b} executeQuery: Read 10 rows, 18.35 KiB in 0.002149 sec., 4653.327128897162 rows/sec., 8.34 MiB/sec. 2026.03.18 01:38:05.572983 [ 253 ] {cc9a6c0f-2aaf-41b8-9324-775ef46eae3b} TCPHandler: Processed in 0.002377529 sec. 2026.03.18 01:38:05.573106 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:05.573203 [ 253 ] {531af0fb-76e7-41d8-9334-87dfd409c43b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:38:05.573246 [ 253 ] {531af0fb-76e7-41d8-9334-87dfd409c43b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:38:05.573625 [ 253 ] {531af0fb-76e7-41d8-9334-87dfd409c43b} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:05.573662 [ 253 ] {531af0fb-76e7-41d8-9334-87dfd409c43b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:05.574036 [ 253 ] {531af0fb-76e7-41d8-9334-87dfd409c43b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 01:38:05.574264 [ 253 ] {531af0fb-76e7-41d8-9334-87dfd409c43b} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:38:05.574397 [ 253 ] {531af0fb-76e7-41d8-9334-87dfd409c43b} executeQuery: Read 90 rows, 5.77 KiB in 0.001213 sec., 74196.20774938169 rows/sec., 4.64 MiB/sec. 2026.03.18 01:38:05.574435 [ 253 ] {531af0fb-76e7-41d8-9334-87dfd409c43b} TCPHandler: Processed in 0.001378983 sec. 2026.03.18 01:38:06.096418 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52697 2026.03.18 01:38:06.098419 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:06.098471 [ 3 ] {} TCP-Session: 238fe7de-3f67-4a05-b808-af09ef33d6cf Authenticating user 'default' from [fd00:1122:3344:101::e]:52697 2026.03.18 01:38:06.098494 [ 3 ] {} TCP-Session: 238fe7de-3f67-4a05-b808-af09ef33d6cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.098507 [ 3 ] {} TCP-Session: 238fe7de-3f67-4a05-b808-af09ef33d6cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.098560 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.18 01:38:06.098585 [ 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.18 01:38:06.098605 [ 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.18 01:38:06.099001 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52871 2026.03.18 01:38:06.099145 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:06.099178 [ 292 ] {} TCP-Session: 0e9610af-c5d7-4279-98ec-b48d7cfed40b Authenticating user 'default' from [fd00:1122:3344:101::e]:52871 2026.03.18 01:38:06.099197 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39610 2026.03.18 01:38:06.099201 [ 3 ] {} TCP-Session: 238fe7de-3f67-4a05-b808-af09ef33d6cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:06.099206 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58471 2026.03.18 01:38:06.099202 [ 292 ] {} TCP-Session: 0e9610af-c5d7-4279-98ec-b48d7cfed40b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.099306 [ 292 ] {} TCP-Session: 0e9610af-c5d7-4279-98ec-b48d7cfed40b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.099310 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:06.099352 [ 294 ] {} TCP-Session: 9b106c06-0bbb-43c4-a931-f25fec04d713 Authenticating user 'default' from [fd00:1122:3344:101::e]:39610 2026.03.18 01:38:06.099371 [ 294 ] {} TCP-Session: 9b106c06-0bbb-43c4-a931-f25fec04d713 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.099385 [ 294 ] {} TCP-Session: 9b106c06-0bbb-43c4-a931-f25fec04d713 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.099383 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:06.099392 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49507 2026.03.18 01:38:06.099408 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57725 2026.03.18 01:38:06.099430 [ 293 ] {} TCP-Session: 5b625e3b-87e5-4c7c-b915-371fd2212c08 Authenticating user 'default' from [fd00:1122:3344:101::e]:58471 2026.03.18 01:38:06.099475 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64875 2026.03.18 01:38:06.099501 [ 293 ] {} TCP-Session: 5b625e3b-87e5-4c7c-b915-371fd2212c08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.099398 [ 3 ] {9452f063-5a8b-4834-b0f6-a814776a95e9} executeQuery: (from [fd00:1122:3344:101::e]:52697) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:38:06.099525 [ 293 ] {} TCP-Session: 5b625e3b-87e5-4c7c-b915-371fd2212c08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.099622 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52975 2026.03.18 01:38:06.099735 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:06.099774 [ 296 ] {} TCP-Session: 1b400bc6-cef9-4a8d-9230-073aaebc18d9 Authenticating user 'default' from [fd00:1122:3344:101::e]:49507 2026.03.18 01:38:06.099790 [ 296 ] {} TCP-Session: 1b400bc6-cef9-4a8d-9230-073aaebc18d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.099802 [ 296 ] {} TCP-Session: 1b400bc6-cef9-4a8d-9230-073aaebc18d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.099812 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:06.099852 [ 297 ] {} TCP-Session: 6f720af2-4226-42cc-ba0a-b4a0d95bb25e Authenticating user 'default' from [fd00:1122:3344:101::e]:64875 2026.03.18 01:38:06.099869 [ 297 ] {} TCP-Session: 6f720af2-4226-42cc-ba0a-b4a0d95bb25e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.099883 [ 297 ] {} TCP-Session: 6f720af2-4226-42cc-ba0a-b4a0d95bb25e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.099907 [ 3 ] {9452f063-5a8b-4834-b0f6-a814776a95e9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:38:06.099907 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60453 2026.03.18 01:38:06.099985 [ 3 ] {9452f063-5a8b-4834-b0f6-a814776a95e9} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:38:06.100018 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:06.100021 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:06.100061 [ 298 ] {} TCP-Session: 6abdfa5d-fa3c-45b9-a43f-547cdf8e4423 Authenticating user 'default' from [fd00:1122:3344:101::e]:52975 2026.03.18 01:38:06.100092 [ 295 ] {} TCP-Session: 4bb5ae3a-9308-4976-b345-9ea0897517ad Authenticating user 'default' from [fd00:1122:3344:101::e]:57725 2026.03.18 01:38:06.100094 [ 298 ] {} TCP-Session: 6abdfa5d-fa3c-45b9-a43f-547cdf8e4423 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.100123 [ 295 ] {} TCP-Session: 4bb5ae3a-9308-4976-b345-9ea0897517ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.100124 [ 298 ] {} TCP-Session: 6abdfa5d-fa3c-45b9-a43f-547cdf8e4423 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.100145 [ 295 ] {} TCP-Session: 4bb5ae3a-9308-4976-b345-9ea0897517ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.105007 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:06.105053 [ 299 ] {} TCP-Session: e551d706-539d-4b08-bcb4-219ac92e6930 Authenticating user 'default' from [fd00:1122:3344:101::e]:60453 2026.03.18 01:38:06.105072 [ 299 ] {} TCP-Session: e551d706-539d-4b08-bcb4-219ac92e6930 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.105087 [ 299 ] {} TCP-Session: e551d706-539d-4b08-bcb4-219ac92e6930 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.105398 [ 3 ] {9452f063-5a8b-4834-b0f6-a814776a95e9} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:38:06.128985 [ 304 ] {9452f063-5a8b-4834-b0f6-a814776a95e9} AggregatingTransform: Aggregating 2026.03.18 01:38:06.131017 [ 304 ] {9452f063-5a8b-4834-b0f6-a814776a95e9} Aggregator: Aggregation method: without_key 2026.03.18 01:38:06.131686 [ 304 ] {9452f063-5a8b-4834-b0f6-a814776a95e9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.006118452 sec. (163.440 rows/sec., 6.38 KiB/sec.) 2026.03.18 01:38:06.131714 [ 304 ] {9452f063-5a8b-4834-b0f6-a814776a95e9} Aggregator: Merging aggregated data 2026.03.18 01:38:06.131748 [ 304 ] {9452f063-5a8b-4834-b0f6-a814776a95e9} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.03.18 01:38:06.137751 [ 3 ] {9452f063-5a8b-4834-b0f6-a814776a95e9} executeQuery: Read 1 rows, 40.00 B in 0.038403 sec., 26.039632320391636 rows/sec., 1.02 KiB/sec. 2026.03.18 01:38:06.137961 [ 3 ] {9452f063-5a8b-4834-b0f6-a814776a95e9} TCPHandler: Processed in 0.038876586 sec. 2026.03.18 01:38:06.143579 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:06.143618 [ 3 ] {} TCP-Session: 238fe7de-3f67-4a05-b808-af09ef33d6cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.143631 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:06.143650 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:06.143685 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:06.143690 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:06.143724 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:06.143750 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:06.143789 [ 294 ] {} TCP-Session: 9b106c06-0bbb-43c4-a931-f25fec04d713 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.143826 [ 296 ] {} TCP-Session: 1b400bc6-cef9-4a8d-9230-073aaebc18d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.143776 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:06.143764 [ 293 ] {} TCP-Session: 5b625e3b-87e5-4c7c-b915-371fd2212c08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.143885 [ 299 ] {} TCP-Session: e551d706-539d-4b08-bcb4-219ac92e6930 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.143737 [ 297 ] {} TCP-Session: 6f720af2-4226-42cc-ba0a-b4a0d95bb25e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.143718 [ 298 ] {} TCP-Session: 6abdfa5d-fa3c-45b9-a43f-547cdf8e4423 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.143712 [ 292 ] {} TCP-Session: 0e9610af-c5d7-4279-98ec-b48d7cfed40b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:06.143710 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:06.144028 [ 295 ] {} TCP-Session: 4bb5ae3a-9308-4976-b345-9ea0897517ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:07.000303 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 179.98 MiB, peak 189.06 MiB, free memory in arenas 0.00 B, will set to 181.55 MiB (RSS), difference: 1.58 MiB 2026.03.18 01:38:09.268136 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48971 2026.03.18 01:38:09.268243 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:09.268272 [ 3 ] {} TCP-Session: e7f00e84-1272-4b5a-a883-79b3db4e1372 Authenticating user 'default' from [fd00:1122:3344:101::e]:48971 2026.03.18 01:38:09.268293 [ 3 ] {} TCP-Session: e7f00e84-1272-4b5a-a883-79b3db4e1372 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.268306 [ 3 ] {} TCP-Session: e7f00e84-1272-4b5a-a883-79b3db4e1372 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.268568 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45245 2026.03.18 01:38:09.268584 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44901 2026.03.18 01:38:09.268618 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53542 2026.03.18 01:38:09.268639 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51566 2026.03.18 01:38:09.268659 [ 3 ] {} TCP-Session: e7f00e84-1272-4b5a-a883-79b3db4e1372 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:09.268684 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:09.268648 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57361 2026.03.18 01:38:09.268734 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:09.268744 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:09.268746 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:09.268769 [ 298 ] {} TCP-Session: dff8a2e9-29ba-4faf-a987-73a45b999ffa Authenticating user 'default' from [fd00:1122:3344:101::e]:51566 2026.03.18 01:38:09.268786 [ 293 ] {} TCP-Session: ccbac344-aa96-4706-9a83-b2c6b8833c1e Authenticating user 'default' from [fd00:1122:3344:101::e]:44901 2026.03.18 01:38:09.268789 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:09.268808 [ 298 ] {} TCP-Session: dff8a2e9-29ba-4faf-a987-73a45b999ffa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.268826 [ 293 ] {} TCP-Session: ccbac344-aa96-4706-9a83-b2c6b8833c1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.268849 [ 3 ] {cdc7c41e-d70d-46a7-b549-b7786ced6c08} executeQuery: (from [fd00:1122:3344:101::e]:48971) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:38:09.268862 [ 293 ] {} TCP-Session: ccbac344-aa96-4706-9a83-b2c6b8833c1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.268854 [ 298 ] {} TCP-Session: dff8a2e9-29ba-4faf-a987-73a45b999ffa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.268794 [ 296 ] {} TCP-Session: ea25efa1-4474-487c-906f-7952b7145ca4 Authenticating user 'default' from [fd00:1122:3344:101::e]:53542 2026.03.18 01:38:09.268732 [ 292 ] {} TCP-Session: 778772cf-c8bb-4b48-a780-afdfb99c37db Authenticating user 'default' from [fd00:1122:3344:101::e]:45245 2026.03.18 01:38:09.268949 [ 296 ] {} TCP-Session: ea25efa1-4474-487c-906f-7952b7145ca4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.268630 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43978 2026.03.18 01:38:09.268980 [ 296 ] {} TCP-Session: ea25efa1-4474-487c-906f-7952b7145ca4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.268977 [ 292 ] {} TCP-Session: 778772cf-c8bb-4b48-a780-afdfb99c37db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.268597 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63383 2026.03.18 01:38:09.269069 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:09.269060 [ 292 ] {} TCP-Session: 778772cf-c8bb-4b48-a780-afdfb99c37db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.269113 [ 297 ] {} TCP-Session: a16b5442-e83d-4603-93d2-785624001fd3 Authenticating user 'default' from [fd00:1122:3344:101::e]:43978 2026.03.18 01:38:09.268623 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37145 2026.03.18 01:38:09.269154 [ 3 ] {cdc7c41e-d70d-46a7-b549-b7786ced6c08} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:38:09.269150 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:09.269136 [ 297 ] {} TCP-Session: a16b5442-e83d-4603-93d2-785624001fd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.269222 [ 294 ] {} TCP-Session: b8748b94-f38c-4506-bae3-c13703196809 Authenticating user 'default' from [fd00:1122:3344:101::e]:63383 2026.03.18 01:38:09.269235 [ 297 ] {} TCP-Session: a16b5442-e83d-4603-93d2-785624001fd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.269244 [ 3 ] {cdc7c41e-d70d-46a7-b549-b7786ced6c08} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:38:09.269257 [ 294 ] {} TCP-Session: b8748b94-f38c-4506-bae3-c13703196809 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.269243 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:09.269299 [ 294 ] {} TCP-Session: b8748b94-f38c-4506-bae3-c13703196809 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.268839 [ 299 ] {} TCP-Session: b6cb159f-0fb9-4112-86b0-0ca80f658982 Authenticating user 'default' from [fd00:1122:3344:101::e]:57361 2026.03.18 01:38:09.269335 [ 295 ] {} TCP-Session: 8f476ddf-4528-4490-8f97-f0da1228db4e Authenticating user 'default' from [fd00:1122:3344:101::e]:37145 2026.03.18 01:38:09.269367 [ 299 ] {} TCP-Session: b6cb159f-0fb9-4112-86b0-0ca80f658982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.269380 [ 295 ] {} TCP-Session: 8f476ddf-4528-4490-8f97-f0da1228db4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.269391 [ 299 ] {} TCP-Session: b6cb159f-0fb9-4112-86b0-0ca80f658982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.269405 [ 295 ] {} TCP-Session: 8f476ddf-4528-4490-8f97-f0da1228db4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.269580 [ 3 ] {cdc7c41e-d70d-46a7-b549-b7786ced6c08} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:38:09.270532 [ 320 ] {cdc7c41e-d70d-46a7-b549-b7786ced6c08} AggregatingTransform: Aggregating 2026.03.18 01:38:09.270580 [ 320 ] {cdc7c41e-d70d-46a7-b549-b7786ced6c08} Aggregator: Aggregation method: without_key 2026.03.18 01:38:09.270621 [ 320 ] {cdc7c41e-d70d-46a7-b549-b7786ced6c08} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000934325 sec. (1070.291 rows/sec., 41.81 KiB/sec.) 2026.03.18 01:38:09.270641 [ 320 ] {cdc7c41e-d70d-46a7-b549-b7786ced6c08} Aggregator: Merging aggregated data 2026.03.18 01:38:09.272014 [ 3 ] {cdc7c41e-d70d-46a7-b549-b7786ced6c08} executeQuery: Read 1 rows, 40.00 B in 0.003226 sec., 309.981401115933 rows/sec., 12.11 KiB/sec. 2026.03.18 01:38:09.272161 [ 3 ] {cdc7c41e-d70d-46a7-b549-b7786ced6c08} TCPHandler: Processed in 0.00364187 sec. 2026.03.18 01:38:09.272286 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:09.272314 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:09.272317 [ 3 ] {} TCP-Session: e7f00e84-1272-4b5a-a883-79b3db4e1372 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.272330 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:09.272363 [ 299 ] {} TCP-Session: b6cb159f-0fb9-4112-86b0-0ca80f658982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.272378 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:09.272396 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:09.272395 [ 292 ] {} TCP-Session: 778772cf-c8bb-4b48-a780-afdfb99c37db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.272419 [ 293 ] {} TCP-Session: ccbac344-aa96-4706-9a83-b2c6b8833c1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.272418 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:09.272445 [ 296 ] {} TCP-Session: ea25efa1-4474-487c-906f-7952b7145ca4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.272440 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:09.272486 [ 295 ] {} TCP-Session: 8f476ddf-4528-4490-8f97-f0da1228db4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.272346 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:09.272518 [ 298 ] {} TCP-Session: dff8a2e9-29ba-4faf-a987-73a45b999ffa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.272359 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:09.272572 [ 297 ] {} TCP-Session: a16b5442-e83d-4603-93d2-785624001fd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.272612 [ 294 ] {} TCP-Session: b8748b94-f38c-4506-bae3-c13703196809 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.464626 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53356 2026.03.18 01:38:09.464742 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:09.464768 [ 3 ] {} TCP-Session: 6ad276dd-af98-42d5-853a-e25db0ec4807 Authenticating user 'default' from [fd00:1122:3344:101::e]:53356 2026.03.18 01:38:09.464794 [ 3 ] {} TCP-Session: 6ad276dd-af98-42d5-853a-e25db0ec4807 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.464811 [ 3 ] {} TCP-Session: 6ad276dd-af98-42d5-853a-e25db0ec4807 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.465061 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40212 2026.03.18 01:38:09.465094 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33784 2026.03.18 01:38:09.465122 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40572 2026.03.18 01:38:09.465154 [ 3 ] {} TCP-Session: 6ad276dd-af98-42d5-853a-e25db0ec4807 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:09.465165 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44624 2026.03.18 01:38:09.465203 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:09.465210 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:09.465243 [ 294 ] {} TCP-Session: aded3c6f-f526-46b5-9efe-ef2fb44fa88a Authenticating user 'default' from [fd00:1122:3344:101::e]:33784 2026.03.18 01:38:09.465246 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:09.465267 [ 292 ] {} TCP-Session: 44a3142d-a50b-4389-bd29-154cf6661734 Authenticating user 'default' from [fd00:1122:3344:101::e]:40212 2026.03.18 01:38:09.465277 [ 294 ] {} TCP-Session: aded3c6f-f526-46b5-9efe-ef2fb44fa88a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.465296 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:09.465313 [ 294 ] {} TCP-Session: aded3c6f-f526-46b5-9efe-ef2fb44fa88a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.465312 [ 292 ] {} TCP-Session: 44a3142d-a50b-4389-bd29-154cf6661734 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.465341 [ 299 ] {} TCP-Session: b26858f9-a7f2-4d85-bff4-9b6cf3e646db Authenticating user 'default' from [fd00:1122:3344:101::e]:44624 2026.03.18 01:38:09.465357 [ 292 ] {} TCP-Session: 44a3142d-a50b-4389-bd29-154cf6661734 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.465334 [ 3 ] {4b7400c9-4b50-4239-a1a5-9208449c52a1} executeQuery: (from [fd00:1122:3344:101::e]:53356) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:38:09.465382 [ 299 ] {} TCP-Session: b26858f9-a7f2-4d85-bff4-9b6cf3e646db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.465299 [ 295 ] {} TCP-Session: 7043e199-d43c-4f22-a721-399e14df90d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:40572 2026.03.18 01:38:09.465437 [ 299 ] {} TCP-Session: b26858f9-a7f2-4d85-bff4-9b6cf3e646db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.465152 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52937 2026.03.18 01:38:09.465467 [ 295 ] {} TCP-Session: 7043e199-d43c-4f22-a721-399e14df90d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.465138 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64990 2026.03.18 01:38:09.465511 [ 295 ] {} TCP-Session: 7043e199-d43c-4f22-a721-399e14df90d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.465538 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:09.465125 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44238 2026.03.18 01:38:09.465572 [ 298 ] {} TCP-Session: da30beea-10c0-4723-87a1-06e5eb6a98a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:52937 2026.03.18 01:38:09.465586 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:09.465602 [ 298 ] {} TCP-Session: da30beea-10c0-4723-87a1-06e5eb6a98a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.465079 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55523 2026.03.18 01:38:09.465633 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:09.465652 [ 3 ] {4b7400c9-4b50-4239-a1a5-9208449c52a1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:38:09.465669 [ 296 ] {} TCP-Session: 3828deaf-9466-4dc6-864a-c41e57c6b267 Authenticating user 'default' from [fd00:1122:3344:101::e]:44238 2026.03.18 01:38:09.465633 [ 298 ] {} TCP-Session: da30beea-10c0-4723-87a1-06e5eb6a98a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.465702 [ 296 ] {} TCP-Session: 3828deaf-9466-4dc6-864a-c41e57c6b267 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.465717 [ 3 ] {4b7400c9-4b50-4239-a1a5-9208449c52a1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:38:09.465736 [ 296 ] {} TCP-Session: 3828deaf-9466-4dc6-864a-c41e57c6b267 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.465698 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:09.465628 [ 297 ] {} TCP-Session: bcedcf29-e8f4-4136-bf9b-059cef7a149b Authenticating user 'default' from [fd00:1122:3344:101::e]:64990 2026.03.18 01:38:09.465792 [ 293 ] {} TCP-Session: 73c177e6-273e-4f48-92d2-4685a7189454 Authenticating user 'default' from [fd00:1122:3344:101::e]:55523 2026.03.18 01:38:09.465814 [ 297 ] {} TCP-Session: bcedcf29-e8f4-4136-bf9b-059cef7a149b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.465820 [ 293 ] {} TCP-Session: 73c177e6-273e-4f48-92d2-4685a7189454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.465842 [ 297 ] {} TCP-Session: bcedcf29-e8f4-4136-bf9b-059cef7a149b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.465855 [ 293 ] {} TCP-Session: 73c177e6-273e-4f48-92d2-4685a7189454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.466021 [ 3 ] {4b7400c9-4b50-4239-a1a5-9208449c52a1} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:38:09.467010 [ 308 ] {4b7400c9-4b50-4239-a1a5-9208449c52a1} AggregatingTransform: Aggregating 2026.03.18 01:38:09.467063 [ 308 ] {4b7400c9-4b50-4239-a1a5-9208449c52a1} Aggregator: Aggregation method: without_key 2026.03.18 01:38:09.467101 [ 308 ] {4b7400c9-4b50-4239-a1a5-9208449c52a1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000979047 sec. (1021.401 rows/sec., 39.90 KiB/sec.) 2026.03.18 01:38:09.467116 [ 308 ] {4b7400c9-4b50-4239-a1a5-9208449c52a1} Aggregator: Merging aggregated data 2026.03.18 01:38:09.468270 [ 3 ] {4b7400c9-4b50-4239-a1a5-9208449c52a1} executeQuery: Read 1 rows, 40.00 B in 0.00299 sec., 334.44816053511704 rows/sec., 13.06 KiB/sec. 2026.03.18 01:38:09.468448 [ 3 ] {4b7400c9-4b50-4239-a1a5-9208449c52a1} TCPHandler: Processed in 0.003411266 sec. 2026.03.18 01:38:09.468579 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:09.468597 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:09.468618 [ 3 ] {} TCP-Session: 6ad276dd-af98-42d5-853a-e25db0ec4807 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.468630 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:09.468652 [ 299 ] {} TCP-Session: b26858f9-a7f2-4d85-bff4-9b6cf3e646db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.468661 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:09.468683 [ 293 ] {} TCP-Session: 73c177e6-273e-4f48-92d2-4685a7189454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.468690 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:09.468707 [ 296 ] {} TCP-Session: 3828deaf-9466-4dc6-864a-c41e57c6b267 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.468714 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:09.468731 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:09.468751 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:09.468777 [ 295 ] {} TCP-Session: 7043e199-d43c-4f22-a721-399e14df90d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.468789 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:09.468810 [ 294 ] {} TCP-Session: aded3c6f-f526-46b5-9efe-ef2fb44fa88a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.468748 [ 292 ] {} TCP-Session: 44a3142d-a50b-4389-bd29-154cf6661734 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.468848 [ 297 ] {} TCP-Session: bcedcf29-e8f4-4136-bf9b-059cef7a149b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:09.468802 [ 298 ] {} TCP-Session: da30beea-10c0-4723-87a1-06e5eb6a98a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:10.544438 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:10.544705 [ 253 ] {a5f16b47-a0f5-449f-b1d6-35232d2eba5e} executeQuery: (from [fd00:1122:3344:101::d]:43910) 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.18 01:38:10.545058 [ 253 ] {a5f16b47-a0f5-449f-b1d6-35232d2eba5e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 01:38:10.545097 [ 253 ] {a5f16b47-a0f5-449f-b1d6-35232d2eba5e} 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.18 01:38:10.545380 [ 253 ] {a5f16b47-a0f5-449f-b1d6-35232d2eba5e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:38:10.545450 [ 253 ] {a5f16b47-a0f5-449f-b1d6-35232d2eba5e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:38:10.545595 [ 253 ] {a5f16b47-a0f5-449f-b1d6-35232d2eba5e} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.03.18 01:38:10.545693 [ 330 ] {a5f16b47-a0f5-449f-b1d6-35232d2eba5e} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 01:38:10.545732 [ 331 ] {a5f16b47-a0f5-449f-b1d6-35232d2eba5e} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 01:38:10.545834 [ 253 ] {a5f16b47-a0f5-449f-b1d6-35232d2eba5e} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (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.18 01:38:10.545861 [ 253 ] {a5f16b47-a0f5-449f-b1d6-35232d2eba5e} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 01:38:10.548403 [ 253 ] {a5f16b47-a0f5-449f-b1d6-35232d2eba5e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 01:38:10.548435 [ 253 ] {a5f16b47-a0f5-449f-b1d6-35232d2eba5e} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Reading approx. 40 rows with 2 streams 2026.03.18 01:38:10.548504 [ 253 ] {a5f16b47-a0f5-449f-b1d6-35232d2eba5e} 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.18 01:38:10.548555 [ 253 ] {a5f16b47-a0f5-449f-b1d6-35232d2eba5e} 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.18 01:38:10.549499 [ 253 ] {a5f16b47-a0f5-449f-b1d6-35232d2eba5e} executeQuery: Read 40 rows, 1.49 KiB in 0.004909 sec., 8148.299042574862 rows/sec., 302.98 KiB/sec. 2026.03.18 01:38:10.549598 [ 253 ] {a5f16b47-a0f5-449f-b1d6-35232d2eba5e} TCPHandler: Processed in 0.005294058 sec. 2026.03.18 01:38:10.549839 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:10.549984 [ 253 ] {44c62f03-3220-4ed2-bd84-6edd0c3d540a} executeQuery: (from [fd00:1122:3344:101::d]:43910) 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:38:10.550220 [ 253 ] {44c62f03-3220-4ed2-bd84-6edd0c3d540a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 01:38:10.550258 [ 253 ] {44c62f03-3220-4ed2-bd84-6edd0c3d540a} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:38:10.550468 [ 253 ] {44c62f03-3220-4ed2-bd84-6edd0c3d540a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:38:10.550523 [ 253 ] {44c62f03-3220-4ed2-bd84-6edd0c3d540a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:38:10.550627 [ 253 ] {44c62f03-3220-4ed2-bd84-6edd0c3d540a} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.03.18 01:38:10.550692 [ 319 ] {44c62f03-3220-4ed2-bd84-6edd0c3d540a} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 01:38:10.550702 [ 331 ] {44c62f03-3220-4ed2-bd84-6edd0c3d540a} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 01:38:10.550787 [ 253 ] {44c62f03-3220-4ed2-bd84-6edd0c3d540a} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (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.18 01:38:10.550813 [ 253 ] {44c62f03-3220-4ed2-bd84-6edd0c3d540a} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 01:38:10.550872 [ 253 ] {44c62f03-3220-4ed2-bd84-6edd0c3d540a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 01:38:10.550892 [ 253 ] {44c62f03-3220-4ed2-bd84-6edd0c3d540a} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Reading approx. 40 rows with 2 streams 2026.03.18 01:38:10.550923 [ 253 ] {44c62f03-3220-4ed2-bd84-6edd0c3d540a} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:38:10.550956 [ 253 ] {44c62f03-3220-4ed2-bd84-6edd0c3d540a} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:38:10.551552 [ 253 ] {44c62f03-3220-4ed2-bd84-6edd0c3d540a} executeQuery: Read 40 rows, 1.49 KiB in 0.001629 sec., 24554.941682013505 rows/sec., 913.02 KiB/sec. 2026.03.18 01:38:10.551672 [ 253 ] {44c62f03-3220-4ed2-bd84-6edd0c3d540a} TCPHandler: Processed in 0.001886841 sec. 2026.03.18 01:38:10.551892 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:10.552040 [ 253 ] {ee7094ca-bb3c-46b8-875f-e7903d070af1} executeQuery: (from [fd00:1122:3344:101::d]:43910) 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:38:10.552263 [ 253 ] {ee7094ca-bb3c-46b8-875f-e7903d070af1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 01:38:10.552301 [ 253 ] {ee7094ca-bb3c-46b8-875f-e7903d070af1} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:38:10.552508 [ 253 ] {ee7094ca-bb3c-46b8-875f-e7903d070af1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:38:10.552562 [ 253 ] {ee7094ca-bb3c-46b8-875f-e7903d070af1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:38:10.552665 [ 253 ] {ee7094ca-bb3c-46b8-875f-e7903d070af1} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.03.18 01:38:10.552731 [ 346 ] {ee7094ca-bb3c-46b8-875f-e7903d070af1} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 01:38:10.552740 [ 319 ] {ee7094ca-bb3c-46b8-875f-e7903d070af1} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 01:38:10.552823 [ 253 ] {ee7094ca-bb3c-46b8-875f-e7903d070af1} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (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.18 01:38:10.552847 [ 253 ] {ee7094ca-bb3c-46b8-875f-e7903d070af1} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 01:38:10.552903 [ 253 ] {ee7094ca-bb3c-46b8-875f-e7903d070af1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 01:38:10.552919 [ 253 ] {ee7094ca-bb3c-46b8-875f-e7903d070af1} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74) (SelectExecutor): Reading approx. 40 rows with 2 streams 2026.03.18 01:38:10.552951 [ 253 ] {ee7094ca-bb3c-46b8-875f-e7903d070af1} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:38:10.552981 [ 253 ] {ee7094ca-bb3c-46b8-875f-e7903d070af1} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.18 01:38:10.553550 [ 253 ] {ee7094ca-bb3c-46b8-875f-e7903d070af1} executeQuery: Read 40 rows, 1.49 KiB in 0.00157 sec., 25477.707006369426 rows/sec., 947.33 KiB/sec. 2026.03.18 01:38:10.553637 [ 253 ] {ee7094ca-bb3c-46b8-875f-e7903d070af1} TCPHandler: Processed in 0.00179641 sec. 2026.03.18 01:38:10.555642 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:10.555771 [ 253 ] {3df1ff83-8063-441e-9265-6bd9d503592b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.18 01:38:10.555824 [ 253 ] {3df1ff83-8063-441e-9265-6bd9d503592b} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 01:38:10.556411 [ 253 ] {3df1ff83-8063-441e-9265-6bd9d503592b} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:10.556461 [ 253 ] {3df1ff83-8063-441e-9265-6bd9d503592b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:10.556901 [ 253 ] {3df1ff83-8063-441e-9265-6bd9d503592b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 01:38:10.557103 [ 253 ] {3df1ff83-8063-441e-9265-6bd9d503592b} oximeter.timeseries_schema (fe91fbc6-87e7-4fd3-b858-85fc16377a74): 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.18 01:38:10.557266 [ 253 ] {3df1ff83-8063-441e-9265-6bd9d503592b} executeQuery: Read 3 rows, 280.00 B in 0.00153 sec., 1960.7843137254904 rows/sec., 178.72 KiB/sec. 2026.03.18 01:38:10.557306 [ 253 ] {3df1ff83-8063-441e-9265-6bd9d503592b} TCPHandler: Processed in 0.001724079 sec. 2026.03.18 01:38:10.557412 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:10.557509 [ 253 ] {7a44759e-e0fc-4a7d-a267-54c7f7700a25} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:38:10.557549 [ 253 ] {7a44759e-e0fc-4a7d-a267-54c7f7700a25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:38:10.557993 [ 253 ] {7a44759e-e0fc-4a7d-a267-54c7f7700a25} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:10.558036 [ 253 ] {7a44759e-e0fc-4a7d-a267-54c7f7700a25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:10.558396 [ 253 ] {7a44759e-e0fc-4a7d-a267-54c7f7700a25} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 01:38:10.558643 [ 253 ] {7a44759e-e0fc-4a7d-a267-54c7f7700a25} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:38:10.558779 [ 253 ] {7a44759e-e0fc-4a7d-a267-54c7f7700a25} executeQuery: Read 2 rows, 167.00 B in 0.001287 sec., 1554.001554001554 rows/sec., 126.72 KiB/sec. 2026.03.18 01:38:10.558825 [ 253 ] {7a44759e-e0fc-4a7d-a267-54c7f7700a25} TCPHandler: Processed in 0.001463834 sec. 2026.03.18 01:38:10.558988 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:10.559100 [ 253 ] {80bf4fb6-d134-4875-a0be-7b435d887364} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:38:10.559147 [ 253 ] {80bf4fb6-d134-4875-a0be-7b435d887364} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:38:10.559631 [ 253 ] {80bf4fb6-d134-4875-a0be-7b435d887364} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:10.559668 [ 253 ] {80bf4fb6-d134-4875-a0be-7b435d887364} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:10.559979 [ 253 ] {80bf4fb6-d134-4875-a0be-7b435d887364} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 01:38:10.560197 [ 253 ] {80bf4fb6-d134-4875-a0be-7b435d887364} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:38:10.560299 [ 39 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 01:38:10.560330 [ 253 ] {80bf4fb6-d134-4875-a0be-7b435d887364} executeQuery: Read 69 rows, 5.62 KiB in 0.001252 sec., 55111.821086261974 rows/sec., 4.39 MiB/sec. 2026.03.18 01:38:10.560337 [ 39 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:10.560364 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:10.560367 [ 253 ] {80bf4fb6-d134-4875-a0be-7b435d887364} TCPHandler: Processed in 0.001436604 sec. 2026.03.18 01:38:10.560497 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:10.560505 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::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.18 01:38:10.560596 [ 253 ] {0086d53f-45fd-4dd5-8eed-66ccad52951f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:38:10.560640 [ 253 ] {0086d53f-45fd-4dd5-8eed-66ccad52951f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:38:10.560672 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:10.560716 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 822 rows starting from the beginning of the part 2026.03.18 01:38:10.560788 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2684 rows starting from the beginning of the part 2026.03.18 01:38:10.560838 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2026.03.18 01:38:10.560889 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::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.18 01:38:10.560931 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 817 rows starting from the beginning of the part 2026.03.18 01:38:10.560978 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 69 rows starting from the beginning of the part 2026.03.18 01:38:10.561047 [ 253 ] {0086d53f-45fd-4dd5-8eed-66ccad52951f} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:10.561087 [ 253 ] {0086d53f-45fd-4dd5-8eed-66ccad52951f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:10.561425 [ 253 ] {0086d53f-45fd-4dd5-8eed-66ccad52951f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 01:38:10.561660 [ 253 ] {0086d53f-45fd-4dd5-8eed-66ccad52951f} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:38:10.561768 [ 39 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 01:38:10.561794 [ 253 ] {0086d53f-45fd-4dd5-8eed-66ccad52951f} executeQuery: Read 8 rows, 605.00 B in 0.001217 sec., 6573.54149548069 rows/sec., 485.47 KiB/sec. 2026.03.18 01:38:10.561800 [ 39 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:10.561828 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:10.561832 [ 253 ] {0086d53f-45fd-4dd5-8eed-66ccad52951f} TCPHandler: Processed in 0.001388093 sec. 2026.03.18 01:38:10.561932 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::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.18 01:38:10.561952 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:10.562054 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:10.562060 [ 253 ] {c31780d3-38c6-4de6-ac10-52af8ef909c6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:38:10.562090 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 162 rows starting from the beginning of the part 2026.03.18 01:38:10.562112 [ 253 ] {c31780d3-38c6-4de6-ac10-52af8ef909c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:38:10.562188 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 152 rows starting from the beginning of the part 2026.03.18 01:38:10.562250 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 152 rows starting from the beginning of the part 2026.03.18 01:38:10.562296 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 156 rows starting from the beginning of the part 2026.03.18 01:38:10.562343 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 152 rows starting from the beginning of the part 2026.03.18 01:38:10.562442 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::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.18 01:38:10.562621 [ 253 ] {c31780d3-38c6-4de6-ac10-52af8ef909c6} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:10.562668 [ 253 ] {c31780d3-38c6-4de6-ac10-52af8ef909c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:10.563063 [ 253 ] {c31780d3-38c6-4de6-ac10-52af8ef909c6} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 01:38:10.563310 [ 253 ] {c31780d3-38c6-4de6-ac10-52af8ef909c6} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:38:10.563420 [ 39 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 01:38:10.563453 [ 253 ] {c31780d3-38c6-4de6-ac10-52af8ef909c6} executeQuery: Read 81 rows, 6.48 KiB in 0.001411 sec., 57406.094968107725 rows/sec., 4.49 MiB/sec. 2026.03.18 01:38:10.563458 [ 39 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:10.563487 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:10.563493 [ 253 ] {c31780d3-38c6-4de6-ac10-52af8ef909c6} TCPHandler: Processed in 0.001590807 sec. 2026.03.18 01:38:10.563566 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::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.18 01:38:10.563624 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:10.563678 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:10.563706 [ 198 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 782 rows, containing 5 columns (5 merged, 0 gathered) in 0.00182017 sec., 429630.19937698124 rows/sec., 27.42 MiB/sec. 2026.03.18 01:38:10.563727 [ 253 ] {67ec0a88-672d-475a-8106-0d067e685e87} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:10.563713 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 510 rows starting from the beginning of the part 2026.03.18 01:38:10.563778 [ 253 ] {67ec0a88-672d-475a-8106-0d067e685e87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:38:10.563822 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1440 rows starting from the beginning of the part 2026.03.18 01:38:10.563879 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2026.03.18 01:38:10.563929 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::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.18 01:38:10.563944 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 01:38:10.563975 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 500 rows starting from the beginning of the part 2026.03.18 01:38:10.564051 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 81 rows starting from the beginning of the part 2026.03.18 01:38:10.564288 [ 253 ] {67ec0a88-672d-475a-8106-0d067e685e87} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:10.564311 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_6_1} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:38:10.564333 [ 253 ] {67ec0a88-672d-475a-8106-0d067e685e87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:10.564404 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_6_1} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 01:38:10.564507 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.18 01:38:10.564726 [ 253 ] {67ec0a88-672d-475a-8106-0d067e685e87} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 01:38:10.564974 [ 253 ] {67ec0a88-672d-475a-8106-0d067e685e87} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:38:10.565102 [ 39 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 01:38:10.565139 [ 253 ] {67ec0a88-672d-475a-8106-0d067e685e87} executeQuery: Read 161 rows, 11.48 KiB in 0.001453 sec., 110805.23055746731 rows/sec., 7.72 MiB/sec. 2026.03.18 01:38:10.565141 [ 39 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:10.565180 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:10.565190 [ 253 ] {67ec0a88-672d-475a-8106-0d067e685e87} TCPHandler: Processed in 0.001641017 sec. 2026.03.18 01:38:10.565265 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:38:10.565315 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:10.565372 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:10.565408 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1184 rows starting from the beginning of the part 2026.03.18 01:38:10.565410 [ 253 ] {281a063e-b6ab-40e4-8fae-ae1f3d22e0d2} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:10.565475 [ 253 ] {281a063e-b6ab-40e4-8fae-ae1f3d22e0d2} 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.18 01:38:10.565493 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2484 rows starting from the beginning of the part 2026.03.18 01:38:10.565549 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 32 rows starting from the beginning of the part 2026.03.18 01:38:10.565596 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2026.03.18 01:38:10.565636 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 265 rows starting from the beginning of the part 2026.03.18 01:38:10.565683 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 161 rows starting from the beginning of the part 2026.03.18 01:38:10.565828 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2659 rows, containing 5 columns (5 merged, 0 gathered) in 0.002292208 sec., 1160016.8920098 rows/sec., 85.81 MiB/sec. 2026.03.18 01:38:10.566051 [ 186 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 01:38:10.566340 [ 253 ] {281a063e-b6ab-40e4-8fae-ae1f3d22e0d2} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:10.566372 [ 186 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_11_2} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:38:10.566385 [ 253 ] {281a063e-b6ab-40e4-8fae-ae1f3d22e0d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:10.566466 [ 186 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_11_2} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 01:38:10.566552 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.03.18 01:38:10.566957 [ 253 ] {281a063e-b6ab-40e4-8fae-ae1f3d22e0d2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 01:38:10.567190 [ 253 ] {281a063e-b6ab-40e4-8fae-ae1f3d22e0d2} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:38:10.567298 [ 39 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 01:38:10.567332 [ 253 ] {281a063e-b6ab-40e4-8fae-ae1f3d22e0d2} executeQuery: Read 6 rows, 11.01 KiB in 0.001901 sec., 3156.233561283535 rows/sec., 5.66 MiB/sec. 2026.03.18 01:38:10.567333 [ 39 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:10.567363 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:10.567387 [ 253 ] {281a063e-b6ab-40e4-8fae-ae1f3d22e0d2} TCPHandler: Processed in 0.002088615 sec. 2026.03.18 01:38:10.567447 [ 196 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::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.18 01:38:10.567511 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:10.567612 [ 253 ] {a7ed76b1-0e8a-489a-b268-bcc26bc3af6d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.18 01:38:10.567657 [ 253 ] {a7ed76b1-0e8a-489a-b268-bcc26bc3af6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.18 01:38:10.567702 [ 196 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:10.567775 [ 196 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2026.03.18 01:38:10.567928 [ 196 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::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.18 01:38:10.568078 [ 196 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::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.18 01:38:10.568103 [ 253 ] {a7ed76b1-0e8a-489a-b268-bcc26bc3af6d} oximeter.measurements_i64 (c687bd01-06fe-4413-b937-00ae8512f096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:10.568164 [ 253 ] {a7ed76b1-0e8a-489a-b268-bcc26bc3af6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:10.568228 [ 196 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::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.18 01:38:10.568363 [ 196 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::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.18 01:38:10.568499 [ 196 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.03.18 01:38:10.568543 [ 253 ] {a7ed76b1-0e8a-489a-b268-bcc26bc3af6d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 01:38:10.568779 [ 253 ] {a7ed76b1-0e8a-489a-b268-bcc26bc3af6d} oximeter.measurements_i64 (c687bd01-06fe-4413-b937-00ae8512f096): 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.18 01:38:10.568846 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4286 rows, containing 5 columns (5 merged, 0 gathered) in 0.00359159 sec., 1193343.3381872652 rows/sec., 78.66 MiB/sec. 2026.03.18 01:38:10.568892 [ 197 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4504 rows, containing 5 columns (5 merged, 0 gathered) in 0.00844916 sec., 533070.7431271274 rows/sec., 43.04 MiB/sec. 2026.03.18 01:38:10.568928 [ 253 ] {a7ed76b1-0e8a-489a-b268-bcc26bc3af6d} executeQuery: Read 9 rows, 651.00 B in 0.001335 sec., 6741.573033707865 rows/sec., 476.21 KiB/sec. 2026.03.18 01:38:10.568972 [ 253 ] {a7ed76b1-0e8a-489a-b268-bcc26bc3af6d} TCPHandler: Processed in 0.001511626 sec. 2026.03.18 01:38:10.569095 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:10.569192 [ 253 ] {f205d354-a402-4348-9611-0ee6780f0497} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:38:10.569235 [ 253 ] {f205d354-a402-4348-9611-0ee6780f0497} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:38:10.569275 [ 193 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 01:38:10.569380 [ 191 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 01:38:10.569626 [ 253 ] {f205d354-a402-4348-9611-0ee6780f0497} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:10.569670 [ 193 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_11_2} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:38:10.569677 [ 253 ] {f205d354-a402-4348-9611-0ee6780f0497} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:10.569754 [ 193 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_11_2} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 01:38:10.569792 [ 191 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_11_2} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:38:10.569838 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. 2026.03.18 01:38:10.569887 [ 191 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_11_2} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 01:38:10.569988 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. 2026.03.18 01:38:10.570095 [ 253 ] {f205d354-a402-4348-9611-0ee6780f0497} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 01:38:10.570330 [ 253 ] {f205d354-a402-4348-9611-0ee6780f0497} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:38:10.570439 [ 39 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 01:38:10.570469 [ 253 ] {f205d354-a402-4348-9611-0ee6780f0497} executeQuery: Read 60 rows, 4.14 KiB in 0.001296 sec., 46296.29629629629 rows/sec., 3.12 MiB/sec. 2026.03.18 01:38:10.570474 [ 39 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:10.570501 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:10.570506 [ 253 ] {f205d354-a402-4348-9611-0ee6780f0497} TCPHandler: Processed in 0.001460624 sec. 2026.03.18 01:38:10.570517 [ 186 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 58 rows, containing 19 columns (19 merged, 0 gathered) in 0.003113791 sec., 18626.81213992847 rows/sec., 33.38 MiB/sec. 2026.03.18 01:38:10.570579 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:38:10.570670 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:10.570699 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 414 rows starting from the beginning of the part 2026.03.18 01:38:10.570778 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 78 rows starting from the beginning of the part 2026.03.18 01:38:10.570816 [ 193 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 01:38:10.570832 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:38:10.570886 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2026.03.18 01:38:10.570932 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 90 rows starting from the beginning of the part 2026.03.18 01:38:10.570976 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:38:10.571180 [ 193 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_6_1} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:38:10.571254 [ 193 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_6_1} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 01:38:10.571363 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.03.18 01:38:10.571961 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 714 rows, containing 4 columns (4 merged, 0 gathered) in 0.001413513 sec., 505124.46648881194 rows/sec., 32.51 MiB/sec. 2026.03.18 01:38:10.572157 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 01:38:10.572442 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_11_2} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:38:10.572524 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_11_2} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 01:38:10.572602 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.18 01:38:12.182865 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 506 entries to flush up to offset 4227 2026.03.18 01:38:12.183416 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:12.183469 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:12.184016 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 01:38:12.184276 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:38:12.184429 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4227 2026.03.18 01:38:12.422622 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.03.18 01:38:12.440088 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:12.440591 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:12.447625 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 01:38:12.448375 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:38:12.451679 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.03.18 01:38:13.000202 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 184.00 MiB, peak 192.63 MiB, free memory in arenas 0.00 B, will set to 185.84 MiB (RSS), difference: 1.84 MiB 2026.03.18 01:38:14.712062 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 358 2026.03.18 01:38:14.714883 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:14.714945 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:14.716207 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 01:38:14.716491 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:38:14.716671 [ 32 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 01:38:14.716732 [ 32 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:14.716752 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:14.716762 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 358 2026.03.18 01:38:14.716842 [ 193 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::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.18 01:38:14.717352 [ 193 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:14.717515 [ 193 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::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.18 01:38:14.717970 [ 193 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 98 rows starting from the beginning of the part 2026.03.18 01:38:14.718386 [ 193 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::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.18 01:38:14.718778 [ 193 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 44 rows starting from the beginning of the part 2026.03.18 01:38:14.719130 [ 193 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 46 rows starting from the beginning of the part 2026.03.18 01:38:14.719494 [ 193 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 52 rows starting from the beginning of the part 2026.03.18 01:38:14.726572 [ 191 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 358 rows, containing 72 columns (72 merged, 0 gathered) in 0.009767583 sec., 36651.85133312919 rows/sec., 36.55 MiB/sec. 2026.03.18 01:38:14.727539 [ 186 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 01:38:14.728252 [ 186 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_6_1} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:38:14.728323 [ 186 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_6_1} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 01:38:14.728472 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.72 MiB. 2026.03.18 01:38:15.000206 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 185.97 MiB, peak 192.63 MiB, free memory in arenas 0.00 B, will set to 187.31 MiB (RSS), difference: 1.34 MiB 2026.03.18 01:38:15.554738 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:15.554919 [ 253 ] {e8a14894-4c89-482b-8172-610e52094264} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:38:15.554986 [ 253 ] {e8a14894-4c89-482b-8172-610e52094264} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:38:15.555832 [ 253 ] {e8a14894-4c89-482b-8172-610e52094264} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:15.555889 [ 253 ] {e8a14894-4c89-482b-8172-610e52094264} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:15.556296 [ 253 ] {e8a14894-4c89-482b-8172-610e52094264} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 01:38:15.556543 [ 253 ] {e8a14894-4c89-482b-8172-610e52094264} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:38:15.556703 [ 253 ] {e8a14894-4c89-482b-8172-610e52094264} executeQuery: Read 284 rows, 18.47 KiB in 0.001833 sec., 154937.26132024004 rows/sec., 9.84 MiB/sec. 2026.03.18 01:38:15.556745 [ 253 ] {e8a14894-4c89-482b-8172-610e52094264} TCPHandler: Processed in 0.002159226 sec. 2026.03.18 01:38:15.556884 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:15.556988 [ 253 ] {32355984-e6b1-451a-bc77-421290294f8c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:38:15.557031 [ 253 ] {32355984-e6b1-451a-bc77-421290294f8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:38:15.558010 [ 253 ] {32355984-e6b1-451a-bc77-421290294f8c} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:15.558054 [ 253 ] {32355984-e6b1-451a-bc77-421290294f8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:15.558553 [ 253 ] {32355984-e6b1-451a-bc77-421290294f8c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 01:38:15.558872 [ 253 ] {32355984-e6b1-451a-bc77-421290294f8c} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:38:15.559046 [ 253 ] {32355984-e6b1-451a-bc77-421290294f8c} executeQuery: Read 817 rows, 65.50 KiB in 0.002076 sec., 393545.2793834296 rows/sec., 30.81 MiB/sec. 2026.03.18 01:38:15.559101 [ 253 ] {32355984-e6b1-451a-bc77-421290294f8c} TCPHandler: Processed in 0.002273547 sec. 2026.03.18 01:38:15.559243 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:15.559364 [ 253 ] {d1f42235-9d5a-4fd5-9bfb-1872ba884c95} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:38:15.559418 [ 253 ] {d1f42235-9d5a-4fd5-9bfb-1872ba884c95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:38:15.560009 [ 253 ] {d1f42235-9d5a-4fd5-9bfb-1872ba884c95} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:15.560055 [ 253 ] {d1f42235-9d5a-4fd5-9bfb-1872ba884c95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:15.560493 [ 253 ] {d1f42235-9d5a-4fd5-9bfb-1872ba884c95} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 01:38:15.560813 [ 253 ] {d1f42235-9d5a-4fd5-9bfb-1872ba884c95} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:38:15.560972 [ 253 ] {d1f42235-9d5a-4fd5-9bfb-1872ba884c95} executeQuery: Read 152 rows, 9.29 KiB in 0.001632 sec., 93137.25490196078 rows/sec., 5.56 MiB/sec. 2026.03.18 01:38:15.561014 [ 253 ] {d1f42235-9d5a-4fd5-9bfb-1872ba884c95} TCPHandler: Processed in 0.00183286 sec. 2026.03.18 01:38:15.561136 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:15.561232 [ 253 ] {a22906fc-4b26-4a5a-b8b5-a0cd94774351} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:38:15.561273 [ 253 ] {a22906fc-4b26-4a5a-b8b5-a0cd94774351} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:38:15.561725 [ 253 ] {a22906fc-4b26-4a5a-b8b5-a0cd94774351} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:15.561762 [ 253 ] {a22906fc-4b26-4a5a-b8b5-a0cd94774351} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:15.562095 [ 253 ] {a22906fc-4b26-4a5a-b8b5-a0cd94774351} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 01:38:15.562311 [ 253 ] {a22906fc-4b26-4a5a-b8b5-a0cd94774351} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:38:15.562408 [ 27 ] {} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 01:38:15.562438 [ 253 ] {a22906fc-4b26-4a5a-b8b5-a0cd94774351} executeQuery: Read 149 rows, 9.86 KiB in 0.001225 sec., 121632.6530612245 rows/sec., 7.86 MiB/sec. 2026.03.18 01:38:15.562445 [ 27 ] {} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:15.562471 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:15.562478 [ 253 ] {a22906fc-4b26-4a5a-b8b5-a0cd94774351} TCPHandler: Processed in 0.001392454 sec. 2026.03.18 01:38:15.562580 [ 191 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::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.18 01:38:15.562595 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:15.562712 [ 253 ] {ae114b41-0bfc-4d68-8ba3-b052c2121bf7} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:38:15.562715 [ 191 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:15.562755 [ 253 ] {ae114b41-0bfc-4d68-8ba3-b052c2121bf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:38:15.562762 [ 191 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 149 rows starting from the beginning of the part 2026.03.18 01:38:15.562841 [ 191 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::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.18 01:38:15.562891 [ 191 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 149 rows starting from the beginning of the part 2026.03.18 01:38:15.562937 [ 191 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 857 rows starting from the beginning of the part 2026.03.18 01:38:15.562978 [ 191 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 149 rows starting from the beginning of the part 2026.03.18 01:38:15.563017 [ 191 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 149 rows starting from the beginning of the part 2026.03.18 01:38:15.563237 [ 253 ] {ae114b41-0bfc-4d68-8ba3-b052c2121bf7} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:15.563280 [ 253 ] {ae114b41-0bfc-4d68-8ba3-b052c2121bf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:15.563668 [ 253 ] {ae114b41-0bfc-4d68-8ba3-b052c2121bf7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 01:38:15.563922 [ 253 ] {ae114b41-0bfc-4d68-8ba3-b052c2121bf7} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:38:15.564058 [ 253 ] {ae114b41-0bfc-4d68-8ba3-b052c2121bf7} executeQuery: Read 148 rows, 8.62 KiB in 0.001365 sec., 108424.90842490843 rows/sec., 6.17 MiB/sec. 2026.03.18 01:38:15.564095 [ 253 ] {ae114b41-0bfc-4d68-8ba3-b052c2121bf7} TCPHandler: Processed in 0.001550455 sec. 2026.03.18 01:38:15.564204 [ 208 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1602 rows, containing 5 columns (5 merged, 0 gathered) in 0.001673388 sec., 957339.2423036379 rows/sec., 62.85 MiB/sec. 2026.03.18 01:38:15.564212 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:15.564359 [ 253 ] {3c715070-6624-4307-ad43-3b31eb20232d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:38:15.564401 [ 253 ] {3c715070-6624-4307-ad43-3b31eb20232d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:38:15.564418 [ 191 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 01:38:15.564697 [ 191 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_6_1} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:38:15.564767 [ 191 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_6_1} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 01:38:15.564844 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.03.18 01:38:15.565025 [ 253 ] {3c715070-6624-4307-ad43-3b31eb20232d} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:15.565066 [ 253 ] {3c715070-6624-4307-ad43-3b31eb20232d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:15.565429 [ 253 ] {3c715070-6624-4307-ad43-3b31eb20232d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 01:38:15.565659 [ 253 ] {3c715070-6624-4307-ad43-3b31eb20232d} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:38:15.565800 [ 253 ] {3c715070-6624-4307-ad43-3b31eb20232d} executeQuery: Read 500 rows, 35.98 KiB in 0.001459 sec., 342700.4797806717 rows/sec., 24.08 MiB/sec. 2026.03.18 01:38:15.565840 [ 253 ] {3c715070-6624-4307-ad43-3b31eb20232d} TCPHandler: Processed in 0.001678547 sec. 2026.03.18 01:38:15.565966 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:15.566068 [ 253 ] {89c7d32a-3c9a-453b-88dc-7f598f993984} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:38:15.566120 [ 253 ] {89c7d32a-3c9a-453b-88dc-7f598f993984} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:38:15.566538 [ 253 ] {89c7d32a-3c9a-453b-88dc-7f598f993984} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:15.566578 [ 253 ] {89c7d32a-3c9a-453b-88dc-7f598f993984} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:15.566949 [ 253 ] {89c7d32a-3c9a-453b-88dc-7f598f993984} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 01:38:15.567246 [ 253 ] {89c7d32a-3c9a-453b-88dc-7f598f993984} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:38:15.567370 [ 27 ] {} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 01:38:15.567410 [ 253 ] {89c7d32a-3c9a-453b-88dc-7f598f993984} executeQuery: Read 6 rows, 321.00 B in 0.001363 sec., 4402.054292002935 rows/sec., 229.99 KiB/sec. 2026.03.18 01:38:15.567412 [ 27 ] {} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:15.567448 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:15.567454 [ 253 ] {89c7d32a-3c9a-453b-88dc-7f598f993984} TCPHandler: Processed in 0.001544625 sec. 2026.03.18 01:38:15.567589 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::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.18 01:38:15.567767 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:15.567774 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:15.567840 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.03.18 01:38:15.567877 [ 253 ] {9f4647b0-1a48-4360-9953-38658735efee} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:15.567954 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.03.18 01:38:15.567995 [ 253 ] {9f4647b0-1a48-4360-9953-38658735efee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:38:15.568026 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.03.18 01:38:15.568083 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.03.18 01:38:15.568135 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.03.18 01:38:15.568194 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.03.18 01:38:15.568525 [ 253 ] {9f4647b0-1a48-4360-9953-38658735efee} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:15.568569 [ 253 ] {9f4647b0-1a48-4360-9953-38658735efee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:15.568963 [ 253 ] {9f4647b0-1a48-4360-9953-38658735efee} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 01:38:15.569051 [ 202 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001527246 sec., 23571.84107864745 rows/sec., 1.20 MiB/sec. 2026.03.18 01:38:15.569183 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 01:38:15.569224 [ 253 ] {9f4647b0-1a48-4360-9953-38658735efee} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:38:15.569372 [ 253 ] {9f4647b0-1a48-4360-9953-38658735efee} executeQuery: Read 265 rows, 18.03 KiB in 0.001516 sec., 174802.11081794195 rows/sec., 11.62 MiB/sec. 2026.03.18 01:38:15.569413 [ 253 ] {9f4647b0-1a48-4360-9953-38658735efee} TCPHandler: Processed in 0.001695749 sec. 2026.03.18 01:38:15.569478 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_6_1} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:38:15.569535 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:15.569553 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_6_1} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 01:38:15.569629 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.18 01:38:15.569639 [ 253 ] {f6303723-ae94-4b3c-a584-7bc51d17ef39} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:38:15.569687 [ 253 ] {f6303723-ae94-4b3c-a584-7bc51d17ef39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:38:15.570042 [ 253 ] {f6303723-ae94-4b3c-a584-7bc51d17ef39} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:15.570080 [ 253 ] {f6303723-ae94-4b3c-a584-7bc51d17ef39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:15.570399 [ 253 ] {f6303723-ae94-4b3c-a584-7bc51d17ef39} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 01:38:15.570626 [ 253 ] {f6303723-ae94-4b3c-a584-7bc51d17ef39} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:38:15.570753 [ 253 ] {f6303723-ae94-4b3c-a584-7bc51d17ef39} executeQuery: Read 1 rows, 69.00 B in 0.001133 sec., 882.6125330979701 rows/sec., 59.47 KiB/sec. 2026.03.18 01:38:15.570790 [ 253 ] {f6303723-ae94-4b3c-a584-7bc51d17ef39} TCPHandler: Processed in 0.001305832 sec. 2026.03.18 01:38:15.570893 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:15.570988 [ 253 ] {ddc15ffa-7725-4a54-ab02-6ff3789b4fcf} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:15.571042 [ 253 ] {ddc15ffa-7725-4a54-ab02-6ff3789b4fcf} 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.18 01:38:15.571807 [ 253 ] {ddc15ffa-7725-4a54-ab02-6ff3789b4fcf} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:15.571842 [ 253 ] {ddc15ffa-7725-4a54-ab02-6ff3789b4fcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:15.572360 [ 253 ] {ddc15ffa-7725-4a54-ab02-6ff3789b4fcf} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 01:38:15.572581 [ 253 ] {ddc15ffa-7725-4a54-ab02-6ff3789b4fcf} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:38:15.572720 [ 253 ] {ddc15ffa-7725-4a54-ab02-6ff3789b4fcf} executeQuery: Read 10 rows, 18.35 KiB in 0.001751 sec., 5711.022272986865 rows/sec., 10.23 MiB/sec. 2026.03.18 01:38:15.572771 [ 253 ] {ddc15ffa-7725-4a54-ab02-6ff3789b4fcf} TCPHandler: Processed in 0.001926981 sec. 2026.03.18 01:38:15.572881 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:15.572976 [ 253 ] {d5b84f72-c884-4a31-afb6-81c85a31d7b1} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:38:15.573017 [ 253 ] {d5b84f72-c884-4a31-afb6-81c85a31d7b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:38:15.573359 [ 253 ] {d5b84f72-c884-4a31-afb6-81c85a31d7b1} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:15.573396 [ 253 ] {d5b84f72-c884-4a31-afb6-81c85a31d7b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:15.573700 [ 253 ] {d5b84f72-c884-4a31-afb6-81c85a31d7b1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 01:38:15.573922 [ 253 ] {d5b84f72-c884-4a31-afb6-81c85a31d7b1} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:38:15.574047 [ 253 ] {d5b84f72-c884-4a31-afb6-81c85a31d7b1} executeQuery: Read 90 rows, 5.77 KiB in 0.00109 sec., 82568.80733944954 rows/sec., 5.17 MiB/sec. 2026.03.18 01:38:15.574082 [ 253 ] {d5b84f72-c884-4a31-afb6-81c85a31d7b1} TCPHandler: Processed in 0.001250321 sec. 2026.03.18 01:38:19.367113 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52642 2026.03.18 01:38:19.367226 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:19.367253 [ 3 ] {} TCP-Session: 10e4dab4-ad1e-48b1-a431-d6103f58dbb4 Authenticating user 'default' from [fd00:1122:3344:101::e]:52642 2026.03.18 01:38:19.367275 [ 3 ] {} TCP-Session: 10e4dab4-ad1e-48b1-a431-d6103f58dbb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.367289 [ 3 ] {} TCP-Session: 10e4dab4-ad1e-48b1-a431-d6103f58dbb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.367524 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64872 2026.03.18 01:38:19.367561 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36330 2026.03.18 01:38:19.367583 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37117 2026.03.18 01:38:19.367612 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46370 2026.03.18 01:38:19.367642 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:19.367609 [ 3 ] {} TCP-Session: 10e4dab4-ad1e-48b1-a431-d6103f58dbb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:19.367682 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:19.367685 [ 292 ] {} TCP-Session: 681af996-8013-40b3-994e-753ff2de02eb Authenticating user 'default' from [fd00:1122:3344:101::e]:64872 2026.03.18 01:38:19.367716 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:19.367717 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:19.367741 [ 292 ] {} TCP-Session: 681af996-8013-40b3-994e-753ff2de02eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.367753 [ 296 ] {} TCP-Session: 85527656-f4a5-47b3-a7c4-865d05336ebe Authenticating user 'default' from [fd00:1122:3344:101::e]:37117 2026.03.18 01:38:19.367774 [ 292 ] {} TCP-Session: 681af996-8013-40b3-994e-753ff2de02eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.367764 [ 299 ] {} TCP-Session: ab79e95a-89ba-4997-a47e-83af2722b218 Authenticating user 'default' from [fd00:1122:3344:101::e]:46370 2026.03.18 01:38:19.367796 [ 296 ] {} TCP-Session: 85527656-f4a5-47b3-a7c4-865d05336ebe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.367822 [ 299 ] {} TCP-Session: ab79e95a-89ba-4997-a47e-83af2722b218 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.367830 [ 296 ] {} TCP-Session: 85527656-f4a5-47b3-a7c4-865d05336ebe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.367837 [ 299 ] {} TCP-Session: ab79e95a-89ba-4997-a47e-83af2722b218 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.367845 [ 3 ] {1fce322c-27c2-4706-8f83-d8bbabfb0bb2} executeQuery: (from [fd00:1122:3344:101::e]:52642) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:38:19.367719 [ 294 ] {} TCP-Session: c992f86b-3c19-4608-be79-c2eb4a2dd9a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:36330 2026.03.18 01:38:19.367598 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63628 2026.03.18 01:38:19.367906 [ 294 ] {} TCP-Session: c992f86b-3c19-4608-be79-c2eb4a2dd9a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.367593 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41557 2026.03.18 01:38:19.367950 [ 294 ] {} TCP-Session: c992f86b-3c19-4608-be79-c2eb4a2dd9a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.367561 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60627 2026.03.18 01:38:19.367604 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40553 2026.03.18 01:38:19.368123 [ 3 ] {1fce322c-27c2-4706-8f83-d8bbabfb0bb2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:38:19.368176 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:19.368186 [ 3 ] {1fce322c-27c2-4706-8f83-d8bbabfb0bb2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:38:19.368218 [ 295 ] {} TCP-Session: 2208e53a-f58c-498b-a0d6-f047623f08c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:63628 2026.03.18 01:38:19.368248 [ 295 ] {} TCP-Session: 2208e53a-f58c-498b-a0d6-f047623f08c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.368261 [ 295 ] {} TCP-Session: 2208e53a-f58c-498b-a0d6-f047623f08c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.368309 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:19.368310 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:19.368358 [ 298 ] {} TCP-Session: d6d3cb99-4e62-4762-ae9c-c1684bbdcfa5 Authenticating user 'default' from [fd00:1122:3344:101::e]:40553 2026.03.18 01:38:19.368367 [ 293 ] {} TCP-Session: 2c13d4c2-43bf-4bc3-8602-4acb5c00a236 Authenticating user 'default' from [fd00:1122:3344:101::e]:60627 2026.03.18 01:38:19.368382 [ 298 ] {} TCP-Session: d6d3cb99-4e62-4762-ae9c-c1684bbdcfa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.368397 [ 293 ] {} TCP-Session: 2c13d4c2-43bf-4bc3-8602-4acb5c00a236 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.368405 [ 298 ] {} TCP-Session: d6d3cb99-4e62-4762-ae9c-c1684bbdcfa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.368403 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:19.368419 [ 293 ] {} TCP-Session: 2c13d4c2-43bf-4bc3-8602-4acb5c00a236 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.368456 [ 297 ] {} TCP-Session: f306c7f4-8c76-49e7-b622-326f944a0a72 Authenticating user 'default' from [fd00:1122:3344:101::e]:41557 2026.03.18 01:38:19.368479 [ 297 ] {} TCP-Session: f306c7f4-8c76-49e7-b622-326f944a0a72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.368491 [ 297 ] {} TCP-Session: f306c7f4-8c76-49e7-b622-326f944a0a72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.368497 [ 3 ] {1fce322c-27c2-4706-8f83-d8bbabfb0bb2} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:38:19.368589 [ 3 ] {1fce322c-27c2-4706-8f83-d8bbabfb0bb2} Aggregator: Compile expression max()(UInt64) 0 2026.03.18 01:38:19.584312 [ 7 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:38:19.584365 [ 7 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:38:19.684622 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4675 2026.03.18 01:38:19.685143 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:19.685197 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:19.692679 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 01:38:19.692957 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:38:19.693115 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4675 2026.03.18 01:38:19.932244 [ 319 ] {1fce322c-27c2-4706-8f83-d8bbabfb0bb2} AggregatingTransform: Aggregating 2026.03.18 01:38:19.932306 [ 319 ] {1fce322c-27c2-4706-8f83-d8bbabfb0bb2} Aggregator: Aggregation method: without_key 2026.03.18 01:38:19.932344 [ 319 ] {1fce322c-27c2-4706-8f83-d8bbabfb0bb2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001010567 sec. (989.543 rows/sec., 38.65 KiB/sec.) 2026.03.18 01:38:19.932363 [ 319 ] {1fce322c-27c2-4706-8f83-d8bbabfb0bb2} Aggregator: Merging aggregated data 2026.03.18 01:38:19.933822 [ 3 ] {1fce322c-27c2-4706-8f83-d8bbabfb0bb2} executeQuery: Read 1 rows, 40.00 B in 0.566022 sec., 1.7667157813653886 rows/sec., 70.67 B/sec. 2026.03.18 01:38:19.934035 [ 3 ] {1fce322c-27c2-4706-8f83-d8bbabfb0bb2} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.03.18 01:38:19.934057 [ 3 ] {1fce322c-27c2-4706-8f83-d8bbabfb0bb2} TCPHandler: Processed in 0.566562356 sec. 2026.03.18 01:38:19.934188 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:19.934224 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:19.934245 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:19.934277 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:19.934296 [ 295 ] {} TCP-Session: 2208e53a-f58c-498b-a0d6-f047623f08c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.934298 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:19.934315 [ 296 ] {} TCP-Session: 85527656-f4a5-47b3-a7c4-865d05336ebe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.934341 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:19.934365 [ 298 ] {} TCP-Session: d6d3cb99-4e62-4762-ae9c-c1684bbdcfa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.934327 [ 293 ] {} TCP-Session: 2c13d4c2-43bf-4bc3-8602-4acb5c00a236 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.934319 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:19.934427 [ 297 ] {} TCP-Session: f306c7f4-8c76-49e7-b622-326f944a0a72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.934461 [ 294 ] {} TCP-Session: c992f86b-3c19-4608-be79-c2eb4a2dd9a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.934266 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:19.934241 [ 299 ] {} TCP-Session: ab79e95a-89ba-4997-a47e-83af2722b218 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.934353 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:19.934536 [ 292 ] {} TCP-Session: 681af996-8013-40b3-994e-753ff2de02eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.934565 [ 3 ] {} TCP-Session: 10e4dab4-ad1e-48b1-a431-d6103f58dbb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:19.951846 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.03.18 01:38:19.971282 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:19.971347 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB. 2026.03.18 01:38:19.978993 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 01:38:19.979895 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:38:19.984785 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.03.18 01:38:20.000194 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 189.29 MiB, peak 198.91 MiB, free memory in arenas 0.00 B, will set to 210.06 MiB (RSS), difference: 20.77 MiB 2026.03.18 01:38:20.548402 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:20.548645 [ 253 ] {3740ab5d-ceb9-47a6-9719-d312e4df2b28} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:38:20.548728 [ 253 ] {3740ab5d-ceb9-47a6-9719-d312e4df2b28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:38:20.549581 [ 253 ] {3740ab5d-ceb9-47a6-9719-d312e4df2b28} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:20.549635 [ 253 ] {3740ab5d-ceb9-47a6-9719-d312e4df2b28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:20.550134 [ 253 ] {3740ab5d-ceb9-47a6-9719-d312e4df2b28} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 01:38:20.550444 [ 253 ] {3740ab5d-ceb9-47a6-9719-d312e4df2b28} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:38:20.550637 [ 253 ] {3740ab5d-ceb9-47a6-9719-d312e4df2b28} executeQuery: Read 98 rows, 8.37 KiB in 0.002057 sec., 47642.1973748177 rows/sec., 3.97 MiB/sec. 2026.03.18 01:38:20.550693 [ 253 ] {3740ab5d-ceb9-47a6-9719-d312e4df2b28} TCPHandler: Processed in 0.002478881 sec. 2026.03.18 01:38:20.550848 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:20.550962 [ 253 ] {c1103fd4-778e-452b-b361-84bf8ba3eb9f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:38:20.551017 [ 253 ] {c1103fd4-778e-452b-b361-84bf8ba3eb9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:38:20.551530 [ 253 ] {c1103fd4-778e-452b-b361-84bf8ba3eb9f} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:20.551573 [ 253 ] {c1103fd4-778e-452b-b361-84bf8ba3eb9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:20.551977 [ 253 ] {c1103fd4-778e-452b-b361-84bf8ba3eb9f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 01:38:20.552279 [ 253 ] {c1103fd4-778e-452b-b361-84bf8ba3eb9f} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:38:20.552444 [ 253 ] {c1103fd4-778e-452b-b361-84bf8ba3eb9f} executeQuery: Read 21 rows, 1.58 KiB in 0.001504 sec., 13962.765957446809 rows/sec., 1.03 MiB/sec. 2026.03.18 01:38:20.552491 [ 253 ] {c1103fd4-778e-452b-b361-84bf8ba3eb9f} TCPHandler: Processed in 0.001705608 sec. 2026.03.18 01:38:20.552620 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:20.552733 [ 253 ] {cf877062-0ae3-4c34-9b6e-c448469b90b2} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:38:20.552782 [ 253 ] {cf877062-0ae3-4c34-9b6e-c448469b90b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:38:20.553353 [ 253 ] {cf877062-0ae3-4c34-9b6e-c448469b90b2} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:20.553395 [ 253 ] {cf877062-0ae3-4c34-9b6e-c448469b90b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:20.553811 [ 253 ] {cf877062-0ae3-4c34-9b6e-c448469b90b2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 01:38:20.554120 [ 253 ] {cf877062-0ae3-4c34-9b6e-c448469b90b2} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:38:20.554256 [ 253 ] {cf877062-0ae3-4c34-9b6e-c448469b90b2} executeQuery: Read 93 rows, 7.46 KiB in 0.001549 sec., 60038.73466752744 rows/sec., 4.70 MiB/sec. 2026.03.18 01:38:20.554295 [ 253 ] {cf877062-0ae3-4c34-9b6e-c448469b90b2} TCPHandler: Processed in 0.001733048 sec. 2026.03.18 01:38:20.554417 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:20.554512 [ 253 ] {a917eac5-1ff9-4d8b-9868-66f2cc9f6a71} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:20.554557 [ 253 ] {a917eac5-1ff9-4d8b-9868-66f2cc9f6a71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:38:20.554983 [ 253 ] {a917eac5-1ff9-4d8b-9868-66f2cc9f6a71} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:20.555021 [ 253 ] {a917eac5-1ff9-4d8b-9868-66f2cc9f6a71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:20.555362 [ 253 ] {a917eac5-1ff9-4d8b-9868-66f2cc9f6a71} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 01:38:20.555600 [ 253 ] {a917eac5-1ff9-4d8b-9868-66f2cc9f6a71} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:38:20.555734 [ 253 ] {a917eac5-1ff9-4d8b-9868-66f2cc9f6a71} executeQuery: Read 160 rows, 11.41 KiB in 0.001241 sec., 128928.28364222402 rows/sec., 8.98 MiB/sec. 2026.03.18 01:38:20.555771 [ 253 ] {a917eac5-1ff9-4d8b-9868-66f2cc9f6a71} TCPHandler: Processed in 0.001404464 sec. 2026.03.18 01:38:20.555887 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:20.555983 [ 253 ] {bd8dba8b-0e35-4929-a967-9c859fc5cc0e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:20.556038 [ 253 ] {bd8dba8b-0e35-4929-a967-9c859fc5cc0e} 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.18 01:38:20.556813 [ 253 ] {bd8dba8b-0e35-4929-a967-9c859fc5cc0e} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:20.556850 [ 253 ] {bd8dba8b-0e35-4929-a967-9c859fc5cc0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:20.557373 [ 253 ] {bd8dba8b-0e35-4929-a967-9c859fc5cc0e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 01:38:20.557623 [ 253 ] {bd8dba8b-0e35-4929-a967-9c859fc5cc0e} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:38:20.557762 [ 253 ] {bd8dba8b-0e35-4929-a967-9c859fc5cc0e} executeQuery: Read 21 rows, 38.53 KiB in 0.001797 sec., 11686.143572621035 rows/sec., 20.94 MiB/sec. 2026.03.18 01:38:20.557814 [ 253 ] {bd8dba8b-0e35-4929-a967-9c859fc5cc0e} TCPHandler: Processed in 0.001975343 sec. 2026.03.18 01:38:20.557935 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:20.558032 [ 253 ] {0bcd26ff-2fa9-4cb8-9298-e905845219fa} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.18 01:38:20.558073 [ 253 ] {0bcd26ff-2fa9-4cb8-9298-e905845219fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.18 01:38:20.558397 [ 253 ] {0bcd26ff-2fa9-4cb8-9298-e905845219fa} oximeter.measurements_i64 (c687bd01-06fe-4413-b937-00ae8512f096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:20.558436 [ 253 ] {0bcd26ff-2fa9-4cb8-9298-e905845219fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:20.558773 [ 253 ] {0bcd26ff-2fa9-4cb8-9298-e905845219fa} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 01:38:20.558991 [ 253 ] {0bcd26ff-2fa9-4cb8-9298-e905845219fa} oximeter.measurements_i64 (c687bd01-06fe-4413-b937-00ae8512f096): 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.18 01:38:20.559117 [ 253 ] {0bcd26ff-2fa9-4cb8-9298-e905845219fa} executeQuery: Read 12 rows, 926.00 B in 0.001104 sec., 10869.565217391304 rows/sec., 819.11 KiB/sec. 2026.03.18 01:38:20.559152 [ 253 ] {0bcd26ff-2fa9-4cb8-9298-e905845219fa} TCPHandler: Processed in 0.001266871 sec. 2026.03.18 01:38:20.559269 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:20.559363 [ 253 ] {6c4e2a1f-276d-49ec-a308-2a73405ef802} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:38:20.559404 [ 253 ] {6c4e2a1f-276d-49ec-a308-2a73405ef802} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:38:20.559742 [ 253 ] {6c4e2a1f-276d-49ec-a308-2a73405ef802} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:20.559785 [ 253 ] {6c4e2a1f-276d-49ec-a308-2a73405ef802} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:20.560085 [ 253 ] {6c4e2a1f-276d-49ec-a308-2a73405ef802} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 01:38:20.560315 [ 253 ] {6c4e2a1f-276d-49ec-a308-2a73405ef802} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:38:20.560447 [ 253 ] {6c4e2a1f-276d-49ec-a308-2a73405ef802} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2026.03.18 01:38:20.560494 [ 253 ] {6c4e2a1f-276d-49ec-a308-2a73405ef802} TCPHandler: Processed in 0.001273411 sec. 2026.03.18 01:38:21.629467 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43763 2026.03.18 01:38:21.629574 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:21.629599 [ 294 ] {} TCP-Session: 557a53fc-5678-439a-8a7e-2d8cf5d24a5d Authenticating user 'default' from [fd00:1122:3344:101::e]:43763 2026.03.18 01:38:21.629621 [ 294 ] {} TCP-Session: 557a53fc-5678-439a-8a7e-2d8cf5d24a5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.629635 [ 294 ] {} TCP-Session: 557a53fc-5678-439a-8a7e-2d8cf5d24a5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.629879 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64787 2026.03.18 01:38:21.629892 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47591 2026.03.18 01:38:21.629940 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38641 2026.03.18 01:38:21.629957 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43534 2026.03.18 01:38:21.629981 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52685 2026.03.18 01:38:21.630004 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:21.630026 [ 294 ] {} TCP-Session: 557a53fc-5678-439a-8a7e-2d8cf5d24a5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:21.630043 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:21.630052 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:21.630062 [ 295 ] {} TCP-Session: 51e3722b-d1ca-4d69-9c5a-7c4c418a0139 Authenticating user 'default' from [fd00:1122:3344:101::e]:64787 2026.03.18 01:38:21.630086 [ 298 ] {} TCP-Session: f7044b99-1a8d-4902-aadc-132ee8a93144 Authenticating user 'default' from [fd00:1122:3344:101::e]:38641 2026.03.18 01:38:21.630097 [ 3 ] {} TCP-Session: 7d18088a-6c07-43c8-bd8e-64ace1878157 Authenticating user 'default' from [fd00:1122:3344:101::e]:43534 2026.03.18 01:38:21.630109 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:21.630130 [ 3 ] {} TCP-Session: 7d18088a-6c07-43c8-bd8e-64ace1878157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.630124 [ 298 ] {} TCP-Session: f7044b99-1a8d-4902-aadc-132ee8a93144 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.630158 [ 3 ] {} TCP-Session: 7d18088a-6c07-43c8-bd8e-64ace1878157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.630155 [ 293 ] {} TCP-Session: 0d5fcff0-45fd-4347-bb02-3384fd60cb53 Authenticating user 'default' from [fd00:1122:3344:101::e]:52685 2026.03.18 01:38:21.630171 [ 298 ] {} TCP-Session: f7044b99-1a8d-4902-aadc-132ee8a93144 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.630204 [ 293 ] {} TCP-Session: 0d5fcff0-45fd-4347-bb02-3384fd60cb53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.630118 [ 295 ] {} TCP-Session: 51e3722b-d1ca-4d69-9c5a-7c4c418a0139 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.630218 [ 294 ] {088649b2-ab79-49f6-8658-cc933f68545d} executeQuery: (from [fd00:1122:3344:101::e]:43763) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:38:21.630259 [ 295 ] {} TCP-Session: 51e3722b-d1ca-4d69-9c5a-7c4c418a0139 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.630234 [ 293 ] {} TCP-Session: 0d5fcff0-45fd-4347-bb02-3384fd60cb53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.629962 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54544 2026.03.18 01:38:21.629925 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47621 2026.03.18 01:38:21.629888 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36815 2026.03.18 01:38:21.630048 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:21.630389 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:21.630415 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:21.630424 [ 292 ] {} TCP-Session: 6e7bee15-1509-4281-a952-3b0d12220783 Authenticating user 'default' from [fd00:1122:3344:101::e]:54544 2026.03.18 01:38:21.630423 [ 297 ] {} TCP-Session: 638c5c18-83af-4ecd-a467-79e21d4897d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:47591 2026.03.18 01:38:21.630446 [ 299 ] {} TCP-Session: dc5d7b89-a51c-477f-89e9-bf9225517775 Authenticating user 'default' from [fd00:1122:3344:101::e]:47621 2026.03.18 01:38:21.630463 [ 297 ] {} TCP-Session: 638c5c18-83af-4ecd-a467-79e21d4897d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.630460 [ 292 ] {} TCP-Session: 6e7bee15-1509-4281-a952-3b0d12220783 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.630477 [ 299 ] {} TCP-Session: dc5d7b89-a51c-477f-89e9-bf9225517775 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.630485 [ 297 ] {} TCP-Session: 638c5c18-83af-4ecd-a467-79e21d4897d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.630493 [ 292 ] {} TCP-Session: 6e7bee15-1509-4281-a952-3b0d12220783 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.630508 [ 299 ] {} TCP-Session: dc5d7b89-a51c-477f-89e9-bf9225517775 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.630431 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:38:21.630566 [ 296 ] {} TCP-Session: ad53a1bb-3fef-4ab5-ad3a-5828ec07bf12 Authenticating user 'default' from [fd00:1122:3344:101::e]:36815 2026.03.18 01:38:21.630583 [ 296 ] {} TCP-Session: ad53a1bb-3fef-4ab5-ad3a-5828ec07bf12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.630595 [ 296 ] {} TCP-Session: ad53a1bb-3fef-4ab5-ad3a-5828ec07bf12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.630603 [ 294 ] {088649b2-ab79-49f6-8658-cc933f68545d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:38:21.630663 [ 294 ] {088649b2-ab79-49f6-8658-cc933f68545d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:38:21.630967 [ 294 ] {088649b2-ab79-49f6-8658-cc933f68545d} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:38:21.631908 [ 335 ] {088649b2-ab79-49f6-8658-cc933f68545d} AggregatingTransform: Aggregating 2026.03.18 01:38:21.631961 [ 335 ] {088649b2-ab79-49f6-8658-cc933f68545d} Aggregator: Aggregation method: without_key 2026.03.18 01:38:21.632000 [ 335 ] {088649b2-ab79-49f6-8658-cc933f68545d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000930376 sec. (1074.834 rows/sec., 41.99 KiB/sec.) 2026.03.18 01:38:21.632019 [ 335 ] {088649b2-ab79-49f6-8658-cc933f68545d} Aggregator: Merging aggregated data 2026.03.18 01:38:21.633160 [ 294 ] {088649b2-ab79-49f6-8658-cc933f68545d} executeQuery: Read 1 rows, 40.00 B in 0.002999 sec., 333.4444814938313 rows/sec., 13.03 KiB/sec. 2026.03.18 01:38:21.633294 [ 294 ] {088649b2-ab79-49f6-8658-cc933f68545d} TCPHandler: Processed in 0.003431487 sec. 2026.03.18 01:38:21.633413 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:21.633442 [ 294 ] {} TCP-Session: 557a53fc-5678-439a-8a7e-2d8cf5d24a5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.633445 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:21.633464 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:21.633489 [ 293 ] {} TCP-Session: 0d5fcff0-45fd-4347-bb02-3384fd60cb53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.633490 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:21.633506 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:21.633523 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:21.633543 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:21.633560 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:21.633576 [ 295 ] {} TCP-Session: 51e3722b-d1ca-4d69-9c5a-7c4c418a0139 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.633603 [ 3 ] {} TCP-Session: 7d18088a-6c07-43c8-bd8e-64ace1878157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.633627 [ 297 ] {} TCP-Session: 638c5c18-83af-4ecd-a467-79e21d4897d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.633581 [ 299 ] {} TCP-Session: dc5d7b89-a51c-477f-89e9-bf9225517775 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.633575 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:38:21.633535 [ 298 ] {} TCP-Session: f7044b99-1a8d-4902-aadc-132ee8a93144 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.633498 [ 296 ] {} TCP-Session: ad53a1bb-3fef-4ab5-ad3a-5828ec07bf12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:21.633752 [ 292 ] {} TCP-Session: 6e7bee15-1509-4281-a952-3b0d12220783 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:38:24.557156 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:24.557343 [ 253 ] {e692840c-daf7-41eb-bd3b-ffef5c4ec646} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:38:24.557409 [ 253 ] {e692840c-daf7-41eb-bd3b-ffef5c4ec646} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:38:24.558223 [ 253 ] {e692840c-daf7-41eb-bd3b-ffef5c4ec646} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:24.558280 [ 253 ] {e692840c-daf7-41eb-bd3b-ffef5c4ec646} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:24.558704 [ 253 ] {e692840c-daf7-41eb-bd3b-ffef5c4ec646} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 01:38:24.558943 [ 253 ] {e692840c-daf7-41eb-bd3b-ffef5c4ec646} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:38:24.559118 [ 253 ] {e692840c-daf7-41eb-bd3b-ffef5c4ec646} executeQuery: Read 284 rows, 18.47 KiB in 0.001824 sec., 155701.75438596492 rows/sec., 9.89 MiB/sec. 2026.03.18 01:38:24.559178 [ 253 ] {e692840c-daf7-41eb-bd3b-ffef5c4ec646} TCPHandler: Processed in 0.002151146 sec. 2026.03.18 01:38:24.559313 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:24.559421 [ 253 ] {941b3896-9681-41c4-9ffb-6669e23a794a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:38:24.559465 [ 253 ] {941b3896-9681-41c4-9ffb-6669e23a794a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:38:24.559901 [ 253 ] {941b3896-9681-41c4-9ffb-6669e23a794a} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:24.559942 [ 253 ] {941b3896-9681-41c4-9ffb-6669e23a794a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:24.560273 [ 253 ] {941b3896-9681-41c4-9ffb-6669e23a794a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 01:38:24.560499 [ 253 ] {941b3896-9681-41c4-9ffb-6669e23a794a} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:38:24.560648 [ 253 ] {941b3896-9681-41c4-9ffb-6669e23a794a} executeQuery: Read 14 rows, 1.14 KiB in 0.001252 sec., 11182.108626198082 rows/sec., 911.82 KiB/sec. 2026.03.18 01:38:24.560689 [ 253 ] {941b3896-9681-41c4-9ffb-6669e23a794a} TCPHandler: Processed in 0.001430914 sec. 2026.03.18 01:38:24.560817 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:24.560922 [ 253 ] {1e449283-d9c4-47de-b450-3b806fc9a482} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:38:24.560964 [ 253 ] {1e449283-d9c4-47de-b450-3b806fc9a482} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:38:24.563201 [ 253 ] {1e449283-d9c4-47de-b450-3b806fc9a482} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:24.563243 [ 253 ] {1e449283-d9c4-47de-b450-3b806fc9a482} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:24.563778 [ 253 ] {1e449283-d9c4-47de-b450-3b806fc9a482} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 01:38:24.563995 [ 253 ] {1e449283-d9c4-47de-b450-3b806fc9a482} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:38:24.564142 [ 253 ] {1e449283-d9c4-47de-b450-3b806fc9a482} executeQuery: Read 2712 rows, 211.51 KiB in 0.003245 sec., 835747.3035439136 rows/sec., 63.65 MiB/sec. 2026.03.18 01:38:24.564183 [ 253 ] {1e449283-d9c4-47de-b450-3b806fc9a482} MemoryTracker: Peak memory usage (for query): 4.06 MiB. 2026.03.18 01:38:24.564198 [ 253 ] {1e449283-d9c4-47de-b450-3b806fc9a482} TCPHandler: Processed in 0.003434067 sec. 2026.03.18 01:38:24.564317 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:24.564418 [ 253 ] {72564adf-1f12-4ef5-9b00-3b382f7bbc79} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:38:24.564460 [ 253 ] {72564adf-1f12-4ef5-9b00-3b382f7bbc79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:38:24.564946 [ 253 ] {72564adf-1f12-4ef5-9b00-3b382f7bbc79} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:24.564984 [ 253 ] {72564adf-1f12-4ef5-9b00-3b382f7bbc79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:24.565296 [ 253 ] {72564adf-1f12-4ef5-9b00-3b382f7bbc79} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 01:38:24.565513 [ 253 ] {72564adf-1f12-4ef5-9b00-3b382f7bbc79} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:38:24.565644 [ 253 ] {72564adf-1f12-4ef5-9b00-3b382f7bbc79} executeQuery: Read 179 rows, 11.25 KiB in 0.001247 sec., 143544.50681635927 rows/sec., 8.81 MiB/sec. 2026.03.18 01:38:24.565691 [ 253 ] {72564adf-1f12-4ef5-9b00-3b382f7bbc79} TCPHandler: Processed in 0.001424264 sec. 2026.03.18 01:38:24.565806 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:24.565902 [ 253 ] {189f2b4f-1eba-4246-b5cf-0f74ed25a855} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:38:24.565942 [ 253 ] {189f2b4f-1eba-4246-b5cf-0f74ed25a855} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:38:24.566642 [ 253 ] {189f2b4f-1eba-4246-b5cf-0f74ed25a855} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:24.566679 [ 253 ] {189f2b4f-1eba-4246-b5cf-0f74ed25a855} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:24.567029 [ 253 ] {189f2b4f-1eba-4246-b5cf-0f74ed25a855} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 01:38:24.567254 [ 253 ] {189f2b4f-1eba-4246-b5cf-0f74ed25a855} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:38:24.567385 [ 253 ] {189f2b4f-1eba-4246-b5cf-0f74ed25a855} executeQuery: Read 857 rows, 52.15 KiB in 0.001501 sec., 570952.6982011992 rows/sec., 33.93 MiB/sec. 2026.03.18 01:38:24.567433 [ 253 ] {189f2b4f-1eba-4246-b5cf-0f74ed25a855} TCPHandler: Processed in 0.001676288 sec. 2026.03.18 01:38:24.567546 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:24.567640 [ 253 ] {8d69c9e1-ffc4-46b8-9a11-e0e86fc7f715} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 01:38:24.567685 [ 253 ] {8d69c9e1-ffc4-46b8-9a11-e0e86fc7f715} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 01:38:24.568069 [ 253 ] {8d69c9e1-ffc4-46b8-9a11-e0e86fc7f715} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:24.568106 [ 253 ] {8d69c9e1-ffc4-46b8-9a11-e0e86fc7f715} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:24.568390 [ 253 ] {8d69c9e1-ffc4-46b8-9a11-e0e86fc7f715} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 01:38:24.568591 [ 253 ] {8d69c9e1-ffc4-46b8-9a11-e0e86fc7f715} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): 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.18 01:38:24.568717 [ 253 ] {8d69c9e1-ffc4-46b8-9a11-e0e86fc7f715} executeQuery: Read 1 rows, 72.00 B in 0.001096 sec., 912.4087591240876 rows/sec., 64.15 KiB/sec. 2026.03.18 01:38:24.568757 [ 253 ] {8d69c9e1-ffc4-46b8-9a11-e0e86fc7f715} TCPHandler: Processed in 0.001259881 sec. 2026.03.18 01:38:24.568869 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:24.568963 [ 253 ] {c8b0a0e4-5d4e-499f-b636-9f86b00a8546} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:38:24.569003 [ 253 ] {c8b0a0e4-5d4e-499f-b636-9f86b00a8546} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:38:24.569456 [ 253 ] {c8b0a0e4-5d4e-499f-b636-9f86b00a8546} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:24.569494 [ 253 ] {c8b0a0e4-5d4e-499f-b636-9f86b00a8546} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:24.569801 [ 253 ] {c8b0a0e4-5d4e-499f-b636-9f86b00a8546} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 01:38:24.570007 [ 253 ] {c8b0a0e4-5d4e-499f-b636-9f86b00a8546} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:38:24.570137 [ 253 ] {c8b0a0e4-5d4e-499f-b636-9f86b00a8546} executeQuery: Read 148 rows, 8.62 KiB in 0.001192 sec., 124161.07382550336 rows/sec., 7.06 MiB/sec. 2026.03.18 01:38:24.570174 [ 253 ] {c8b0a0e4-5d4e-499f-b636-9f86b00a8546} TCPHandler: Processed in 0.001354292 sec. 2026.03.18 01:38:24.570289 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:24.570383 [ 253 ] {14cd9d80-d625-42dd-a2cf-d692d583c16a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:38:24.570423 [ 253 ] {14cd9d80-d625-42dd-a2cf-d692d583c16a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:38:24.571312 [ 253 ] {14cd9d80-d625-42dd-a2cf-d692d583c16a} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:24.571349 [ 253 ] {14cd9d80-d625-42dd-a2cf-d692d583c16a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:24.571732 [ 253 ] {14cd9d80-d625-42dd-a2cf-d692d583c16a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 01:38:24.571960 [ 253 ] {14cd9d80-d625-42dd-a2cf-d692d583c16a} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:38:24.572105 [ 253 ] {14cd9d80-d625-42dd-a2cf-d692d583c16a} executeQuery: Read 1466 rows, 103.63 KiB in 0.001739 sec., 843013.2259919493 rows/sec., 58.19 MiB/sec. 2026.03.18 01:38:24.572143 [ 253 ] {14cd9d80-d625-42dd-a2cf-d692d583c16a} TCPHandler: Processed in 0.001903201 sec. 2026.03.18 01:38:24.572262 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:24.572357 [ 253 ] {43ad89df-9486-458c-9fde-ca10b2de096e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:38:24.572399 [ 253 ] {43ad89df-9486-458c-9fde-ca10b2de096e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:38:24.572743 [ 253 ] {43ad89df-9486-458c-9fde-ca10b2de096e} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:24.572779 [ 253 ] {43ad89df-9486-458c-9fde-ca10b2de096e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:24.573078 [ 253 ] {43ad89df-9486-458c-9fde-ca10b2de096e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 01:38:24.573293 [ 253 ] {43ad89df-9486-458c-9fde-ca10b2de096e} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:38:24.573422 [ 253 ] {43ad89df-9486-458c-9fde-ca10b2de096e} executeQuery: Read 6 rows, 321.00 B in 0.001083 sec., 5540.16620498615 rows/sec., 289.45 KiB/sec. 2026.03.18 01:38:24.573458 [ 253 ] {43ad89df-9486-458c-9fde-ca10b2de096e} TCPHandler: Processed in 0.001244891 sec. 2026.03.18 01:38:24.573570 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:24.573664 [ 253 ] {0edc1aab-e63c-470c-b653-e6ac9b79e0b9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:24.573708 [ 253 ] {0edc1aab-e63c-470c-b653-e6ac9b79e0b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:38:24.574404 [ 253 ] {0edc1aab-e63c-470c-b653-e6ac9b79e0b9} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:24.574442 [ 253 ] {0edc1aab-e63c-470c-b653-e6ac9b79e0b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:24.574861 [ 253 ] {0edc1aab-e63c-470c-b653-e6ac9b79e0b9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 01:38:24.575073 [ 253 ] {0edc1aab-e63c-470c-b653-e6ac9b79e0b9} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:38:24.575207 [ 253 ] {0edc1aab-e63c-470c-b653-e6ac9b79e0b9} executeQuery: Read 1425 rows, 91.88 KiB in 0.00156 sec., 913461.5384615385 rows/sec., 57.52 MiB/sec. 2026.03.18 01:38:24.575243 [ 253 ] {0edc1aab-e63c-470c-b653-e6ac9b79e0b9} TCPHandler: Processed in 0.001721479 sec. 2026.03.18 01:38:24.575355 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:24.575450 [ 253 ] {418befe7-fd7b-4199-b15c-6265d7f0579f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:38:24.575492 [ 253 ] {418befe7-fd7b-4199-b15c-6265d7f0579f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:38:24.575812 [ 253 ] {418befe7-fd7b-4199-b15c-6265d7f0579f} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:24.575849 [ 253 ] {418befe7-fd7b-4199-b15c-6265d7f0579f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:24.576160 [ 253 ] {418befe7-fd7b-4199-b15c-6265d7f0579f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 01:38:24.576370 [ 253 ] {418befe7-fd7b-4199-b15c-6265d7f0579f} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:38:24.576497 [ 253 ] {418befe7-fd7b-4199-b15c-6265d7f0579f} executeQuery: Read 1 rows, 69.00 B in 0.001066 sec., 938.0863039399624 rows/sec., 63.21 KiB/sec. 2026.03.18 01:38:24.576535 [ 253 ] {418befe7-fd7b-4199-b15c-6265d7f0579f} TCPHandler: Processed in 0.00122884 sec. 2026.03.18 01:38:24.576651 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:24.576744 [ 253 ] {7e5330ca-a901-4c97-9b1c-a7d21fc63127} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:24.576798 [ 253 ] {7e5330ca-a901-4c97-9b1c-a7d21fc63127} 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.18 01:38:24.577580 [ 253 ] {7e5330ca-a901-4c97-9b1c-a7d21fc63127} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:24.577618 [ 253 ] {7e5330ca-a901-4c97-9b1c-a7d21fc63127} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:24.578167 [ 253 ] {7e5330ca-a901-4c97-9b1c-a7d21fc63127} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 01:38:24.578389 [ 253 ] {7e5330ca-a901-4c97-9b1c-a7d21fc63127} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:38:24.578539 [ 253 ] {7e5330ca-a901-4c97-9b1c-a7d21fc63127} executeQuery: Read 23 rows, 42.20 KiB in 0.001813 sec., 12686.1555432984 rows/sec., 22.73 MiB/sec. 2026.03.18 01:38:24.578591 [ 253 ] {7e5330ca-a901-4c97-9b1c-a7d21fc63127} TCPHandler: Processed in 0.001988373 sec. 2026.03.18 01:38:24.578703 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:24.578796 [ 253 ] {5888bf31-ae3a-4135-8d7b-d566c3161b82} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.18 01:38:24.578838 [ 253 ] {5888bf31-ae3a-4135-8d7b-d566c3161b82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.18 01:38:24.579418 [ 253 ] {5888bf31-ae3a-4135-8d7b-d566c3161b82} oximeter.measurements_i64 (c687bd01-06fe-4413-b937-00ae8512f096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:24.579455 [ 253 ] {5888bf31-ae3a-4135-8d7b-d566c3161b82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:24.579749 [ 253 ] {5888bf31-ae3a-4135-8d7b-d566c3161b82} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 01:38:24.579958 [ 253 ] {5888bf31-ae3a-4135-8d7b-d566c3161b82} oximeter.measurements_i64 (c687bd01-06fe-4413-b937-00ae8512f096): 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.18 01:38:24.580085 [ 253 ] {5888bf31-ae3a-4135-8d7b-d566c3161b82} executeQuery: Read 3 rows, 217.00 B in 0.001307 sec., 2295.3328232593726 rows/sec., 162.14 KiB/sec. 2026.03.18 01:38:24.580130 [ 253 ] {5888bf31-ae3a-4135-8d7b-d566c3161b82} TCPHandler: Processed in 0.001476895 sec. 2026.03.18 01:38:24.580242 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:24.580335 [ 253 ] {be36fd00-c893-46e2-b821-864ca3a4ed61} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:38:24.580376 [ 253 ] {be36fd00-c893-46e2-b821-864ca3a4ed61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:38:24.580698 [ 253 ] {be36fd00-c893-46e2-b821-864ca3a4ed61} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:24.580734 [ 253 ] {be36fd00-c893-46e2-b821-864ca3a4ed61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:24.581048 [ 253 ] {be36fd00-c893-46e2-b821-864ca3a4ed61} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 01:38:24.581251 [ 253 ] {be36fd00-c893-46e2-b821-864ca3a4ed61} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:38:24.581388 [ 253 ] {be36fd00-c893-46e2-b821-864ca3a4ed61} executeQuery: Read 78 rows, 4.94 KiB in 0.001071 sec., 72829.13165266108 rows/sec., 4.50 MiB/sec. 2026.03.18 01:38:24.581431 [ 253 ] {be36fd00-c893-46e2-b821-864ca3a4ed61} TCPHandler: Processed in 0.001238561 sec. 2026.03.18 01:38:24.717125 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 68 entries to flush up to offset 426 2026.03.18 01:38:24.720096 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:24.720145 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:24.721382 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 01:38:24.721646 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:38:24.721899 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 426 2026.03.18 01:38:25.539939 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:25.540136 [ 253 ] {041e311f-1a78-4a6a-9fae-ce2db8c1c09e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:38:25.540204 [ 253 ] {041e311f-1a78-4a6a-9fae-ce2db8c1c09e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:38:25.540904 [ 253 ] {041e311f-1a78-4a6a-9fae-ce2db8c1c09e} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:25.540958 [ 253 ] {041e311f-1a78-4a6a-9fae-ce2db8c1c09e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:25.541374 [ 253 ] {041e311f-1a78-4a6a-9fae-ce2db8c1c09e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 01:38:25.541603 [ 253 ] {041e311f-1a78-4a6a-9fae-ce2db8c1c09e} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:38:25.541775 [ 253 ] {041e311f-1a78-4a6a-9fae-ce2db8c1c09e} executeQuery: Read 56 rows, 4.41 KiB in 0.001687 sec., 33195.02074688797 rows/sec., 2.55 MiB/sec. 2026.03.18 01:38:25.541833 [ 253 ] {041e311f-1a78-4a6a-9fae-ce2db8c1c09e} TCPHandler: Processed in 0.002026614 sec. 2026.03.18 01:38:25.541966 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:25.542072 [ 253 ] {960a297d-8ea7-4bf6-898c-51b2639a8d90} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:38:25.542118 [ 253 ] {960a297d-8ea7-4bf6-898c-51b2639a8d90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:38:25.542614 [ 253 ] {960a297d-8ea7-4bf6-898c-51b2639a8d90} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:25.542654 [ 253 ] {960a297d-8ea7-4bf6-898c-51b2639a8d90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:25.542986 [ 253 ] {960a297d-8ea7-4bf6-898c-51b2639a8d90} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 01:38:25.543211 [ 253 ] {960a297d-8ea7-4bf6-898c-51b2639a8d90} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:38:25.543357 [ 253 ] {960a297d-8ea7-4bf6-898c-51b2639a8d90} executeQuery: Read 64 rows, 5.12 KiB in 0.001308 sec., 48929.663608562696 rows/sec., 3.82 MiB/sec. 2026.03.18 01:38:25.543399 [ 253 ] {960a297d-8ea7-4bf6-898c-51b2639a8d90} TCPHandler: Processed in 0.001491845 sec. 2026.03.18 01:38:25.543532 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:25.543633 [ 253 ] {6088e7bf-e33e-4290-86a2-0351b1e5b5a3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:25.543680 [ 253 ] {6088e7bf-e33e-4290-86a2-0351b1e5b5a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:38:25.544062 [ 253 ] {6088e7bf-e33e-4290-86a2-0351b1e5b5a3} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:25.544099 [ 253 ] {6088e7bf-e33e-4290-86a2-0351b1e5b5a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:25.544460 [ 253 ] {6088e7bf-e33e-4290-86a2-0351b1e5b5a3} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 01:38:25.544687 [ 253 ] {6088e7bf-e33e-4290-86a2-0351b1e5b5a3} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:38:25.544827 [ 253 ] {6088e7bf-e33e-4290-86a2-0351b1e5b5a3} executeQuery: Read 32 rows, 2.28 KiB in 0.001216 sec., 26315.78947368421 rows/sec., 1.83 MiB/sec. 2026.03.18 01:38:25.544866 [ 253 ] {6088e7bf-e33e-4290-86a2-0351b1e5b5a3} TCPHandler: Processed in 0.001385923 sec. 2026.03.18 01:38:25.544985 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:25.545082 [ 253 ] {40b505c1-ac2a-42a8-8c6b-3fb3d8e76fbd} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:38:25.545125 [ 253 ] {40b505c1-ac2a-42a8-8c6b-3fb3d8e76fbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:38:25.545451 [ 253 ] {40b505c1-ac2a-42a8-8c6b-3fb3d8e76fbd} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:25.545489 [ 253 ] {40b505c1-ac2a-42a8-8c6b-3fb3d8e76fbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:25.545808 [ 253 ] {40b505c1-ac2a-42a8-8c6b-3fb3d8e76fbd} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 01:38:25.546043 [ 253 ] {40b505c1-ac2a-42a8-8c6b-3fb3d8e76fbd} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:38:25.546181 [ 253 ] {40b505c1-ac2a-42a8-8c6b-3fb3d8e76fbd} executeQuery: Read 12 rows, 848.00 B in 0.001118 sec., 10733.45259391771 rows/sec., 740.72 KiB/sec. 2026.03.18 01:38:25.546220 [ 253 ] {40b505c1-ac2a-42a8-8c6b-3fb3d8e76fbd} TCPHandler: Processed in 0.001284961 sec. 2026.03.18 01:38:27.193264 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5187 2026.03.18 01:38:27.193862 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:27.193917 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:27.194449 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 01:38:27.194685 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:38:27.194817 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5187 2026.03.18 01:38:27.194848 [ 151 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 01:38:27.194917 [ 151 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:27.194938 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:27.195042 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::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.18 01:38:27.195129 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:27.195159 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::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.18 01:38:27.195213 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part 2026.03.18 01:38:27.195256 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part 2026.03.18 01:38:27.195296 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 506 rows starting from the beginning of the part 2026.03.18 01:38:27.195334 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 448 rows starting from the beginning of the part 2026.03.18 01:38:27.195373 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 512 rows starting from the beginning of the part 2026.03.18 01:38:27.196670 [ 202 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5187 rows, containing 4 columns (4 merged, 0 gathered) in 0.001673418 sec., 3099643.962237767 rows/sec., 44.34 MiB/sec. 2026.03.18 01:38:27.197258 [ 195 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 01:38:27.197591 [ 195 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_11_2} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:38:27.197682 [ 195 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_11_2} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 01:38:27.197786 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.03.18 01:38:27.484933 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.03.18 01:38:27.503130 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:27.503197 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:27.509682 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 01:38:27.510541 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:38:27.510846 [ 151 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 01:38:27.510908 [ 151 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:27.510930 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:27.511073 [ 208 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:38:27.514869 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.03.18 01:38:27.515508 [ 208 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:27.517015 [ 208 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:38:27.521540 [ 208 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:38:27.525734 [ 208 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:38:27.529770 [ 208 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:38:27.534506 [ 208 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:38:27.538777 [ 208 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:38:27.595731 [ 202 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.084720568 sec., 979.6912598602975 rows/sec., 5.07 MiB/sec. 2026.03.18 01:38:27.598314 [ 187 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 01:38:27.600489 [ 187 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_11_2} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:38:27.600608 [ 187 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_11_2} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 01:38:27.602506 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.03.18 01:38:28.000204 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 211.74 MiB, peak 221.62 MiB, free memory in arenas 0.00 B, will set to 222.13 MiB (RSS), difference: 10.39 MiB 2026.03.18 01:38:30.548299 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:30.548498 [ 253 ] {5607a74c-a2d5-4bcb-9cfa-ba51a92db7ad} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:38:30.548565 [ 253 ] {5607a74c-a2d5-4bcb-9cfa-ba51a92db7ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:38:30.549290 [ 253 ] {5607a74c-a2d5-4bcb-9cfa-ba51a92db7ad} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:30.549338 [ 253 ] {5607a74c-a2d5-4bcb-9cfa-ba51a92db7ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:30.549762 [ 253 ] {5607a74c-a2d5-4bcb-9cfa-ba51a92db7ad} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 01:38:30.550011 [ 253 ] {5607a74c-a2d5-4bcb-9cfa-ba51a92db7ad} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:38:30.550152 [ 146 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 01:38:30.550164 [ 253 ] {5607a74c-a2d5-4bcb-9cfa-ba51a92db7ad} executeQuery: Read 108 rows, 9.31 KiB in 0.001718 sec., 62863.79511059372 rows/sec., 5.29 MiB/sec. 2026.03.18 01:38:30.550231 [ 146 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:30.550247 [ 253 ] {5607a74c-a2d5-4bcb-9cfa-ba51a92db7ad} TCPHandler: Processed in 0.002078244 sec. 2026.03.18 01:38:30.550260 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:30.550391 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:30.550413 [ 194 ] {00e7bac3-0c43-4371-b27b-c97b01471236::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.18 01:38:30.550500 [ 253 ] {3c039b3c-8bcd-4612-a83f-8ddbf62a7af2} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:38:30.550548 [ 253 ] {3c039b3c-8bcd-4612-a83f-8ddbf62a7af2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:38:30.550581 [ 194 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:30.550623 [ 194 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2702 rows starting from the beginning of the part 2026.03.18 01:38:30.550722 [ 194 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 817 rows starting from the beginning of the part 2026.03.18 01:38:30.550772 [ 194 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 98 rows starting from the beginning of the part 2026.03.18 01:38:30.550819 [ 194 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2712 rows starting from the beginning of the part 2026.03.18 01:38:30.550864 [ 194 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part 2026.03.18 01:38:30.550910 [ 194 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 108 rows starting from the beginning of the part 2026.03.18 01:38:30.550983 [ 253 ] {3c039b3c-8bcd-4612-a83f-8ddbf62a7af2} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:30.551027 [ 253 ] {3c039b3c-8bcd-4612-a83f-8ddbf62a7af2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:30.551881 [ 253 ] {3c039b3c-8bcd-4612-a83f-8ddbf62a7af2} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 01:38:30.552127 [ 253 ] {3c039b3c-8bcd-4612-a83f-8ddbf62a7af2} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:38:30.552264 [ 253 ] {3c039b3c-8bcd-4612-a83f-8ddbf62a7af2} executeQuery: Read 26 rows, 1.96 KiB in 0.00179 sec., 14525.13966480447 rows/sec., 1.07 MiB/sec. 2026.03.18 01:38:30.552303 [ 253 ] {3c039b3c-8bcd-4612-a83f-8ddbf62a7af2} TCPHandler: Processed in 0.001962003 sec. 2026.03.18 01:38:30.552435 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:30.552529 [ 253 ] {9ca4d7b0-7481-4918-9bc2-0b41f2316bf7} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:38:30.552572 [ 253 ] {9ca4d7b0-7481-4918-9bc2-0b41f2316bf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:38:30.553026 [ 253 ] {9ca4d7b0-7481-4918-9bc2-0b41f2316bf7} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:30.553063 [ 253 ] {9ca4d7b0-7481-4918-9bc2-0b41f2316bf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:30.553436 [ 253 ] {9ca4d7b0-7481-4918-9bc2-0b41f2316bf7} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 01:38:30.553772 [ 253 ] {9ca4d7b0-7481-4918-9bc2-0b41f2316bf7} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:38:30.553884 [ 146 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 01:38:30.553904 [ 253 ] {9ca4d7b0-7481-4918-9bc2-0b41f2316bf7} executeQuery: Read 93 rows, 7.47 KiB in 0.001391 sec., 66858.37526959022 rows/sec., 5.24 MiB/sec. 2026.03.18 01:38:30.553921 [ 146 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:30.553946 [ 253 ] {9ca4d7b0-7481-4918-9bc2-0b41f2316bf7} TCPHandler: Processed in 0.001559816 sec. 2026.03.18 01:38:30.553946 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:30.554071 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::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.18 01:38:30.554080 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:30.554205 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:30.554209 [ 253 ] {9a5b5806-f90f-414d-bbf0-8296758fdbf9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:30.554240 [ 201 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6493 rows, containing 5 columns (5 merged, 0 gathered) in 0.003899434 sec., 1665113.449798099 rows/sec., 134.00 MiB/sec. 2026.03.18 01:38:30.554245 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1467 rows starting from the beginning of the part 2026.03.18 01:38:30.554267 [ 253 ] {9a5b5806-f90f-414d-bbf0-8296758fdbf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:38:30.554347 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 500 rows starting from the beginning of the part 2026.03.18 01:38:30.554400 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 93 rows starting from the beginning of the part 2026.03.18 01:38:30.554443 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1466 rows starting from the beginning of the part 2026.03.18 01:38:30.554485 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part 2026.03.18 01:38:30.554526 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 93 rows starting from the beginning of the part 2026.03.18 01:38:30.554634 [ 189 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 01:38:30.554708 [ 253 ] {9a5b5806-f90f-414d-bbf0-8296758fdbf9} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:30.554746 [ 253 ] {9a5b5806-f90f-414d-bbf0-8296758fdbf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:30.554947 [ 189 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_16_3} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:38:30.555017 [ 189 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_16_3} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 01:38:30.555098 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. 2026.03.18 01:38:30.555134 [ 253 ] {9a5b5806-f90f-414d-bbf0-8296758fdbf9} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 01:38:30.555370 [ 253 ] {9a5b5806-f90f-414d-bbf0-8296758fdbf9} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:38:30.555486 [ 146 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 01:38:30.555504 [ 253 ] {9a5b5806-f90f-414d-bbf0-8296758fdbf9} executeQuery: Read 160 rows, 11.41 KiB in 0.001313 sec., 121858.33968012186 rows/sec., 8.49 MiB/sec. 2026.03.18 01:38:30.555522 [ 146 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:30.555549 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:30.555557 [ 253 ] {9a5b5806-f90f-414d-bbf0-8296758fdbf9} TCPHandler: Processed in 0.001525625 sec. 2026.03.18 01:38:30.555628 [ 192 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:38:30.555681 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:30.555759 [ 192 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:30.555793 [ 253 ] {62942dad-6e6e-4cf7-85aa-153b3c6d3539} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:30.555801 [ 192 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4286 rows starting from the beginning of the part 2026.03.18 01:38:30.555858 [ 253 ] {62942dad-6e6e-4cf7-85aa-153b3c6d3539} 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.18 01:38:30.555893 [ 192 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 265 rows starting from the beginning of the part 2026.03.18 01:38:30.555957 [ 192 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:38:30.556003 [ 192 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1425 rows starting from the beginning of the part 2026.03.18 01:38:30.556048 [ 192 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part 2026.03.18 01:38:30.556111 [ 192 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part 2026.03.18 01:38:30.556196 [ 189 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3683 rows, containing 5 columns (5 merged, 0 gathered) in 0.002177076 sec., 1691718.617080892 rows/sec., 124.59 MiB/sec. 2026.03.18 01:38:30.556420 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 01:38:30.556693 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_16_3} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:38:30.556695 [ 253 ] {62942dad-6e6e-4cf7-85aa-153b3c6d3539} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:30.556746 [ 253 ] {62942dad-6e6e-4cf7-85aa-153b3c6d3539} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:30.556780 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_16_3} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 01:38:30.556863 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.03.18 01:38:30.557298 [ 253 ] {62942dad-6e6e-4cf7-85aa-153b3c6d3539} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 01:38:30.557580 [ 253 ] {62942dad-6e6e-4cf7-85aa-153b3c6d3539} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:38:30.557726 [ 253 ] {62942dad-6e6e-4cf7-85aa-153b3c6d3539} executeQuery: Read 26 rows, 47.71 KiB in 0.001951 sec., 13326.499231163505 rows/sec., 23.88 MiB/sec. 2026.03.18 01:38:30.557779 [ 253 ] {62942dad-6e6e-4cf7-85aa-153b3c6d3539} TCPHandler: Processed in 0.002148875 sec. 2026.03.18 01:38:30.557902 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:30.557996 [ 253 ] {929fcf6b-80c3-42d1-b689-8c3f50624c67} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.18 01:38:30.558038 [ 253 ] {929fcf6b-80c3-42d1-b689-8c3f50624c67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.18 01:38:30.558366 [ 253 ] {929fcf6b-80c3-42d1-b689-8c3f50624c67} oximeter.measurements_i64 (c687bd01-06fe-4413-b937-00ae8512f096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:30.558404 [ 253 ] {929fcf6b-80c3-42d1-b689-8c3f50624c67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:30.558745 [ 253 ] {929fcf6b-80c3-42d1-b689-8c3f50624c67} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 01:38:30.558974 [ 253 ] {929fcf6b-80c3-42d1-b689-8c3f50624c67} oximeter.measurements_i64 (c687bd01-06fe-4413-b937-00ae8512f096): 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.18 01:38:30.559110 [ 253 ] {929fcf6b-80c3-42d1-b689-8c3f50624c67} executeQuery: Read 3 rows, 246.00 B in 0.001132 sec., 2650.1766784452298 rows/sec., 212.22 KiB/sec. 2026.03.18 01:38:30.559147 [ 253 ] {929fcf6b-80c3-42d1-b689-8c3f50624c67} TCPHandler: Processed in 0.001294121 sec. 2026.03.18 01:38:30.559261 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:30.559338 [ 187 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6328 rows, containing 5 columns (5 merged, 0 gathered) in 0.003746132 sec., 1689209.029473601 rows/sec., 110.62 MiB/sec. 2026.03.18 01:38:30.559358 [ 253 ] {238b3594-8497-4488-8c83-787da0e7975b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:38:30.559409 [ 253 ] {238b3594-8497-4488-8c83-787da0e7975b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:38:30.559757 [ 253 ] {238b3594-8497-4488-8c83-787da0e7975b} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:30.559796 [ 253 ] {238b3594-8497-4488-8c83-787da0e7975b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:30.559872 [ 192 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 01:38:30.560153 [ 253 ] {238b3594-8497-4488-8c83-787da0e7975b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 01:38:30.560200 [ 192 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_16_3} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:38:30.560290 [ 192 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_16_3} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 01:38:30.560369 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2026.03.18 01:38:30.560407 [ 253 ] {238b3594-8497-4488-8c83-787da0e7975b} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:38:30.560518 [ 146 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 01:38:30.560550 [ 253 ] {238b3594-8497-4488-8c83-787da0e7975b} executeQuery: Read 60 rows, 4.14 KiB in 0.00121 sec., 49586.776859504134 rows/sec., 3.34 MiB/sec. 2026.03.18 01:38:30.560553 [ 146 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:30.560593 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:30.560595 [ 253 ] {238b3594-8497-4488-8c83-787da0e7975b} TCPHandler: Processed in 0.001382693 sec. 2026.03.18 01:38:30.560658 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:38:30.560741 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:30.560768 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 714 rows starting from the beginning of the part 2026.03.18 01:38:30.560813 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 90 rows starting from the beginning of the part 2026.03.18 01:38:30.560849 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:38:30.560882 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 78 rows starting from the beginning of the part 2026.03.18 01:38:30.560914 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:38:30.560944 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2026.03.18 01:38:30.561725 [ 187 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1014 rows, containing 4 columns (4 merged, 0 gathered) in 0.001092958 sec., 927757.5167572771 rows/sec., 59.75 MiB/sec. 2026.03.18 01:38:30.561927 [ 189 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 01:38:30.562211 [ 189 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_16_3} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:38:30.562278 [ 189 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_16_3} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 01:38:30.562352 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.03.18 01:38:31.000196 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 222.70 MiB, peak 228.96 MiB, free memory in arenas 0.00 B, will set to 223.95 MiB (RSS), difference: 1.25 MiB 2026.03.18 01:38:34.584626 [ 139 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:38:34.584677 [ 139 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:38:34.694993 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5635 2026.03.18 01:38:34.695624 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:34.695696 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:34.696173 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 01:38:34.696399 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:38:34.696529 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5635 2026.03.18 01:38:34.722231 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 448 2026.03.18 01:38:34.724208 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:34.724246 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:34.725388 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 01:38:34.725657 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:38:34.725890 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 448 2026.03.18 01:38:35.015010 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.03.18 01:38:35.033655 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:35.033722 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:35.039422 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 01:38:35.040162 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:38:35.043451 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.03.18 01:38:35.554908 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:35.555097 [ 253 ] {3c908d5d-43e8-4e16-ab96-e6c310c24935} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:38:35.555170 [ 253 ] {3c908d5d-43e8-4e16-ab96-e6c310c24935} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:38:35.555951 [ 253 ] {3c908d5d-43e8-4e16-ab96-e6c310c24935} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:35.555998 [ 253 ] {3c908d5d-43e8-4e16-ab96-e6c310c24935} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:35.556406 [ 253 ] {3c908d5d-43e8-4e16-ab96-e6c310c24935} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 01:38:35.556630 [ 253 ] {3c908d5d-43e8-4e16-ab96-e6c310c24935} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:38:35.556789 [ 253 ] {3c908d5d-43e8-4e16-ab96-e6c310c24935} executeQuery: Read 284 rows, 18.47 KiB in 0.001739 sec., 163312.24841863138 rows/sec., 10.37 MiB/sec. 2026.03.18 01:38:35.556839 [ 253 ] {3c908d5d-43e8-4e16-ab96-e6c310c24935} TCPHandler: Processed in 0.002059654 sec. 2026.03.18 01:38:35.556976 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:35.557080 [ 253 ] {4ad0247c-9037-4dcc-a94b-7eb549a9527f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:38:35.557125 [ 253 ] {4ad0247c-9037-4dcc-a94b-7eb549a9527f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:38:35.557940 [ 253 ] {4ad0247c-9037-4dcc-a94b-7eb549a9527f} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:35.557979 [ 253 ] {4ad0247c-9037-4dcc-a94b-7eb549a9527f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:35.558347 [ 253 ] {4ad0247c-9037-4dcc-a94b-7eb549a9527f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 01:38:35.558564 [ 253 ] {4ad0247c-9037-4dcc-a94b-7eb549a9527f} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:38:35.558705 [ 253 ] {4ad0247c-9037-4dcc-a94b-7eb549a9527f} executeQuery: Read 825 rows, 66.29 KiB in 0.00165 sec., 500000 rows/sec., 39.23 MiB/sec. 2026.03.18 01:38:35.558745 [ 253 ] {4ad0247c-9037-4dcc-a94b-7eb549a9527f} TCPHandler: Processed in 0.001821751 sec. 2026.03.18 01:38:35.558860 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:35.558972 [ 253 ] {2a36c4af-7e4b-4519-81d6-7c5d59db2174} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:38:35.559014 [ 253 ] {2a36c4af-7e4b-4519-81d6-7c5d59db2174} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:38:35.559483 [ 253 ] {2a36c4af-7e4b-4519-81d6-7c5d59db2174} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:35.559522 [ 253 ] {2a36c4af-7e4b-4519-81d6-7c5d59db2174} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:35.559842 [ 253 ] {2a36c4af-7e4b-4519-81d6-7c5d59db2174} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 01:38:35.560061 [ 253 ] {2a36c4af-7e4b-4519-81d6-7c5d59db2174} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:38:35.560174 [ 138 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 01:38:35.560197 [ 253 ] {2a36c4af-7e4b-4519-81d6-7c5d59db2174} executeQuery: Read 156 rows, 9.59 KiB in 0.001248 sec., 125000 rows/sec., 7.51 MiB/sec. 2026.03.18 01:38:35.560243 [ 138 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:35.560252 [ 253 ] {2a36c4af-7e4b-4519-81d6-7c5d59db2174} TCPHandler: Processed in 0.001447344 sec. 2026.03.18 01:38:35.560273 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:35.560377 [ 192 ] {086d69c6-84cd-4e36-a86d-07643f589663::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.18 01:38:35.560385 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:35.560502 [ 253 ] {cd679570-b30d-4e45-9392-9485039715ef} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:38:35.560505 [ 192 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:35.560546 [ 253 ] {cd679570-b30d-4e45-9392-9485039715ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:38:35.560558 [ 192 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 174 rows starting from the beginning of the part 2026.03.18 01:38:35.560643 [ 192 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 152 rows starting from the beginning of the part 2026.03.18 01:38:35.560698 [ 192 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 21 rows starting from the beginning of the part 2026.03.18 01:38:35.560749 [ 192 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 179 rows starting from the beginning of the part 2026.03.18 01:38:35.560793 [ 192 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part 2026.03.18 01:38:35.560840 [ 192 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 156 rows starting from the beginning of the part 2026.03.18 01:38:35.561015 [ 253 ] {cd679570-b30d-4e45-9392-9485039715ef} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:35.561060 [ 253 ] {cd679570-b30d-4e45-9392-9485039715ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:35.561416 [ 253 ] {cd679570-b30d-4e45-9392-9485039715ef} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 01:38:35.561690 [ 253 ] {cd679570-b30d-4e45-9392-9485039715ef} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:38:35.561856 [ 253 ] {cd679570-b30d-4e45-9392-9485039715ef} executeQuery: Read 149 rows, 9.86 KiB in 0.001372 sec., 108600.58309037902 rows/sec., 7.02 MiB/sec. 2026.03.18 01:38:35.561907 [ 253 ] {cd679570-b30d-4e45-9392-9485039715ef} TCPHandler: Processed in 0.001573456 sec. 2026.03.18 01:38:35.562078 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 708 rows, containing 5 columns (5 merged, 0 gathered) in 0.001744079 sec., 405944.9141925337 rows/sec., 26.49 MiB/sec. 2026.03.18 01:38:35.562256 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 01:38:35.562585 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_11_2} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:38:35.562715 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_11_2} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 01:38:35.562827 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.18 01:38:35.564588 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:35.564926 [ 253 ] {69ab90e0-3ef5-4701-9765-ca11f3bc00e8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:38:35.564979 [ 253 ] {69ab90e0-3ef5-4701-9765-ca11f3bc00e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:38:35.565475 [ 253 ] {69ab90e0-3ef5-4701-9765-ca11f3bc00e8} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:35.565512 [ 253 ] {69ab90e0-3ef5-4701-9765-ca11f3bc00e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:35.565866 [ 253 ] {69ab90e0-3ef5-4701-9765-ca11f3bc00e8} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 01:38:35.566109 [ 253 ] {69ab90e0-3ef5-4701-9765-ca11f3bc00e8} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:38:35.566243 [ 253 ] {69ab90e0-3ef5-4701-9765-ca11f3bc00e8} executeQuery: Read 148 rows, 8.62 KiB in 0.001342 sec., 110283.15946348732 rows/sec., 6.27 MiB/sec. 2026.03.18 01:38:35.566281 [ 253 ] {69ab90e0-3ef5-4701-9765-ca11f3bc00e8} TCPHandler: Processed in 0.0017772 sec. 2026.03.18 01:38:35.566402 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:35.566498 [ 253 ] {7f4bb13f-8667-4362-987b-e0765621222b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:38:35.566540 [ 253 ] {7f4bb13f-8667-4362-987b-e0765621222b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:38:35.567151 [ 253 ] {7f4bb13f-8667-4362-987b-e0765621222b} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:35.567189 [ 253 ] {7f4bb13f-8667-4362-987b-e0765621222b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:35.567520 [ 253 ] {7f4bb13f-8667-4362-987b-e0765621222b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 01:38:35.567739 [ 253 ] {7f4bb13f-8667-4362-987b-e0765621222b} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:38:35.567878 [ 253 ] {7f4bb13f-8667-4362-987b-e0765621222b} executeQuery: Read 504 rows, 36.30 KiB in 0.0014 sec., 360000 rows/sec., 25.32 MiB/sec. 2026.03.18 01:38:35.567916 [ 253 ] {7f4bb13f-8667-4362-987b-e0765621222b} TCPHandler: Processed in 0.001564746 sec. 2026.03.18 01:38:35.568039 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:35.568140 [ 253 ] {5683e322-1842-4731-8f35-cd594a1bcafa} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:38:35.568183 [ 253 ] {5683e322-1842-4731-8f35-cd594a1bcafa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:38:35.568525 [ 253 ] {5683e322-1842-4731-8f35-cd594a1bcafa} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:35.568562 [ 253 ] {5683e322-1842-4731-8f35-cd594a1bcafa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:35.568888 [ 253 ] {5683e322-1842-4731-8f35-cd594a1bcafa} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 01:38:35.569106 [ 253 ] {5683e322-1842-4731-8f35-cd594a1bcafa} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:38:35.569231 [ 253 ] {5683e322-1842-4731-8f35-cd594a1bcafa} executeQuery: Read 6 rows, 321.00 B in 0.001118 sec., 5366.726296958855 rows/sec., 280.39 KiB/sec. 2026.03.18 01:38:35.569266 [ 253 ] {5683e322-1842-4731-8f35-cd594a1bcafa} TCPHandler: Processed in 0.001286671 sec. 2026.03.18 01:38:35.569380 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:35.569497 [ 253 ] {b47116df-5939-45b6-9b17-22f3e3605635} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:35.569540 [ 253 ] {b47116df-5939-45b6-9b17-22f3e3605635} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:38:35.569931 [ 253 ] {b47116df-5939-45b6-9b17-22f3e3605635} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:35.569966 [ 253 ] {b47116df-5939-45b6-9b17-22f3e3605635} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:35.570358 [ 253 ] {b47116df-5939-45b6-9b17-22f3e3605635} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 01:38:35.570566 [ 253 ] {b47116df-5939-45b6-9b17-22f3e3605635} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:38:35.570697 [ 253 ] {b47116df-5939-45b6-9b17-22f3e3605635} executeQuery: Read 265 rows, 18.03 KiB in 0.0012 sec., 220833.33333333334 rows/sec., 14.67 MiB/sec. 2026.03.18 01:38:35.570733 [ 253 ] {b47116df-5939-45b6-9b17-22f3e3605635} TCPHandler: Processed in 0.001396874 sec. 2026.03.18 01:38:35.570847 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:35.570943 [ 253 ] {1945801e-8713-4a32-8a76-bcf9bbd4e5f4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:38:35.570985 [ 253 ] {1945801e-8713-4a32-8a76-bcf9bbd4e5f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:38:35.571286 [ 253 ] {1945801e-8713-4a32-8a76-bcf9bbd4e5f4} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:35.571323 [ 253 ] {1945801e-8713-4a32-8a76-bcf9bbd4e5f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:35.571617 [ 253 ] {1945801e-8713-4a32-8a76-bcf9bbd4e5f4} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 01:38:35.571824 [ 253 ] {1945801e-8713-4a32-8a76-bcf9bbd4e5f4} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:38:35.571952 [ 253 ] {1945801e-8713-4a32-8a76-bcf9bbd4e5f4} executeQuery: Read 1 rows, 69.00 B in 0.001028 sec., 972.7626459143968 rows/sec., 65.55 KiB/sec. 2026.03.18 01:38:35.571988 [ 253 ] {1945801e-8713-4a32-8a76-bcf9bbd4e5f4} TCPHandler: Processed in 0.00119105 sec. 2026.03.18 01:38:35.572104 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:35.572220 [ 253 ] {cfb2ddf4-5d07-474d-8e45-bb45046a6093} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:35.572287 [ 253 ] {cfb2ddf4-5d07-474d-8e45-bb45046a6093} 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.18 01:38:35.573096 [ 253 ] {cfb2ddf4-5d07-474d-8e45-bb45046a6093} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:35.573136 [ 253 ] {cfb2ddf4-5d07-474d-8e45-bb45046a6093} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:35.573658 [ 253 ] {cfb2ddf4-5d07-474d-8e45-bb45046a6093} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 01:38:35.573891 [ 253 ] {cfb2ddf4-5d07-474d-8e45-bb45046a6093} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:38:35.574020 [ 138 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 01:38:35.574031 [ 253 ] {cfb2ddf4-5d07-474d-8e45-bb45046a6093} executeQuery: Read 14 rows, 25.69 KiB in 0.001835 sec., 7629.427792915531 rows/sec., 13.67 MiB/sec. 2026.03.18 01:38:35.574077 [ 138 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:35.574110 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:35.574115 [ 253 ] {cfb2ddf4-5d07-474d-8e45-bb45046a6093} TCPHandler: Processed in 0.002070255 sec. 2026.03.18 01:38:35.574212 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::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.18 01:38:35.574250 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:35.574351 [ 253 ] {74243cee-8fe2-4a8f-98c0-ae4f0b1a5656} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:38:35.574395 [ 253 ] {74243cee-8fe2-4a8f-98c0-ae4f0b1a5656} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:38:35.574491 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:35.574566 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 58 rows starting from the beginning of the part 2026.03.18 01:38:35.574688 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::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.18 01:38:35.574736 [ 253 ] {74243cee-8fe2-4a8f-98c0-ae4f0b1a5656} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:35.574778 [ 253 ] {74243cee-8fe2-4a8f-98c0-ae4f0b1a5656} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:35.574797 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 21 rows starting from the beginning of the part 2026.03.18 01:38:35.574904 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 23 rows starting from the beginning of the part 2026.03.18 01:38:35.575001 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part 2026.03.18 01:38:35.575106 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part 2026.03.18 01:38:35.575121 [ 253 ] {74243cee-8fe2-4a8f-98c0-ae4f0b1a5656} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 01:38:35.575362 [ 253 ] {74243cee-8fe2-4a8f-98c0-ae4f0b1a5656} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:38:35.575507 [ 253 ] {74243cee-8fe2-4a8f-98c0-ae4f0b1a5656} executeQuery: Read 90 rows, 5.77 KiB in 0.001175 sec., 76595.74468085106 rows/sec., 4.79 MiB/sec. 2026.03.18 01:38:35.575544 [ 253 ] {74243cee-8fe2-4a8f-98c0-ae4f0b1a5656} TCPHandler: Processed in 0.001345213 sec. 2026.03.18 01:38:35.577326 [ 198 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 152 rows, containing 19 columns (19 merged, 0 gathered) in 0.003161722 sec., 48075.067953475984 rows/sec., 86.15 MiB/sec. 2026.03.18 01:38:35.577637 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 01:38:35.578003 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_11_2} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:38:35.578087 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_11_2} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 01:38:35.578187 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.03.18 01:38:36.000220 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 225.37 MiB, peak 229.42 MiB, free memory in arenas 0.00 B, will set to 224.20 MiB (RSS), difference: -1.17 MiB 2026.03.18 01:38:40.547384 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:40.547685 [ 253 ] {d891ea90-f708-46b7-82c1-dffaa4fd56ed} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:38:40.547782 [ 253 ] {d891ea90-f708-46b7-82c1-dffaa4fd56ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:38:40.548465 [ 253 ] {d891ea90-f708-46b7-82c1-dffaa4fd56ed} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:40.548513 [ 253 ] {d891ea90-f708-46b7-82c1-dffaa4fd56ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:40.548911 [ 253 ] {d891ea90-f708-46b7-82c1-dffaa4fd56ed} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 01:38:40.549125 [ 253 ] {d891ea90-f708-46b7-82c1-dffaa4fd56ed} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:38:40.549282 [ 253 ] {d891ea90-f708-46b7-82c1-dffaa4fd56ed} executeQuery: Read 108 rows, 9.31 KiB in 0.001673 sec., 64554.69216975493 rows/sec., 5.43 MiB/sec. 2026.03.18 01:38:40.549322 [ 253 ] {d891ea90-f708-46b7-82c1-dffaa4fd56ed} TCPHandler: Processed in 0.002116806 sec. 2026.03.18 01:38:40.549453 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:40.549547 [ 253 ] {2f8d45b4-44d4-4878-83c7-6f6b5b2376f3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:38:40.549586 [ 253 ] {2f8d45b4-44d4-4878-83c7-6f6b5b2376f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:38:40.549989 [ 253 ] {2f8d45b4-44d4-4878-83c7-6f6b5b2376f3} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:40.550024 [ 253 ] {2f8d45b4-44d4-4878-83c7-6f6b5b2376f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:40.550319 [ 253 ] {2f8d45b4-44d4-4878-83c7-6f6b5b2376f3} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 01:38:40.550517 [ 253 ] {2f8d45b4-44d4-4878-83c7-6f6b5b2376f3} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:38:40.550642 [ 253 ] {2f8d45b4-44d4-4878-83c7-6f6b5b2376f3} executeQuery: Read 26 rows, 1.96 KiB in 0.001114 sec., 23339.317773788152 rows/sec., 1.71 MiB/sec. 2026.03.18 01:38:40.550678 [ 253 ] {2f8d45b4-44d4-4878-83c7-6f6b5b2376f3} TCPHandler: Processed in 0.001273831 sec. 2026.03.18 01:38:40.550810 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:40.550929 [ 253 ] {0f4bb356-f903-402a-8cb7-6dccd246a7f0} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:38:40.550976 [ 253 ] {0f4bb356-f903-402a-8cb7-6dccd246a7f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:38:40.551486 [ 253 ] {0f4bb356-f903-402a-8cb7-6dccd246a7f0} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:40.551531 [ 253 ] {0f4bb356-f903-402a-8cb7-6dccd246a7f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:40.551874 [ 253 ] {0f4bb356-f903-402a-8cb7-6dccd246a7f0} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 01:38:40.552080 [ 253 ] {0f4bb356-f903-402a-8cb7-6dccd246a7f0} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:38:40.552211 [ 253 ] {0f4bb356-f903-402a-8cb7-6dccd246a7f0} executeQuery: Read 90 rows, 7.20 KiB in 0.001306 sec., 68912.71056661561 rows/sec., 5.38 MiB/sec. 2026.03.18 01:38:40.552248 [ 253 ] {0f4bb356-f903-402a-8cb7-6dccd246a7f0} TCPHandler: Processed in 0.001508525 sec. 2026.03.18 01:38:40.552360 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:40.552453 [ 253 ] {672af8f2-06a1-4fba-b58e-ed0600de8e28} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:40.552496 [ 253 ] {672af8f2-06a1-4fba-b58e-ed0600de8e28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:38:40.552894 [ 253 ] {672af8f2-06a1-4fba-b58e-ed0600de8e28} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:40.552929 [ 253 ] {672af8f2-06a1-4fba-b58e-ed0600de8e28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:40.553257 [ 253 ] {672af8f2-06a1-4fba-b58e-ed0600de8e28} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 01:38:40.553467 [ 253 ] {672af8f2-06a1-4fba-b58e-ed0600de8e28} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:38:40.553598 [ 253 ] {672af8f2-06a1-4fba-b58e-ed0600de8e28} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2026.03.18 01:38:40.553634 [ 253 ] {672af8f2-06a1-4fba-b58e-ed0600de8e28} TCPHandler: Processed in 0.001323592 sec. 2026.03.18 01:38:40.553747 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:40.553847 [ 253 ] {ed685f0b-33a4-4111-894c-9bf26118bedc} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:40.553902 [ 253 ] {ed685f0b-33a4-4111-894c-9bf26118bedc} 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.18 01:38:40.554667 [ 253 ] {ed685f0b-33a4-4111-894c-9bf26118bedc} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:40.554704 [ 253 ] {ed685f0b-33a4-4111-894c-9bf26118bedc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:40.555224 [ 253 ] {ed685f0b-33a4-4111-894c-9bf26118bedc} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 01:38:40.555437 [ 253 ] {ed685f0b-33a4-4111-894c-9bf26118bedc} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:38:40.555569 [ 253 ] {ed685f0b-33a4-4111-894c-9bf26118bedc} executeQuery: Read 26 rows, 47.71 KiB in 0.00174 sec., 14942.528735632184 rows/sec., 26.78 MiB/sec. 2026.03.18 01:38:40.555619 [ 253 ] {ed685f0b-33a4-4111-894c-9bf26118bedc} TCPHandler: Processed in 0.001925972 sec. 2026.03.18 01:38:40.555731 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:40.555825 [ 253 ] {cf6443f5-3627-4661-8845-d99727a20e06} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:38:40.555866 [ 253 ] {cf6443f5-3627-4661-8845-d99727a20e06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:38:40.556202 [ 253 ] {cf6443f5-3627-4661-8845-d99727a20e06} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:40.556238 [ 253 ] {cf6443f5-3627-4661-8845-d99727a20e06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:40.556534 [ 253 ] {cf6443f5-3627-4661-8845-d99727a20e06} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 01:38:40.556739 [ 253 ] {cf6443f5-3627-4661-8845-d99727a20e06} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:38:40.556867 [ 253 ] {cf6443f5-3627-4661-8845-d99727a20e06} executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. 2026.03.18 01:38:40.556902 [ 253 ] {cf6443f5-3627-4661-8845-d99727a20e06} TCPHandler: Processed in 0.00122039 sec. 2026.03.18 01:38:42.196649 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6147 2026.03.18 01:38:42.197213 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:42.197265 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:42.197771 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 01:38:42.198005 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:38:42.198157 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6147 2026.03.18 01:38:42.543564 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.03.18 01:38:42.558956 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:42.559022 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:42.565200 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 01:38:42.565906 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:38:42.568714 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.03.18 01:38:44.726074 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 482 2026.03.18 01:38:44.728333 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:44.728391 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:44.729638 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 01:38:44.729942 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:38:44.730301 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 482 2026.03.18 01:38:45.554541 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:45.554734 [ 253 ] {29c73739-31f0-48f2-813d-9012a612393b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:38:45.554804 [ 253 ] {29c73739-31f0-48f2-813d-9012a612393b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:38:45.555586 [ 253 ] {29c73739-31f0-48f2-813d-9012a612393b} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:45.555636 [ 253 ] {29c73739-31f0-48f2-813d-9012a612393b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:45.556050 [ 253 ] {29c73739-31f0-48f2-813d-9012a612393b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 01:38:45.556286 [ 253 ] {29c73739-31f0-48f2-813d-9012a612393b} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:38:45.556413 [ 122 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.18 01:38:45.556442 [ 253 ] {29c73739-31f0-48f2-813d-9012a612393b} executeQuery: Read 284 rows, 18.47 KiB in 0.001755 sec., 161823.36182336183 rows/sec., 10.28 MiB/sec. 2026.03.18 01:38:45.556481 [ 122 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:45.556502 [ 253 ] {29c73739-31f0-48f2-813d-9012a612393b} TCPHandler: Processed in 0.002085615 sec. 2026.03.18 01:38:45.556506 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:45.556612 [ 189 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::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.18 01:38:45.556645 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:45.556701 [ 189 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:45.556729 [ 189 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 284 rows starting from the beginning of the part 2026.03.18 01:38:45.556748 [ 253 ] {0118db78-3ae0-4e02-a186-5d127e96d414} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:38:45.556787 [ 189 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 284 rows starting from the beginning of the part 2026.03.18 01:38:45.556793 [ 253 ] {0118db78-3ae0-4e02-a186-5d127e96d414} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:38:45.556832 [ 189 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 284 rows starting from the beginning of the part 2026.03.18 01:38:45.556878 [ 189 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 284 rows starting from the beginning of the part 2026.03.18 01:38:45.556919 [ 189 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 284 rows starting from the beginning of the part 2026.03.18 01:38:45.557636 [ 253 ] {0118db78-3ae0-4e02-a186-5d127e96d414} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:45.557674 [ 253 ] {0118db78-3ae0-4e02-a186-5d127e96d414} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:45.557873 [ 192 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001297302 sec., 1094579.3654831336 rows/sec., 73.70 MiB/sec. 2026.03.18 01:38:45.558089 [ 253 ] {0118db78-3ae0-4e02-a186-5d127e96d414} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 01:38:45.558091 [ 199 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.18 01:38:45.558366 [ 253 ] {0118db78-3ae0-4e02-a186-5d127e96d414} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:38:45.558474 [ 199 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_9_2} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:38:45.558564 [ 199 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_9_2} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.18 01:38:45.558565 [ 253 ] {0118db78-3ae0-4e02-a186-5d127e96d414} executeQuery: Read 825 rows, 66.29 KiB in 0.001837 sec., 449101.7964071856 rows/sec., 35.24 MiB/sec. 2026.03.18 01:38:45.558629 [ 253 ] {0118db78-3ae0-4e02-a186-5d127e96d414} TCPHandler: Processed in 0.002037403 sec. 2026.03.18 01:38:45.558659 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.18 01:38:45.558754 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:45.558876 [ 253 ] {60e31853-1e02-4235-a2b9-a88f565df59f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:38:45.558919 [ 253 ] {60e31853-1e02-4235-a2b9-a88f565df59f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:38:45.559372 [ 253 ] {60e31853-1e02-4235-a2b9-a88f565df59f} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:45.559410 [ 253 ] {60e31853-1e02-4235-a2b9-a88f565df59f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:45.559738 [ 253 ] {60e31853-1e02-4235-a2b9-a88f565df59f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 01:38:45.559959 [ 253 ] {60e31853-1e02-4235-a2b9-a88f565df59f} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:38:45.560093 [ 253 ] {60e31853-1e02-4235-a2b9-a88f565df59f} executeQuery: Read 156 rows, 9.59 KiB in 0.001241 sec., 125705.07655116841 rows/sec., 7.55 MiB/sec. 2026.03.18 01:38:45.560131 [ 253 ] {60e31853-1e02-4235-a2b9-a88f565df59f} TCPHandler: Processed in 0.001436713 sec. 2026.03.18 01:38:45.560238 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:45.560335 [ 253 ] {70d77252-97b0-4df9-b298-e90fab9682c8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:38:45.560376 [ 253 ] {70d77252-97b0-4df9-b298-e90fab9682c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:38:45.560813 [ 253 ] {70d77252-97b0-4df9-b298-e90fab9682c8} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:45.560850 [ 253 ] {70d77252-97b0-4df9-b298-e90fab9682c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:45.561155 [ 253 ] {70d77252-97b0-4df9-b298-e90fab9682c8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 01:38:45.561370 [ 253 ] {70d77252-97b0-4df9-b298-e90fab9682c8} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:38:45.561498 [ 253 ] {70d77252-97b0-4df9-b298-e90fab9682c8} executeQuery: Read 149 rows, 9.86 KiB in 0.001181 sec., 126164.26756985606 rows/sec., 8.15 MiB/sec. 2026.03.18 01:38:45.561534 [ 253 ] {70d77252-97b0-4df9-b298-e90fab9682c8} TCPHandler: Processed in 0.001345743 sec. 2026.03.18 01:38:45.561643 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:45.561737 [ 253 ] {b7040293-0398-4dc2-b931-fe4be31945a3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:38:45.561778 [ 253 ] {b7040293-0398-4dc2-b931-fe4be31945a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:38:45.562218 [ 253 ] {b7040293-0398-4dc2-b931-fe4be31945a3} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:45.562256 [ 253 ] {b7040293-0398-4dc2-b931-fe4be31945a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:45.562562 [ 253 ] {b7040293-0398-4dc2-b931-fe4be31945a3} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 01:38:45.562781 [ 253 ] {b7040293-0398-4dc2-b931-fe4be31945a3} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:38:45.562878 [ 122 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.18 01:38:45.562912 [ 253 ] {b7040293-0398-4dc2-b931-fe4be31945a3} executeQuery: Read 148 rows, 8.62 KiB in 0.001192 sec., 124161.07382550336 rows/sec., 7.06 MiB/sec. 2026.03.18 01:38:45.562913 [ 122 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:45.562953 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:45.562958 [ 253 ] {b7040293-0398-4dc2-b931-fe4be31945a3} TCPHandler: Processed in 0.001364512 sec. 2026.03.18 01:38:45.563039 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::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.18 01:38:45.563085 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:45.563146 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:45.563180 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 148 rows starting from the beginning of the part 2026.03.18 01:38:45.563185 [ 253 ] {d8c5f53e-29fa-4051-b7d9-60d2f148417b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:38:45.563238 [ 253 ] {d8c5f53e-29fa-4051-b7d9-60d2f148417b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:38:45.563261 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 148 rows starting from the beginning of the part 2026.03.18 01:38:45.563317 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 148 rows starting from the beginning of the part 2026.03.18 01:38:45.563358 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 148 rows starting from the beginning of the part 2026.03.18 01:38:45.563399 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 148 rows starting from the beginning of the part 2026.03.18 01:38:45.563872 [ 253 ] {d8c5f53e-29fa-4051-b7d9-60d2f148417b} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:45.563913 [ 253 ] {d8c5f53e-29fa-4051-b7d9-60d2f148417b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:45.564255 [ 253 ] {d8c5f53e-29fa-4051-b7d9-60d2f148417b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 01:38:45.564301 [ 200 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001296632 sec., 570709.3454426544 rows/sec., 34.63 MiB/sec. 2026.03.18 01:38:45.564446 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.18 01:38:45.564472 [ 253 ] {d8c5f53e-29fa-4051-b7d9-60d2f148417b} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:38:45.564629 [ 253 ] {d8c5f53e-29fa-4051-b7d9-60d2f148417b} executeQuery: Read 504 rows, 36.30 KiB in 0.001489 sec., 338482.202820685 rows/sec., 23.81 MiB/sec. 2026.03.18 01:38:45.564671 [ 253 ] {d8c5f53e-29fa-4051-b7d9-60d2f148417b} TCPHandler: Processed in 0.001666118 sec. 2026.03.18 01:38:45.564699 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_9_2} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:38:45.564763 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_9_2} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.18 01:38:45.564800 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:45.564823 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.18 01:38:45.564900 [ 253 ] {21649b8f-7b02-443a-aa21-0815f29c8ab5} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:38:45.564946 [ 253 ] {21649b8f-7b02-443a-aa21-0815f29c8ab5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:38:45.565348 [ 253 ] {21649b8f-7b02-443a-aa21-0815f29c8ab5} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:45.565386 [ 253 ] {21649b8f-7b02-443a-aa21-0815f29c8ab5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:45.565716 [ 253 ] {21649b8f-7b02-443a-aa21-0815f29c8ab5} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 01:38:45.565930 [ 253 ] {21649b8f-7b02-443a-aa21-0815f29c8ab5} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:38:45.566062 [ 253 ] {21649b8f-7b02-443a-aa21-0815f29c8ab5} executeQuery: Read 6 rows, 321.00 B in 0.001134 sec., 5291.005291005291 rows/sec., 276.43 KiB/sec. 2026.03.18 01:38:45.566101 [ 253 ] {21649b8f-7b02-443a-aa21-0815f29c8ab5} TCPHandler: Processed in 0.001326182 sec. 2026.03.18 01:38:45.566210 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:45.566306 [ 253 ] {93ff2b6e-8c4f-4468-bdce-1448646123a6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:45.566352 [ 253 ] {93ff2b6e-8c4f-4468-bdce-1448646123a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:38:45.566782 [ 253 ] {93ff2b6e-8c4f-4468-bdce-1448646123a6} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:45.566820 [ 253 ] {93ff2b6e-8c4f-4468-bdce-1448646123a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:45.567166 [ 253 ] {93ff2b6e-8c4f-4468-bdce-1448646123a6} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 01:38:45.567381 [ 253 ] {93ff2b6e-8c4f-4468-bdce-1448646123a6} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:38:45.567513 [ 253 ] {93ff2b6e-8c4f-4468-bdce-1448646123a6} executeQuery: Read 265 rows, 18.03 KiB in 0.001225 sec., 216326.5306122449 rows/sec., 14.38 MiB/sec. 2026.03.18 01:38:45.567550 [ 253 ] {93ff2b6e-8c4f-4468-bdce-1448646123a6} TCPHandler: Processed in 0.001389183 sec. 2026.03.18 01:38:45.567671 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:45.567764 [ 253 ] {7b704ef5-d757-45e5-a34d-20f9d83b4443} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:38:45.567808 [ 253 ] {7b704ef5-d757-45e5-a34d-20f9d83b4443} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:38:45.568127 [ 253 ] {7b704ef5-d757-45e5-a34d-20f9d83b4443} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:45.568163 [ 253 ] {7b704ef5-d757-45e5-a34d-20f9d83b4443} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:45.568467 [ 253 ] {7b704ef5-d757-45e5-a34d-20f9d83b4443} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 01:38:45.568681 [ 253 ] {7b704ef5-d757-45e5-a34d-20f9d83b4443} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:38:45.568810 [ 253 ] {7b704ef5-d757-45e5-a34d-20f9d83b4443} executeQuery: Read 1 rows, 69.00 B in 0.001063 sec., 940.7337723424272 rows/sec., 63.39 KiB/sec. 2026.03.18 01:38:45.568846 [ 253 ] {7b704ef5-d757-45e5-a34d-20f9d83b4443} TCPHandler: Processed in 0.00122532 sec. 2026.03.18 01:38:45.568968 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:45.569062 [ 253 ] {e0ee9c42-5cb6-403b-8808-8a51b49af650} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:45.569117 [ 253 ] {e0ee9c42-5cb6-403b-8808-8a51b49af650} 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.18 01:38:45.569877 [ 253 ] {e0ee9c42-5cb6-403b-8808-8a51b49af650} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:45.569914 [ 253 ] {e0ee9c42-5cb6-403b-8808-8a51b49af650} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:45.570470 [ 253 ] {e0ee9c42-5cb6-403b-8808-8a51b49af650} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 01:38:45.570697 [ 253 ] {e0ee9c42-5cb6-403b-8808-8a51b49af650} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:38:45.570835 [ 253 ] {e0ee9c42-5cb6-403b-8808-8a51b49af650} executeQuery: Read 14 rows, 25.69 KiB in 0.00179 sec., 7821.22905027933 rows/sec., 14.02 MiB/sec. 2026.03.18 01:38:45.570887 [ 253 ] {e0ee9c42-5cb6-403b-8808-8a51b49af650} TCPHandler: Processed in 0.001967343 sec. 2026.03.18 01:38:45.570998 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:45.571094 [ 253 ] {0ad48b58-058e-43f5-8817-281958eb4fc0} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:38:45.571139 [ 253 ] {0ad48b58-058e-43f5-8817-281958eb4fc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:38:45.571472 [ 253 ] {0ad48b58-058e-43f5-8817-281958eb4fc0} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:45.571509 [ 253 ] {0ad48b58-058e-43f5-8817-281958eb4fc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:45.571819 [ 253 ] {0ad48b58-058e-43f5-8817-281958eb4fc0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 01:38:45.572045 [ 253 ] {0ad48b58-058e-43f5-8817-281958eb4fc0} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:38:45.572171 [ 253 ] {0ad48b58-058e-43f5-8817-281958eb4fc0} executeQuery: Read 90 rows, 5.77 KiB in 0.001095 sec., 82191.78082191781 rows/sec., 5.14 MiB/sec. 2026.03.18 01:38:45.572208 [ 253 ] {0ad48b58-058e-43f5-8817-281958eb4fc0} TCPHandler: Processed in 0.001258641 sec. 2026.03.18 01:38:49.584728 [ 115 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:38:49.584775 [ 115 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:38:49.698330 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6595 2026.03.18 01:38:49.698841 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:49.698890 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:49.699391 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 01:38:49.699635 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:38:49.699785 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6595 2026.03.18 01:38:50.068870 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.03.18 01:38:50.086047 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:50.086110 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:50.092311 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 01:38:50.092990 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:38:50.095931 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.03.18 01:38:50.547220 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:50.547411 [ 253 ] {b28f78e5-20b3-4cc9-b2bb-d092922f4bbe} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:38:50.547481 [ 253 ] {b28f78e5-20b3-4cc9-b2bb-d092922f4bbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:38:50.548170 [ 253 ] {b28f78e5-20b3-4cc9-b2bb-d092922f4bbe} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:50.548221 [ 253 ] {b28f78e5-20b3-4cc9-b2bb-d092922f4bbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:50.548622 [ 253 ] {b28f78e5-20b3-4cc9-b2bb-d092922f4bbe} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 01:38:50.548851 [ 253 ] {b28f78e5-20b3-4cc9-b2bb-d092922f4bbe} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:38:50.549005 [ 253 ] {b28f78e5-20b3-4cc9-b2bb-d092922f4bbe} executeQuery: Read 108 rows, 9.31 KiB in 0.00169 sec., 63905.32544378698 rows/sec., 5.38 MiB/sec. 2026.03.18 01:38:50.549053 [ 253 ] {b28f78e5-20b3-4cc9-b2bb-d092922f4bbe} TCPHandler: Processed in 0.002012824 sec. 2026.03.18 01:38:50.549183 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:50.549346 [ 253 ] {e3796fb8-37e1-4b92-aca2-63d0d2d843ea} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:38:50.549389 [ 253 ] {e3796fb8-37e1-4b92-aca2-63d0d2d843ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:38:50.549819 [ 253 ] {e3796fb8-37e1-4b92-aca2-63d0d2d843ea} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:50.549858 [ 253 ] {e3796fb8-37e1-4b92-aca2-63d0d2d843ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:50.550189 [ 253 ] {e3796fb8-37e1-4b92-aca2-63d0d2d843ea} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 01:38:50.550414 [ 253 ] {e3796fb8-37e1-4b92-aca2-63d0d2d843ea} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:38:50.550549 [ 253 ] {e3796fb8-37e1-4b92-aca2-63d0d2d843ea} executeQuery: Read 26 rows, 1.96 KiB in 0.001227 sec., 21189.894050529747 rows/sec., 1.56 MiB/sec. 2026.03.18 01:38:50.550588 [ 253 ] {e3796fb8-37e1-4b92-aca2-63d0d2d843ea} TCPHandler: Processed in 0.001398143 sec. 2026.03.18 01:38:50.550694 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:50.550790 [ 253 ] {6e5d3a31-14cb-40f1-ba1c-9f8b8abb04f8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:38:50.550831 [ 253 ] {6e5d3a31-14cb-40f1-ba1c-9f8b8abb04f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:38:50.551263 [ 253 ] {6e5d3a31-14cb-40f1-ba1c-9f8b8abb04f8} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:50.551299 [ 253 ] {6e5d3a31-14cb-40f1-ba1c-9f8b8abb04f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:50.551615 [ 253 ] {6e5d3a31-14cb-40f1-ba1c-9f8b8abb04f8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 01:38:50.551846 [ 253 ] {6e5d3a31-14cb-40f1-ba1c-9f8b8abb04f8} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:38:50.551976 [ 253 ] {6e5d3a31-14cb-40f1-ba1c-9f8b8abb04f8} executeQuery: Read 90 rows, 7.20 KiB in 0.001204 sec., 74750.83056478406 rows/sec., 5.84 MiB/sec. 2026.03.18 01:38:50.552014 [ 253 ] {6e5d3a31-14cb-40f1-ba1c-9f8b8abb04f8} TCPHandler: Processed in 0.001369173 sec. 2026.03.18 01:38:50.552133 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:50.552227 [ 253 ] {23e84e1e-8144-43c0-9148-ac4065d0f342} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:50.552271 [ 253 ] {23e84e1e-8144-43c0-9148-ac4065d0f342} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:38:50.552687 [ 253 ] {23e84e1e-8144-43c0-9148-ac4065d0f342} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:50.552723 [ 253 ] {23e84e1e-8144-43c0-9148-ac4065d0f342} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:50.553064 [ 253 ] {23e84e1e-8144-43c0-9148-ac4065d0f342} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 01:38:50.553277 [ 253 ] {23e84e1e-8144-43c0-9148-ac4065d0f342} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:38:50.553413 [ 253 ] {23e84e1e-8144-43c0-9148-ac4065d0f342} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2026.03.18 01:38:50.553450 [ 253 ] {23e84e1e-8144-43c0-9148-ac4065d0f342} TCPHandler: Processed in 0.001367193 sec. 2026.03.18 01:38:50.553556 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:50.553649 [ 253 ] {8fe319f8-c925-4578-be10-0ef4009cf369} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:50.553702 [ 253 ] {8fe319f8-c925-4578-be10-0ef4009cf369} 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.18 01:38:50.554482 [ 253 ] {8fe319f8-c925-4578-be10-0ef4009cf369} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:50.554519 [ 253 ] {8fe319f8-c925-4578-be10-0ef4009cf369} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:50.555042 [ 253 ] {8fe319f8-c925-4578-be10-0ef4009cf369} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 01:38:50.555258 [ 253 ] {8fe319f8-c925-4578-be10-0ef4009cf369} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:38:50.555391 [ 253 ] {8fe319f8-c925-4578-be10-0ef4009cf369} executeQuery: Read 26 rows, 47.71 KiB in 0.00176 sec., 14772.727272727272 rows/sec., 26.47 MiB/sec. 2026.03.18 01:38:50.555442 [ 253 ] {8fe319f8-c925-4578-be10-0ef4009cf369} TCPHandler: Processed in 0.001934762 sec. 2026.03.18 01:38:50.555556 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:50.555650 [ 253 ] {982f70b7-fd03-41ce-b77f-03bf36649ef6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:38:50.555693 [ 253 ] {982f70b7-fd03-41ce-b77f-03bf36649ef6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:38:50.556025 [ 253 ] {982f70b7-fd03-41ce-b77f-03bf36649ef6} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:50.556060 [ 253 ] {982f70b7-fd03-41ce-b77f-03bf36649ef6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:50.556385 [ 253 ] {982f70b7-fd03-41ce-b77f-03bf36649ef6} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 01:38:50.556599 [ 253 ] {982f70b7-fd03-41ce-b77f-03bf36649ef6} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:38:50.556728 [ 253 ] {982f70b7-fd03-41ce-b77f-03bf36649ef6} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2026.03.18 01:38:50.556765 [ 253 ] {982f70b7-fd03-41ce-b77f-03bf36649ef6} TCPHandler: Processed in 0.001257171 sec. 2026.03.18 01:38:54.557719 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:54.557897 [ 253 ] {bfca5709-c631-4b3e-af11-c89bde45d3f6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:38:54.557961 [ 253 ] {bfca5709-c631-4b3e-af11-c89bde45d3f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:38:54.558703 [ 253 ] {bfca5709-c631-4b3e-af11-c89bde45d3f6} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:54.558752 [ 253 ] {bfca5709-c631-4b3e-af11-c89bde45d3f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:54.559165 [ 253 ] {bfca5709-c631-4b3e-af11-c89bde45d3f6} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 01:38:54.559392 [ 253 ] {bfca5709-c631-4b3e-af11-c89bde45d3f6} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:38:54.559542 [ 253 ] {bfca5709-c631-4b3e-af11-c89bde45d3f6} executeQuery: Read 284 rows, 18.47 KiB in 0.001691 sec., 167947.9597871082 rows/sec., 10.67 MiB/sec. 2026.03.18 01:38:54.559586 [ 253 ] {bfca5709-c631-4b3e-af11-c89bde45d3f6} TCPHandler: Processed in 0.001991564 sec. 2026.03.18 01:38:54.559718 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:54.559814 [ 253 ] {b717fc97-fb05-4ee7-a649-4b2ca016c2cc} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:38:54.559855 [ 253 ] {b717fc97-fb05-4ee7-a649-4b2ca016c2cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:38:54.560253 [ 253 ] {b717fc97-fb05-4ee7-a649-4b2ca016c2cc} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:54.560290 [ 253 ] {b717fc97-fb05-4ee7-a649-4b2ca016c2cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:54.560591 [ 253 ] {b717fc97-fb05-4ee7-a649-4b2ca016c2cc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 01:38:54.560794 [ 253 ] {b717fc97-fb05-4ee7-a649-4b2ca016c2cc} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:38:54.560925 [ 253 ] {b717fc97-fb05-4ee7-a649-4b2ca016c2cc} executeQuery: Read 2 rows, 167.00 B in 0.001129 sec., 1771.4791851195748 rows/sec., 144.45 KiB/sec. 2026.03.18 01:38:54.560964 [ 253 ] {b717fc97-fb05-4ee7-a649-4b2ca016c2cc} TCPHandler: Processed in 0.001295781 sec. 2026.03.18 01:38:54.561088 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:54.561183 [ 253 ] {ac8d257b-7bbb-42f6-bfa0-78ac97a8a7fa} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:38:54.561223 [ 253 ] {ac8d257b-7bbb-42f6-bfa0-78ac97a8a7fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:38:54.562883 [ 253 ] {ac8d257b-7bbb-42f6-bfa0-78ac97a8a7fa} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:54.562922 [ 253 ] {ac8d257b-7bbb-42f6-bfa0-78ac97a8a7fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:54.563412 [ 253 ] {ac8d257b-7bbb-42f6-bfa0-78ac97a8a7fa} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 01:38:54.563622 [ 253 ] {ac8d257b-7bbb-42f6-bfa0-78ac97a8a7fa} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:38:54.563740 [ 61 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 01:38:54.563750 [ 253 ] {ac8d257b-7bbb-42f6-bfa0-78ac97a8a7fa} executeQuery: Read 2706 rows, 211.07 KiB in 0.002585 sec., 1046808.5106382979 rows/sec., 79.74 MiB/sec. 2026.03.18 01:38:54.563824 [ 61 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:54.563837 [ 253 ] {ac8d257b-7bbb-42f6-bfa0-78ac97a8a7fa} MemoryTracker: Peak memory usage (for query): 4.06 MiB. 2026.03.18 01:38:54.563857 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:54.563859 [ 253 ] {ac8d257b-7bbb-42f6-bfa0-78ac97a8a7fa} TCPHandler: Processed in 0.002820306 sec. 2026.03.18 01:38:54.563979 [ 192 ] {00e7bac3-0c43-4371-b27b-c97b01471236::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.18 01:38:54.564004 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:54.564109 [ 253 ] {7a8bd0bb-c77e-4b6a-8c26-a0ef115b4327} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:38:54.564117 [ 192 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:54.564156 [ 253 ] {7a8bd0bb-c77e-4b6a-8c26-a0ef115b4327} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:38:54.564164 [ 192 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2766 rows starting from the beginning of the part 2026.03.18 01:38:54.564252 [ 192 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 825 rows starting from the beginning of the part 2026.03.18 01:38:54.564300 [ 192 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 108 rows starting from the beginning of the part 2026.03.18 01:38:54.564341 [ 192 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 825 rows starting from the beginning of the part 2026.03.18 01:38:54.564382 [ 192 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 108 rows starting from the beginning of the part 2026.03.18 01:38:54.564420 [ 192 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2706 rows starting from the beginning of the part 2026.03.18 01:38:54.564624 [ 253 ] {7a8bd0bb-c77e-4b6a-8c26-a0ef115b4327} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:54.564666 [ 253 ] {7a8bd0bb-c77e-4b6a-8c26-a0ef115b4327} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:54.565069 [ 253 ] {7a8bd0bb-c77e-4b6a-8c26-a0ef115b4327} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 01:38:54.565312 [ 253 ] {7a8bd0bb-c77e-4b6a-8c26-a0ef115b4327} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:38:54.565445 [ 253 ] {7a8bd0bb-c77e-4b6a-8c26-a0ef115b4327} executeQuery: Read 167 rows, 10.41 KiB in 0.001354 sec., 123338.25701624816 rows/sec., 7.51 MiB/sec. 2026.03.18 01:38:54.565485 [ 253 ] {7a8bd0bb-c77e-4b6a-8c26-a0ef115b4327} TCPHandler: Processed in 0.001529966 sec. 2026.03.18 01:38:54.565601 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:54.565697 [ 253 ] {8c5262a7-a0e2-427d-adbe-d5905f0057d7} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:38:54.565737 [ 253 ] {8c5262a7-a0e2-427d-adbe-d5905f0057d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:38:54.566438 [ 253 ] {8c5262a7-a0e2-427d-adbe-d5905f0057d7} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:54.566474 [ 253 ] {8c5262a7-a0e2-427d-adbe-d5905f0057d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:54.566840 [ 253 ] {8c5262a7-a0e2-427d-adbe-d5905f0057d7} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 01:38:54.567052 [ 253 ] {8c5262a7-a0e2-427d-adbe-d5905f0057d7} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:38:54.567157 [ 199 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7338 rows, containing 5 columns (5 merged, 0 gathered) in 0.003227534 sec., 2273562.41638353 rows/sec., 183.81 MiB/sec. 2026.03.18 01:38:54.567181 [ 253 ] {8c5262a7-a0e2-427d-adbe-d5905f0057d7} executeQuery: Read 857 rows, 52.15 KiB in 0.001502 sec., 570572.5699067909 rows/sec., 33.91 MiB/sec. 2026.03.18 01:38:54.567235 [ 253 ] {8c5262a7-a0e2-427d-adbe-d5905f0057d7} TCPHandler: Processed in 0.001682028 sec. 2026.03.18 01:38:54.567382 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:54.567477 [ 253 ] {6f857fbe-e500-437a-9e2a-1d8a1a35c0f5} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 01:38:54.567503 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 01:38:54.567518 [ 253 ] {6f857fbe-e500-437a-9e2a-1d8a1a35c0f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 01:38:54.567809 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_21_4} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:38:54.567894 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_21_4} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 01:38:54.567923 [ 253 ] {6f857fbe-e500-437a-9e2a-1d8a1a35c0f5} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:54.567964 [ 253 ] {6f857fbe-e500-437a-9e2a-1d8a1a35c0f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:54.567989 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. 2026.03.18 01:38:54.568252 [ 253 ] {6f857fbe-e500-437a-9e2a-1d8a1a35c0f5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 01:38:54.568466 [ 253 ] {6f857fbe-e500-437a-9e2a-1d8a1a35c0f5} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): 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.18 01:38:54.568591 [ 253 ] {6f857fbe-e500-437a-9e2a-1d8a1a35c0f5} executeQuery: Read 1 rows, 72.00 B in 0.001133 sec., 882.6125330979701 rows/sec., 62.06 KiB/sec. 2026.03.18 01:38:54.568630 [ 253 ] {6f857fbe-e500-437a-9e2a-1d8a1a35c0f5} TCPHandler: Processed in 0.001305082 sec. 2026.03.18 01:38:54.568749 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:54.568844 [ 253 ] {3c724904-c3d2-40f9-b82b-9075c3871041} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:38:54.568883 [ 253 ] {3c724904-c3d2-40f9-b82b-9075c3871041} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:38:54.569312 [ 253 ] {3c724904-c3d2-40f9-b82b-9075c3871041} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:54.569349 [ 253 ] {3c724904-c3d2-40f9-b82b-9075c3871041} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:54.569646 [ 253 ] {3c724904-c3d2-40f9-b82b-9075c3871041} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 01:38:54.569859 [ 253 ] {3c724904-c3d2-40f9-b82b-9075c3871041} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:38:54.569983 [ 253 ] {3c724904-c3d2-40f9-b82b-9075c3871041} executeQuery: Read 148 rows, 8.62 KiB in 0.001156 sec., 128027.68166089966 rows/sec., 7.28 MiB/sec. 2026.03.18 01:38:54.570021 [ 253 ] {3c724904-c3d2-40f9-b82b-9075c3871041} TCPHandler: Processed in 0.001320252 sec. 2026.03.18 01:38:54.570141 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:54.570236 [ 253 ] {114782d5-a189-470d-af85-32d90b5523dc} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:38:54.570275 [ 253 ] {114782d5-a189-470d-af85-32d90b5523dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:38:54.571196 [ 253 ] {114782d5-a189-470d-af85-32d90b5523dc} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:54.571233 [ 253 ] {114782d5-a189-470d-af85-32d90b5523dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:54.571614 [ 253 ] {114782d5-a189-470d-af85-32d90b5523dc} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 01:38:54.571840 [ 253 ] {114782d5-a189-470d-af85-32d90b5523dc} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:38:54.571949 [ 61 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 01:38:54.571975 [ 253 ] {114782d5-a189-470d-af85-32d90b5523dc} executeQuery: Read 1451 rows, 102.41 KiB in 0.001755 sec., 826780.6267806267 rows/sec., 56.99 MiB/sec. 2026.03.18 01:38:54.571992 [ 61 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:54.572021 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:54.572023 [ 253 ] {114782d5-a189-470d-af85-32d90b5523dc} TCPHandler: Processed in 0.001935992 sec. 2026.03.18 01:38:54.572111 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::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.18 01:38:54.572154 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:54.572214 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:54.572252 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1511 rows starting from the beginning of the part 2026.03.18 01:38:54.572264 [ 253 ] {19dd9efd-baae-4909-9b07-f0b906eacd76} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:38:54.572311 [ 253 ] {19dd9efd-baae-4909-9b07-f0b906eacd76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:38:54.572320 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 504 rows starting from the beginning of the part 2026.03.18 01:38:54.572374 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 90 rows starting from the beginning of the part 2026.03.18 01:38:54.572413 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 504 rows starting from the beginning of the part 2026.03.18 01:38:54.572457 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 90 rows starting from the beginning of the part 2026.03.18 01:38:54.572495 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1451 rows starting from the beginning of the part 2026.03.18 01:38:54.572655 [ 253 ] {19dd9efd-baae-4909-9b07-f0b906eacd76} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:54.572698 [ 253 ] {19dd9efd-baae-4909-9b07-f0b906eacd76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:54.573021 [ 253 ] {19dd9efd-baae-4909-9b07-f0b906eacd76} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 01:38:54.573247 [ 253 ] {19dd9efd-baae-4909-9b07-f0b906eacd76} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:38:54.573386 [ 253 ] {19dd9efd-baae-4909-9b07-f0b906eacd76} executeQuery: Read 6 rows, 321.00 B in 0.00114 sec., 5263.1578947368425 rows/sec., 274.98 KiB/sec. 2026.03.18 01:38:54.573425 [ 253 ] {19dd9efd-baae-4909-9b07-f0b906eacd76} TCPHandler: Processed in 0.001320322 sec. 2026.03.18 01:38:54.573538 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:54.573632 [ 253 ] {e430149d-4485-462a-89c4-075beb557839} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:54.573674 [ 253 ] {e430149d-4485-462a-89c4-075beb557839} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:38:54.574226 [ 199 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 4150 rows, containing 5 columns (5 merged, 0 gathered) in 0.002148336 sec., 1931727.6254738553 rows/sec., 142.22 MiB/sec. 2026.03.18 01:38:54.574400 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 01:38:54.574450 [ 253 ] {e430149d-4485-462a-89c4-075beb557839} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:54.574500 [ 253 ] {e430149d-4485-462a-89c4-075beb557839} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:54.574680 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_21_4} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:38:54.574768 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_21_4} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 01:38:54.574833 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2026.03.18 01:38:54.575028 [ 253 ] {e430149d-4485-462a-89c4-075beb557839} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 01:38:54.575257 [ 253 ] {e430149d-4485-462a-89c4-075beb557839} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:38:54.575375 [ 61 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 01:38:54.575397 [ 253 ] {e430149d-4485-462a-89c4-075beb557839} executeQuery: Read 1419 rows, 91.46 KiB in 0.001782 sec., 796296.2962962963 rows/sec., 50.12 MiB/sec. 2026.03.18 01:38:54.575416 [ 61 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:54.575440 [ 253 ] {e430149d-4485-462a-89c4-075beb557839} TCPHandler: Processed in 0.001949762 sec. 2026.03.18 01:38:54.575445 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:54.575528 [ 200 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:38:54.575569 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:54.575625 [ 200 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:54.575663 [ 200 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6328 rows starting from the beginning of the part 2026.03.18 01:38:54.575677 [ 253 ] {ee153c09-058d-4033-a0f6-4bcf2c2fe63a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:38:54.575717 [ 200 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 265 rows starting from the beginning of the part 2026.03.18 01:38:54.575727 [ 253 ] {ee153c09-058d-4033-a0f6-4bcf2c2fe63a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:38:54.575768 [ 200 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:38:54.575815 [ 200 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 265 rows starting from the beginning of the part 2026.03.18 01:38:54.575852 [ 200 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:38:54.575901 [ 200 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1419 rows starting from the beginning of the part 2026.03.18 01:38:54.576077 [ 253 ] {ee153c09-058d-4033-a0f6-4bcf2c2fe63a} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:54.576119 [ 253 ] {ee153c09-058d-4033-a0f6-4bcf2c2fe63a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:54.576447 [ 253 ] {ee153c09-058d-4033-a0f6-4bcf2c2fe63a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 01:38:54.576686 [ 253 ] {ee153c09-058d-4033-a0f6-4bcf2c2fe63a} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:38:54.576803 [ 57 ] {} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.03.18 01:38:54.576827 [ 253 ] {ee153c09-058d-4033-a0f6-4bcf2c2fe63a} executeQuery: Read 1 rows, 69.00 B in 0.001169 sec., 855.4319931565441 rows/sec., 57.64 KiB/sec. 2026.03.18 01:38:54.576845 [ 57 ] {} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:54.576869 [ 253 ] {ee153c09-058d-4033-a0f6-4bcf2c2fe63a} TCPHandler: Processed in 0.001352513 sec. 2026.03.18 01:38:54.576870 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:54.576954 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::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.18 01:38:54.576995 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:54.577033 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:54.577063 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part 2026.03.18 01:38:54.577096 [ 253 ] {27fda4b0-80f0-41f0-863b-c4079a092343} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:54.577104 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.03.18 01:38:54.577157 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.03.18 01:38:54.577160 [ 253 ] {27fda4b0-80f0-41f0-863b-c4079a092343} 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.18 01:38:54.577193 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.03.18 01:38:54.577229 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.03.18 01:38:54.577258 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.03.18 01:38:54.577964 [ 197 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001034757 sec., 9664.10471250738 rows/sec., 651.19 KiB/sec. 2026.03.18 01:38:54.578004 [ 253 ] {27fda4b0-80f0-41f0-863b-c4079a092343} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:54.578046 [ 253 ] {27fda4b0-80f0-41f0-863b-c4079a092343} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:54.578080 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.18 01:38:54.578337 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_10_2} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:38:54.578406 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_10_2} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.03.18 01:38:54.578465 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.03.18 01:38:54.578733 [ 253 ] {27fda4b0-80f0-41f0-863b-c4079a092343} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 01:38:54.578967 [ 253 ] {27fda4b0-80f0-41f0-863b-c4079a092343} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:38:54.579050 [ 191 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 8597 rows, containing 5 columns (5 merged, 0 gathered) in 0.003549359 sec., 2422127.488371844 rows/sec., 158.11 MiB/sec. 2026.03.18 01:38:54.579114 [ 253 ] {27fda4b0-80f0-41f0-863b-c4079a092343} executeQuery: Read 23 rows, 42.20 KiB in 0.002036 sec., 11296.660117878193 rows/sec., 20.24 MiB/sec. 2026.03.18 01:38:54.579182 [ 253 ] {27fda4b0-80f0-41f0-863b-c4079a092343} TCPHandler: Processed in 0.002237397 sec. 2026.03.18 01:38:54.579202 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 01:38:54.579305 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:54.579411 [ 253 ] {12663e4f-b8b1-4fc7-ab7d-4de01830985e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:38:54.579454 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_21_4} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:38:54.579456 [ 253 ] {12663e4f-b8b1-4fc7-ab7d-4de01830985e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:38:54.579527 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_21_4} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 01:38:54.579589 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. 2026.03.18 01:38:54.579831 [ 253 ] {12663e4f-b8b1-4fc7-ab7d-4de01830985e} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:54.579872 [ 253 ] {12663e4f-b8b1-4fc7-ab7d-4de01830985e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:54.580193 [ 253 ] {12663e4f-b8b1-4fc7-ab7d-4de01830985e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 01:38:54.580404 [ 253 ] {12663e4f-b8b1-4fc7-ab7d-4de01830985e} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:38:54.580511 [ 57 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 01:38:54.580533 [ 253 ] {12663e4f-b8b1-4fc7-ab7d-4de01830985e} executeQuery: Read 78 rows, 4.94 KiB in 0.00114 sec., 68421.05263157895 rows/sec., 4.23 MiB/sec. 2026.03.18 01:38:54.580547 [ 57 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:54.580576 [ 253 ] {12663e4f-b8b1-4fc7-ab7d-4de01830985e} TCPHandler: Processed in 0.001321262 sec. 2026.03.18 01:38:54.580577 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:54.580677 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:38:54.580780 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:38:54.580811 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1014 rows starting from the beginning of the part 2026.03.18 01:38:54.580872 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 90 rows starting from the beginning of the part 2026.03.18 01:38:54.580911 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:38:54.580947 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 90 rows starting from the beginning of the part 2026.03.18 01:38:54.580989 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:38:54.581025 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 78 rows starting from the beginning of the part 2026.03.18 01:38:54.581955 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1392 rows, containing 4 columns (4 merged, 0 gathered) in 0.001314792 sec., 1058722.5964258986 rows/sec., 68.05 MiB/sec. 2026.03.18 01:38:54.582183 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 01:38:54.582497 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_21_4} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:38:54.582577 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_21_4} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 01:38:54.582662 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.03.18 01:38:54.730623 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 542 2026.03.18 01:38:54.733527 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:54.733571 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:54.734790 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 01:38:54.735055 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:38:54.735319 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 542 2026.03.18 01:38:55.540943 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:55.541159 [ 253 ] {0b523227-f235-47b2-97de-45949b2702af} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:38:55.541233 [ 253 ] {0b523227-f235-47b2-97de-45949b2702af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:38:55.541888 [ 253 ] {0b523227-f235-47b2-97de-45949b2702af} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:55.541936 [ 253 ] {0b523227-f235-47b2-97de-45949b2702af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:55.542331 [ 253 ] {0b523227-f235-47b2-97de-45949b2702af} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 01:38:55.542554 [ 253 ] {0b523227-f235-47b2-97de-45949b2702af} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:38:55.542711 [ 253 ] {0b523227-f235-47b2-97de-45949b2702af} executeQuery: Read 56 rows, 4.41 KiB in 0.001605 sec., 34890.96573208723 rows/sec., 2.68 MiB/sec. 2026.03.18 01:38:55.542753 [ 253 ] {0b523227-f235-47b2-97de-45949b2702af} TCPHandler: Processed in 0.001949573 sec. 2026.03.18 01:38:55.542874 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:55.542969 [ 253 ] {f0d9fab5-15d9-4bf2-92a7-51272b6c331e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:38:55.543009 [ 253 ] {f0d9fab5-15d9-4bf2-92a7-51272b6c331e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:38:55.543431 [ 253 ] {f0d9fab5-15d9-4bf2-92a7-51272b6c331e} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:55.543468 [ 253 ] {f0d9fab5-15d9-4bf2-92a7-51272b6c331e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:55.543776 [ 253 ] {f0d9fab5-15d9-4bf2-92a7-51272b6c331e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 01:38:55.543985 [ 253 ] {f0d9fab5-15d9-4bf2-92a7-51272b6c331e} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:38:55.544113 [ 253 ] {f0d9fab5-15d9-4bf2-92a7-51272b6c331e} executeQuery: Read 64 rows, 5.12 KiB in 0.001163 sec., 55030.09458297506 rows/sec., 4.30 MiB/sec. 2026.03.18 01:38:55.544151 [ 253 ] {f0d9fab5-15d9-4bf2-92a7-51272b6c331e} TCPHandler: Processed in 0.001328862 sec. 2026.03.18 01:38:55.544264 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:55.544359 [ 253 ] {e1123078-8336-4139-834e-c918cc074aee} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:38:55.544403 [ 253 ] {e1123078-8336-4139-834e-c918cc074aee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:38:55.544767 [ 253 ] {e1123078-8336-4139-834e-c918cc074aee} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:55.544802 [ 253 ] {e1123078-8336-4139-834e-c918cc074aee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:55.545116 [ 253 ] {e1123078-8336-4139-834e-c918cc074aee} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 01:38:55.545330 [ 253 ] {e1123078-8336-4139-834e-c918cc074aee} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:38:55.545458 [ 253 ] {e1123078-8336-4139-834e-c918cc074aee} executeQuery: Read 32 rows, 2.28 KiB in 0.001118 sec., 28622.540250447226 rows/sec., 1.99 MiB/sec. 2026.03.18 01:38:55.545495 [ 253 ] {e1123078-8336-4139-834e-c918cc074aee} TCPHandler: Processed in 0.001281041 sec. 2026.03.18 01:38:55.545616 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:38:55.545711 [ 253 ] {07f16d6d-88c8-4551-96b1-c9f7bae071f7} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:38:55.545753 [ 253 ] {07f16d6d-88c8-4551-96b1-c9f7bae071f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:38:55.546069 [ 253 ] {07f16d6d-88c8-4551-96b1-c9f7bae071f7} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:55.546104 [ 253 ] {07f16d6d-88c8-4551-96b1-c9f7bae071f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:55.546399 [ 253 ] {07f16d6d-88c8-4551-96b1-c9f7bae071f7} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 01:38:55.546596 [ 253 ] {07f16d6d-88c8-4551-96b1-c9f7bae071f7} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:38:55.546722 [ 253 ] {07f16d6d-88c8-4551-96b1-c9f7bae071f7} executeQuery: Read 12 rows, 848.00 B in 0.001028 sec., 11673.151750972762 rows/sec., 805.57 KiB/sec. 2026.03.18 01:38:55.546757 [ 253 ] {07f16d6d-88c8-4551-96b1-c9f7bae071f7} TCPHandler: Processed in 0.00119026 sec. 2026.03.18 01:38:57.199974 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7107 2026.03.18 01:38:57.200612 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:57.200650 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:57.201147 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 01:38:57.201383 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:38:57.201522 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7107 2026.03.18 01:38:57.596104 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.03.18 01:38:57.612826 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:38:57.612884 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:38:57.618283 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 01:38:57.618970 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:38:57.621831 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.03.18 01:39:00.547455 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:00.547753 [ 253 ] {698f0a7b-77b0-4d57-9dfc-56b7e3ff75ed} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:39:00.547857 [ 253 ] {698f0a7b-77b0-4d57-9dfc-56b7e3ff75ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:39:00.548822 [ 253 ] {698f0a7b-77b0-4d57-9dfc-56b7e3ff75ed} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:00.548869 [ 253 ] {698f0a7b-77b0-4d57-9dfc-56b7e3ff75ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:39:00.549247 [ 253 ] {698f0a7b-77b0-4d57-9dfc-56b7e3ff75ed} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 01:39:00.549468 [ 253 ] {698f0a7b-77b0-4d57-9dfc-56b7e3ff75ed} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:39:00.549624 [ 253 ] {698f0a7b-77b0-4d57-9dfc-56b7e3ff75ed} executeQuery: Read 108 rows, 9.31 KiB in 0.001946 sec., 55498.45837615622 rows/sec., 4.67 MiB/sec. 2026.03.18 01:39:00.549664 [ 253 ] {698f0a7b-77b0-4d57-9dfc-56b7e3ff75ed} TCPHandler: Processed in 0.002390949 sec. 2026.03.18 01:39:00.549785 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:00.549879 [ 253 ] {1cd89a62-df3f-41f8-bbe3-bcb188d647e2} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:39:00.549919 [ 253 ] {1cd89a62-df3f-41f8-bbe3-bcb188d647e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:39:00.550318 [ 253 ] {1cd89a62-df3f-41f8-bbe3-bcb188d647e2} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:00.550353 [ 253 ] {1cd89a62-df3f-41f8-bbe3-bcb188d647e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:39:00.550634 [ 253 ] {1cd89a62-df3f-41f8-bbe3-bcb188d647e2} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 01:39:00.550828 [ 253 ] {1cd89a62-df3f-41f8-bbe3-bcb188d647e2} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:39:00.550935 [ 109 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 01:39:00.550955 [ 253 ] {1cd89a62-df3f-41f8-bbe3-bcb188d647e2} executeQuery: Read 26 rows, 1.96 KiB in 0.001094 sec., 23765.99634369287 rows/sec., 1.75 MiB/sec. 2026.03.18 01:39:00.551004 [ 109 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:00.551013 [ 253 ] {1cd89a62-df3f-41f8-bbe3-bcb188d647e2} TCPHandler: Processed in 0.001275111 sec. 2026.03.18 01:39:00.551033 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:39:00.551136 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:00.551167 [ 191 ] {086d69c6-84cd-4e36-a86d-07643f589663::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.18 01:39:00.551233 [ 253 ] {ab711ff9-61a1-4906-925a-f75fdc339641} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:39:00.551276 [ 253 ] {ab711ff9-61a1-4906-925a-f75fdc339641} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:39:00.551317 [ 191 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:00.551358 [ 191 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 209 rows starting from the beginning of the part 2026.03.18 01:39:00.551431 [ 191 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part 2026.03.18 01:39:00.551480 [ 191 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 156 rows starting from the beginning of the part 2026.03.18 01:39:00.551529 [ 191 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part 2026.03.18 01:39:00.551569 [ 191 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 167 rows starting from the beginning of the part 2026.03.18 01:39:00.551611 [ 191 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part 2026.03.18 01:39:00.551702 [ 253 ] {ab711ff9-61a1-4906-925a-f75fdc339641} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:00.551741 [ 253 ] {ab711ff9-61a1-4906-925a-f75fdc339641} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:00.552050 [ 253 ] {ab711ff9-61a1-4906-925a-f75fdc339641} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 01:39:00.552266 [ 253 ] {ab711ff9-61a1-4906-925a-f75fdc339641} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:39:00.552395 [ 253 ] {ab711ff9-61a1-4906-925a-f75fdc339641} executeQuery: Read 90 rows, 7.20 KiB in 0.00118 sec., 76271.18644067796 rows/sec., 5.96 MiB/sec. 2026.03.18 01:39:00.552432 [ 253 ] {ab711ff9-61a1-4906-925a-f75fdc339641} TCPHandler: Processed in 0.001343632 sec. 2026.03.18 01:39:00.552507 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 5 columns (5 merged, 0 gathered) in 0.001398384 sec., 436217.8056957174 rows/sec., 29.15 MiB/sec. 2026.03.18 01:39:00.552545 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:00.552642 [ 253 ] {705516bb-6d94-4878-b766-49e308c3352e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:00.552686 [ 253 ] {705516bb-6d94-4878-b766-49e308c3352e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:39:00.552694 [ 186 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 01:39:00.553029 [ 186 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_16_3} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:39:00.553096 [ 253 ] {705516bb-6d94-4878-b766-49e308c3352e} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:00.553108 [ 186 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_16_3} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 01:39:00.553139 [ 253 ] {705516bb-6d94-4878-b766-49e308c3352e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:00.553216 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.18 01:39:00.553466 [ 253 ] {705516bb-6d94-4878-b766-49e308c3352e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 01:39:00.553672 [ 253 ] {705516bb-6d94-4878-b766-49e308c3352e} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:39:00.553799 [ 253 ] {705516bb-6d94-4878-b766-49e308c3352e} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2026.03.18 01:39:00.553835 [ 253 ] {705516bb-6d94-4878-b766-49e308c3352e} TCPHandler: Processed in 0.001337732 sec. 2026.03.18 01:39:00.553959 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:00.554087 [ 253 ] {62312931-bca4-469c-bfe9-39b59ebd8268} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:00.554159 [ 253 ] {62312931-bca4-469c-bfe9-39b59ebd8268} 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.18 01:39:00.555032 [ 253 ] {62312931-bca4-469c-bfe9-39b59ebd8268} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:00.555070 [ 253 ] {62312931-bca4-469c-bfe9-39b59ebd8268} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:39:00.555611 [ 253 ] {62312931-bca4-469c-bfe9-39b59ebd8268} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 01:39:00.555842 [ 253 ] {62312931-bca4-469c-bfe9-39b59ebd8268} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:39:00.555953 [ 109 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 01:39:00.555984 [ 253 ] {62312931-bca4-469c-bfe9-39b59ebd8268} executeQuery: Read 26 rows, 47.71 KiB in 0.001925 sec., 13506.493506493505 rows/sec., 24.20 MiB/sec. 2026.03.18 01:39:00.555991 [ 109 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:00.556027 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:39:00.556053 [ 253 ] {62312931-bca4-469c-bfe9-39b59ebd8268} TCPHandler: Processed in 0.002155066 sec. 2026.03.18 01:39:00.556103 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::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.18 01:39:00.556176 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:00.556275 [ 253 ] {b5559cf8-ea82-4737-af84-32d939f0a504} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:39:00.556317 [ 253 ] {b5559cf8-ea82-4737-af84-32d939f0a504} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:39:00.556327 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:00.556392 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 152 rows starting from the beginning of the part 2026.03.18 01:39:00.556524 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part 2026.03.18 01:39:00.556630 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part 2026.03.18 01:39:00.556664 [ 253 ] {b5559cf8-ea82-4737-af84-32d939f0a504} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:00.556730 [ 253 ] {b5559cf8-ea82-4737-af84-32d939f0a504} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:00.556734 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part 2026.03.18 01:39:00.556842 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 23 rows starting from the beginning of the part 2026.03.18 01:39:00.556940 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part 2026.03.18 01:39:00.557048 [ 253 ] {b5559cf8-ea82-4737-af84-32d939f0a504} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 01:39:00.557273 [ 253 ] {b5559cf8-ea82-4737-af84-32d939f0a504} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:39:00.557414 [ 253 ] {b5559cf8-ea82-4737-af84-32d939f0a504} executeQuery: Read 60 rows, 4.14 KiB in 0.001158 sec., 51813.47150259068 rows/sec., 3.49 MiB/sec. 2026.03.18 01:39:00.557453 [ 253 ] {b5559cf8-ea82-4737-af84-32d939f0a504} TCPHandler: Processed in 0.001327782 sec. 2026.03.18 01:39:00.559466 [ 186 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 267 rows, containing 19 columns (19 merged, 0 gathered) in 0.003400086 sec., 78527.4254827672 rows/sec., 140.72 MiB/sec. 2026.03.18 01:39:00.559951 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 01:39:00.560265 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_16_3} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:39:00.560337 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_16_3} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 01:39:00.560424 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.59 MiB. 2026.03.18 01:39:04.585039 [ 106 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:39:04.585101 [ 106 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:39:04.701670 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7555 2026.03.18 01:39:04.702180 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:04.702229 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:39:04.702731 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 01:39:04.702979 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:39:04.703118 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7555 2026.03.18 01:39:04.703150 [ 106 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 01:39:04.703221 [ 106 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:04.703244 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:39:04.703371 [ 195 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::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.18 01:39:04.703513 [ 195 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:04.703555 [ 195 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5187 rows starting from the beginning of the part 2026.03.18 01:39:04.703620 [ 195 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 448 rows starting from the beginning of the part 2026.03.18 01:39:04.703663 [ 195 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 512 rows starting from the beginning of the part 2026.03.18 01:39:04.703707 [ 195 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 448 rows starting from the beginning of the part 2026.03.18 01:39:04.703743 [ 195 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 512 rows starting from the beginning of the part 2026.03.18 01:39:04.703784 [ 195 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 448 rows starting from the beginning of the part 2026.03.18 01:39:04.705266 [ 191 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7555 rows, containing 4 columns (4 merged, 0 gathered) in 0.001952173 sec., 3870046.3534737956 rows/sec., 55.36 MiB/sec. 2026.03.18 01:39:04.705710 [ 195 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 01:39:04.705967 [ 195 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_16_3} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:39:04.706038 [ 195 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_16_3} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 01:39:04.706109 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. 2026.03.18 01:39:04.735666 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 562 2026.03.18 01:39:04.737668 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:04.737718 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:39:04.738891 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 01:39:04.739159 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:39:04.739311 [ 104 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 01:39:04.739362 [ 104 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:04.739381 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:39:04.739427 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 562 2026.03.18 01:39:04.739496 [ 208 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::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.18 01:39:04.740070 [ 208 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:04.740264 [ 208 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 358 rows starting from the beginning of the part 2026.03.18 01:39:04.740653 [ 208 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 68 rows starting from the beginning of the part 2026.03.18 01:39:04.741022 [ 208 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 22 rows starting from the beginning of the part 2026.03.18 01:39:04.741385 [ 208 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part 2026.03.18 01:39:04.741735 [ 208 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::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.18 01:39:04.742103 [ 208 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part 2026.03.18 01:39:04.748889 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 562 rows, containing 72 columns (72 merged, 0 gathered) in 0.009447777 sec., 59484.892583726316 rows/sec., 53.12 MiB/sec. 2026.03.18 01:39:04.750138 [ 191 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 01:39:04.750863 [ 191 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_11_2} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:39:04.750983 [ 191 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_11_2} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 01:39:04.751290 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.87 MiB. 2026.03.18 01:39:05.001285 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000945666 sec. 2026.03.18 01:39:05.121967 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.03.18 01:39:05.138980 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:05.139028 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:39:05.145268 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 01:39:05.146000 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:39:05.146260 [ 104 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 01:39:05.146300 [ 104 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:05.146324 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:39:05.146455 [ 202 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:39:05.148944 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.03.18 01:39:05.149695 [ 202 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:05.151081 [ 202 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:39:05.155795 [ 202 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:39:05.159881 [ 202 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:39:05.164201 [ 202 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:39:05.168589 [ 202 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:39:05.172952 [ 202 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:39:05.225794 [ 195 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.07940456 sec., 1523.8419556760973 rows/sec., 7.88 MiB/sec. 2026.03.18 01:39:05.228560 [ 201 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 01:39:05.230818 [ 201 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_16_3} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:39:05.230946 [ 201 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_16_3} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 01:39:05.234011 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.03.18 01:39:05.359522 [ 104 ] {} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2026.03.18 01:39:05.359599 [ 104 ] {} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:05.359634 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2026.03.18 01:39:05.359820 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::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.18 01:39:05.359979 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:05.360020 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2026.03.18 01:39:05.360088 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.03.18 01:39:05.360132 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.03.18 01:39:05.360175 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.03.18 01:39:05.360212 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2026.03.18 01:39:05.361000 [ 201 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.001274081 sec., 47092.767257340776 rows/sec., 2.40 MiB/sec. 2026.03.18 01:39:05.361136 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.18 01:39:05.361387 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_10_2} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:39:05.361455 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_10_2} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2026.03.18 01:39:05.361524 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.18 01:39:05.548865 [ 103 ] {} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.18 01:39:05.548948 [ 103 ] {} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:05.548969 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:05.549081 [ 187 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::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.18 01:39:05.549216 [ 187 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:05.549250 [ 187 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2026.03.18 01:39:05.549317 [ 187 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::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.18 01:39:05.549363 [ 187 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.03.18 01:39:05.549405 [ 187 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part 2026.03.18 01:39:05.549443 [ 187 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2026.03.18 01:39:05.550275 [ 194 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.001240891 sec., 24176.176634369982 rows/sec., 2.02 MiB/sec. 2026.03.18 01:39:05.550458 [ 194 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.18 01:39:05.550773 [ 194 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_5_1} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:39:05.550852 [ 194 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_5_1} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.18 01:39:05.550945 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.18 01:39:05.554126 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:05.554309 [ 253 ] {c444c8bc-4001-4365-a408-aa02acc480bd} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:39:05.554379 [ 253 ] {c444c8bc-4001-4365-a408-aa02acc480bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:39:05.555146 [ 253 ] {c444c8bc-4001-4365-a408-aa02acc480bd} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:05.555184 [ 253 ] {c444c8bc-4001-4365-a408-aa02acc480bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:05.555616 [ 253 ] {c444c8bc-4001-4365-a408-aa02acc480bd} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 01:39:05.555874 [ 253 ] {c444c8bc-4001-4365-a408-aa02acc480bd} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:39:05.556030 [ 253 ] {c444c8bc-4001-4365-a408-aa02acc480bd} executeQuery: Read 284 rows, 18.47 KiB in 0.001774 sec., 160090.1916572717 rows/sec., 10.17 MiB/sec. 2026.03.18 01:39:05.556074 [ 253 ] {c444c8bc-4001-4365-a408-aa02acc480bd} TCPHandler: Processed in 0.002082265 sec. 2026.03.18 01:39:05.556206 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:05.556304 [ 253 ] {306312b6-5eb2-43cf-86ea-dda4bbef5ab7} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:39:05.556344 [ 253 ] {306312b6-5eb2-43cf-86ea-dda4bbef5ab7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:39:05.557144 [ 253 ] {306312b6-5eb2-43cf-86ea-dda4bbef5ab7} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:05.557180 [ 253 ] {306312b6-5eb2-43cf-86ea-dda4bbef5ab7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:05.557585 [ 253 ] {306312b6-5eb2-43cf-86ea-dda4bbef5ab7} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 01:39:05.557810 [ 253 ] {306312b6-5eb2-43cf-86ea-dda4bbef5ab7} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:39:05.557944 [ 253 ] {306312b6-5eb2-43cf-86ea-dda4bbef5ab7} executeQuery: Read 825 rows, 66.29 KiB in 0.00166 sec., 496987.9518072289 rows/sec., 39.00 MiB/sec. 2026.03.18 01:39:05.557982 [ 253 ] {306312b6-5eb2-43cf-86ea-dda4bbef5ab7} TCPHandler: Processed in 0.001826 sec. 2026.03.18 01:39:05.558096 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:05.558193 [ 253 ] {786e1eee-16c9-4546-b14b-b9b3dc79395c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:39:05.558233 [ 253 ] {786e1eee-16c9-4546-b14b-b9b3dc79395c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:39:05.558683 [ 253 ] {786e1eee-16c9-4546-b14b-b9b3dc79395c} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:05.558718 [ 253 ] {786e1eee-16c9-4546-b14b-b9b3dc79395c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:05.559039 [ 253 ] {786e1eee-16c9-4546-b14b-b9b3dc79395c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 01:39:05.559283 [ 253 ] {786e1eee-16c9-4546-b14b-b9b3dc79395c} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:39:05.559410 [ 253 ] {786e1eee-16c9-4546-b14b-b9b3dc79395c} executeQuery: Read 156 rows, 9.59 KiB in 0.001237 sec., 126111.56022635408 rows/sec., 7.57 MiB/sec. 2026.03.18 01:39:05.559449 [ 253 ] {786e1eee-16c9-4546-b14b-b9b3dc79395c} TCPHandler: Processed in 0.001401933 sec. 2026.03.18 01:39:05.559566 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:05.559660 [ 253 ] {d3083ec1-405c-4ae3-8652-55e6ae2139f9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:39:05.559700 [ 253 ] {d3083ec1-405c-4ae3-8652-55e6ae2139f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:39:05.560134 [ 253 ] {d3083ec1-405c-4ae3-8652-55e6ae2139f9} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:05.560170 [ 253 ] {d3083ec1-405c-4ae3-8652-55e6ae2139f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:05.560485 [ 253 ] {d3083ec1-405c-4ae3-8652-55e6ae2139f9} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 01:39:05.560700 [ 253 ] {d3083ec1-405c-4ae3-8652-55e6ae2139f9} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:39:05.560800 [ 103 ] {} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 01:39:05.560834 [ 253 ] {d3083ec1-405c-4ae3-8652-55e6ae2139f9} executeQuery: Read 149 rows, 9.86 KiB in 0.001193 sec., 124895.22212908634 rows/sec., 8.07 MiB/sec. 2026.03.18 01:39:05.560835 [ 103 ] {} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:05.560866 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:05.560871 [ 253 ] {d3083ec1-405c-4ae3-8652-55e6ae2139f9} TCPHandler: Processed in 0.001355133 sec. 2026.03.18 01:39:05.560953 [ 187 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::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.18 01:39:05.560988 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:05.561068 [ 187 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:05.561087 [ 253 ] {a8f33347-6598-43d1-ac44-509680b15d36} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:39:05.561102 [ 187 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 857 rows starting from the beginning of the part 2026.03.18 01:39:05.561147 [ 253 ] {a8f33347-6598-43d1-ac44-509680b15d36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:39:05.561173 [ 187 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 857 rows starting from the beginning of the part 2026.03.18 01:39:05.561222 [ 187 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 149 rows starting from the beginning of the part 2026.03.18 01:39:05.561266 [ 187 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 149 rows starting from the beginning of the part 2026.03.18 01:39:05.561307 [ 187 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 857 rows starting from the beginning of the part 2026.03.18 01:39:05.561347 [ 187 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 149 rows starting from the beginning of the part 2026.03.18 01:39:05.561595 [ 253 ] {a8f33347-6598-43d1-ac44-509680b15d36} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:05.561637 [ 253 ] {a8f33347-6598-43d1-ac44-509680b15d36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:05.562174 [ 253 ] {a8f33347-6598-43d1-ac44-509680b15d36} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 01:39:05.562399 [ 253 ] {a8f33347-6598-43d1-ac44-509680b15d36} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:39:05.562546 [ 253 ] {a8f33347-6598-43d1-ac44-509680b15d36} executeQuery: Read 148 rows, 8.62 KiB in 0.001477 sec., 100203.1144211239 rows/sec., 5.70 MiB/sec. 2026.03.18 01:39:05.562584 [ 253 ] {a8f33347-6598-43d1-ac44-509680b15d36} TCPHandler: Processed in 0.001645387 sec. 2026.03.18 01:39:05.562673 [ 201 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3018 rows, containing 5 columns (5 merged, 0 gathered) in 0.001755749 sec., 1718924.515975803 rows/sec., 110.02 MiB/sec. 2026.03.18 01:39:05.562696 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:05.562810 [ 253 ] {8d7ab12c-121b-4ba0-83c5-399f2c674ebc} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:39:05.562851 [ 253 ] {8d7ab12c-121b-4ba0-83c5-399f2c674ebc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:39:05.562927 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 01:39:05.563228 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_11_2} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:39:05.563318 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_11_2} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 01:39:05.563403 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.03.18 01:39:05.563455 [ 253 ] {8d7ab12c-121b-4ba0-83c5-399f2c674ebc} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:05.563491 [ 253 ] {8d7ab12c-121b-4ba0-83c5-399f2c674ebc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:05.563838 [ 253 ] {8d7ab12c-121b-4ba0-83c5-399f2c674ebc} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 01:39:05.564069 [ 253 ] {8d7ab12c-121b-4ba0-83c5-399f2c674ebc} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:39:05.564197 [ 253 ] {8d7ab12c-121b-4ba0-83c5-399f2c674ebc} executeQuery: Read 504 rows, 36.30 KiB in 0.001405 sec., 358718.86120996444 rows/sec., 25.23 MiB/sec. 2026.03.18 01:39:05.564235 [ 253 ] {8d7ab12c-121b-4ba0-83c5-399f2c674ebc} TCPHandler: Processed in 0.001589447 sec. 2026.03.18 01:39:05.564343 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:05.564439 [ 253 ] {f5b57513-a140-4de5-99d3-503182f98a2c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:39:05.564480 [ 253 ] {f5b57513-a140-4de5-99d3-503182f98a2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:39:05.564828 [ 253 ] {f5b57513-a140-4de5-99d3-503182f98a2c} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:05.564864 [ 253 ] {f5b57513-a140-4de5-99d3-503182f98a2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:05.565185 [ 253 ] {f5b57513-a140-4de5-99d3-503182f98a2c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 01:39:05.565396 [ 253 ] {f5b57513-a140-4de5-99d3-503182f98a2c} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:39:05.565536 [ 253 ] {f5b57513-a140-4de5-99d3-503182f98a2c} executeQuery: Read 6 rows, 321.00 B in 0.001116 sec., 5376.344086021505 rows/sec., 280.89 KiB/sec. 2026.03.18 01:39:05.565572 [ 253 ] {f5b57513-a140-4de5-99d3-503182f98a2c} TCPHandler: Processed in 0.001279351 sec. 2026.03.18 01:39:05.565686 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:05.565781 [ 253 ] {b6f1f31b-8ca9-4d49-80b0-1794ca510e20} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:05.565823 [ 253 ] {b6f1f31b-8ca9-4d49-80b0-1794ca510e20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:39:05.566232 [ 253 ] {b6f1f31b-8ca9-4d49-80b0-1794ca510e20} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:05.566267 [ 253 ] {b6f1f31b-8ca9-4d49-80b0-1794ca510e20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:05.566632 [ 253 ] {b6f1f31b-8ca9-4d49-80b0-1794ca510e20} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 01:39:05.566860 [ 253 ] {b6f1f31b-8ca9-4d49-80b0-1794ca510e20} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:39:05.566988 [ 253 ] {b6f1f31b-8ca9-4d49-80b0-1794ca510e20} executeQuery: Read 265 rows, 18.03 KiB in 0.001226 sec., 216150.0815660685 rows/sec., 14.36 MiB/sec. 2026.03.18 01:39:05.567023 [ 253 ] {b6f1f31b-8ca9-4d49-80b0-1794ca510e20} TCPHandler: Processed in 0.001387753 sec. 2026.03.18 01:39:05.567136 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:05.567232 [ 253 ] {9855935b-0452-4dea-840e-161ce7cea132} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:39:05.567273 [ 253 ] {9855935b-0452-4dea-840e-161ce7cea132} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:39:05.567583 [ 253 ] {9855935b-0452-4dea-840e-161ce7cea132} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:05.567618 [ 253 ] {9855935b-0452-4dea-840e-161ce7cea132} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:05.567935 [ 253 ] {9855935b-0452-4dea-840e-161ce7cea132} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 01:39:05.568150 [ 253 ] {9855935b-0452-4dea-840e-161ce7cea132} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:39:05.568291 [ 253 ] {9855935b-0452-4dea-840e-161ce7cea132} executeQuery: Read 1 rows, 69.00 B in 0.001077 sec., 928.5051067780872 rows/sec., 62.57 KiB/sec. 2026.03.18 01:39:05.568327 [ 253 ] {9855935b-0452-4dea-840e-161ce7cea132} TCPHandler: Processed in 0.001240301 sec. 2026.03.18 01:39:05.568430 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:05.568522 [ 253 ] {d408ee39-49e7-404b-a8db-7242991478b2} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:05.568576 [ 253 ] {d408ee39-49e7-404b-a8db-7242991478b2} 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.18 01:39:05.569352 [ 253 ] {d408ee39-49e7-404b-a8db-7242991478b2} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:05.569387 [ 253 ] {d408ee39-49e7-404b-a8db-7242991478b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:05.569930 [ 253 ] {d408ee39-49e7-404b-a8db-7242991478b2} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 01:39:05.570147 [ 253 ] {d408ee39-49e7-404b-a8db-7242991478b2} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:39:05.570284 [ 253 ] {d408ee39-49e7-404b-a8db-7242991478b2} executeQuery: Read 14 rows, 25.69 KiB in 0.00178 sec., 7865.168539325843 rows/sec., 14.09 MiB/sec. 2026.03.18 01:39:05.570337 [ 253 ] {d408ee39-49e7-404b-a8db-7242991478b2} TCPHandler: Processed in 0.001956622 sec. 2026.03.18 01:39:05.570451 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:05.570548 [ 253 ] {562af288-e327-493c-99c7-8132bd0b8df9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:39:05.570589 [ 253 ] {562af288-e327-493c-99c7-8132bd0b8df9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:39:05.570919 [ 253 ] {562af288-e327-493c-99c7-8132bd0b8df9} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:05.570955 [ 253 ] {562af288-e327-493c-99c7-8132bd0b8df9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:05.571269 [ 253 ] {562af288-e327-493c-99c7-8132bd0b8df9} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 01:39:05.571481 [ 253 ] {562af288-e327-493c-99c7-8132bd0b8df9} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:39:05.571608 [ 253 ] {562af288-e327-493c-99c7-8132bd0b8df9} executeQuery: Read 90 rows, 5.77 KiB in 0.001087 sec., 82796.6881324747 rows/sec., 5.18 MiB/sec. 2026.03.18 01:39:05.571643 [ 253 ] {562af288-e327-493c-99c7-8132bd0b8df9} TCPHandler: Processed in 0.001250841 sec. 2026.03.18 01:39:06.000196 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 231.45 MiB, peak 240.51 MiB, free memory in arenas 0.00 B, will set to 238.41 MiB (RSS), difference: 6.96 MiB 2026.03.18 01:39:10.547364 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:10.547579 [ 253 ] {e8b9f34c-0576-4b0e-b964-87c6dc077970} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:39:10.547653 [ 253 ] {e8b9f34c-0576-4b0e-b964-87c6dc077970} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:39:10.548325 [ 253 ] {e8b9f34c-0576-4b0e-b964-87c6dc077970} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:10.548373 [ 253 ] {e8b9f34c-0576-4b0e-b964-87c6dc077970} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:10.548790 [ 253 ] {e8b9f34c-0576-4b0e-b964-87c6dc077970} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 01:39:10.549008 [ 253 ] {e8b9f34c-0576-4b0e-b964-87c6dc077970} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:39:10.549164 [ 253 ] {e8b9f34c-0576-4b0e-b964-87c6dc077970} executeQuery: Read 2 rows, 167.00 B in 0.001639 sec., 1220.2562538133006 rows/sec., 99.50 KiB/sec. 2026.03.18 01:39:10.549213 [ 253 ] {e8b9f34c-0576-4b0e-b964-87c6dc077970} TCPHandler: Processed in 0.001983963 sec. 2026.03.18 01:39:10.549336 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:10.549439 [ 253 ] {d1754156-bd5b-4c7f-abaa-2d66ef57f60d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:39:10.549481 [ 253 ] {d1754156-bd5b-4c7f-abaa-2d66ef57f60d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:39:10.549956 [ 253 ] {d1754156-bd5b-4c7f-abaa-2d66ef57f60d} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:10.549993 [ 253 ] {d1754156-bd5b-4c7f-abaa-2d66ef57f60d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:10.550330 [ 253 ] {d1754156-bd5b-4c7f-abaa-2d66ef57f60d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 01:39:10.550541 [ 253 ] {d1754156-bd5b-4c7f-abaa-2d66ef57f60d} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:39:10.550681 [ 253 ] {d1754156-bd5b-4c7f-abaa-2d66ef57f60d} executeQuery: Read 109 rows, 9.38 KiB in 0.001266 sec., 86097.94628751975 rows/sec., 7.23 MiB/sec. 2026.03.18 01:39:10.550719 [ 253 ] {d1754156-bd5b-4c7f-abaa-2d66ef57f60d} TCPHandler: Processed in 0.001435684 sec. 2026.03.18 01:39:10.550833 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:10.550928 [ 253 ] {bc616bdc-a640-4618-abea-d772504c90f1} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:39:10.550968 [ 253 ] {bc616bdc-a640-4618-abea-d772504c90f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:39:10.551370 [ 253 ] {bc616bdc-a640-4618-abea-d772504c90f1} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:10.551406 [ 253 ] {bc616bdc-a640-4618-abea-d772504c90f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:10.551711 [ 253 ] {bc616bdc-a640-4618-abea-d772504c90f1} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 01:39:10.551909 [ 253 ] {bc616bdc-a640-4618-abea-d772504c90f1} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:39:10.552044 [ 253 ] {bc616bdc-a640-4618-abea-d772504c90f1} executeQuery: Read 28 rows, 2.09 KiB in 0.001136 sec., 24647.88732394366 rows/sec., 1.80 MiB/sec. 2026.03.18 01:39:10.552081 [ 253 ] {bc616bdc-a640-4618-abea-d772504c90f1} TCPHandler: Processed in 0.001298542 sec. 2026.03.18 01:39:10.552183 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:10.552275 [ 253 ] {41a51227-8846-4bae-aed7-daefdbc0a190} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:39:10.552315 [ 253 ] {41a51227-8846-4bae-aed7-daefdbc0a190} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:39:10.552730 [ 253 ] {41a51227-8846-4bae-aed7-daefdbc0a190} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:10.552764 [ 253 ] {41a51227-8846-4bae-aed7-daefdbc0a190} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:10.553098 [ 253 ] {41a51227-8846-4bae-aed7-daefdbc0a190} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 01:39:10.553301 [ 253 ] {41a51227-8846-4bae-aed7-daefdbc0a190} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:39:10.553435 [ 253 ] {41a51227-8846-4bae-aed7-daefdbc0a190} executeQuery: Read 92 rows, 7.36 KiB in 0.001177 sec., 78164.82582837723 rows/sec., 6.11 MiB/sec. 2026.03.18 01:39:10.553472 [ 253 ] {41a51227-8846-4bae-aed7-daefdbc0a190} TCPHandler: Processed in 0.001338522 sec. 2026.03.18 01:39:10.553588 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:10.553684 [ 253 ] {669f66fa-4c8d-4ce9-ae36-3c7eb66a71ee} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:10.553726 [ 253 ] {669f66fa-4c8d-4ce9-ae36-3c7eb66a71ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:39:10.554115 [ 253 ] {669f66fa-4c8d-4ce9-ae36-3c7eb66a71ee} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:10.554151 [ 253 ] {669f66fa-4c8d-4ce9-ae36-3c7eb66a71ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:10.554479 [ 253 ] {669f66fa-4c8d-4ce9-ae36-3c7eb66a71ee} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 01:39:10.554681 [ 253 ] {669f66fa-4c8d-4ce9-ae36-3c7eb66a71ee} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:39:10.554813 [ 253 ] {669f66fa-4c8d-4ce9-ae36-3c7eb66a71ee} executeQuery: Read 161 rows, 11.48 KiB in 0.001146 sec., 140488.65619546248 rows/sec., 9.78 MiB/sec. 2026.03.18 01:39:10.554849 [ 253 ] {669f66fa-4c8d-4ce9-ae36-3c7eb66a71ee} TCPHandler: Processed in 0.001315721 sec. 2026.03.18 01:39:10.554952 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:10.555045 [ 253 ] {22d2841f-929f-401c-b9f2-6426764f4428} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:10.555098 [ 253 ] {22d2841f-929f-401c-b9f2-6426764f4428} 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.18 01:39:10.555892 [ 253 ] {22d2841f-929f-401c-b9f2-6426764f4428} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:10.555928 [ 253 ] {22d2841f-929f-401c-b9f2-6426764f4428} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:10.556461 [ 253 ] {22d2841f-929f-401c-b9f2-6426764f4428} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 01:39:10.556675 [ 253 ] {22d2841f-929f-401c-b9f2-6426764f4428} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:39:10.556814 [ 253 ] {22d2841f-929f-401c-b9f2-6426764f4428} executeQuery: Read 26 rows, 47.71 KiB in 0.001787 sec., 14549.52434247342 rows/sec., 26.07 MiB/sec. 2026.03.18 01:39:10.556866 [ 253 ] {22d2841f-929f-401c-b9f2-6426764f4428} TCPHandler: Processed in 0.001962623 sec. 2026.03.18 01:39:10.556979 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:10.557074 [ 253 ] {fff96405-4094-490a-8ac4-cbc224f1e725} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:39:10.557115 [ 253 ] {fff96405-4094-490a-8ac4-cbc224f1e725} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:39:10.557445 [ 253 ] {fff96405-4094-490a-8ac4-cbc224f1e725} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:10.557480 [ 253 ] {fff96405-4094-490a-8ac4-cbc224f1e725} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:10.557797 [ 253 ] {fff96405-4094-490a-8ac4-cbc224f1e725} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 01:39:10.558005 [ 253 ] {fff96405-4094-490a-8ac4-cbc224f1e725} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:39:10.558134 [ 253 ] {fff96405-4094-490a-8ac4-cbc224f1e725} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2026.03.18 01:39:10.558169 [ 253 ] {fff96405-4094-490a-8ac4-cbc224f1e725} TCPHandler: Processed in 0.001239611 sec. 2026.03.18 01:39:12.203311 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8067 2026.03.18 01:39:12.203830 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:12.203875 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:12.204439 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 01:39:12.204663 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:39:12.204802 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8067 2026.03.18 01:39:12.649130 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 2026.03.18 01:39:12.664897 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:12.664950 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:12.671010 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 01:39:12.671722 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:39:12.674281 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 129 2026.03.18 01:39:13.000221 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 239.02 MiB, peak 243.02 MiB, free memory in arenas 0.00 B, will set to 240.30 MiB (RSS), difference: 1.27 MiB 2026.03.18 01:39:14.739687 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 598 2026.03.18 01:39:14.742145 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:14.742203 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:14.743642 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 01:39:14.743932 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:39:14.744217 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 598 2026.03.18 01:39:15.554698 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:15.554898 [ 253 ] {d81e5bd6-4f4d-48f9-b46c-8eb3c221de0d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:39:15.554966 [ 253 ] {d81e5bd6-4f4d-48f9-b46c-8eb3c221de0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:39:15.555777 [ 253 ] {d81e5bd6-4f4d-48f9-b46c-8eb3c221de0d} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:15.555830 [ 253 ] {d81e5bd6-4f4d-48f9-b46c-8eb3c221de0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:15.556277 [ 253 ] {d81e5bd6-4f4d-48f9-b46c-8eb3c221de0d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 01:39:15.556526 [ 253 ] {d81e5bd6-4f4d-48f9-b46c-8eb3c221de0d} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:39:15.556688 [ 253 ] {d81e5bd6-4f4d-48f9-b46c-8eb3c221de0d} executeQuery: Read 284 rows, 18.47 KiB in 0.001842 sec., 154180.23887079261 rows/sec., 9.79 MiB/sec. 2026.03.18 01:39:15.556742 [ 253 ] {d81e5bd6-4f4d-48f9-b46c-8eb3c221de0d} TCPHandler: Processed in 0.002172226 sec. 2026.03.18 01:39:15.556876 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:15.556981 [ 253 ] {e2d83d66-05fd-45cd-8e95-6e7f6a49317e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:39:15.557026 [ 253 ] {e2d83d66-05fd-45cd-8e95-6e7f6a49317e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:39:15.557879 [ 253 ] {e2d83d66-05fd-45cd-8e95-6e7f6a49317e} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:15.557918 [ 253 ] {e2d83d66-05fd-45cd-8e95-6e7f6a49317e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:15.558309 [ 253 ] {e2d83d66-05fd-45cd-8e95-6e7f6a49317e} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 01:39:15.558535 [ 253 ] {e2d83d66-05fd-45cd-8e95-6e7f6a49317e} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:39:15.558665 [ 90 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 01:39:15.558679 [ 253 ] {e2d83d66-05fd-45cd-8e95-6e7f6a49317e} executeQuery: Read 825 rows, 66.29 KiB in 0.001722 sec., 479094.07665505225 rows/sec., 37.59 MiB/sec. 2026.03.18 01:39:15.558745 [ 90 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:15.558763 [ 253 ] {e2d83d66-05fd-45cd-8e95-6e7f6a49317e} TCPHandler: Processed in 0.001940602 sec. 2026.03.18 01:39:15.558773 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:15.558917 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:15.558944 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::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.18 01:39:15.559029 [ 253 ] {58c33ed0-05ec-4a14-9e8a-4aadb1358c2d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:39:15.559079 [ 253 ] {58c33ed0-05ec-4a14-9e8a-4aadb1358c2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:39:15.559122 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:15.559176 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2766 rows starting from the beginning of the part 2026.03.18 01:39:15.559266 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part 2026.03.18 01:39:15.559333 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 108 rows starting from the beginning of the part 2026.03.18 01:39:15.559381 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 825 rows starting from the beginning of the part 2026.03.18 01:39:15.559422 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 109 rows starting from the beginning of the part 2026.03.18 01:39:15.559460 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 825 rows starting from the beginning of the part 2026.03.18 01:39:15.559553 [ 253 ] {58c33ed0-05ec-4a14-9e8a-4aadb1358c2d} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:15.559595 [ 253 ] {58c33ed0-05ec-4a14-9e8a-4aadb1358c2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:15.560021 [ 253 ] {58c33ed0-05ec-4a14-9e8a-4aadb1358c2d} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 01:39:15.560269 [ 253 ] {58c33ed0-05ec-4a14-9e8a-4aadb1358c2d} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:39:15.560409 [ 253 ] {58c33ed0-05ec-4a14-9e8a-4aadb1358c2d} executeQuery: Read 156 rows, 9.59 KiB in 0.001403 sec., 111190.30648610121 rows/sec., 6.68 MiB/sec. 2026.03.18 01:39:15.560449 [ 253 ] {58c33ed0-05ec-4a14-9e8a-4aadb1358c2d} TCPHandler: Processed in 0.001593436 sec. 2026.03.18 01:39:15.560576 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:15.560675 [ 253 ] {584a1c43-4175-4091-b1fc-00c51ae0623f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:39:15.560716 [ 253 ] {584a1c43-4175-4091-b1fc-00c51ae0623f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:39:15.561172 [ 253 ] {584a1c43-4175-4091-b1fc-00c51ae0623f} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:15.561215 [ 253 ] {584a1c43-4175-4091-b1fc-00c51ae0623f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:15.561549 [ 253 ] {584a1c43-4175-4091-b1fc-00c51ae0623f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 01:39:15.561574 [ 201 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 4689 rows, containing 5 columns (5 merged, 0 gathered) in 0.002707245 sec., 1732019.0821296189 rows/sec., 140.88 MiB/sec. 2026.03.18 01:39:15.561775 [ 253 ] {584a1c43-4175-4091-b1fc-00c51ae0623f} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:39:15.561911 [ 253 ] {584a1c43-4175-4091-b1fc-00c51ae0623f} executeQuery: Read 149 rows, 9.86 KiB in 0.001257 sec., 118536.19729514717 rows/sec., 7.66 MiB/sec. 2026.03.18 01:39:15.561951 [ 253 ] {584a1c43-4175-4091-b1fc-00c51ae0623f} TCPHandler: Processed in 0.001425023 sec. 2026.03.18 01:39:15.562001 [ 201 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 01:39:15.562070 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:15.562174 [ 253 ] {804fe4ce-80a2-4017-8906-3fe48781b66b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:39:15.562220 [ 253 ] {804fe4ce-80a2-4017-8906-3fe48781b66b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:39:15.562313 [ 201 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_26_5} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:39:15.562395 [ 201 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_26_5} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 01:39:15.562497 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2026.03.18 01:39:15.562679 [ 253 ] {804fe4ce-80a2-4017-8906-3fe48781b66b} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:15.562719 [ 253 ] {804fe4ce-80a2-4017-8906-3fe48781b66b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:15.563034 [ 253 ] {804fe4ce-80a2-4017-8906-3fe48781b66b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 01:39:15.563244 [ 253 ] {804fe4ce-80a2-4017-8906-3fe48781b66b} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:39:15.563373 [ 253 ] {804fe4ce-80a2-4017-8906-3fe48781b66b} executeQuery: Read 148 rows, 8.62 KiB in 0.001218 sec., 121510.67323481117 rows/sec., 6.91 MiB/sec. 2026.03.18 01:39:15.563412 [ 253 ] {804fe4ce-80a2-4017-8906-3fe48781b66b} TCPHandler: Processed in 0.001392654 sec. 2026.03.18 01:39:15.563534 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:15.563633 [ 253 ] {3c6198d8-dc3a-4e2e-b3ae-96f7c44623f8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:39:15.563675 [ 253 ] {3c6198d8-dc3a-4e2e-b3ae-96f7c44623f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:39:15.564297 [ 253 ] {3c6198d8-dc3a-4e2e-b3ae-96f7c44623f8} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:15.564335 [ 253 ] {3c6198d8-dc3a-4e2e-b3ae-96f7c44623f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:15.564696 [ 253 ] {3c6198d8-dc3a-4e2e-b3ae-96f7c44623f8} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 01:39:15.564927 [ 253 ] {3c6198d8-dc3a-4e2e-b3ae-96f7c44623f8} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:39:15.565063 [ 253 ] {3c6198d8-dc3a-4e2e-b3ae-96f7c44623f8} executeQuery: Read 504 rows, 36.30 KiB in 0.001449 sec., 347826.0869565217 rows/sec., 24.46 MiB/sec. 2026.03.18 01:39:15.565087 [ 89 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 01:39:15.565102 [ 253 ] {3c6198d8-dc3a-4e2e-b3ae-96f7c44623f8} TCPHandler: Processed in 0.001618137 sec. 2026.03.18 01:39:15.565156 [ 89 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:15.565187 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:15.565245 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:15.565278 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::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.18 01:39:15.565345 [ 253 ] {d623e765-3d3d-4f60-b503-87bc225971bd} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:39:15.565391 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:15.565392 [ 253 ] {d623e765-3d3d-4f60-b503-87bc225971bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:39:15.565431 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1511 rows starting from the beginning of the part 2026.03.18 01:39:15.565497 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part 2026.03.18 01:39:15.565545 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 90 rows starting from the beginning of the part 2026.03.18 01:39:15.565584 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 504 rows starting from the beginning of the part 2026.03.18 01:39:15.565623 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 92 rows starting from the beginning of the part 2026.03.18 01:39:15.565666 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 504 rows starting from the beginning of the part 2026.03.18 01:39:15.565780 [ 253 ] {d623e765-3d3d-4f60-b503-87bc225971bd} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:15.565824 [ 253 ] {d623e765-3d3d-4f60-b503-87bc225971bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:15.566171 [ 253 ] {d623e765-3d3d-4f60-b503-87bc225971bd} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 01:39:15.566396 [ 253 ] {d623e765-3d3d-4f60-b503-87bc225971bd} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:39:15.566534 [ 253 ] {d623e765-3d3d-4f60-b503-87bc225971bd} executeQuery: Read 6 rows, 321.00 B in 0.001206 sec., 4975.124378109453 rows/sec., 259.93 KiB/sec. 2026.03.18 01:39:15.566578 [ 253 ] {d623e765-3d3d-4f60-b503-87bc225971bd} TCPHandler: Processed in 0.001382283 sec. 2026.03.18 01:39:15.566699 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:15.566793 [ 253 ] {f419aed4-4b50-4343-9523-d72b0331ccd3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:15.566840 [ 253 ] {f419aed4-4b50-4343-9523-d72b0331ccd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:39:15.566917 [ 201 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2765 rows, containing 5 columns (5 merged, 0 gathered) in 0.001677118 sec., 1648661.5730079815 rows/sec., 122.46 MiB/sec. 2026.03.18 01:39:15.567139 [ 189 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 01:39:15.567271 [ 253 ] {f419aed4-4b50-4343-9523-d72b0331ccd3} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:15.567307 [ 253 ] {f419aed4-4b50-4343-9523-d72b0331ccd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:15.567426 [ 189 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_26_5} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:39:15.567499 [ 189 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_26_5} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 01:39:15.567584 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.03.18 01:39:15.567679 [ 253 ] {f419aed4-4b50-4343-9523-d72b0331ccd3} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 01:39:15.567897 [ 253 ] {f419aed4-4b50-4343-9523-d72b0331ccd3} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:39:15.568009 [ 89 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 01:39:15.568025 [ 253 ] {f419aed4-4b50-4343-9523-d72b0331ccd3} executeQuery: Read 265 rows, 18.03 KiB in 0.00125 sec., 212000 rows/sec., 14.09 MiB/sec. 2026.03.18 01:39:15.568052 [ 89 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:15.568073 [ 253 ] {f419aed4-4b50-4343-9523-d72b0331ccd3} TCPHandler: Processed in 0.001424264 sec. 2026.03.18 01:39:15.568075 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:15.568171 [ 187 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:39:15.568207 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:15.568276 [ 187 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:15.568308 [ 253 ] {33d7c399-9c76-4c57-b2e3-4e9bb514db99} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:39:15.568309 [ 187 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 8597 rows starting from the beginning of the part 2026.03.18 01:39:15.568357 [ 253 ] {33d7c399-9c76-4c57-b2e3-4e9bb514db99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:39:15.568380 [ 187 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part 2026.03.18 01:39:15.568424 [ 187 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part 2026.03.18 01:39:15.568459 [ 187 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 265 rows starting from the beginning of the part 2026.03.18 01:39:15.568499 [ 187 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 161 rows starting from the beginning of the part 2026.03.18 01:39:15.568533 [ 187 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 265 rows starting from the beginning of the part 2026.03.18 01:39:15.568711 [ 253 ] {33d7c399-9c76-4c57-b2e3-4e9bb514db99} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:15.568752 [ 253 ] {33d7c399-9c76-4c57-b2e3-4e9bb514db99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:15.569079 [ 253 ] {33d7c399-9c76-4c57-b2e3-4e9bb514db99} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 01:39:15.569309 [ 253 ] {33d7c399-9c76-4c57-b2e3-4e9bb514db99} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:39:15.569441 [ 253 ] {33d7c399-9c76-4c57-b2e3-4e9bb514db99} executeQuery: Read 1 rows, 69.00 B in 0.00115 sec., 869.5652173913044 rows/sec., 58.59 KiB/sec. 2026.03.18 01:39:15.569491 [ 253 ] {33d7c399-9c76-4c57-b2e3-4e9bb514db99} TCPHandler: Processed in 0.001333532 sec. 2026.03.18 01:39:15.569617 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:15.569718 [ 253 ] {da6744a3-4f2a-4956-b52d-b411a6f7eae6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:15.569773 [ 253 ] {da6744a3-4f2a-4956-b52d-b411a6f7eae6} 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.18 01:39:15.570577 [ 253 ] {da6744a3-4f2a-4956-b52d-b411a6f7eae6} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:15.570615 [ 253 ] {da6744a3-4f2a-4956-b52d-b411a6f7eae6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:15.571334 [ 253 ] {da6744a3-4f2a-4956-b52d-b411a6f7eae6} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 01:39:15.571584 [ 253 ] {da6744a3-4f2a-4956-b52d-b411a6f7eae6} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:39:15.571725 [ 253 ] {da6744a3-4f2a-4956-b52d-b411a6f7eae6} executeQuery: Read 14 rows, 25.69 KiB in 0.002031 sec., 6893.1560807484 rows/sec., 12.35 MiB/sec. 2026.03.18 01:39:15.571780 [ 253 ] {da6744a3-4f2a-4956-b52d-b411a6f7eae6} TCPHandler: Processed in 0.002221547 sec. 2026.03.18 01:39:15.571902 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:15.571995 [ 253 ] {757cac7a-2404-48fa-8cb6-0ed5767ee4fd} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:39:15.572036 [ 253 ] {757cac7a-2404-48fa-8cb6-0ed5767ee4fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:39:15.572364 [ 253 ] {757cac7a-2404-48fa-8cb6-0ed5767ee4fd} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:15.572399 [ 253 ] {757cac7a-2404-48fa-8cb6-0ed5767ee4fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:15.572571 [ 189 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 9480 rows, containing 5 columns (5 merged, 0 gathered) in 0.004494945 sec., 2109035.8169009853 rows/sec., 138.16 MiB/sec. 2026.03.18 01:39:15.572787 [ 253 ] {757cac7a-2404-48fa-8cb6-0ed5767ee4fd} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 01:39:15.572876 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 01:39:15.573082 [ 253 ] {757cac7a-2404-48fa-8cb6-0ed5767ee4fd} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:39:15.573210 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_26_5} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:39:15.573216 [ 89 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 01:39:15.573241 [ 253 ] {757cac7a-2404-48fa-8cb6-0ed5767ee4fd} executeQuery: Read 90 rows, 5.77 KiB in 0.00124 sec., 72580.64516129032 rows/sec., 4.54 MiB/sec. 2026.03.18 01:39:15.573272 [ 89 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:15.573293 [ 253 ] {757cac7a-2404-48fa-8cb6-0ed5767ee4fd} TCPHandler: Processed in 0.001424174 sec. 2026.03.18 01:39:15.573298 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_26_5} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 01:39:15.573301 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:15.573406 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.06 MiB. 2026.03.18 01:39:15.573457 [ 189 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:39:15.573548 [ 189 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:15.573576 [ 189 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1392 rows starting from the beginning of the part 2026.03.18 01:39:15.573630 [ 189 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:39:15.573675 [ 189 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2026.03.18 01:39:15.573711 [ 189 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 90 rows starting from the beginning of the part 2026.03.18 01:39:15.573746 [ 189 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:39:15.573785 [ 189 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 90 rows starting from the beginning of the part 2026.03.18 01:39:15.574798 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1704 rows, containing 4 columns (4 merged, 0 gathered) in 0.001426034 sec., 1194922.4212045434 rows/sec., 76.88 MiB/sec. 2026.03.18 01:39:15.575018 [ 199 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 01:39:15.575311 [ 199 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_26_5} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:39:15.575390 [ 199 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_26_5} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 01:39:15.575479 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.18 01:39:16.000199 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 241.22 MiB, peak 246.16 MiB, free memory in arenas 0.00 B, will set to 242.65 MiB (RSS), difference: 1.43 MiB 2026.03.18 01:39:19.142969 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58491 2026.03.18 01:39:19.143120 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:19.143159 [ 294 ] {} TCP-Session: 1c5ded3c-a744-4cdc-b7d7-f62881ec0c34 Authenticating user 'default' from [fd00:1122:3344:101::e]:58491 2026.03.18 01:39:19.143189 [ 294 ] {} TCP-Session: 1c5ded3c-a744-4cdc-b7d7-f62881ec0c34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.143206 [ 294 ] {} TCP-Session: 1c5ded3c-a744-4cdc-b7d7-f62881ec0c34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.143473 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50810 2026.03.18 01:39:19.143490 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62140 2026.03.18 01:39:19.143539 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54436 2026.03.18 01:39:19.143562 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40729 2026.03.18 01:39:19.143549 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57884 2026.03.18 01:39:19.143656 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:19.143616 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:19.143722 [ 296 ] {} TCP-Session: 00ee81e7-38bc-4e00-b40d-72434443d8a0 Authenticating user 'default' from [fd00:1122:3344:101::e]:62140 2026.03.18 01:39:19.143521 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60626 2026.03.18 01:39:19.143764 [ 296 ] {} TCP-Session: 00ee81e7-38bc-4e00-b40d-72434443d8a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.143759 [ 295 ] {} TCP-Session: a9ddd1d8-45c1-4a03-94b4-7c5760bccec6 Authenticating user 'default' from [fd00:1122:3344:101::e]:50810 2026.03.18 01:39:19.143788 [ 296 ] {} TCP-Session: 00ee81e7-38bc-4e00-b40d-72434443d8a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.143805 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:19.143820 [ 295 ] {} TCP-Session: a9ddd1d8-45c1-4a03-94b4-7c5760bccec6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.143857 [ 3 ] {} TCP-Session: 798275af-2a05-4223-bff6-7e6105437b1a Authenticating user 'default' from [fd00:1122:3344:101::e]:54436 2026.03.18 01:39:19.143866 [ 295 ] {} TCP-Session: a9ddd1d8-45c1-4a03-94b4-7c5760bccec6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.143891 [ 3 ] {} TCP-Session: 798275af-2a05-4223-bff6-7e6105437b1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.143505 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61168 2026.03.18 01:39:19.143924 [ 3 ] {} TCP-Session: 798275af-2a05-4223-bff6-7e6105437b1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.143496 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43740 2026.03.18 01:39:19.143621 [ 294 ] {} TCP-Session: 1c5ded3c-a744-4cdc-b7d7-f62881ec0c34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:19.144006 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:19.143998 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:19.144046 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:19.144059 [ 299 ] {} TCP-Session: f5a67eaa-adf7-403a-a163-75ec51be8acc Authenticating user 'default' from [fd00:1122:3344:101::e]:60626 2026.03.18 01:39:19.144081 [ 293 ] {} TCP-Session: 015e4692-7288-40ba-8762-5b5893498dac Authenticating user 'default' from [fd00:1122:3344:101::e]:40729 2026.03.18 01:39:19.144110 [ 292 ] {} TCP-Session: a88ec116-88fb-48c3-9a8b-ebdddb5cb475 Authenticating user 'default' from [fd00:1122:3344:101::e]:57884 2026.03.18 01:39:19.144120 [ 293 ] {} TCP-Session: 015e4692-7288-40ba-8762-5b5893498dac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.144114 [ 299 ] {} TCP-Session: f5a67eaa-adf7-403a-a163-75ec51be8acc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.144152 [ 293 ] {} TCP-Session: 015e4692-7288-40ba-8762-5b5893498dac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.144150 [ 292 ] {} TCP-Session: a88ec116-88fb-48c3-9a8b-ebdddb5cb475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.144168 [ 299 ] {} TCP-Session: f5a67eaa-adf7-403a-a163-75ec51be8acc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.144196 [ 292 ] {} TCP-Session: a88ec116-88fb-48c3-9a8b-ebdddb5cb475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.144210 [ 294 ] {ec99496f-f39e-43cb-9383-13582e16bdaa} executeQuery: (from [fd00:1122:3344:101::e]:58491) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:39:19.144294 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:19.144298 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:19.144340 [ 297 ] {} TCP-Session: fd297854-fa4c-446a-8f52-a94aa7b52696 Authenticating user 'default' from [fd00:1122:3344:101::e]:43740 2026.03.18 01:39:19.144386 [ 298 ] {} TCP-Session: 643814db-6574-48e2-b33f-975cb05a8a74 Authenticating user 'default' from [fd00:1122:3344:101::e]:61168 2026.03.18 01:39:19.144396 [ 297 ] {} TCP-Session: fd297854-fa4c-446a-8f52-a94aa7b52696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.144422 [ 298 ] {} TCP-Session: 643814db-6574-48e2-b33f-975cb05a8a74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.144431 [ 297 ] {} TCP-Session: fd297854-fa4c-446a-8f52-a94aa7b52696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.144451 [ 298 ] {} TCP-Session: 643814db-6574-48e2-b33f-975cb05a8a74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.144566 [ 294 ] {ec99496f-f39e-43cb-9383-13582e16bdaa} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:39:19.144644 [ 294 ] {ec99496f-f39e-43cb-9383-13582e16bdaa} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:39:19.145055 [ 294 ] {ec99496f-f39e-43cb-9383-13582e16bdaa} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:39:19.146162 [ 311 ] {ec99496f-f39e-43cb-9383-13582e16bdaa} AggregatingTransform: Aggregating 2026.03.18 01:39:19.146214 [ 311 ] {ec99496f-f39e-43cb-9383-13582e16bdaa} Aggregator: Aggregation method: without_key 2026.03.18 01:39:19.146255 [ 311 ] {ec99496f-f39e-43cb-9383-13582e16bdaa} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001055208 sec. (947.680 rows/sec., 37.02 KiB/sec.) 2026.03.18 01:39:19.146277 [ 311 ] {ec99496f-f39e-43cb-9383-13582e16bdaa} Aggregator: Merging aggregated data 2026.03.18 01:39:19.147951 [ 294 ] {ec99496f-f39e-43cb-9383-13582e16bdaa} executeQuery: Read 1 rows, 40.00 B in 0.003811 sec., 262.39832065074785 rows/sec., 10.25 KiB/sec. 2026.03.18 01:39:19.148138 [ 294 ] {ec99496f-f39e-43cb-9383-13582e16bdaa} TCPHandler: Processed in 0.004655797 sec. 2026.03.18 01:39:19.148245 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:19.148274 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:19.148281 [ 294 ] {} TCP-Session: 1c5ded3c-a744-4cdc-b7d7-f62881ec0c34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.148298 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:19.148325 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:19.148336 [ 295 ] {} TCP-Session: a9ddd1d8-45c1-4a03-94b4-7c5760bccec6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.148355 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:19.148370 [ 296 ] {} TCP-Session: 00ee81e7-38bc-4e00-b40d-72434443d8a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.148396 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:19.148423 [ 297 ] {} TCP-Session: fd297854-fa4c-446a-8f52-a94aa7b52696 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.148431 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:19.148476 [ 293 ] {} TCP-Session: 015e4692-7288-40ba-8762-5b5893498dac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.148379 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:19.148508 [ 298 ] {} TCP-Session: 643814db-6574-48e2-b33f-975cb05a8a74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.148381 [ 299 ] {} TCP-Session: f5a67eaa-adf7-403a-a163-75ec51be8acc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.148559 [ 3 ] {} TCP-Session: 798275af-2a05-4223-bff6-7e6105437b1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.148431 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:19.148640 [ 292 ] {} TCP-Session: a88ec116-88fb-48c3-9a8b-ebdddb5cb475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.318501 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65507 2026.03.18 01:39:19.318613 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:19.318639 [ 294 ] {} TCP-Session: ab8e87cd-75e8-4249-a604-eea7502893f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:65507 2026.03.18 01:39:19.318660 [ 294 ] {} TCP-Session: ab8e87cd-75e8-4249-a604-eea7502893f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.318673 [ 294 ] {} TCP-Session: ab8e87cd-75e8-4249-a604-eea7502893f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.318899 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62732 2026.03.18 01:39:19.318922 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65094 2026.03.18 01:39:19.318951 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37449 2026.03.18 01:39:19.318962 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40267 2026.03.18 01:39:19.319013 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:19.319021 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:19.319032 [ 294 ] {} TCP-Session: ab8e87cd-75e8-4249-a604-eea7502893f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:19.319053 [ 298 ] {} TCP-Session: 119991bc-42d1-447b-8ac0-41261f00cb9d Authenticating user 'default' from [fd00:1122:3344:101::e]:65094 2026.03.18 01:39:19.319058 [ 3 ] {} TCP-Session: 17d9d576-cd4a-4061-80e8-5d2b3235d2d5 Authenticating user 'default' from [fd00:1122:3344:101::e]:37449 2026.03.18 01:39:19.319072 [ 298 ] {} TCP-Session: 119991bc-42d1-447b-8ac0-41261f00cb9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.318968 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49776 2026.03.18 01:39:19.319098 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:19.319094 [ 298 ] {} TCP-Session: 119991bc-42d1-447b-8ac0-41261f00cb9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.319092 [ 3 ] {} TCP-Session: 17d9d576-cd4a-4061-80e8-5d2b3235d2d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.319024 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:19.319204 [ 3 ] {} TCP-Session: 17d9d576-cd4a-4061-80e8-5d2b3235d2d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.319208 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:19.319235 [ 295 ] {} TCP-Session: b0a0d386-ab0f-4a9f-9dbd-fd44472b6320 Authenticating user 'default' from [fd00:1122:3344:101::e]:62732 2026.03.18 01:39:19.319262 [ 293 ] {} TCP-Session: e412ed84-37e4-46b7-8a6c-dbe9f6c21f47 Authenticating user 'default' from [fd00:1122:3344:101::e]:49776 2026.03.18 01:39:19.319277 [ 295 ] {} TCP-Session: b0a0d386-ab0f-4a9f-9dbd-fd44472b6320 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.318938 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38088 2026.03.18 01:39:19.319301 [ 295 ] {} TCP-Session: b0a0d386-ab0f-4a9f-9dbd-fd44472b6320 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.319300 [ 293 ] {} TCP-Session: e412ed84-37e4-46b7-8a6c-dbe9f6c21f47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.318919 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33788 2026.03.18 01:39:19.319365 [ 293 ] {} TCP-Session: e412ed84-37e4-46b7-8a6c-dbe9f6c21f47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.319371 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:19.319428 [ 299 ] {} TCP-Session: b8221db8-f67c-4c41-ad84-b6d0dbe9e428 Authenticating user 'default' from [fd00:1122:3344:101::e]:38088 2026.03.18 01:39:19.319442 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:19.319461 [ 299 ] {} TCP-Session: b8221db8-f67c-4c41-ad84-b6d0dbe9e428 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.318914 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34501 2026.03.18 01:39:19.319484 [ 297 ] {} TCP-Session: 5b33243b-73ca-44bb-bcfc-040dfcd202b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:33788 2026.03.18 01:39:19.319492 [ 299 ] {} TCP-Session: b8221db8-f67c-4c41-ad84-b6d0dbe9e428 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.319204 [ 294 ] {13df21ca-fd98-4eeb-a17d-9c2e7785ba2e} executeQuery: (from [fd00:1122:3344:101::e]:65507) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:39:19.319549 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:19.319541 [ 297 ] {} TCP-Session: 5b33243b-73ca-44bb-bcfc-040dfcd202b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.319595 [ 296 ] {} TCP-Session: 78d0aa1a-7261-4d16-9ab4-7261e76693e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:34501 2026.03.18 01:39:19.319609 [ 297 ] {} TCP-Session: 5b33243b-73ca-44bb-bcfc-040dfcd202b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.319624 [ 296 ] {} TCP-Session: 78d0aa1a-7261-4d16-9ab4-7261e76693e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.319163 [ 292 ] {} TCP-Session: 9f3c344f-c80f-42d9-979f-2f1f11e451eb Authenticating user 'default' from [fd00:1122:3344:101::e]:40267 2026.03.18 01:39:19.319652 [ 296 ] {} TCP-Session: 78d0aa1a-7261-4d16-9ab4-7261e76693e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.319682 [ 292 ] {} TCP-Session: 9f3c344f-c80f-42d9-979f-2f1f11e451eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.319702 [ 292 ] {} TCP-Session: 9f3c344f-c80f-42d9-979f-2f1f11e451eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.319812 [ 294 ] {13df21ca-fd98-4eeb-a17d-9c2e7785ba2e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:39:19.319872 [ 294 ] {13df21ca-fd98-4eeb-a17d-9c2e7785ba2e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:39:19.320150 [ 294 ] {13df21ca-fd98-4eeb-a17d-9c2e7785ba2e} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:39:19.320993 [ 303 ] {13df21ca-fd98-4eeb-a17d-9c2e7785ba2e} AggregatingTransform: Aggregating 2026.03.18 01:39:19.321049 [ 303 ] {13df21ca-fd98-4eeb-a17d-9c2e7785ba2e} Aggregator: Aggregation method: without_key 2026.03.18 01:39:19.321087 [ 303 ] {13df21ca-fd98-4eeb-a17d-9c2e7785ba2e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000834913 sec. (1197.730 rows/sec., 46.79 KiB/sec.) 2026.03.18 01:39:19.321107 [ 303 ] {13df21ca-fd98-4eeb-a17d-9c2e7785ba2e} Aggregator: Merging aggregated data 2026.03.18 01:39:19.322553 [ 294 ] {13df21ca-fd98-4eeb-a17d-9c2e7785ba2e} executeQuery: Read 1 rows, 40.00 B in 0.003405 sec., 293.68575624082234 rows/sec., 11.47 KiB/sec. 2026.03.18 01:39:19.322685 [ 294 ] {13df21ca-fd98-4eeb-a17d-9c2e7785ba2e} TCPHandler: Processed in 0.003764822 sec. 2026.03.18 01:39:19.322797 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:19.322825 [ 294 ] {} TCP-Session: ab8e87cd-75e8-4249-a604-eea7502893f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.322824 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:19.322846 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:19.322867 [ 298 ] {} TCP-Session: 119991bc-42d1-447b-8ac0-41261f00cb9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.322866 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:19.322892 [ 296 ] {} TCP-Session: 78d0aa1a-7261-4d16-9ab4-7261e76693e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.322898 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:19.322921 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:19.322938 [ 295 ] {} TCP-Session: b0a0d386-ab0f-4a9f-9dbd-fd44472b6320 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.322959 [ 3 ] {} TCP-Session: 17d9d576-cd4a-4061-80e8-5d2b3235d2d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.322978 [ 293 ] {} TCP-Session: e412ed84-37e4-46b7-8a6c-dbe9f6c21f47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.322883 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:19.322955 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:19.323036 [ 299 ] {} TCP-Session: b8221db8-f67c-4c41-ad84-b6d0dbe9e428 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.322940 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:19.323063 [ 292 ] {} TCP-Session: 9f3c344f-c80f-42d9-979f-2f1f11e451eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.323094 [ 297 ] {} TCP-Session: 5b33243b-73ca-44bb-bcfc-040dfcd202b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:19.585361 [ 86 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:39:19.585414 [ 86 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:39:19.704947 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8515 2026.03.18 01:39:19.705454 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:19.705505 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:19.706004 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 01:39:19.706239 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:39:19.706396 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8515 2026.03.18 01:39:20.174398 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 2026.03.18 01:39:20.190560 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:20.190613 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:20.197417 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 01:39:20.198145 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:39:20.201436 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.03.18 01:39:20.547789 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:20.548089 [ 253 ] {f3ede8d2-cf45-4239-bb6e-2a7b613c7ec4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:39:20.548192 [ 253 ] {f3ede8d2-cf45-4239-bb6e-2a7b613c7ec4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:39:20.548893 [ 253 ] {f3ede8d2-cf45-4239-bb6e-2a7b613c7ec4} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:20.548938 [ 253 ] {f3ede8d2-cf45-4239-bb6e-2a7b613c7ec4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:20.549330 [ 253 ] {f3ede8d2-cf45-4239-bb6e-2a7b613c7ec4} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 01:39:20.549554 [ 253 ] {f3ede8d2-cf45-4239-bb6e-2a7b613c7ec4} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:39:20.549710 [ 253 ] {f3ede8d2-cf45-4239-bb6e-2a7b613c7ec4} executeQuery: Read 108 rows, 9.31 KiB in 0.001697 sec., 63641.72068355922 rows/sec., 5.36 MiB/sec. 2026.03.18 01:39:20.549751 [ 253 ] {f3ede8d2-cf45-4239-bb6e-2a7b613c7ec4} TCPHandler: Processed in 0.002145226 sec. 2026.03.18 01:39:20.549876 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:20.549971 [ 253 ] {84ad626a-4ee0-4172-aa01-09820a1a7ab8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:39:20.550011 [ 253 ] {84ad626a-4ee0-4172-aa01-09820a1a7ab8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:39:20.550417 [ 253 ] {84ad626a-4ee0-4172-aa01-09820a1a7ab8} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:20.550453 [ 253 ] {84ad626a-4ee0-4172-aa01-09820a1a7ab8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:20.550755 [ 253 ] {84ad626a-4ee0-4172-aa01-09820a1a7ab8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 01:39:20.550957 [ 253 ] {84ad626a-4ee0-4172-aa01-09820a1a7ab8} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:39:20.551085 [ 253 ] {84ad626a-4ee0-4172-aa01-09820a1a7ab8} executeQuery: Read 26 rows, 1.96 KiB in 0.001132 sec., 22968.197879858657 rows/sec., 1.69 MiB/sec. 2026.03.18 01:39:20.551122 [ 253 ] {84ad626a-4ee0-4172-aa01-09820a1a7ab8} TCPHandler: Processed in 0.001294262 sec. 2026.03.18 01:39:20.551239 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:20.551333 [ 253 ] {70855ae9-5097-4c97-93c3-5f39150be156} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:39:20.551372 [ 253 ] {70855ae9-5097-4c97-93c3-5f39150be156} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:39:20.551793 [ 253 ] {70855ae9-5097-4c97-93c3-5f39150be156} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:20.551828 [ 253 ] {70855ae9-5097-4c97-93c3-5f39150be156} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:20.552126 [ 253 ] {70855ae9-5097-4c97-93c3-5f39150be156} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 01:39:20.552333 [ 253 ] {70855ae9-5097-4c97-93c3-5f39150be156} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:39:20.552461 [ 253 ] {70855ae9-5097-4c97-93c3-5f39150be156} executeQuery: Read 90 rows, 7.20 KiB in 0.001147 sec., 78465.56233653007 rows/sec., 6.13 MiB/sec. 2026.03.18 01:39:20.552498 [ 253 ] {70855ae9-5097-4c97-93c3-5f39150be156} TCPHandler: Processed in 0.001308672 sec. 2026.03.18 01:39:20.552611 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:20.552706 [ 253 ] {d28ce379-e584-46a2-b43a-c0ece6507192} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:20.552749 [ 253 ] {d28ce379-e584-46a2-b43a-c0ece6507192} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:39:20.553161 [ 253 ] {d28ce379-e584-46a2-b43a-c0ece6507192} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:20.553196 [ 253 ] {d28ce379-e584-46a2-b43a-c0ece6507192} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:20.553517 [ 253 ] {d28ce379-e584-46a2-b43a-c0ece6507192} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 01:39:20.553719 [ 253 ] {d28ce379-e584-46a2-b43a-c0ece6507192} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:39:20.553847 [ 253 ] {d28ce379-e584-46a2-b43a-c0ece6507192} executeQuery: Read 160 rows, 11.41 KiB in 0.00116 sec., 137931.0344827586 rows/sec., 9.61 MiB/sec. 2026.03.18 01:39:20.553882 [ 253 ] {d28ce379-e584-46a2-b43a-c0ece6507192} TCPHandler: Processed in 0.001319752 sec. 2026.03.18 01:39:20.553992 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:20.554086 [ 253 ] {1f710e16-f60b-4126-906a-3b3fb31fc1a0} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:20.554139 [ 253 ] {1f710e16-f60b-4126-906a-3b3fb31fc1a0} 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.18 01:39:20.554934 [ 253 ] {1f710e16-f60b-4126-906a-3b3fb31fc1a0} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:20.554967 [ 253 ] {1f710e16-f60b-4126-906a-3b3fb31fc1a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:20.555492 [ 253 ] {1f710e16-f60b-4126-906a-3b3fb31fc1a0} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 01:39:20.555709 [ 253 ] {1f710e16-f60b-4126-906a-3b3fb31fc1a0} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:39:20.555842 [ 253 ] {1f710e16-f60b-4126-906a-3b3fb31fc1a0} executeQuery: Read 26 rows, 47.71 KiB in 0.001774 sec., 14656.144306651635 rows/sec., 26.26 MiB/sec. 2026.03.18 01:39:20.555893 [ 253 ] {1f710e16-f60b-4126-906a-3b3fb31fc1a0} TCPHandler: Processed in 0.001949602 sec. 2026.03.18 01:39:20.556011 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:20.556105 [ 253 ] {b60c1286-d84f-414f-acbb-ddcf45710f89} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:39:20.556147 [ 253 ] {b60c1286-d84f-414f-acbb-ddcf45710f89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:39:20.556482 [ 253 ] {b60c1286-d84f-414f-acbb-ddcf45710f89} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:20.556515 [ 253 ] {b60c1286-d84f-414f-acbb-ddcf45710f89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:20.556821 [ 253 ] {b60c1286-d84f-414f-acbb-ddcf45710f89} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 01:39:20.557029 [ 253 ] {b60c1286-d84f-414f-acbb-ddcf45710f89} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:39:20.557153 [ 253 ] {b60c1286-d84f-414f-acbb-ddcf45710f89} executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. 2026.03.18 01:39:20.557188 [ 253 ] {b60c1286-d84f-414f-acbb-ddcf45710f89} TCPHandler: Processed in 0.001226091 sec. 2026.03.18 01:39:21.448212 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60910 2026.03.18 01:39:21.448308 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:21.448332 [ 293 ] {} TCP-Session: 449489ea-f56f-4e5f-89fd-42ae9a7e3e62 Authenticating user 'default' from [fd00:1122:3344:101::e]:60910 2026.03.18 01:39:21.448352 [ 293 ] {} TCP-Session: 449489ea-f56f-4e5f-89fd-42ae9a7e3e62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.448364 [ 293 ] {} TCP-Session: 449489ea-f56f-4e5f-89fd-42ae9a7e3e62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.448573 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63480 2026.03.18 01:39:21.448594 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48368 2026.03.18 01:39:21.448620 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51550 2026.03.18 01:39:21.448647 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47894 2026.03.18 01:39:21.448654 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42292 2026.03.18 01:39:21.448702 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:21.448715 [ 293 ] {} TCP-Session: 449489ea-f56f-4e5f-89fd-42ae9a7e3e62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:21.448733 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:21.448751 [ 296 ] {} TCP-Session: c2e7161e-c374-4951-80bf-c32ed72574f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:48368 2026.03.18 01:39:21.448632 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38284 2026.03.18 01:39:21.448800 [ 296 ] {} TCP-Session: c2e7161e-c374-4951-80bf-c32ed72574f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.448797 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:21.448827 [ 296 ] {} TCP-Session: c2e7161e-c374-4951-80bf-c32ed72574f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.448854 [ 292 ] {} TCP-Session: 2e95f211-f4a2-4455-8c60-971b6d65de5f Authenticating user 'default' from [fd00:1122:3344:101::e]:42292 2026.03.18 01:39:21.448859 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:21.448791 [ 298 ] {} TCP-Session: b62b51d5-1175-4a4c-9fc6-d2007fcb3e2f Authenticating user 'default' from [fd00:1122:3344:101::e]:51550 2026.03.18 01:39:21.448900 [ 299 ] {} TCP-Session: 69786b71-f3fb-48c5-ad72-5293d4ec4303 Authenticating user 'default' from [fd00:1122:3344:101::e]:38284 2026.03.18 01:39:21.448913 [ 293 ] {109ff2d2-a545-4b67-a50a-e6e67a873760} executeQuery: (from [fd00:1122:3344:101::e]:60910) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:39:21.448929 [ 299 ] {} TCP-Session: 69786b71-f3fb-48c5-ad72-5293d4ec4303 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.448926 [ 298 ] {} TCP-Session: b62b51d5-1175-4a4c-9fc6-d2007fcb3e2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.448959 [ 299 ] {} TCP-Session: 69786b71-f3fb-48c5-ad72-5293d4ec4303 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.448974 [ 298 ] {} TCP-Session: b62b51d5-1175-4a4c-9fc6-d2007fcb3e2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.448891 [ 292 ] {} TCP-Session: 2e95f211-f4a2-4455-8c60-971b6d65de5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.448619 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42632 2026.03.18 01:39:21.449024 [ 292 ] {} TCP-Session: 2e95f211-f4a2-4455-8c60-971b6d65de5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.448592 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38046 2026.03.18 01:39:21.448740 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:21.449100 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:21.449139 [ 3 ] {} TCP-Session: 56580209-e0d6-4a9f-a541-0c3787e1ae71 Authenticating user 'default' from [fd00:1122:3344:101::e]:47894 2026.03.18 01:39:21.449189 [ 297 ] {} TCP-Session: e3b9279b-efba-4c56-bf04-1ea43b94ac1e Authenticating user 'default' from [fd00:1122:3344:101::e]:42632 2026.03.18 01:39:21.449212 [ 3 ] {} TCP-Session: 56580209-e0d6-4a9f-a541-0c3787e1ae71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.449224 [ 297 ] {} TCP-Session: e3b9279b-efba-4c56-bf04-1ea43b94ac1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.449227 [ 293 ] {109ff2d2-a545-4b67-a50a-e6e67a873760} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:39:21.449238 [ 3 ] {} TCP-Session: 56580209-e0d6-4a9f-a541-0c3787e1ae71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.449250 [ 297 ] {} TCP-Session: e3b9279b-efba-4c56-bf04-1ea43b94ac1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.449226 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:21.449301 [ 293 ] {109ff2d2-a545-4b67-a50a-e6e67a873760} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:39:21.448685 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:39:21.449341 [ 295 ] {} TCP-Session: eb0deaec-35bc-4da2-bd36-3bea956695ac Authenticating user 'default' from [fd00:1122:3344:101::e]:38046 2026.03.18 01:39:21.449415 [ 294 ] {} TCP-Session: 25d01e01-0bfe-4768-9361-9ffd02b48d9f Authenticating user 'default' from [fd00:1122:3344:101::e]:63480 2026.03.18 01:39:21.449431 [ 295 ] {} TCP-Session: eb0deaec-35bc-4da2-bd36-3bea956695ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.449438 [ 294 ] {} TCP-Session: 25d01e01-0bfe-4768-9361-9ffd02b48d9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.449456 [ 295 ] {} TCP-Session: eb0deaec-35bc-4da2-bd36-3bea956695ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.449469 [ 294 ] {} TCP-Session: 25d01e01-0bfe-4768-9361-9ffd02b48d9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.449636 [ 293 ] {109ff2d2-a545-4b67-a50a-e6e67a873760} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:39:21.450654 [ 336 ] {109ff2d2-a545-4b67-a50a-e6e67a873760} AggregatingTransform: Aggregating 2026.03.18 01:39:21.450716 [ 336 ] {109ff2d2-a545-4b67-a50a-e6e67a873760} Aggregator: Aggregation method: without_key 2026.03.18 01:39:21.450756 [ 336 ] {109ff2d2-a545-4b67-a50a-e6e67a873760} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000998937 sec. (1001.064 rows/sec., 39.10 KiB/sec.) 2026.03.18 01:39:21.450776 [ 336 ] {109ff2d2-a545-4b67-a50a-e6e67a873760} Aggregator: Merging aggregated data 2026.03.18 01:39:21.452063 [ 293 ] {109ff2d2-a545-4b67-a50a-e6e67a873760} executeQuery: Read 1 rows, 40.00 B in 0.003207 sec., 311.81789834736514 rows/sec., 12.18 KiB/sec. 2026.03.18 01:39:21.452185 [ 293 ] {109ff2d2-a545-4b67-a50a-e6e67a873760} TCPHandler: Processed in 0.00363208 sec. 2026.03.18 01:39:21.452323 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:21.452345 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:21.452364 [ 293 ] {} TCP-Session: 449489ea-f56f-4e5f-89fd-42ae9a7e3e62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.452370 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:21.452390 [ 295 ] {} TCP-Session: eb0deaec-35bc-4da2-bd36-3bea956695ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.452394 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:21.452411 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:21.452428 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:21.452445 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:21.452467 [ 299 ] {} TCP-Session: 69786b71-f3fb-48c5-ad72-5293d4ec4303 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.452489 [ 297 ] {} TCP-Session: e3b9279b-efba-4c56-bf04-1ea43b94ac1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.452500 [ 292 ] {} TCP-Session: 2e95f211-f4a2-4455-8c60-971b6d65de5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.452485 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:21.452467 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:39:21.452562 [ 3 ] {} TCP-Session: 56580209-e0d6-4a9f-a541-0c3787e1ae71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.452454 [ 294 ] {} TCP-Session: 25d01e01-0bfe-4768-9361-9ffd02b48d9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.452577 [ 298 ] {} TCP-Session: b62b51d5-1175-4a4c-9fc6-d2007fcb3e2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:21.452414 [ 296 ] {} TCP-Session: c2e7161e-c374-4951-80bf-c32ed72574f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:39:24.559726 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:24.559944 [ 253 ] {25473f7b-f17a-4dfa-8193-64630ab7d9c1} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:39:24.560034 [ 253 ] {25473f7b-f17a-4dfa-8193-64630ab7d9c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:39:24.562311 [ 253 ] {25473f7b-f17a-4dfa-8193-64630ab7d9c1} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:24.562388 [ 253 ] {25473f7b-f17a-4dfa-8193-64630ab7d9c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:24.562925 [ 253 ] {25473f7b-f17a-4dfa-8193-64630ab7d9c1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 01:39:24.563237 [ 253 ] {25473f7b-f17a-4dfa-8193-64630ab7d9c1} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:39:24.563394 [ 78 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.03.18 01:39:24.563436 [ 253 ] {25473f7b-f17a-4dfa-8193-64630ab7d9c1} executeQuery: Read 284 rows, 18.47 KiB in 0.003558 sec., 79820.12366498033 rows/sec., 5.07 MiB/sec. 2026.03.18 01:39:24.563458 [ 78 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:24.563485 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:24.563519 [ 253 ] {25473f7b-f17a-4dfa-8193-64630ab7d9c1} TCPHandler: Processed in 0.003938156 sec. 2026.03.18 01:39:24.563585 [ 189 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.03.18 01:39:24.563678 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:24.563709 [ 189 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:24.563740 [ 189 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 284 rows starting from the beginning of the part 2026.03.18 01:39:24.563804 [ 253 ] {12188670-97f9-49f4-be37-f06ac8ab3fbd} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:39:24.563810 [ 189 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 284 rows starting from the beginning of the part 2026.03.18 01:39:24.563855 [ 253 ] {12188670-97f9-49f4-be37-f06ac8ab3fbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:39:24.563864 [ 189 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 284 rows starting from the beginning of the part 2026.03.18 01:39:24.563907 [ 189 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 284 rows starting from the beginning of the part 2026.03.18 01:39:24.563946 [ 189 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 284 rows starting from the beginning of the part 2026.03.18 01:39:24.564453 [ 253 ] {12188670-97f9-49f4-be37-f06ac8ab3fbd} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:24.564503 [ 253 ] {12188670-97f9-49f4-be37-f06ac8ab3fbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:24.564953 [ 253 ] {12188670-97f9-49f4-be37-f06ac8ab3fbd} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 01:39:24.565231 [ 201 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001692278 sec., 839105.6315806268 rows/sec., 56.50 MiB/sec. 2026.03.18 01:39:24.565266 [ 253 ] {12188670-97f9-49f4-be37-f06ac8ab3fbd} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:39:24.565389 [ 193 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.03.18 01:39:24.565460 [ 253 ] {12188670-97f9-49f4-be37-f06ac8ab3fbd} executeQuery: Read 14 rows, 1.14 KiB in 0.001681 sec., 8328.375966686495 rows/sec., 679.12 KiB/sec. 2026.03.18 01:39:24.565505 [ 253 ] {12188670-97f9-49f4-be37-f06ac8ab3fbd} TCPHandler: Processed in 0.001886822 sec. 2026.03.18 01:39:24.565623 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:24.565652 [ 193 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_13_3} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:39:24.565722 [ 193 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_13_3} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.03.18 01:39:24.565726 [ 253 ] {170c84d8-c7bf-45ca-9f28-0f72f8ad765e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:39:24.565771 [ 253 ] {170c84d8-c7bf-45ca-9f28-0f72f8ad765e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:39:24.565792 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.18 01:39:24.567176 [ 253 ] {170c84d8-c7bf-45ca-9f28-0f72f8ad765e} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:24.567216 [ 253 ] {170c84d8-c7bf-45ca-9f28-0f72f8ad765e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:24.567751 [ 253 ] {170c84d8-c7bf-45ca-9f28-0f72f8ad765e} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 01:39:24.567963 [ 253 ] {170c84d8-c7bf-45ca-9f28-0f72f8ad765e} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:39:24.568097 [ 253 ] {170c84d8-c7bf-45ca-9f28-0f72f8ad765e} executeQuery: Read 2712 rows, 211.51 KiB in 0.00239 sec., 1134728.0334728032 rows/sec., 86.42 MiB/sec. 2026.03.18 01:39:24.568136 [ 253 ] {170c84d8-c7bf-45ca-9f28-0f72f8ad765e} MemoryTracker: Peak memory usage (for query): 4.06 MiB. 2026.03.18 01:39:24.568149 [ 253 ] {170c84d8-c7bf-45ca-9f28-0f72f8ad765e} TCPHandler: Processed in 0.002575783 sec. 2026.03.18 01:39:24.568265 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:24.568359 [ 253 ] {5d7ecbb0-02ae-4017-bd94-a7ccfccd432c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:39:24.568400 [ 253 ] {5d7ecbb0-02ae-4017-bd94-a7ccfccd432c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:39:24.568843 [ 253 ] {5d7ecbb0-02ae-4017-bd94-a7ccfccd432c} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:24.568878 [ 253 ] {5d7ecbb0-02ae-4017-bd94-a7ccfccd432c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:24.569193 [ 253 ] {5d7ecbb0-02ae-4017-bd94-a7ccfccd432c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 01:39:24.569399 [ 253 ] {5d7ecbb0-02ae-4017-bd94-a7ccfccd432c} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:39:24.569514 [ 78 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 01:39:24.569525 [ 253 ] {5d7ecbb0-02ae-4017-bd94-a7ccfccd432c} executeQuery: Read 179 rows, 11.25 KiB in 0.001184 sec., 151182.43243243243 rows/sec., 9.28 MiB/sec. 2026.03.18 01:39:24.569561 [ 78 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:24.569578 [ 253 ] {5d7ecbb0-02ae-4017-bd94-a7ccfccd432c} TCPHandler: Processed in 0.001363382 sec. 2026.03.18 01:39:24.569590 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:24.569684 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::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.18 01:39:24.569701 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:24.569770 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:24.569795 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 209 rows starting from the beginning of the part 2026.03.18 01:39:24.569799 [ 253 ] {435e082a-ac4a-4e57-ab9f-8b47ae783eb1} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:39:24.569842 [ 253 ] {435e082a-ac4a-4e57-ab9f-8b47ae783eb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:39:24.569844 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 156 rows starting from the beginning of the part 2026.03.18 01:39:24.569889 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 28 rows starting from the beginning of the part 2026.03.18 01:39:24.569926 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 156 rows starting from the beginning of the part 2026.03.18 01:39:24.569964 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part 2026.03.18 01:39:24.569999 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 179 rows starting from the beginning of the part 2026.03.18 01:39:24.570468 [ 253 ] {435e082a-ac4a-4e57-ab9f-8b47ae783eb1} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:24.570503 [ 253 ] {435e082a-ac4a-4e57-ab9f-8b47ae783eb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:24.570782 [ 193 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.001132228 sec., 665943.6085311439 rows/sec., 43.92 MiB/sec. 2026.03.18 01:39:24.570957 [ 253 ] {435e082a-ac4a-4e57-ab9f-8b47ae783eb1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 01:39:24.570968 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 01:39:24.571247 [ 253 ] {435e082a-ac4a-4e57-ab9f-8b47ae783eb1} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:39:24.571378 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_21_4} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:39:24.571414 [ 253 ] {435e082a-ac4a-4e57-ab9f-8b47ae783eb1} executeQuery: Read 857 rows, 52.15 KiB in 0.001632 sec., 525122.5490196078 rows/sec., 31.21 MiB/sec. 2026.03.18 01:39:24.571460 [ 253 ] {435e082a-ac4a-4e57-ab9f-8b47ae783eb1} TCPHandler: Processed in 0.001808971 sec. 2026.03.18 01:39:24.571491 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_21_4} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 01:39:24.571565 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:24.571633 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.18 01:39:24.571680 [ 253 ] {1e027a35-9f55-4d40-900c-f91d927a632c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 01:39:24.571730 [ 253 ] {1e027a35-9f55-4d40-900c-f91d927a632c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 01:39:24.572118 [ 253 ] {1e027a35-9f55-4d40-900c-f91d927a632c} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:24.572155 [ 253 ] {1e027a35-9f55-4d40-900c-f91d927a632c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:24.572464 [ 253 ] {1e027a35-9f55-4d40-900c-f91d927a632c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 01:39:24.572667 [ 253 ] {1e027a35-9f55-4d40-900c-f91d927a632c} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): 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.18 01:39:24.572795 [ 253 ] {1e027a35-9f55-4d40-900c-f91d927a632c} executeQuery: Read 1 rows, 72.00 B in 0.001134 sec., 881.8342151675485 rows/sec., 62.00 KiB/sec. 2026.03.18 01:39:24.572832 [ 253 ] {1e027a35-9f55-4d40-900c-f91d927a632c} TCPHandler: Processed in 0.001316393 sec. 2026.03.18 01:39:24.572950 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:24.573048 [ 253 ] {7cfe0fba-d7db-46d2-a5e9-89e31f8475e9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:39:24.573089 [ 253 ] {7cfe0fba-d7db-46d2-a5e9-89e31f8475e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:39:24.573548 [ 253 ] {7cfe0fba-d7db-46d2-a5e9-89e31f8475e9} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:24.573585 [ 253 ] {7cfe0fba-d7db-46d2-a5e9-89e31f8475e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:24.573915 [ 253 ] {7cfe0fba-d7db-46d2-a5e9-89e31f8475e9} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 01:39:24.574140 [ 253 ] {7cfe0fba-d7db-46d2-a5e9-89e31f8475e9} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:39:24.574235 [ 75 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.03.18 01:39:24.574272 [ 75 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:24.574273 [ 253 ] {7cfe0fba-d7db-46d2-a5e9-89e31f8475e9} executeQuery: Read 148 rows, 8.62 KiB in 0.001244 sec., 118971.06109324758 rows/sec., 6.77 MiB/sec. 2026.03.18 01:39:24.574295 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:24.574319 [ 253 ] {7cfe0fba-d7db-46d2-a5e9-89e31f8475e9} TCPHandler: Processed in 0.001418444 sec. 2026.03.18 01:39:24.574437 [ 200 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.03.18 01:39:24.574444 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:24.574583 [ 253 ] {237d737a-68ef-424d-bd68-1cd8b03e6ad6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:39:24.574592 [ 200 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:24.574630 [ 253 ] {237d737a-68ef-424d-bd68-1cd8b03e6ad6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:39:24.574637 [ 200 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 148 rows starting from the beginning of the part 2026.03.18 01:39:24.574717 [ 200 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 148 rows starting from the beginning of the part 2026.03.18 01:39:24.574767 [ 200 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 148 rows starting from the beginning of the part 2026.03.18 01:39:24.574812 [ 200 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 148 rows starting from the beginning of the part 2026.03.18 01:39:24.574853 [ 200 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 148 rows starting from the beginning of the part 2026.03.18 01:39:24.575506 [ 253 ] {237d737a-68ef-424d-bd68-1cd8b03e6ad6} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:24.575548 [ 253 ] {237d737a-68ef-424d-bd68-1cd8b03e6ad6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:24.575753 [ 201 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001373673 sec., 538701.7143090095 rows/sec., 32.69 MiB/sec. 2026.03.18 01:39:24.575885 [ 193 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.03.18 01:39:24.575988 [ 253 ] {237d737a-68ef-424d-bd68-1cd8b03e6ad6} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 01:39:24.576135 [ 193 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_13_3} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:39:24.576196 [ 193 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_13_3} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.03.18 01:39:24.576206 [ 253 ] {237d737a-68ef-424d-bd68-1cd8b03e6ad6} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:39:24.576262 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.18 01:39:24.576338 [ 253 ] {237d737a-68ef-424d-bd68-1cd8b03e6ad6} executeQuery: Read 1463 rows, 103.39 KiB in 0.001773 sec., 825155.1043429215 rows/sec., 56.95 MiB/sec. 2026.03.18 01:39:24.576378 [ 253 ] {237d737a-68ef-424d-bd68-1cd8b03e6ad6} TCPHandler: Processed in 0.001984723 sec. 2026.03.18 01:39:24.576497 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:24.576591 [ 253 ] {f262ee80-3f31-45a7-8ec8-db01cddd42db} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:39:24.576632 [ 253 ] {f262ee80-3f31-45a7-8ec8-db01cddd42db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:39:24.576976 [ 253 ] {f262ee80-3f31-45a7-8ec8-db01cddd42db} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:24.577012 [ 253 ] {f262ee80-3f31-45a7-8ec8-db01cddd42db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:24.577319 [ 253 ] {f262ee80-3f31-45a7-8ec8-db01cddd42db} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 01:39:24.577524 [ 253 ] {f262ee80-3f31-45a7-8ec8-db01cddd42db} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:39:24.577651 [ 253 ] {f262ee80-3f31-45a7-8ec8-db01cddd42db} executeQuery: Read 6 rows, 321.00 B in 0.001078 sec., 5565.862708719852 rows/sec., 290.79 KiB/sec. 2026.03.18 01:39:24.577687 [ 253 ] {f262ee80-3f31-45a7-8ec8-db01cddd42db} TCPHandler: Processed in 0.001239061 sec. 2026.03.18 01:39:24.577797 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:24.577891 [ 253 ] {83678ecc-4c28-4e2d-867e-cdc850ec2533} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:24.577934 [ 253 ] {83678ecc-4c28-4e2d-867e-cdc850ec2533} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:39:24.578546 [ 253 ] {83678ecc-4c28-4e2d-867e-cdc850ec2533} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:24.578580 [ 253 ] {83678ecc-4c28-4e2d-867e-cdc850ec2533} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:24.579000 [ 253 ] {83678ecc-4c28-4e2d-867e-cdc850ec2533} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 01:39:24.579209 [ 253 ] {83678ecc-4c28-4e2d-867e-cdc850ec2533} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:39:24.579338 [ 253 ] {83678ecc-4c28-4e2d-867e-cdc850ec2533} executeQuery: Read 1425 rows, 91.88 KiB in 0.001465 sec., 972696.2457337885 rows/sec., 61.25 MiB/sec. 2026.03.18 01:39:24.579376 [ 253 ] {83678ecc-4c28-4e2d-867e-cdc850ec2533} TCPHandler: Processed in 0.001626787 sec. 2026.03.18 01:39:24.579483 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:24.579582 [ 253 ] {531cee73-e5fd-4f8d-9700-1d553eedb905} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:39:24.579625 [ 253 ] {531cee73-e5fd-4f8d-9700-1d553eedb905} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:39:24.579937 [ 253 ] {531cee73-e5fd-4f8d-9700-1d553eedb905} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:24.579972 [ 253 ] {531cee73-e5fd-4f8d-9700-1d553eedb905} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:24.580286 [ 253 ] {531cee73-e5fd-4f8d-9700-1d553eedb905} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 01:39:24.580496 [ 253 ] {531cee73-e5fd-4f8d-9700-1d553eedb905} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:39:24.580628 [ 253 ] {531cee73-e5fd-4f8d-9700-1d553eedb905} executeQuery: Read 1 rows, 69.00 B in 0.001065 sec., 938.9671361502348 rows/sec., 63.27 KiB/sec. 2026.03.18 01:39:24.580666 [ 253 ] {531cee73-e5fd-4f8d-9700-1d553eedb905} TCPHandler: Processed in 0.001233181 sec. 2026.03.18 01:39:24.580779 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:24.580875 [ 253 ] {8f5d7a00-c3c2-4d0c-827a-2cbaa4ae4db1} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:24.580929 [ 253 ] {8f5d7a00-c3c2-4d0c-827a-2cbaa4ae4db1} 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.18 01:39:24.581722 [ 253 ] {8f5d7a00-c3c2-4d0c-827a-2cbaa4ae4db1} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:24.581758 [ 253 ] {8f5d7a00-c3c2-4d0c-827a-2cbaa4ae4db1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:24.582313 [ 253 ] {8f5d7a00-c3c2-4d0c-827a-2cbaa4ae4db1} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 01:39:24.582538 [ 253 ] {8f5d7a00-c3c2-4d0c-827a-2cbaa4ae4db1} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:39:24.582635 [ 75 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 01:39:24.582674 [ 75 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:24.582686 [ 253 ] {8f5d7a00-c3c2-4d0c-827a-2cbaa4ae4db1} executeQuery: Read 23 rows, 42.20 KiB in 0.00183 sec., 12568.306010928962 rows/sec., 22.52 MiB/sec. 2026.03.18 01:39:24.582695 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:24.582747 [ 253 ] {8f5d7a00-c3c2-4d0c-827a-2cbaa4ae4db1} TCPHandler: Processed in 0.002016893 sec. 2026.03.18 01:39:24.582808 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::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.18 01:39:24.582862 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:24.582964 [ 253 ] {a2bcbab0-c3c5-44cd-8059-c3ffba537744} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:39:24.583007 [ 253 ] {a2bcbab0-c3c5-44cd-8059-c3ffba537744} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:39:24.583086 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:24.583165 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 267 rows starting from the beginning of the part 2026.03.18 01:39:24.583333 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part 2026.03.18 01:39:24.583348 [ 253 ] {a2bcbab0-c3c5-44cd-8059-c3ffba537744} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:24.583388 [ 253 ] {a2bcbab0-c3c5-44cd-8059-c3ffba537744} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:24.583472 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part 2026.03.18 01:39:24.583584 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part 2026.03.18 01:39:24.583690 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part 2026.03.18 01:39:24.583732 [ 253 ] {a2bcbab0-c3c5-44cd-8059-c3ffba537744} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 01:39:24.583817 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 23 rows starting from the beginning of the part 2026.03.18 01:39:24.583958 [ 253 ] {a2bcbab0-c3c5-44cd-8059-c3ffba537744} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:39:24.584107 [ 253 ] {a2bcbab0-c3c5-44cd-8059-c3ffba537744} executeQuery: Read 78 rows, 4.94 KiB in 0.001161 sec., 67183.46253229975 rows/sec., 4.15 MiB/sec. 2026.03.18 01:39:24.584144 [ 253 ] {a2bcbab0-c3c5-44cd-8059-c3ffba537744} TCPHandler: Processed in 0.001333243 sec. 2026.03.18 01:39:24.587022 [ 197 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 370 rows, containing 19 columns (19 merged, 0 gathered) in 0.004264721 sec., 86758.3131463934 rows/sec., 155.47 MiB/sec. 2026.03.18 01:39:24.587493 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 01:39:24.587776 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_21_4} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:39:24.587843 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_21_4} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 01:39:24.587928 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB. 2026.03.18 01:39:24.744449 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 664 2026.03.18 01:39:24.748130 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:24.748186 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:24.749457 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 01:39:24.749725 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:39:24.749989 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 664 2026.03.18 01:39:25.541027 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:25.541331 [ 253 ] {68c67e65-1707-4702-939d-3d064e7244a7} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:39:25.541437 [ 253 ] {68c67e65-1707-4702-939d-3d064e7244a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:39:25.542111 [ 253 ] {68c67e65-1707-4702-939d-3d064e7244a7} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:25.542162 [ 253 ] {68c67e65-1707-4702-939d-3d064e7244a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:25.542560 [ 253 ] {68c67e65-1707-4702-939d-3d064e7244a7} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 01:39:25.542794 [ 253 ] {68c67e65-1707-4702-939d-3d064e7244a7} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:39:25.542965 [ 253 ] {68c67e65-1707-4702-939d-3d064e7244a7} executeQuery: Read 56 rows, 4.41 KiB in 0.00171 sec., 32748.53801169591 rows/sec., 2.52 MiB/sec. 2026.03.18 01:39:25.543013 [ 253 ] {68c67e65-1707-4702-939d-3d064e7244a7} TCPHandler: Processed in 0.002171376 sec. 2026.03.18 01:39:25.543137 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:25.543242 [ 253 ] {800af8cb-be39-4b64-be26-38a2d842a13c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:39:25.543286 [ 253 ] {800af8cb-be39-4b64-be26-38a2d842a13c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:39:25.543724 [ 253 ] {800af8cb-be39-4b64-be26-38a2d842a13c} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:25.543761 [ 253 ] {800af8cb-be39-4b64-be26-38a2d842a13c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:25.544108 [ 253 ] {800af8cb-be39-4b64-be26-38a2d842a13c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 01:39:25.544324 [ 253 ] {800af8cb-be39-4b64-be26-38a2d842a13c} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:39:25.544458 [ 253 ] {800af8cb-be39-4b64-be26-38a2d842a13c} executeQuery: Read 64 rows, 5.12 KiB in 0.001241 sec., 51571.313456889606 rows/sec., 4.03 MiB/sec. 2026.03.18 01:39:25.544497 [ 253 ] {800af8cb-be39-4b64-be26-38a2d842a13c} TCPHandler: Processed in 0.001413683 sec. 2026.03.18 01:39:25.544615 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:25.544712 [ 253 ] {ca756508-e9c2-4c1d-8410-fb8a035f8963} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:25.544774 [ 253 ] {ca756508-e9c2-4c1d-8410-fb8a035f8963} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:39:25.545144 [ 253 ] {ca756508-e9c2-4c1d-8410-fb8a035f8963} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:25.545181 [ 253 ] {ca756508-e9c2-4c1d-8410-fb8a035f8963} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:25.545510 [ 253 ] {ca756508-e9c2-4c1d-8410-fb8a035f8963} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 01:39:25.545713 [ 253 ] {ca756508-e9c2-4c1d-8410-fb8a035f8963} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:39:25.545843 [ 253 ] {ca756508-e9c2-4c1d-8410-fb8a035f8963} executeQuery: Read 32 rows, 2.28 KiB in 0.001152 sec., 27777.777777777777 rows/sec., 1.93 MiB/sec. 2026.03.18 01:39:25.545880 [ 253 ] {ca756508-e9c2-4c1d-8410-fb8a035f8963} TCPHandler: Processed in 0.001315791 sec. 2026.03.18 01:39:25.545982 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:25.546075 [ 253 ] {c167a4a1-f19f-4679-a143-79ffb3b416ff} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:39:25.546117 [ 253 ] {c167a4a1-f19f-4679-a143-79ffb3b416ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:39:25.546431 [ 253 ] {c167a4a1-f19f-4679-a143-79ffb3b416ff} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:25.546469 [ 253 ] {c167a4a1-f19f-4679-a143-79ffb3b416ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:25.546770 [ 253 ] {c167a4a1-f19f-4679-a143-79ffb3b416ff} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 01:39:25.546971 [ 253 ] {c167a4a1-f19f-4679-a143-79ffb3b416ff} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:39:25.547099 [ 253 ] {c167a4a1-f19f-4679-a143-79ffb3b416ff} executeQuery: Read 12 rows, 848.00 B in 0.001042 sec., 11516.314779270633 rows/sec., 794.75 KiB/sec. 2026.03.18 01:39:25.547135 [ 253 ] {c167a4a1-f19f-4679-a143-79ffb3b416ff} TCPHandler: Processed in 0.001202189 sec. 2026.03.18 01:39:27.206476 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9027 2026.03.18 01:39:27.207009 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:27.207055 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:27.207570 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 01:39:27.207801 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:39:27.207934 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9027 2026.03.18 01:39:27.701501 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.03.18 01:39:27.720286 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:27.720345 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:27.726637 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 01:39:27.727397 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:39:27.730688 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.03.18 01:39:30.547947 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:30.548137 [ 253 ] {01b9cd19-57e9-4357-bc30-0bfae46ab100} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:39:30.548202 [ 253 ] {01b9cd19-57e9-4357-bc30-0bfae46ab100} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:39:30.548882 [ 253 ] {01b9cd19-57e9-4357-bc30-0bfae46ab100} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:30.548930 [ 253 ] {01b9cd19-57e9-4357-bc30-0bfae46ab100} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:30.549322 [ 253 ] {01b9cd19-57e9-4357-bc30-0bfae46ab100} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 01:39:30.549552 [ 253 ] {01b9cd19-57e9-4357-bc30-0bfae46ab100} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:39:30.549700 [ 253 ] {01b9cd19-57e9-4357-bc30-0bfae46ab100} executeQuery: Read 108 rows, 9.31 KiB in 0.001611 sec., 67039.1061452514 rows/sec., 5.64 MiB/sec. 2026.03.18 01:39:30.549743 [ 253 ] {01b9cd19-57e9-4357-bc30-0bfae46ab100} TCPHandler: Processed in 0.001928172 sec. 2026.03.18 01:39:30.549866 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:30.549962 [ 253 ] {dc8fa060-0d95-4e40-b748-63e73bfeb8b6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:39:30.550002 [ 253 ] {dc8fa060-0d95-4e40-b748-63e73bfeb8b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:39:30.550405 [ 253 ] {dc8fa060-0d95-4e40-b748-63e73bfeb8b6} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:30.550441 [ 253 ] {dc8fa060-0d95-4e40-b748-63e73bfeb8b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:30.550731 [ 253 ] {dc8fa060-0d95-4e40-b748-63e73bfeb8b6} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 01:39:30.550934 [ 253 ] {dc8fa060-0d95-4e40-b748-63e73bfeb8b6} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:39:30.551064 [ 253 ] {dc8fa060-0d95-4e40-b748-63e73bfeb8b6} executeQuery: Read 26 rows, 1.96 KiB in 0.00112 sec., 23214.285714285717 rows/sec., 1.70 MiB/sec. 2026.03.18 01:39:30.551102 [ 253 ] {dc8fa060-0d95-4e40-b748-63e73bfeb8b6} TCPHandler: Processed in 0.001285331 sec. 2026.03.18 01:39:30.551213 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:30.551308 [ 253 ] {1c3ce96c-0f9d-4f56-b122-5448b48ebb25} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:39:30.551347 [ 253 ] {1c3ce96c-0f9d-4f56-b122-5448b48ebb25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:39:30.551790 [ 253 ] {1c3ce96c-0f9d-4f56-b122-5448b48ebb25} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:30.551825 [ 253 ] {1c3ce96c-0f9d-4f56-b122-5448b48ebb25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:30.552125 [ 253 ] {1c3ce96c-0f9d-4f56-b122-5448b48ebb25} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 01:39:30.552337 [ 253 ] {1c3ce96c-0f9d-4f56-b122-5448b48ebb25} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:39:30.552464 [ 253 ] {1c3ce96c-0f9d-4f56-b122-5448b48ebb25} executeQuery: Read 90 rows, 7.20 KiB in 0.001174 sec., 76660.98807495742 rows/sec., 5.99 MiB/sec. 2026.03.18 01:39:30.552501 [ 253 ] {1c3ce96c-0f9d-4f56-b122-5448b48ebb25} TCPHandler: Processed in 0.001337652 sec. 2026.03.18 01:39:30.552616 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:30.552709 [ 253 ] {76e6c5e1-09f2-4067-bd1f-c6de86242eb3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:30.552753 [ 253 ] {76e6c5e1-09f2-4067-bd1f-c6de86242eb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:39:30.553164 [ 253 ] {76e6c5e1-09f2-4067-bd1f-c6de86242eb3} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:30.553199 [ 253 ] {76e6c5e1-09f2-4067-bd1f-c6de86242eb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:30.553525 [ 253 ] {76e6c5e1-09f2-4067-bd1f-c6de86242eb3} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 01:39:30.553726 [ 253 ] {76e6c5e1-09f2-4067-bd1f-c6de86242eb3} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:39:30.553855 [ 253 ] {76e6c5e1-09f2-4067-bd1f-c6de86242eb3} executeQuery: Read 160 rows, 11.41 KiB in 0.001164 sec., 137457.0446735395 rows/sec., 9.57 MiB/sec. 2026.03.18 01:39:30.553891 [ 253 ] {76e6c5e1-09f2-4067-bd1f-c6de86242eb3} TCPHandler: Processed in 0.001324162 sec. 2026.03.18 01:39:30.553999 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:30.554102 [ 253 ] {50471566-0dcc-48e8-a595-87ac2b47b776} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:30.554158 [ 253 ] {50471566-0dcc-48e8-a595-87ac2b47b776} 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.18 01:39:30.554991 [ 253 ] {50471566-0dcc-48e8-a595-87ac2b47b776} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:30.555028 [ 253 ] {50471566-0dcc-48e8-a595-87ac2b47b776} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:30.555586 [ 253 ] {50471566-0dcc-48e8-a595-87ac2b47b776} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 01:39:30.555816 [ 253 ] {50471566-0dcc-48e8-a595-87ac2b47b776} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:39:30.555961 [ 253 ] {50471566-0dcc-48e8-a595-87ac2b47b776} executeQuery: Read 26 rows, 47.71 KiB in 0.001878 sec., 13844.515441959533 rows/sec., 24.81 MiB/sec. 2026.03.18 01:39:30.556025 [ 253 ] {50471566-0dcc-48e8-a595-87ac2b47b776} TCPHandler: Processed in 0.002077845 sec. 2026.03.18 01:39:30.556147 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:30.556243 [ 253 ] {18dea11c-e582-4f3e-b646-4c3a570aa2dd} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:39:30.556286 [ 253 ] {18dea11c-e582-4f3e-b646-4c3a570aa2dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:39:30.556642 [ 253 ] {18dea11c-e582-4f3e-b646-4c3a570aa2dd} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:30.556677 [ 253 ] {18dea11c-e582-4f3e-b646-4c3a570aa2dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:30.556993 [ 253 ] {18dea11c-e582-4f3e-b646-4c3a570aa2dd} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 01:39:30.557207 [ 253 ] {18dea11c-e582-4f3e-b646-4c3a570aa2dd} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:39:30.557339 [ 253 ] {18dea11c-e582-4f3e-b646-4c3a570aa2dd} executeQuery: Read 60 rows, 4.14 KiB in 0.001115 sec., 53811.65919282511 rows/sec., 3.63 MiB/sec. 2026.03.18 01:39:30.557375 [ 253 ] {18dea11c-e582-4f3e-b646-4c3a570aa2dd} TCPHandler: Processed in 0.001276711 sec. 2026.03.18 01:39:34.585447 [ 64 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:39:34.585494 [ 64 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:39:34.708040 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9475 2026.03.18 01:39:34.708544 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:34.708590 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:34.709081 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 01:39:34.709311 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:39:34.709456 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9475 2026.03.18 01:39:34.750303 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 684 2026.03.18 01:39:34.752407 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:34.752471 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:34.753653 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 01:39:34.753917 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:39:34.754185 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 684 2026.03.18 01:39:35.230791 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.03.18 01:39:35.247556 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:35.247621 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:35.253597 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 01:39:35.254296 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:39:35.257117 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.03.18 01:39:35.555682 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:35.555886 [ 253 ] {2a3a6ce7-a347-425b-af81-baa41862e3ea} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:39:35.555956 [ 253 ] {2a3a6ce7-a347-425b-af81-baa41862e3ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:39:35.556717 [ 253 ] {2a3a6ce7-a347-425b-af81-baa41862e3ea} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:35.556758 [ 253 ] {2a3a6ce7-a347-425b-af81-baa41862e3ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:35.557166 [ 253 ] {2a3a6ce7-a347-425b-af81-baa41862e3ea} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 01:39:35.557405 [ 253 ] {2a3a6ce7-a347-425b-af81-baa41862e3ea} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:39:35.557560 [ 253 ] {2a3a6ce7-a347-425b-af81-baa41862e3ea} executeQuery: Read 284 rows, 18.47 KiB in 0.001723 sec., 164828.78699941962 rows/sec., 10.47 MiB/sec. 2026.03.18 01:39:35.557603 [ 253 ] {2a3a6ce7-a347-425b-af81-baa41862e3ea} TCPHandler: Processed in 0.002052634 sec. 2026.03.18 01:39:35.557729 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:35.557827 [ 253 ] {6046ebc9-3484-4390-bbaf-1b653ffe0efe} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:39:35.557868 [ 253 ] {6046ebc9-3484-4390-bbaf-1b653ffe0efe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:39:35.558752 [ 253 ] {6046ebc9-3484-4390-bbaf-1b653ffe0efe} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:35.558790 [ 253 ] {6046ebc9-3484-4390-bbaf-1b653ffe0efe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:35.559154 [ 253 ] {6046ebc9-3484-4390-bbaf-1b653ffe0efe} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 01:39:35.559367 [ 253 ] {6046ebc9-3484-4390-bbaf-1b653ffe0efe} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:39:35.559472 [ 63 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.18 01:39:35.559502 [ 253 ] {6046ebc9-3484-4390-bbaf-1b653ffe0efe} executeQuery: Read 825 rows, 66.29 KiB in 0.001694 sec., 487012.987012987 rows/sec., 38.21 MiB/sec. 2026.03.18 01:39:35.559507 [ 63 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:35.559534 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:35.559542 [ 253 ] {6046ebc9-3484-4390-bbaf-1b653ffe0efe} TCPHandler: Processed in 0.001863031 sec. 2026.03.18 01:39:35.559617 [ 193 ] {00e7bac3-0c43-4371-b27b-c97b01471236::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.18 01:39:35.559665 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:35.559703 [ 193 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:35.559731 [ 193 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2766 rows starting from the beginning of the part 2026.03.18 01:39:35.559762 [ 253 ] {417a7c50-fa65-47ca-a872-27d5655d8336} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:39:35.559791 [ 193 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 108 rows starting from the beginning of the part 2026.03.18 01:39:35.559803 [ 253 ] {417a7c50-fa65-47ca-a872-27d5655d8336} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:39:35.559835 [ 193 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2712 rows starting from the beginning of the part 2026.03.18 01:39:35.559877 [ 193 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part 2026.03.18 01:39:35.559918 [ 193 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 108 rows starting from the beginning of the part 2026.03.18 01:39:35.559957 [ 193 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 825 rows starting from the beginning of the part 2026.03.18 01:39:35.560276 [ 253 ] {417a7c50-fa65-47ca-a872-27d5655d8336} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:35.560312 [ 253 ] {417a7c50-fa65-47ca-a872-27d5655d8336} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:35.560623 [ 253 ] {417a7c50-fa65-47ca-a872-27d5655d8336} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 01:39:35.560844 [ 253 ] {417a7c50-fa65-47ca-a872-27d5655d8336} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:39:35.560970 [ 253 ] {417a7c50-fa65-47ca-a872-27d5655d8336} executeQuery: Read 156 rows, 9.59 KiB in 0.001227 sec., 127139.36430317849 rows/sec., 7.64 MiB/sec. 2026.03.18 01:39:35.561009 [ 253 ] {417a7c50-fa65-47ca-a872-27d5655d8336} TCPHandler: Processed in 0.001393593 sec. 2026.03.18 01:39:35.561123 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:35.561220 [ 253 ] {c1bc7348-f9c8-4506-8a39-201f44c3d95a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:39:35.561259 [ 253 ] {c1bc7348-f9c8-4506-8a39-201f44c3d95a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:39:35.561720 [ 253 ] {c1bc7348-f9c8-4506-8a39-201f44c3d95a} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:35.561757 [ 253 ] {c1bc7348-f9c8-4506-8a39-201f44c3d95a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:35.562060 [ 253 ] {c1bc7348-f9c8-4506-8a39-201f44c3d95a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 01:39:35.562067 [ 197 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 6575 rows, containing 5 columns (5 merged, 0 gathered) in 0.002479381 sec., 2651871.5760103026 rows/sec., 213.90 MiB/sec. 2026.03.18 01:39:35.562273 [ 253 ] {c1bc7348-f9c8-4506-8a39-201f44c3d95a} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:39:35.562412 [ 253 ] {c1bc7348-f9c8-4506-8a39-201f44c3d95a} executeQuery: Read 149 rows, 9.86 KiB in 0.001208 sec., 123344.37086092714 rows/sec., 7.97 MiB/sec. 2026.03.18 01:39:35.562414 [ 196 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.18 01:39:35.562451 [ 253 ] {c1bc7348-f9c8-4506-8a39-201f44c3d95a} TCPHandler: Processed in 0.001378103 sec. 2026.03.18 01:39:35.562575 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:35.562674 [ 253 ] {1bdf22a7-13a7-49f0-afd1-05ca75ab9dab} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:39:35.562715 [ 253 ] {1bdf22a7-13a7-49f0-afd1-05ca75ab9dab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:39:35.562756 [ 196 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_31_6} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:39:35.562850 [ 196 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_31_6} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.18 01:39:35.562954 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB. 2026.03.18 01:39:35.563178 [ 253 ] {1bdf22a7-13a7-49f0-afd1-05ca75ab9dab} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:35.563219 [ 253 ] {1bdf22a7-13a7-49f0-afd1-05ca75ab9dab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:35.563531 [ 253 ] {1bdf22a7-13a7-49f0-afd1-05ca75ab9dab} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 01:39:35.563739 [ 253 ] {1bdf22a7-13a7-49f0-afd1-05ca75ab9dab} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:39:35.563868 [ 253 ] {1bdf22a7-13a7-49f0-afd1-05ca75ab9dab} executeQuery: Read 148 rows, 8.62 KiB in 0.001213 sec., 122011.54163231656 rows/sec., 6.94 MiB/sec. 2026.03.18 01:39:35.563908 [ 253 ] {1bdf22a7-13a7-49f0-afd1-05ca75ab9dab} TCPHandler: Processed in 0.001382613 sec. 2026.03.18 01:39:35.564020 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:35.564115 [ 253 ] {da5c9653-9e6c-432a-a98f-0b98f6dc3589} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:39:35.564156 [ 253 ] {da5c9653-9e6c-432a-a98f-0b98f6dc3589} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:39:35.564814 [ 253 ] {da5c9653-9e6c-432a-a98f-0b98f6dc3589} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:35.564850 [ 253 ] {da5c9653-9e6c-432a-a98f-0b98f6dc3589} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:35.565179 [ 253 ] {da5c9653-9e6c-432a-a98f-0b98f6dc3589} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 01:39:35.565400 [ 253 ] {da5c9653-9e6c-432a-a98f-0b98f6dc3589} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:39:35.565495 [ 63 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.18 01:39:35.565521 [ 63 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:35.565532 [ 253 ] {da5c9653-9e6c-432a-a98f-0b98f6dc3589} executeQuery: Read 504 rows, 36.30 KiB in 0.001435 sec., 351219.5121951219 rows/sec., 24.70 MiB/sec. 2026.03.18 01:39:35.565538 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:35.565571 [ 253 ] {da5c9653-9e6c-432a-a98f-0b98f6dc3589} TCPHandler: Processed in 0.001600607 sec. 2026.03.18 01:39:35.565608 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::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.18 01:39:35.565676 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:35.565695 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:35.565725 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1511 rows starting from the beginning of the part 2026.03.18 01:39:35.565779 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 90 rows starting from the beginning of the part 2026.03.18 01:39:35.565791 [ 253 ] {ef109332-750f-4d4e-870a-c206e2a4da67} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:39:35.565824 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1463 rows starting from the beginning of the part 2026.03.18 01:39:35.565837 [ 253 ] {ef109332-750f-4d4e-870a-c206e2a4da67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:39:35.565864 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part 2026.03.18 01:39:35.565905 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 90 rows starting from the beginning of the part 2026.03.18 01:39:35.565947 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 504 rows starting from the beginning of the part 2026.03.18 01:39:35.566175 [ 253 ] {ef109332-750f-4d4e-870a-c206e2a4da67} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:35.566210 [ 253 ] {ef109332-750f-4d4e-870a-c206e2a4da67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:35.566515 [ 253 ] {ef109332-750f-4d4e-870a-c206e2a4da67} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 01:39:35.566725 [ 253 ] {ef109332-750f-4d4e-870a-c206e2a4da67} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:39:35.566855 [ 253 ] {ef109332-750f-4d4e-870a-c206e2a4da67} executeQuery: Read 6 rows, 321.00 B in 0.001101 sec., 5449.591280653951 rows/sec., 284.72 KiB/sec. 2026.03.18 01:39:35.566892 [ 253 ] {ef109332-750f-4d4e-870a-c206e2a4da67} TCPHandler: Processed in 0.001265241 sec. 2026.03.18 01:39:35.567002 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:35.567098 [ 253 ] {ade845a7-314c-43b3-8133-93eb3359b4cf} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:35.567140 [ 253 ] {ade845a7-314c-43b3-8133-93eb3359b4cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:39:35.567236 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3722 rows, containing 5 columns (5 merged, 0 gathered) in 0.001655437 sec., 2248348.925389489 rows/sec., 165.75 MiB/sec. 2026.03.18 01:39:35.567394 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.18 01:39:35.567579 [ 253 ] {ade845a7-314c-43b3-8133-93eb3359b4cf} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:35.567615 [ 253 ] {ade845a7-314c-43b3-8133-93eb3359b4cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:35.567620 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_31_6} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:39:35.567686 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_31_6} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.18 01:39:35.567745 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.03.18 01:39:35.567947 [ 253 ] {ade845a7-314c-43b3-8133-93eb3359b4cf} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 01:39:35.568155 [ 253 ] {ade845a7-314c-43b3-8133-93eb3359b4cf} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:39:35.568247 [ 63 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.18 01:39:35.568270 [ 63 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:35.568284 [ 253 ] {ade845a7-314c-43b3-8133-93eb3359b4cf} executeQuery: Read 265 rows, 18.03 KiB in 0.001205 sec., 219917.0124481328 rows/sec., 14.61 MiB/sec. 2026.03.18 01:39:35.568285 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:35.568322 [ 253 ] {ade845a7-314c-43b3-8133-93eb3359b4cf} TCPHandler: Processed in 0.001368993 sec. 2026.03.18 01:39:35.568379 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:39:35.568438 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:35.568493 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:35.568530 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9480 rows starting from the beginning of the part 2026.03.18 01:39:35.568537 [ 253 ] {ebeb2b51-333c-4a92-8db3-89146ac603cb} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:39:35.568585 [ 253 ] {ebeb2b51-333c-4a92-8db3-89146ac603cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:39:35.568597 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:39:35.568654 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1425 rows starting from the beginning of the part 2026.03.18 01:39:35.568696 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part 2026.03.18 01:39:35.568735 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2026.03.18 01:39:35.568776 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 265 rows starting from the beginning of the part 2026.03.18 01:39:35.568898 [ 253 ] {ebeb2b51-333c-4a92-8db3-89146ac603cb} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:35.568939 [ 253 ] {ebeb2b51-333c-4a92-8db3-89146ac603cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:35.569264 [ 253 ] {ebeb2b51-333c-4a92-8db3-89146ac603cb} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 01:39:35.569474 [ 253 ] {ebeb2b51-333c-4a92-8db3-89146ac603cb} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:39:35.569605 [ 253 ] {ebeb2b51-333c-4a92-8db3-89146ac603cb} executeQuery: Read 1 rows, 69.00 B in 0.001085 sec., 921.6589861751152 rows/sec., 62.10 KiB/sec. 2026.03.18 01:39:35.569641 [ 253 ] {ebeb2b51-333c-4a92-8db3-89146ac603cb} TCPHandler: Processed in 0.001253721 sec. 2026.03.18 01:39:35.569754 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:35.569850 [ 253 ] {5286bd9b-4114-4368-ad0a-c55be78dadde} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:35.569905 [ 253 ] {5286bd9b-4114-4368-ad0a-c55be78dadde} 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.18 01:39:35.570819 [ 253 ] {5286bd9b-4114-4368-ad0a-c55be78dadde} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:35.570866 [ 253 ] {5286bd9b-4114-4368-ad0a-c55be78dadde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:35.571566 [ 253 ] {5286bd9b-4114-4368-ad0a-c55be78dadde} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 01:39:35.571854 [ 253 ] {5286bd9b-4114-4368-ad0a-c55be78dadde} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:39:35.571997 [ 253 ] {5286bd9b-4114-4368-ad0a-c55be78dadde} executeQuery: Read 14 rows, 25.69 KiB in 0.002166 sec., 6463.527239150508 rows/sec., 11.58 MiB/sec. 2026.03.18 01:39:35.572049 [ 253 ] {5286bd9b-4114-4368-ad0a-c55be78dadde} TCPHandler: Processed in 0.002345629 sec. 2026.03.18 01:39:35.572166 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:35.572262 [ 253 ] {bf4babc9-49fa-40a3-a3c5-aa00dfcf395c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:39:35.572305 [ 253 ] {bf4babc9-49fa-40a3-a3c5-aa00dfcf395c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:39:35.572651 [ 253 ] {bf4babc9-49fa-40a3-a3c5-aa00dfcf395c} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:35.572687 [ 253 ] {bf4babc9-49fa-40a3-a3c5-aa00dfcf395c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:35.572846 [ 193 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 11522 rows, containing 5 columns (5 merged, 0 gathered) in 0.004506835 sec., 2556561.311874076 rows/sec., 167.05 MiB/sec. 2026.03.18 01:39:35.573039 [ 253 ] {bf4babc9-49fa-40a3-a3c5-aa00dfcf395c} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 01:39:35.573197 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.18 01:39:35.573280 [ 253 ] {bf4babc9-49fa-40a3-a3c5-aa00dfcf395c} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:39:35.573393 [ 63 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.18 01:39:35.573423 [ 63 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:35.573431 [ 253 ] {bf4babc9-49fa-40a3-a3c5-aa00dfcf395c} executeQuery: Read 90 rows, 5.77 KiB in 0.001187 sec., 75821.39848357203 rows/sec., 4.74 MiB/sec. 2026.03.18 01:39:35.573444 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2026.03.18 01:39:35.573469 [ 253 ] {bf4babc9-49fa-40a3-a3c5-aa00dfcf395c} TCPHandler: Processed in 0.001353812 sec. 2026.03.18 01:39:35.573505 [ 193 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:39:35.573540 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_31_6} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:39:35.573575 [ 193 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:35.573605 [ 193 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1704 rows starting from the beginning of the part 2026.03.18 01:39:35.573640 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_31_6} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.18 01:39:35.573650 [ 193 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:39:35.573711 [ 193 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 78 rows starting from the beginning of the part 2026.03.18 01:39:35.573733 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. 2026.03.18 01:39:35.573745 [ 193 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:39:35.573791 [ 193 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2026.03.18 01:39:35.573827 [ 193 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 90 rows starting from the beginning of the part 2026.03.18 01:39:35.574761 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2004 rows, containing 4 columns (4 merged, 0 gathered) in 0.001275961 sec., 1570580.9190092802 rows/sec., 101.09 MiB/sec. 2026.03.18 01:39:35.574976 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.18 01:39:35.575249 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_31_6} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:39:35.575324 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_31_6} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.18 01:39:35.575399 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.03.18 01:39:40.548098 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:40.548290 [ 253 ] {85dd549b-5056-4c8d-ba4b-df2c86921234} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:39:40.548357 [ 253 ] {85dd549b-5056-4c8d-ba4b-df2c86921234} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:39:40.549109 [ 253 ] {85dd549b-5056-4c8d-ba4b-df2c86921234} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:40.549154 [ 253 ] {85dd549b-5056-4c8d-ba4b-df2c86921234} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:40.549570 [ 253 ] {85dd549b-5056-4c8d-ba4b-df2c86921234} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 01:39:40.549804 [ 253 ] {85dd549b-5056-4c8d-ba4b-df2c86921234} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:39:40.549966 [ 253 ] {85dd549b-5056-4c8d-ba4b-df2c86921234} executeQuery: Read 108 rows, 9.31 KiB in 0.001725 sec., 62608.69565217391 rows/sec., 5.27 MiB/sec. 2026.03.18 01:39:40.550016 [ 253 ] {85dd549b-5056-4c8d-ba4b-df2c86921234} TCPHandler: Processed in 0.002042254 sec. 2026.03.18 01:39:40.550157 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:40.550262 [ 253 ] {2b56724e-92ef-444e-86cf-df53267cb14f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:39:40.550306 [ 253 ] {2b56724e-92ef-444e-86cf-df53267cb14f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:39:40.550747 [ 253 ] {2b56724e-92ef-444e-86cf-df53267cb14f} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:40.550784 [ 253 ] {2b56724e-92ef-444e-86cf-df53267cb14f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:40.551103 [ 253 ] {2b56724e-92ef-444e-86cf-df53267cb14f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 01:39:40.551330 [ 253 ] {2b56724e-92ef-444e-86cf-df53267cb14f} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:39:40.551465 [ 253 ] {2b56724e-92ef-444e-86cf-df53267cb14f} executeQuery: Read 26 rows, 1.96 KiB in 0.001229 sec., 21155.41090317331 rows/sec., 1.55 MiB/sec. 2026.03.18 01:39:40.551504 [ 253 ] {2b56724e-92ef-444e-86cf-df53267cb14f} TCPHandler: Processed in 0.001399613 sec. 2026.03.18 01:39:40.551614 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:40.551710 [ 253 ] {95909111-24e0-40a2-af18-fb934d6c3518} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:39:40.551753 [ 253 ] {95909111-24e0-40a2-af18-fb934d6c3518} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:39:40.552179 [ 253 ] {95909111-24e0-40a2-af18-fb934d6c3518} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:40.552216 [ 253 ] {95909111-24e0-40a2-af18-fb934d6c3518} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:40.552535 [ 253 ] {95909111-24e0-40a2-af18-fb934d6c3518} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 01:39:40.552754 [ 253 ] {95909111-24e0-40a2-af18-fb934d6c3518} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:39:40.552886 [ 253 ] {95909111-24e0-40a2-af18-fb934d6c3518} executeQuery: Read 90 rows, 7.20 KiB in 0.001195 sec., 75313.80753138075 rows/sec., 5.88 MiB/sec. 2026.03.18 01:39:40.552924 [ 253 ] {95909111-24e0-40a2-af18-fb934d6c3518} TCPHandler: Processed in 0.001360213 sec. 2026.03.18 01:39:40.553041 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:40.553140 [ 253 ] {eef0ccd8-b6ae-40be-9eeb-95573a198e31} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:40.553185 [ 253 ] {eef0ccd8-b6ae-40be-9eeb-95573a198e31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:39:40.553594 [ 253 ] {eef0ccd8-b6ae-40be-9eeb-95573a198e31} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:40.553631 [ 253 ] {eef0ccd8-b6ae-40be-9eeb-95573a198e31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:40.553977 [ 253 ] {eef0ccd8-b6ae-40be-9eeb-95573a198e31} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 01:39:40.554200 [ 253 ] {eef0ccd8-b6ae-40be-9eeb-95573a198e31} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:39:40.554335 [ 253 ] {eef0ccd8-b6ae-40be-9eeb-95573a198e31} executeQuery: Read 160 rows, 11.41 KiB in 0.001214 sec., 131795.71663920922 rows/sec., 9.18 MiB/sec. 2026.03.18 01:39:40.554373 [ 253 ] {eef0ccd8-b6ae-40be-9eeb-95573a198e31} TCPHandler: Processed in 0.001381203 sec. 2026.03.18 01:39:40.554505 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:40.554626 [ 253 ] {9923ad77-a859-4fee-b6e9-20ab2c9000ee} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:40.554691 [ 253 ] {9923ad77-a859-4fee-b6e9-20ab2c9000ee} 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.18 01:39:40.555550 [ 253 ] {9923ad77-a859-4fee-b6e9-20ab2c9000ee} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:40.555587 [ 253 ] {9923ad77-a859-4fee-b6e9-20ab2c9000ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:40.556119 [ 253 ] {9923ad77-a859-4fee-b6e9-20ab2c9000ee} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 01:39:40.556338 [ 253 ] {9923ad77-a859-4fee-b6e9-20ab2c9000ee} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:39:40.556472 [ 253 ] {9923ad77-a859-4fee-b6e9-20ab2c9000ee} executeQuery: Read 26 rows, 47.71 KiB in 0.001871 sec., 13896.312132549438 rows/sec., 24.90 MiB/sec. 2026.03.18 01:39:40.556525 [ 253 ] {9923ad77-a859-4fee-b6e9-20ab2c9000ee} TCPHandler: Processed in 0.002080804 sec. 2026.03.18 01:39:40.556639 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:40.556732 [ 253 ] {f3ef9683-8aac-4482-bfb0-32439e8b00d9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:39:40.556773 [ 253 ] {f3ef9683-8aac-4482-bfb0-32439e8b00d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:39:40.557110 [ 253 ] {f3ef9683-8aac-4482-bfb0-32439e8b00d9} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:40.557144 [ 253 ] {f3ef9683-8aac-4482-bfb0-32439e8b00d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:40.557445 [ 253 ] {f3ef9683-8aac-4482-bfb0-32439e8b00d9} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 01:39:40.557660 [ 253 ] {f3ef9683-8aac-4482-bfb0-32439e8b00d9} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:39:40.557788 [ 253 ] {f3ef9683-8aac-4482-bfb0-32439e8b00d9} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2026.03.18 01:39:40.557824 [ 253 ] {f3ef9683-8aac-4482-bfb0-32439e8b00d9} TCPHandler: Processed in 0.00123363 sec. 2026.03.18 01:39:42.210148 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9987 2026.03.18 01:39:42.211008 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:42.211044 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:42.211557 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 01:39:42.211780 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:39:42.211903 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9987 2026.03.18 01:39:42.211906 [ 12 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 01:39:42.211969 [ 12 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:42.211987 [ 12 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:42.212127 [ 193 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::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.18 01:39:42.212324 [ 193 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:42.212449 [ 193 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7555 rows starting from the beginning of the part 2026.03.18 01:39:42.212546 [ 193 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 512 rows starting from the beginning of the part 2026.03.18 01:39:42.212616 [ 193 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 448 rows starting from the beginning of the part 2026.03.18 01:39:42.212659 [ 193 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 512 rows starting from the beginning of the part 2026.03.18 01:39:42.212694 [ 193 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 448 rows starting from the beginning of the part 2026.03.18 01:39:42.212729 [ 193 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 512 rows starting from the beginning of the part 2026.03.18 01:39:42.214827 [ 195 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 9987 rows, containing 4 columns (4 merged, 0 gathered) in 0.002748946 sec., 3633028.8044945225 rows/sec., 51.97 MiB/sec. 2026.03.18 01:39:42.215023 [ 193 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 01:39:42.215264 [ 193 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_21_4} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:39:42.215327 [ 193 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_21_4} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 01:39:42.215466 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. 2026.03.18 01:39:42.759288 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.03.18 01:39:42.776150 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:42.776200 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:42.781981 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 01:39:42.782670 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:39:42.782986 [ 12 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 01:39:42.783020 [ 12 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:42.783037 [ 12 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:42.783150 [ 193 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:39:42.786194 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.03.18 01:39:42.787163 [ 193 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:42.788533 [ 193 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:39:42.793137 [ 193 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part 2026.03.18 01:39:42.797434 [ 193 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part 2026.03.18 01:39:42.801610 [ 193 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:39:42.806178 [ 193 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:39:42.810412 [ 193 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:39:42.862210 [ 208 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.078889521 sec., 2015.4768083837141 rows/sec., 10.42 MiB/sec. 2026.03.18 01:39:42.864678 [ 195 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 01:39:42.866662 [ 195 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_21_4} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:39:42.866732 [ 195 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_21_4} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 01:39:42.868693 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2026.03.18 01:39:43.002889 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 248.70 MiB, peak 259.24 MiB, free memory in arenas 0.00 B, will set to 252.79 MiB (RSS), difference: 4.09 MiB 2026.03.18 01:39:44.758419 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 718 2026.03.18 01:39:44.760754 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:44.760791 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:44.762012 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 01:39:44.762330 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:39:44.762572 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 718 2026.03.18 01:39:45.558053 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:45.558268 [ 253 ] {26f4d566-3772-4cd3-9950-8249a200791d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:39:45.558341 [ 253 ] {26f4d566-3772-4cd3-9950-8249a200791d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:39:45.559128 [ 253 ] {26f4d566-3772-4cd3-9950-8249a200791d} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:45.559176 [ 253 ] {26f4d566-3772-4cd3-9950-8249a200791d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:45.559598 [ 253 ] {26f4d566-3772-4cd3-9950-8249a200791d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 01:39:45.559837 [ 253 ] {26f4d566-3772-4cd3-9950-8249a200791d} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:39:45.559993 [ 253 ] {26f4d566-3772-4cd3-9950-8249a200791d} executeQuery: Read 284 rows, 18.47 KiB in 0.00178 sec., 159550.56179775283 rows/sec., 10.13 MiB/sec. 2026.03.18 01:39:45.560035 [ 253 ] {26f4d566-3772-4cd3-9950-8249a200791d} TCPHandler: Processed in 0.002133266 sec. 2026.03.18 01:39:45.560170 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:45.560266 [ 253 ] {3b4645dd-03f1-459b-b477-5f71c193268b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:39:45.560307 [ 253 ] {3b4645dd-03f1-459b-b477-5f71c193268b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:39:45.561121 [ 253 ] {3b4645dd-03f1-459b-b477-5f71c193268b} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:45.561158 [ 253 ] {3b4645dd-03f1-459b-b477-5f71c193268b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:45.561508 [ 253 ] {3b4645dd-03f1-459b-b477-5f71c193268b} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 01:39:45.561733 [ 253 ] {3b4645dd-03f1-459b-b477-5f71c193268b} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:39:45.561869 [ 253 ] {3b4645dd-03f1-459b-b477-5f71c193268b} executeQuery: Read 825 rows, 66.29 KiB in 0.001623 sec., 508317.9297597042 rows/sec., 39.89 MiB/sec. 2026.03.18 01:39:45.561907 [ 253 ] {3b4645dd-03f1-459b-b477-5f71c193268b} TCPHandler: Processed in 0.00179036 sec. 2026.03.18 01:39:45.562026 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:45.562120 [ 253 ] {ac56fd91-482d-4d1d-9061-fa0fbed35c9f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:39:45.562160 [ 253 ] {ac56fd91-482d-4d1d-9061-fa0fbed35c9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:39:45.562606 [ 253 ] {ac56fd91-482d-4d1d-9061-fa0fbed35c9f} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:45.562641 [ 253 ] {ac56fd91-482d-4d1d-9061-fa0fbed35c9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:45.562969 [ 253 ] {ac56fd91-482d-4d1d-9061-fa0fbed35c9f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 01:39:45.563177 [ 253 ] {ac56fd91-482d-4d1d-9061-fa0fbed35c9f} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:39:45.563309 [ 253 ] {ac56fd91-482d-4d1d-9061-fa0fbed35c9f} executeQuery: Read 156 rows, 9.59 KiB in 0.001208 sec., 129139.07284768211 rows/sec., 7.76 MiB/sec. 2026.03.18 01:39:45.563347 [ 253 ] {ac56fd91-482d-4d1d-9061-fa0fbed35c9f} TCPHandler: Processed in 0.001370033 sec. 2026.03.18 01:39:45.563462 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:45.563557 [ 253 ] {9761555a-bf49-4bfe-9ed4-d24f12f2003a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:39:45.563597 [ 253 ] {9761555a-bf49-4bfe-9ed4-d24f12f2003a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:39:45.564034 [ 253 ] {9761555a-bf49-4bfe-9ed4-d24f12f2003a} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:45.564070 [ 253 ] {9761555a-bf49-4bfe-9ed4-d24f12f2003a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:45.564387 [ 253 ] {9761555a-bf49-4bfe-9ed4-d24f12f2003a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 01:39:45.564611 [ 253 ] {9761555a-bf49-4bfe-9ed4-d24f12f2003a} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:39:45.564744 [ 253 ] {9761555a-bf49-4bfe-9ed4-d24f12f2003a} executeQuery: Read 149 rows, 9.86 KiB in 0.001207 sec., 123446.56172328087 rows/sec., 7.98 MiB/sec. 2026.03.18 01:39:45.564781 [ 253 ] {9761555a-bf49-4bfe-9ed4-d24f12f2003a} TCPHandler: Processed in 0.001370533 sec. 2026.03.18 01:39:45.564898 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:45.564991 [ 253 ] {eef0ef93-e8ca-4944-9835-963a0e9ad8b7} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:39:45.565030 [ 253 ] {eef0ef93-e8ca-4944-9835-963a0e9ad8b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:39:45.565468 [ 253 ] {eef0ef93-e8ca-4944-9835-963a0e9ad8b7} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:45.565504 [ 253 ] {eef0ef93-e8ca-4944-9835-963a0e9ad8b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:45.565817 [ 253 ] {eef0ef93-e8ca-4944-9835-963a0e9ad8b7} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 01:39:45.566035 [ 253 ] {eef0ef93-e8ca-4944-9835-963a0e9ad8b7} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:39:45.566162 [ 253 ] {eef0ef93-e8ca-4944-9835-963a0e9ad8b7} executeQuery: Read 148 rows, 8.62 KiB in 0.00119 sec., 124369.74789915966 rows/sec., 7.07 MiB/sec. 2026.03.18 01:39:45.566199 [ 253 ] {eef0ef93-e8ca-4944-9835-963a0e9ad8b7} TCPHandler: Processed in 0.001351912 sec. 2026.03.18 01:39:45.566311 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:45.566412 [ 253 ] {5fe2e18e-667b-4122-b598-3f09c0c35dcd} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:39:45.566454 [ 253 ] {5fe2e18e-667b-4122-b598-3f09c0c35dcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:39:45.567038 [ 253 ] {5fe2e18e-667b-4122-b598-3f09c0c35dcd} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:45.567074 [ 253 ] {5fe2e18e-667b-4122-b598-3f09c0c35dcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:45.567410 [ 253 ] {5fe2e18e-667b-4122-b598-3f09c0c35dcd} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 01:39:45.567623 [ 253 ] {5fe2e18e-667b-4122-b598-3f09c0c35dcd} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:39:45.567753 [ 253 ] {5fe2e18e-667b-4122-b598-3f09c0c35dcd} executeQuery: Read 504 rows, 36.30 KiB in 0.001359 sec., 370860.9271523179 rows/sec., 26.08 MiB/sec. 2026.03.18 01:39:45.567790 [ 253 ] {5fe2e18e-667b-4122-b598-3f09c0c35dcd} TCPHandler: Processed in 0.001529866 sec. 2026.03.18 01:39:45.567894 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:45.567988 [ 253 ] {864b488e-2213-485f-b8b8-7d61230220cc} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:39:45.568030 [ 253 ] {864b488e-2213-485f-b8b8-7d61230220cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:39:45.568352 [ 253 ] {864b488e-2213-485f-b8b8-7d61230220cc} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:45.568387 [ 253 ] {864b488e-2213-485f-b8b8-7d61230220cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:45.568714 [ 253 ] {864b488e-2213-485f-b8b8-7d61230220cc} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 01:39:45.568929 [ 253 ] {864b488e-2213-485f-b8b8-7d61230220cc} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:39:45.569060 [ 253 ] {864b488e-2213-485f-b8b8-7d61230220cc} executeQuery: Read 6 rows, 321.00 B in 0.001091 sec., 5499.541704857928 rows/sec., 287.33 KiB/sec. 2026.03.18 01:39:45.569088 [ 30 ] {} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.03.18 01:39:45.569097 [ 253 ] {864b488e-2213-485f-b8b8-7d61230220cc} TCPHandler: Processed in 0.00125381 sec. 2026.03.18 01:39:45.569174 [ 30 ] {} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:45.569207 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:45.569275 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:45.569350 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::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.18 01:39:45.569374 [ 253 ] {b29a0aa4-c2c0-4887-b610-1a46ed82687e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:45.569428 [ 253 ] {b29a0aa4-c2c0-4887-b610-1a46ed82687e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:39:45.569488 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:45.569529 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 60 rows starting from the beginning of the part 2026.03.18 01:39:45.569598 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2026.03.18 01:39:45.569641 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2026.03.18 01:39:45.569682 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2026.03.18 01:39:45.569750 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2026.03.18 01:39:45.569789 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2026.03.18 01:39:45.569868 [ 253 ] {b29a0aa4-c2c0-4887-b610-1a46ed82687e} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:45.569909 [ 253 ] {b29a0aa4-c2c0-4887-b610-1a46ed82687e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:45.570306 [ 253 ] {b29a0aa4-c2c0-4887-b610-1a46ed82687e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 01:39:45.570539 [ 253 ] {b29a0aa4-c2c0-4887-b610-1a46ed82687e} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:39:45.570618 [ 202 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.001339072 sec., 67210.7250394303 rows/sec., 3.43 MiB/sec. 2026.03.18 01:39:45.570672 [ 253 ] {b29a0aa4-c2c0-4887-b610-1a46ed82687e} executeQuery: Read 265 rows, 18.03 KiB in 0.001317 sec., 201214.88230827637 rows/sec., 13.37 MiB/sec. 2026.03.18 01:39:45.570711 [ 253 ] {b29a0aa4-c2c0-4887-b610-1a46ed82687e} TCPHandler: Processed in 0.001500844 sec. 2026.03.18 01:39:45.570788 [ 202 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.03.18 01:39:45.570831 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:45.570926 [ 253 ] {9be795dd-9bbb-49f7-8e90-93077418a846} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:39:45.570969 [ 253 ] {9be795dd-9bbb-49f7-8e90-93077418a846} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:39:45.571113 [ 202 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_15_3} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:39:45.571192 [ 202 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_15_3} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.03.18 01:39:45.571285 [ 253 ] {9be795dd-9bbb-49f7-8e90-93077418a846} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:45.571288 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.03.18 01:39:45.571319 [ 253 ] {9be795dd-9bbb-49f7-8e90-93077418a846} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:45.571632 [ 253 ] {9be795dd-9bbb-49f7-8e90-93077418a846} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 01:39:45.571842 [ 253 ] {9be795dd-9bbb-49f7-8e90-93077418a846} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:39:45.571945 [ 30 ] {} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.03.18 01:39:45.571971 [ 253 ] {9be795dd-9bbb-49f7-8e90-93077418a846} executeQuery: Read 1 rows, 69.00 B in 0.001064 sec., 939.8496240601503 rows/sec., 63.33 KiB/sec. 2026.03.18 01:39:45.571988 [ 30 ] {} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:45.572014 [ 253 ] {9be795dd-9bbb-49f7-8e90-93077418a846} TCPHandler: Processed in 0.001233421 sec. 2026.03.18 01:39:45.572015 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:45.572124 [ 208 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::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.18 01:39:45.572136 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:45.572239 [ 208 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:45.572250 [ 253 ] {b42acb16-caae-4661-b3e1-98fe0e039368} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:45.572273 [ 208 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part 2026.03.18 01:39:45.572311 [ 253 ] {b42acb16-caae-4661-b3e1-98fe0e039368} 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.18 01:39:45.572332 [ 208 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.03.18 01:39:45.572380 [ 208 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2026.03.18 01:39:45.572422 [ 208 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2026.03.18 01:39:45.572460 [ 208 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2026.03.18 01:39:45.572499 [ 208 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2026.03.18 01:39:45.573094 [ 253 ] {b42acb16-caae-4661-b3e1-98fe0e039368} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:45.573136 [ 253 ] {b42acb16-caae-4661-b3e1-98fe0e039368} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:45.573275 [ 192 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.00118774 sec., 12629.026554633168 rows/sec., 850.98 KiB/sec. 2026.03.18 01:39:45.573434 [ 198 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.03.18 01:39:45.573692 [ 253 ] {b42acb16-caae-4661-b3e1-98fe0e039368} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 01:39:45.573727 [ 198 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_15_3} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:39:45.573792 [ 198 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_15_3} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.03.18 01:39:45.573863 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.18 01:39:45.573917 [ 253 ] {b42acb16-caae-4661-b3e1-98fe0e039368} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:39:45.574061 [ 253 ] {b42acb16-caae-4661-b3e1-98fe0e039368} executeQuery: Read 14 rows, 25.69 KiB in 0.001831 sec., 7646.095030038231 rows/sec., 13.70 MiB/sec. 2026.03.18 01:39:45.574117 [ 253 ] {b42acb16-caae-4661-b3e1-98fe0e039368} TCPHandler: Processed in 0.002033704 sec. 2026.03.18 01:39:45.574239 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:45.574332 [ 253 ] {983e057e-15da-41e7-92dc-e90c50f3537b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:39:45.574376 [ 253 ] {983e057e-15da-41e7-92dc-e90c50f3537b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:39:45.574707 [ 253 ] {983e057e-15da-41e7-92dc-e90c50f3537b} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:45.574743 [ 253 ] {983e057e-15da-41e7-92dc-e90c50f3537b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:45.575065 [ 253 ] {983e057e-15da-41e7-92dc-e90c50f3537b} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 01:39:45.575273 [ 253 ] {983e057e-15da-41e7-92dc-e90c50f3537b} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:39:45.575407 [ 253 ] {983e057e-15da-41e7-92dc-e90c50f3537b} executeQuery: Read 90 rows, 5.77 KiB in 0.001094 sec., 82266.91042047532 rows/sec., 5.15 MiB/sec. 2026.03.18 01:39:45.575443 [ 253 ] {983e057e-15da-41e7-92dc-e90c50f3537b} TCPHandler: Processed in 0.001255221 sec. 2026.03.18 01:39:49.585531 [ 54 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:39:49.585604 [ 54 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:39:49.714181 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10435 2026.03.18 01:39:49.714741 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:49.714787 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:49.715301 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 01:39:49.715544 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:39:49.715691 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10435 2026.03.18 01:39:50.286969 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.03.18 01:39:50.302130 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:50.302173 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:50.308492 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 01:39:50.309174 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:39:50.311656 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.03.18 01:39:50.551046 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:50.551256 [ 253 ] {711f9ab6-0cdb-4b48-9953-878acd4f949f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:39:50.551328 [ 253 ] {711f9ab6-0cdb-4b48-9953-878acd4f949f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:39:50.552058 [ 253 ] {711f9ab6-0cdb-4b48-9953-878acd4f949f} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:50.552103 [ 253 ] {711f9ab6-0cdb-4b48-9953-878acd4f949f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:50.552496 [ 253 ] {711f9ab6-0cdb-4b48-9953-878acd4f949f} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.18 01:39:50.552715 [ 253 ] {711f9ab6-0cdb-4b48-9953-878acd4f949f} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:39:50.552871 [ 253 ] {711f9ab6-0cdb-4b48-9953-878acd4f949f} executeQuery: Read 108 rows, 9.31 KiB in 0.001666 sec., 64825.93037214886 rows/sec., 5.45 MiB/sec. 2026.03.18 01:39:50.552912 [ 253 ] {711f9ab6-0cdb-4b48-9953-878acd4f949f} TCPHandler: Processed in 0.002000993 sec. 2026.03.18 01:39:50.553037 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:50.553133 [ 253 ] {aac1234d-31a7-4a10-941d-985672426497} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:39:50.553173 [ 253 ] {aac1234d-31a7-4a10-941d-985672426497} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:39:50.553578 [ 253 ] {aac1234d-31a7-4a10-941d-985672426497} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:50.553614 [ 253 ] {aac1234d-31a7-4a10-941d-985672426497} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:50.553909 [ 253 ] {aac1234d-31a7-4a10-941d-985672426497} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 01:39:50.554116 [ 253 ] {aac1234d-31a7-4a10-941d-985672426497} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:39:50.554232 [ 52 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 01:39:50.554249 [ 253 ] {aac1234d-31a7-4a10-941d-985672426497} executeQuery: Read 26 rows, 1.96 KiB in 0.001135 sec., 22907.48898678414 rows/sec., 1.68 MiB/sec. 2026.03.18 01:39:50.554296 [ 52 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:50.554306 [ 253 ] {aac1234d-31a7-4a10-941d-985672426497} TCPHandler: Processed in 0.001319442 sec. 2026.03.18 01:39:50.554324 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:50.554424 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:50.554452 [ 194 ] {086d69c6-84cd-4e36-a86d-07643f589663::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.18 01:39:50.554521 [ 253 ] {3c959292-e78a-4340-96fe-9d42eefbb513} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:39:50.554572 [ 253 ] {3c959292-e78a-4340-96fe-9d42eefbb513} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:39:50.554608 [ 194 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:50.554647 [ 194 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 209 rows starting from the beginning of the part 2026.03.18 01:39:50.554716 [ 194 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part 2026.03.18 01:39:50.554763 [ 194 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 156 rows starting from the beginning of the part 2026.03.18 01:39:50.554804 [ 194 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part 2026.03.18 01:39:50.554851 [ 194 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 156 rows starting from the beginning of the part 2026.03.18 01:39:50.554892 [ 194 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part 2026.03.18 01:39:50.555003 [ 253 ] {3c959292-e78a-4340-96fe-9d42eefbb513} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:50.555047 [ 253 ] {3c959292-e78a-4340-96fe-9d42eefbb513} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:50.555411 [ 253 ] {3c959292-e78a-4340-96fe-9d42eefbb513} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.18 01:39:50.555639 [ 253 ] {3c959292-e78a-4340-96fe-9d42eefbb513} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:39:50.555769 [ 253 ] {3c959292-e78a-4340-96fe-9d42eefbb513} executeQuery: Read 90 rows, 7.20 KiB in 0.001266 sec., 71090.04739336493 rows/sec., 5.55 MiB/sec. 2026.03.18 01:39:50.555806 [ 253 ] {3c959292-e78a-4340-96fe-9d42eefbb513} TCPHandler: Processed in 0.001430504 sec. 2026.03.18 01:39:50.555843 [ 192 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 599 rows, containing 5 columns (5 merged, 0 gathered) in 0.001448234 sec., 413607.19331268285 rows/sec., 27.56 MiB/sec. 2026.03.18 01:39:50.555933 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:50.556031 [ 253 ] {2c21409d-264c-4b13-9d1e-16785095240b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:50.556076 [ 253 ] {2c21409d-264c-4b13-9d1e-16785095240b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:39:50.556088 [ 187 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 01:39:50.556434 [ 187 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_26_5} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:39:50.556493 [ 253 ] {2c21409d-264c-4b13-9d1e-16785095240b} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:50.556525 [ 187 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_26_5} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 01:39:50.556534 [ 253 ] {2c21409d-264c-4b13-9d1e-16785095240b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:50.556642 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.18 01:39:50.556882 [ 253 ] {2c21409d-264c-4b13-9d1e-16785095240b} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.18 01:39:50.557093 [ 253 ] {2c21409d-264c-4b13-9d1e-16785095240b} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:39:50.557225 [ 253 ] {2c21409d-264c-4b13-9d1e-16785095240b} executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. 2026.03.18 01:39:50.557262 [ 253 ] {2c21409d-264c-4b13-9d1e-16785095240b} TCPHandler: Processed in 0.001378223 sec. 2026.03.18 01:39:50.557371 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:50.557473 [ 253 ] {250a8438-bba7-4fc3-b0de-c07af226434c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:50.557528 [ 253 ] {250a8438-bba7-4fc3-b0de-c07af226434c} 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.18 01:39:50.558361 [ 253 ] {250a8438-bba7-4fc3-b0de-c07af226434c} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:50.558399 [ 253 ] {250a8438-bba7-4fc3-b0de-c07af226434c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:50.558947 [ 253 ] {250a8438-bba7-4fc3-b0de-c07af226434c} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 01:39:50.559176 [ 253 ] {250a8438-bba7-4fc3-b0de-c07af226434c} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:39:50.559293 [ 52 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 01:39:50.559325 [ 253 ] {250a8438-bba7-4fc3-b0de-c07af226434c} executeQuery: Read 26 rows, 47.71 KiB in 0.001871 sec., 13896.312132549438 rows/sec., 24.90 MiB/sec. 2026.03.18 01:39:50.559330 [ 52 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:50.559368 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:50.559398 [ 253 ] {250a8438-bba7-4fc3-b0de-c07af226434c} TCPHandler: Processed in 0.002078695 sec. 2026.03.18 01:39:50.559450 [ 194 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::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.18 01:39:50.559527 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:50.559627 [ 253 ] {848410fc-a218-41ba-97a7-6c7d46a6c168} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:39:50.559660 [ 194 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:50.559669 [ 253 ] {848410fc-a218-41ba-97a7-6c7d46a6c168} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:39:50.559721 [ 194 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 370 rows starting from the beginning of the part 2026.03.18 01:39:50.559843 [ 194 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part 2026.03.18 01:39:50.559952 [ 194 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part 2026.03.18 01:39:50.560038 [ 253 ] {848410fc-a218-41ba-97a7-6c7d46a6c168} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:50.560062 [ 194 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part 2026.03.18 01:39:50.560079 [ 253 ] {848410fc-a218-41ba-97a7-6c7d46a6c168} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:50.560173 [ 194 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part 2026.03.18 01:39:50.560283 [ 194 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part 2026.03.18 01:39:50.560411 [ 253 ] {848410fc-a218-41ba-97a7-6c7d46a6c168} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.18 01:39:50.560653 [ 253 ] {848410fc-a218-41ba-97a7-6c7d46a6c168} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:39:50.560800 [ 253 ] {848410fc-a218-41ba-97a7-6c7d46a6c168} executeQuery: Read 60 rows, 4.14 KiB in 0.00119 sec., 50420.168067226885 rows/sec., 3.40 MiB/sec. 2026.03.18 01:39:50.560838 [ 253 ] {848410fc-a218-41ba-97a7-6c7d46a6c168} TCPHandler: Processed in 0.001361953 sec. 2026.03.18 01:39:50.564159 [ 187 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 476 rows, containing 19 columns (19 merged, 0 gathered) in 0.004744549 sec., 100325.65792870935 rows/sec., 179.78 MiB/sec. 2026.03.18 01:39:50.564904 [ 194 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 01:39:50.565238 [ 194 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_26_5} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:39:50.565311 [ 194 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_26_5} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 01:39:50.565402 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. 2026.03.18 01:39:51.001164 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 253.96 MiB, peak 259.24 MiB, free memory in arenas 0.00 B, will set to 255.90 MiB (RSS), difference: 1.94 MiB 2026.03.18 01:39:54.567036 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:54.567223 [ 253 ] {dc331e37-a4c0-4f2e-9e84-ba8bfaa5c773} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:39:54.567287 [ 253 ] {dc331e37-a4c0-4f2e-9e84-ba8bfaa5c773} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:39:54.568035 [ 253 ] {dc331e37-a4c0-4f2e-9e84-ba8bfaa5c773} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:54.568085 [ 253 ] {dc331e37-a4c0-4f2e-9e84-ba8bfaa5c773} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:54.568486 [ 253 ] {dc331e37-a4c0-4f2e-9e84-ba8bfaa5c773} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 01:39:54.568717 [ 253 ] {dc331e37-a4c0-4f2e-9e84-ba8bfaa5c773} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:39:54.568871 [ 253 ] {dc331e37-a4c0-4f2e-9e84-ba8bfaa5c773} executeQuery: Read 284 rows, 18.47 KiB in 0.001696 sec., 167452.83018867925 rows/sec., 10.64 MiB/sec. 2026.03.18 01:39:54.568913 [ 253 ] {dc331e37-a4c0-4f2e-9e84-ba8bfaa5c773} TCPHandler: Processed in 0.002006343 sec. 2026.03.18 01:39:54.569042 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:54.569138 [ 253 ] {0141a6b9-ebd3-463f-b372-8cb01ef494de} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:39:54.569180 [ 253 ] {0141a6b9-ebd3-463f-b372-8cb01ef494de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:39:54.569576 [ 253 ] {0141a6b9-ebd3-463f-b372-8cb01ef494de} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:54.569612 [ 253 ] {0141a6b9-ebd3-463f-b372-8cb01ef494de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:54.569916 [ 253 ] {0141a6b9-ebd3-463f-b372-8cb01ef494de} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 01:39:54.570130 [ 253 ] {0141a6b9-ebd3-463f-b372-8cb01ef494de} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:39:54.570258 [ 253 ] {0141a6b9-ebd3-463f-b372-8cb01ef494de} executeQuery: Read 2 rows, 167.00 B in 0.00114 sec., 1754.3859649122808 rows/sec., 143.06 KiB/sec. 2026.03.18 01:39:54.570296 [ 253 ] {0141a6b9-ebd3-463f-b372-8cb01ef494de} TCPHandler: Processed in 0.001304852 sec. 2026.03.18 01:39:54.570413 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:54.570508 [ 253 ] {b14da53b-d041-4291-b33b-00196190fd97} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:39:54.570548 [ 253 ] {b14da53b-d041-4291-b33b-00196190fd97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:39:54.572121 [ 253 ] {b14da53b-d041-4291-b33b-00196190fd97} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:54.572157 [ 253 ] {b14da53b-d041-4291-b33b-00196190fd97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:54.572653 [ 253 ] {b14da53b-d041-4291-b33b-00196190fd97} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.18 01:39:54.573171 [ 253 ] {b14da53b-d041-4291-b33b-00196190fd97} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:39:54.573436 [ 253 ] {b14da53b-d041-4291-b33b-00196190fd97} executeQuery: Read 2706 rows, 211.07 KiB in 0.00294 sec., 920408.1632653062 rows/sec., 70.11 MiB/sec. 2026.03.18 01:39:54.573502 [ 253 ] {b14da53b-d041-4291-b33b-00196190fd97} MemoryTracker: Peak memory usage (for query): 4.06 MiB. 2026.03.18 01:39:54.573526 [ 253 ] {b14da53b-d041-4291-b33b-00196190fd97} TCPHandler: Processed in 0.003162673 sec. 2026.03.18 01:39:54.573739 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:54.573883 [ 253 ] {1549164f-e61d-46f5-a205-aef58f3ebcf4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:39:54.573964 [ 253 ] {1549164f-e61d-46f5-a205-aef58f3ebcf4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:39:54.574528 [ 253 ] {1549164f-e61d-46f5-a205-aef58f3ebcf4} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:54.574566 [ 253 ] {1549164f-e61d-46f5-a205-aef58f3ebcf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:54.574895 [ 253 ] {1549164f-e61d-46f5-a205-aef58f3ebcf4} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 01:39:54.575145 [ 253 ] {1549164f-e61d-46f5-a205-aef58f3ebcf4} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:39:54.575279 [ 253 ] {1549164f-e61d-46f5-a205-aef58f3ebcf4} executeQuery: Read 167 rows, 10.41 KiB in 0.001428 sec., 116946.7787114846 rows/sec., 7.12 MiB/sec. 2026.03.18 01:39:54.575318 [ 253 ] {1549164f-e61d-46f5-a205-aef58f3ebcf4} TCPHandler: Processed in 0.001656318 sec. 2026.03.18 01:39:54.575441 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:54.575537 [ 253 ] {d397cc5f-c094-47a4-8f3d-e4799dc19eff} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:39:54.575577 [ 253 ] {d397cc5f-c094-47a4-8f3d-e4799dc19eff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:39:54.576265 [ 253 ] {d397cc5f-c094-47a4-8f3d-e4799dc19eff} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:54.576302 [ 253 ] {d397cc5f-c094-47a4-8f3d-e4799dc19eff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:54.576639 [ 253 ] {d397cc5f-c094-47a4-8f3d-e4799dc19eff} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 01:39:54.576848 [ 253 ] {d397cc5f-c094-47a4-8f3d-e4799dc19eff} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:39:54.576965 [ 45 ] {} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 01:39:54.576982 [ 253 ] {d397cc5f-c094-47a4-8f3d-e4799dc19eff} executeQuery: Read 857 rows, 52.15 KiB in 0.001463 sec., 585782.6384142173 rows/sec., 34.81 MiB/sec. 2026.03.18 01:39:54.577041 [ 45 ] {} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:54.577049 [ 253 ] {d397cc5f-c094-47a4-8f3d-e4799dc19eff} TCPHandler: Processed in 0.001657757 sec. 2026.03.18 01:39:54.577072 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:54.577189 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:54.577206 [ 199 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::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.18 01:39:54.577288 [ 253 ] {18e9bcc6-0833-41a9-a926-2a169183c309} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 01:39:54.577336 [ 253 ] {18e9bcc6-0833-41a9-a926-2a169183c309} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 01:39:54.577354 [ 199 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:54.577397 [ 199 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 857 rows starting from the beginning of the part 2026.03.18 01:39:54.577474 [ 199 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 149 rows starting from the beginning of the part 2026.03.18 01:39:54.577521 [ 199 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 857 rows starting from the beginning of the part 2026.03.18 01:39:54.577561 [ 199 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 149 rows starting from the beginning of the part 2026.03.18 01:39:54.577603 [ 199 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 149 rows starting from the beginning of the part 2026.03.18 01:39:54.577641 [ 199 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 857 rows starting from the beginning of the part 2026.03.18 01:39:54.577734 [ 253 ] {18e9bcc6-0833-41a9-a926-2a169183c309} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:54.577776 [ 253 ] {18e9bcc6-0833-41a9-a926-2a169183c309} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:54.578142 [ 253 ] {18e9bcc6-0833-41a9-a926-2a169183c309} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 01:39:54.578366 [ 253 ] {18e9bcc6-0833-41a9-a926-2a169183c309} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): 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.18 01:39:54.578483 [ 45 ] {} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.18 01:39:54.578505 [ 253 ] {18e9bcc6-0833-41a9-a926-2a169183c309} executeQuery: Read 1 rows, 72.00 B in 0.001236 sec., 809.0614886731393 rows/sec., 56.89 KiB/sec. 2026.03.18 01:39:54.578542 [ 45 ] {} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:54.578562 [ 253 ] {18e9bcc6-0833-41a9-a926-2a169183c309} TCPHandler: Processed in 0.001422523 sec. 2026.03.18 01:39:54.578568 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:54.578695 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:54.578699 [ 194 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::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.18 01:39:54.578797 [ 253 ] {7b53bd38-54c2-4d15-8c57-70a83adbfa34} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:39:54.578841 [ 253 ] {7b53bd38-54c2-4d15-8c57-70a83adbfa34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:39:54.578869 [ 194 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:54.578927 [ 194 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::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.18 01:39:54.578942 [ 189 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3018 rows, containing 5 columns (5 merged, 0 gathered) in 0.0017951 sec., 1681243.3847696506 rows/sec., 107.61 MiB/sec. 2026.03.18 01:39:54.579001 [ 194 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::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.18 01:39:54.579080 [ 194 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::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.18 01:39:54.579113 [ 199 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 01:39:54.579161 [ 194 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::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.18 01:39:54.579237 [ 194 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::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.18 01:39:54.579365 [ 253 ] {7b53bd38-54c2-4d15-8c57-70a83adbfa34} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:54.579377 [ 199 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_16_3} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:39:54.579409 [ 253 ] {7b53bd38-54c2-4d15-8c57-70a83adbfa34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:54.579477 [ 199 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_16_3} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 01:39:54.579552 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.03.18 01:39:54.579759 [ 253 ] {7b53bd38-54c2-4d15-8c57-70a83adbfa34} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 01:39:54.580017 [ 253 ] {7b53bd38-54c2-4d15-8c57-70a83adbfa34} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:39:54.580052 [ 199 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 5 columns (5 merged, 0 gathered) in 0.001407673 sec., 3551.961286463547 rows/sec., 263.62 KiB/sec. 2026.03.18 01:39:54.580150 [ 253 ] {7b53bd38-54c2-4d15-8c57-70a83adbfa34} executeQuery: Read 148 rows, 8.62 KiB in 0.001372 sec., 107871.72011661807 rows/sec., 6.13 MiB/sec. 2026.03.18 01:39:54.580170 [ 194 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.18 01:39:54.580194 [ 253 ] {7b53bd38-54c2-4d15-8c57-70a83adbfa34} TCPHandler: Processed in 0.001549656 sec. 2026.03.18 01:39:54.580314 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:54.580410 [ 253 ] {24073abf-0cc3-49ba-9cfa-13a70c512c7c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:39:54.580440 [ 194 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_5_1} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): 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.18 01:39:54.580452 [ 253 ] {24073abf-0cc3-49ba-9cfa-13a70c512c7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:39:54.580519 [ 194 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_5_1} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.18 01:39:54.580601 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.03.18 01:39:54.581372 [ 253 ] {24073abf-0cc3-49ba-9cfa-13a70c512c7c} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:54.581413 [ 253 ] {24073abf-0cc3-49ba-9cfa-13a70c512c7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:54.581779 [ 253 ] {24073abf-0cc3-49ba-9cfa-13a70c512c7c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.18 01:39:54.582003 [ 253 ] {24073abf-0cc3-49ba-9cfa-13a70c512c7c} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:39:54.582134 [ 253 ] {24073abf-0cc3-49ba-9cfa-13a70c512c7c} executeQuery: Read 1451 rows, 102.41 KiB in 0.00174 sec., 833908.0459770114 rows/sec., 57.48 MiB/sec. 2026.03.18 01:39:54.582171 [ 253 ] {24073abf-0cc3-49ba-9cfa-13a70c512c7c} TCPHandler: Processed in 0.001906481 sec. 2026.03.18 01:39:54.582275 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:54.582371 [ 253 ] {183d4673-5653-4446-ad5b-e91a94e10b43} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:39:54.582415 [ 253 ] {183d4673-5653-4446-ad5b-e91a94e10b43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:39:54.582745 [ 253 ] {183d4673-5653-4446-ad5b-e91a94e10b43} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:54.582780 [ 253 ] {183d4673-5653-4446-ad5b-e91a94e10b43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:54.583090 [ 253 ] {183d4673-5653-4446-ad5b-e91a94e10b43} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 01:39:54.583293 [ 253 ] {183d4673-5653-4446-ad5b-e91a94e10b43} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:39:54.583420 [ 253 ] {183d4673-5653-4446-ad5b-e91a94e10b43} executeQuery: Read 6 rows, 321.00 B in 0.001069 sec., 5612.722170252572 rows/sec., 293.24 KiB/sec. 2026.03.18 01:39:54.583457 [ 253 ] {183d4673-5653-4446-ad5b-e91a94e10b43} TCPHandler: Processed in 0.001229881 sec. 2026.03.18 01:39:54.583577 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:54.583671 [ 253 ] {2cfde818-e8c8-4ce7-abf2-18d5d7356825} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:54.583712 [ 253 ] {2cfde818-e8c8-4ce7-abf2-18d5d7356825} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:39:54.584395 [ 253 ] {2cfde818-e8c8-4ce7-abf2-18d5d7356825} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:54.584434 [ 253 ] {2cfde818-e8c8-4ce7-abf2-18d5d7356825} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:54.584856 [ 253 ] {2cfde818-e8c8-4ce7-abf2-18d5d7356825} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.18 01:39:54.585063 [ 253 ] {2cfde818-e8c8-4ce7-abf2-18d5d7356825} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:39:54.585190 [ 253 ] {2cfde818-e8c8-4ce7-abf2-18d5d7356825} executeQuery: Read 1419 rows, 91.46 KiB in 0.001553 sec., 913715.389568577 rows/sec., 57.51 MiB/sec. 2026.03.18 01:39:54.585226 [ 253 ] {2cfde818-e8c8-4ce7-abf2-18d5d7356825} TCPHandler: Processed in 0.001715419 sec. 2026.03.18 01:39:54.585328 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:54.585424 [ 253 ] {7e8e87e1-5a83-424d-afed-ee0429663acc} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:39:54.585473 [ 253 ] {7e8e87e1-5a83-424d-afed-ee0429663acc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:39:54.585820 [ 253 ] {7e8e87e1-5a83-424d-afed-ee0429663acc} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:54.585861 [ 253 ] {7e8e87e1-5a83-424d-afed-ee0429663acc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:54.586283 [ 253 ] {7e8e87e1-5a83-424d-afed-ee0429663acc} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 01:39:54.586523 [ 253 ] {7e8e87e1-5a83-424d-afed-ee0429663acc} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:39:54.586653 [ 253 ] {7e8e87e1-5a83-424d-afed-ee0429663acc} executeQuery: Read 1 rows, 69.00 B in 0.001217 sec., 821.6926869350863 rows/sec., 55.37 KiB/sec. 2026.03.18 01:39:54.586690 [ 253 ] {7e8e87e1-5a83-424d-afed-ee0429663acc} TCPHandler: Processed in 0.001387234 sec. 2026.03.18 01:39:54.586813 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:54.586932 [ 253 ] {a59d8f7f-f555-49b4-907f-e0e1cd503795} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:54.586998 [ 253 ] {a59d8f7f-f555-49b4-907f-e0e1cd503795} 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.18 01:39:54.587866 [ 253 ] {a59d8f7f-f555-49b4-907f-e0e1cd503795} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:54.587905 [ 253 ] {a59d8f7f-f555-49b4-907f-e0e1cd503795} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:54.588433 [ 253 ] {a59d8f7f-f555-49b4-907f-e0e1cd503795} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 01:39:54.588658 [ 253 ] {a59d8f7f-f555-49b4-907f-e0e1cd503795} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:39:54.588800 [ 253 ] {a59d8f7f-f555-49b4-907f-e0e1cd503795} executeQuery: Read 23 rows, 42.20 KiB in 0.001893 sec., 12150.026413100899 rows/sec., 21.77 MiB/sec. 2026.03.18 01:39:54.588859 [ 253 ] {a59d8f7f-f555-49b4-907f-e0e1cd503795} TCPHandler: Processed in 0.002108106 sec. 2026.03.18 01:39:54.588973 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:54.589069 [ 253 ] {783a2020-e6a0-4fb4-9c7d-678553d30053} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:39:54.589111 [ 253 ] {783a2020-e6a0-4fb4-9c7d-678553d30053} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:39:54.589440 [ 253 ] {783a2020-e6a0-4fb4-9c7d-678553d30053} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:54.589476 [ 253 ] {783a2020-e6a0-4fb4-9c7d-678553d30053} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:54.589785 [ 253 ] {783a2020-e6a0-4fb4-9c7d-678553d30053} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.18 01:39:54.589995 [ 253 ] {783a2020-e6a0-4fb4-9c7d-678553d30053} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:39:54.590122 [ 253 ] {783a2020-e6a0-4fb4-9c7d-678553d30053} executeQuery: Read 78 rows, 4.94 KiB in 0.001072 sec., 72761.19402985074 rows/sec., 4.50 MiB/sec. 2026.03.18 01:39:54.590158 [ 253 ] {783a2020-e6a0-4fb4-9c7d-678553d30053} TCPHandler: Processed in 0.00123477 sec. 2026.03.18 01:39:54.762824 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 778 2026.03.18 01:39:54.765596 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:54.765644 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:54.766861 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 01:39:54.767128 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:39:54.767277 [ 45 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 01:39:54.767337 [ 45 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:54.767361 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:54.767454 [ 189 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::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.18 01:39:54.767458 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 778 2026.03.18 01:39:54.767950 [ 189 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:54.768098 [ 189 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 562 rows starting from the beginning of the part 2026.03.18 01:39:54.768466 [ 189 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part 2026.03.18 01:39:54.768807 [ 189 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 66 rows starting from the beginning of the part 2026.03.18 01:39:54.769133 [ 189 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part 2026.03.18 01:39:54.769428 [ 189 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part 2026.03.18 01:39:54.769728 [ 189 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2026.03.18 01:39:54.775531 [ 199 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 778 rows, containing 72 columns (72 merged, 0 gathered) in 0.008149345 sec., 95467.79526452739 rows/sec., 80.44 MiB/sec. 2026.03.18 01:39:54.776857 [ 200 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 01:39:54.777477 [ 200 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_16_3} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:39:54.777560 [ 200 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_16_3} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 01:39:54.777801 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. 2026.03.18 01:39:55.543512 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:55.543703 [ 253 ] {464a5717-2d91-44d8-9405-02bf63b98cd0} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:39:55.543769 [ 253 ] {464a5717-2d91-44d8-9405-02bf63b98cd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:39:55.544412 [ 253 ] {464a5717-2d91-44d8-9405-02bf63b98cd0} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:55.544453 [ 253 ] {464a5717-2d91-44d8-9405-02bf63b98cd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:55.544838 [ 253 ] {464a5717-2d91-44d8-9405-02bf63b98cd0} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.18 01:39:55.545068 [ 253 ] {464a5717-2d91-44d8-9405-02bf63b98cd0} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:39:55.545200 [ 43 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.18 01:39:55.545230 [ 253 ] {464a5717-2d91-44d8-9405-02bf63b98cd0} executeQuery: Read 56 rows, 4.41 KiB in 0.001574 sec., 35578.14485387548 rows/sec., 2.73 MiB/sec. 2026.03.18 01:39:55.545238 [ 43 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:55.545262 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:55.545278 [ 253 ] {464a5717-2d91-44d8-9405-02bf63b98cd0} TCPHandler: Processed in 0.001891061 sec. 2026.03.18 01:39:55.545342 [ 189 ] {00e7bac3-0c43-4371-b27b-c97b01471236::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.18 01:39:55.545401 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:55.545422 [ 189 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:55.545450 [ 189 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2766 rows starting from the beginning of the part 2026.03.18 01:39:55.545505 [ 189 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 108 rows starting from the beginning of the part 2026.03.18 01:39:55.545505 [ 253 ] {31f5e016-3a1c-4181-9303-9d2bda22ba5a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:39:55.545550 [ 189 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 825 rows starting from the beginning of the part 2026.03.18 01:39:55.545559 [ 253 ] {31f5e016-3a1c-4181-9303-9d2bda22ba5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:39:55.545596 [ 189 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 108 rows starting from the beginning of the part 2026.03.18 01:39:55.545639 [ 189 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2706 rows starting from the beginning of the part 2026.03.18 01:39:55.545675 [ 189 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part 2026.03.18 01:39:55.545991 [ 253 ] {31f5e016-3a1c-4181-9303-9d2bda22ba5a} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:55.546028 [ 253 ] {31f5e016-3a1c-4181-9303-9d2bda22ba5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:55.546369 [ 253 ] {31f5e016-3a1c-4181-9303-9d2bda22ba5a} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.18 01:39:55.546589 [ 253 ] {31f5e016-3a1c-4181-9303-9d2bda22ba5a} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:39:55.546686 [ 43 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.18 01:39:55.546709 [ 43 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:55.546719 [ 253 ] {31f5e016-3a1c-4181-9303-9d2bda22ba5a} executeQuery: Read 64 rows, 5.12 KiB in 0.001239 sec., 51654.5601291364 rows/sec., 4.03 MiB/sec. 2026.03.18 01:39:55.546726 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:55.546756 [ 253 ] {31f5e016-3a1c-4181-9303-9d2bda22ba5a} TCPHandler: Processed in 0.001407883 sec. 2026.03.18 01:39:55.546838 [ 199 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::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.18 01:39:55.546870 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:55.546972 [ 199 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:55.546976 [ 253 ] {93f010e8-d7f7-4f5a-8e64-1ce06d2203ae} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:39:55.547012 [ 199 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1511 rows starting from the beginning of the part 2026.03.18 01:39:55.547035 [ 253 ] {93f010e8-d7f7-4f5a-8e64-1ce06d2203ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:39:55.547086 [ 199 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 90 rows starting from the beginning of the part 2026.03.18 01:39:55.547138 [ 199 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 504 rows starting from the beginning of the part 2026.03.18 01:39:55.547184 [ 199 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 90 rows starting from the beginning of the part 2026.03.18 01:39:55.547223 [ 199 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1451 rows starting from the beginning of the part 2026.03.18 01:39:55.547281 [ 199 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part 2026.03.18 01:39:55.547408 [ 253 ] {93f010e8-d7f7-4f5a-8e64-1ce06d2203ae} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:55.547449 [ 253 ] {93f010e8-d7f7-4f5a-8e64-1ce06d2203ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:55.547762 [ 201 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 6569 rows, containing 5 columns (5 merged, 0 gathered) in 0.00244933 sec., 2681957.923187157 rows/sec., 216.34 MiB/sec. 2026.03.18 01:39:55.547884 [ 253 ] {93f010e8-d7f7-4f5a-8e64-1ce06d2203ae} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.18 01:39:55.548155 [ 253 ] {93f010e8-d7f7-4f5a-8e64-1ce06d2203ae} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:39:55.548154 [ 197 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.18 01:39:55.548260 [ 43 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.18 01:39:55.548293 [ 43 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:55.548294 [ 253 ] {93f010e8-d7f7-4f5a-8e64-1ce06d2203ae} executeQuery: Read 32 rows, 2.28 KiB in 0.001337 sec., 23934.18100224383 rows/sec., 1.67 MiB/sec. 2026.03.18 01:39:55.548314 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:55.548339 [ 253 ] {93f010e8-d7f7-4f5a-8e64-1ce06d2203ae} TCPHandler: Processed in 0.001517925 sec. 2026.03.18 01:39:55.548436 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:39:55.548466 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:39:55.548530 [ 197 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_36_7} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:39:55.548592 [ 253 ] {a646bad6-ae59-4b38-a1c8-5ec81a7c01a7} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:39:55.548597 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:55.548624 [ 197 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_36_7} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.18 01:39:55.548645 [ 253 ] {a646bad6-ae59-4b38-a1c8-5ec81a7c01a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:39:55.548656 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 11522 rows starting from the beginning of the part 2026.03.18 01:39:55.548734 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:39:55.548735 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB. 2026.03.18 01:39:55.548785 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 265 rows starting from the beginning of the part 2026.03.18 01:39:55.548793 [ 201 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3710 rows, containing 5 columns (5 merged, 0 gathered) in 0.002013484 sec., 1842577.3435497875 rows/sec., 135.78 MiB/sec. 2026.03.18 01:39:55.548836 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:39:55.548880 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1419 rows starting from the beginning of the part 2026.03.18 01:39:55.548919 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 32 rows starting from the beginning of the part 2026.03.18 01:39:55.548998 [ 253 ] {a646bad6-ae59-4b38-a1c8-5ec81a7c01a7} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:55.549027 [ 197 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.18 01:39:55.549046 [ 253 ] {a646bad6-ae59-4b38-a1c8-5ec81a7c01a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:55.549342 [ 197 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_36_7} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:39:55.549421 [ 197 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_36_7} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.18 01:39:55.549448 [ 253 ] {a646bad6-ae59-4b38-a1c8-5ec81a7c01a7} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.18 01:39:55.549502 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.03.18 01:39:55.549682 [ 253 ] {a646bad6-ae59-4b38-a1c8-5ec81a7c01a7} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:39:55.549785 [ 43 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.18 01:39:55.549806 [ 43 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:55.549822 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:55.549825 [ 253 ] {a646bad6-ae59-4b38-a1c8-5ec81a7c01a7} executeQuery: Read 12 rows, 848.00 B in 0.001252 sec., 9584.664536741213 rows/sec., 661.44 KiB/sec. 2026.03.18 01:39:55.549865 [ 253 ] {a646bad6-ae59-4b38-a1c8-5ec81a7c01a7} TCPHandler: Processed in 0.001459735 sec. 2026.03.18 01:39:55.549896 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:39:55.550010 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:39:55.550040 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2004 rows starting from the beginning of the part 2026.03.18 01:39:55.550091 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:39:55.550133 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 90 rows starting from the beginning of the part 2026.03.18 01:39:55.550170 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:39:55.550206 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 78 rows starting from the beginning of the part 2026.03.18 01:39:55.550241 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 12 rows starting from the beginning of the part 2026.03.18 01:39:55.551263 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2304 rows, containing 4 columns (4 merged, 0 gathered) in 0.001402894 sec., 1642319.3769450863 rows/sec., 105.73 MiB/sec. 2026.03.18 01:39:55.551491 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.18 01:39:55.551755 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_36_7} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:39:55.551834 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_36_7} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.18 01:39:55.551923 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.03.18 01:39:55.553388 [ 191 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 13558 rows, containing 5 columns (5 merged, 0 gathered) in 0.005033443 sec., 2693583.69609033 rows/sec., 175.68 MiB/sec. 2026.03.18 01:39:55.553710 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.18 01:39:55.554023 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_36_7} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:39:55.554092 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_36_7} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.18 01:39:55.554159 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB. 2026.03.18 01:39:57.216097 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10947 2026.03.18 01:39:57.216681 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:57.216733 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:57.217240 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 01:39:57.217494 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:39:57.217641 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10947 2026.03.18 01:39:57.812033 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.03.18 01:39:57.830203 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:39:57.830253 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:39:57.836056 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 01:39:57.836748 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:39:57.840059 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.03.18 01:40:00.551060 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:00.551259 [ 253 ] {418db5e3-725c-49e9-94b3-bd059549c60d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:40:00.551327 [ 253 ] {418db5e3-725c-49e9-94b3-bd059549c60d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:40:00.552025 [ 253 ] {418db5e3-725c-49e9-94b3-bd059549c60d} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:00.552077 [ 253 ] {418db5e3-725c-49e9-94b3-bd059549c60d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:00.552503 [ 253 ] {418db5e3-725c-49e9-94b3-bd059549c60d} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.18 01:40:00.552747 [ 253 ] {418db5e3-725c-49e9-94b3-bd059549c60d} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:40:00.552916 [ 253 ] {418db5e3-725c-49e9-94b3-bd059549c60d} executeQuery: Read 108 rows, 9.31 KiB in 0.001705 sec., 63343.10850439883 rows/sec., 5.33 MiB/sec. 2026.03.18 01:40:00.552966 [ 253 ] {418db5e3-725c-49e9-94b3-bd059549c60d} TCPHandler: Processed in 0.002035514 sec. 2026.03.18 01:40:00.553100 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:00.553205 [ 253 ] {4a753500-67d5-4a14-8e73-3af7b33a9b00} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:40:00.553249 [ 253 ] {4a753500-67d5-4a14-8e73-3af7b33a9b00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:40:00.553679 [ 253 ] {4a753500-67d5-4a14-8e73-3af7b33a9b00} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:00.553718 [ 253 ] {4a753500-67d5-4a14-8e73-3af7b33a9b00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:00.554040 [ 253 ] {4a753500-67d5-4a14-8e73-3af7b33a9b00} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 01:40:00.554252 [ 253 ] {4a753500-67d5-4a14-8e73-3af7b33a9b00} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:40:00.554393 [ 253 ] {4a753500-67d5-4a14-8e73-3af7b33a9b00} executeQuery: Read 26 rows, 1.96 KiB in 0.001212 sec., 21452.145214521453 rows/sec., 1.58 MiB/sec. 2026.03.18 01:40:00.554438 [ 253 ] {4a753500-67d5-4a14-8e73-3af7b33a9b00} TCPHandler: Processed in 0.001394604 sec. 2026.03.18 01:40:00.554543 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:00.554639 [ 253 ] {f2c29455-2ce2-4f6b-bc34-da79ed216612} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:40:00.554684 [ 253 ] {f2c29455-2ce2-4f6b-bc34-da79ed216612} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:40:00.555135 [ 253 ] {f2c29455-2ce2-4f6b-bc34-da79ed216612} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:00.555173 [ 253 ] {f2c29455-2ce2-4f6b-bc34-da79ed216612} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:00.555494 [ 253 ] {f2c29455-2ce2-4f6b-bc34-da79ed216612} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.18 01:40:00.555706 [ 253 ] {f2c29455-2ce2-4f6b-bc34-da79ed216612} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:40:00.555839 [ 253 ] {f2c29455-2ce2-4f6b-bc34-da79ed216612} executeQuery: Read 90 rows, 7.20 KiB in 0.00122 sec., 73770.4918032787 rows/sec., 5.76 MiB/sec. 2026.03.18 01:40:00.555878 [ 253 ] {f2c29455-2ce2-4f6b-bc34-da79ed216612} TCPHandler: Processed in 0.001384533 sec. 2026.03.18 01:40:00.555997 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:00.556093 [ 253 ] {9303ca6f-9a8e-4c3b-afe4-100ec67dbf74} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:00.556137 [ 253 ] {9303ca6f-9a8e-4c3b-afe4-100ec67dbf74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:40:00.556549 [ 253 ] {9303ca6f-9a8e-4c3b-afe4-100ec67dbf74} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:00.556586 [ 253 ] {9303ca6f-9a8e-4c3b-afe4-100ec67dbf74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:00.556929 [ 253 ] {9303ca6f-9a8e-4c3b-afe4-100ec67dbf74} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.18 01:40:00.557141 [ 253 ] {9303ca6f-9a8e-4c3b-afe4-100ec67dbf74} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:40:00.557275 [ 253 ] {9303ca6f-9a8e-4c3b-afe4-100ec67dbf74} executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. 2026.03.18 01:40:00.557313 [ 253 ] {9303ca6f-9a8e-4c3b-afe4-100ec67dbf74} TCPHandler: Processed in 0.001365952 sec. 2026.03.18 01:40:00.557416 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:00.557510 [ 253 ] {2259e25f-9f9d-48eb-b52a-7504126ef609} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:00.557565 [ 253 ] {2259e25f-9f9d-48eb-b52a-7504126ef609} 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.18 01:40:00.558369 [ 253 ] {2259e25f-9f9d-48eb-b52a-7504126ef609} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:00.558406 [ 253 ] {2259e25f-9f9d-48eb-b52a-7504126ef609} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:00.558967 [ 253 ] {2259e25f-9f9d-48eb-b52a-7504126ef609} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 01:40:00.559196 [ 253 ] {2259e25f-9f9d-48eb-b52a-7504126ef609} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:40:00.559339 [ 253 ] {2259e25f-9f9d-48eb-b52a-7504126ef609} executeQuery: Read 26 rows, 47.71 KiB in 0.001847 sec., 14076.881429344885 rows/sec., 25.23 MiB/sec. 2026.03.18 01:40:00.559400 [ 253 ] {2259e25f-9f9d-48eb-b52a-7504126ef609} TCPHandler: Processed in 0.002033863 sec. 2026.03.18 01:40:00.559517 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:00.559611 [ 253 ] {dd6fb210-1325-4325-9731-9ad26f8e7e5f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:40:00.559654 [ 253 ] {dd6fb210-1325-4325-9731-9ad26f8e7e5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:40:00.559999 [ 253 ] {dd6fb210-1325-4325-9731-9ad26f8e7e5f} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:00.560035 [ 253 ] {dd6fb210-1325-4325-9731-9ad26f8e7e5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:00.560351 [ 253 ] {dd6fb210-1325-4325-9731-9ad26f8e7e5f} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.18 01:40:00.560567 [ 253 ] {dd6fb210-1325-4325-9731-9ad26f8e7e5f} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:40:00.560699 [ 253 ] {dd6fb210-1325-4325-9731-9ad26f8e7e5f} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2026.03.18 01:40:00.560734 [ 253 ] {dd6fb210-1325-4325-9731-9ad26f8e7e5f} TCPHandler: Processed in 0.001267481 sec. 2026.03.18 01:40:04.585661 [ 32 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:40:04.585709 [ 32 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:40:04.718700 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11395 2026.03.18 01:40:04.719218 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:04.719269 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:04.719779 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 01:40:04.720031 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:40:04.720189 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11395 2026.03.18 01:40:04.768691 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 798 2026.03.18 01:40:04.770724 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:04.770776 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:04.771930 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 01:40:04.772191 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:40:04.772445 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 798 2026.03.18 01:40:05.340138 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.03.18 01:40:05.357739 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:05.357801 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:05.363280 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 01:40:05.363992 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:40:05.367031 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.03.18 01:40:05.559426 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:05.559617 [ 253 ] {8c68281a-cab0-48ad-b94a-c73f4dc77f5d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:40:05.559683 [ 253 ] {8c68281a-cab0-48ad-b94a-c73f4dc77f5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:40:05.560408 [ 253 ] {8c68281a-cab0-48ad-b94a-c73f4dc77f5d} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:05.560451 [ 253 ] {8c68281a-cab0-48ad-b94a-c73f4dc77f5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:05.560860 [ 253 ] {8c68281a-cab0-48ad-b94a-c73f4dc77f5d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 01:40:05.561094 [ 253 ] {8c68281a-cab0-48ad-b94a-c73f4dc77f5d} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:40:05.561221 [ 27 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.03.18 01:40:05.561252 [ 253 ] {8c68281a-cab0-48ad-b94a-c73f4dc77f5d} executeQuery: Read 284 rows, 18.47 KiB in 0.001682 sec., 168846.61117717004 rows/sec., 10.72 MiB/sec. 2026.03.18 01:40:05.561263 [ 27 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:05.561289 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:05.561303 [ 253 ] {8c68281a-cab0-48ad-b94a-c73f4dc77f5d} TCPHandler: Processed in 0.002003983 sec. 2026.03.18 01:40:05.561420 [ 196 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2026.03.18 01:40:05.561430 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:05.561581 [ 253 ] {664299c4-61bf-4a45-9544-b348bb54361f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:40:05.561588 [ 196 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:05.561629 [ 253 ] {664299c4-61bf-4a45-9544-b348bb54361f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:40:05.561639 [ 196 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 284 rows starting from the beginning of the part 2026.03.18 01:40:05.561730 [ 196 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 284 rows starting from the beginning of the part 2026.03.18 01:40:05.561779 [ 196 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 284 rows starting from the beginning of the part 2026.03.18 01:40:05.561827 [ 196 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 284 rows starting from the beginning of the part 2026.03.18 01:40:05.561867 [ 196 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 284 rows starting from the beginning of the part 2026.03.18 01:40:05.562451 [ 253 ] {664299c4-61bf-4a45-9544-b348bb54361f} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:05.562491 [ 253 ] {664299c4-61bf-4a45-9544-b348bb54361f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:05.562873 [ 253 ] {664299c4-61bf-4a45-9544-b348bb54361f} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.18 01:40:05.562874 [ 191 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001514065 sec., 937872.5484044609 rows/sec., 63.15 MiB/sec. 2026.03.18 01:40:05.563109 [ 197 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.03.18 01:40:05.563116 [ 253 ] {664299c4-61bf-4a45-9544-b348bb54361f} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:40:05.563288 [ 253 ] {664299c4-61bf-4a45-9544-b348bb54361f} executeQuery: Read 825 rows, 66.29 KiB in 0.001731 sec., 476603.1195840555 rows/sec., 37.40 MiB/sec. 2026.03.18 01:40:05.563328 [ 253 ] {664299c4-61bf-4a45-9544-b348bb54361f} TCPHandler: Processed in 0.001951433 sec. 2026.03.18 01:40:05.563451 [ 197 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_17_4} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:40:05.563454 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:05.563548 [ 197 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_17_4} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.03.18 01:40:05.563573 [ 253 ] {f2f67931-559b-44a0-9e84-26b58c92a6af} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:40:05.563620 [ 253 ] {f2f67931-559b-44a0-9e84-26b58c92a6af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:40:05.563655 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.03.18 01:40:05.564109 [ 253 ] {f2f67931-559b-44a0-9e84-26b58c92a6af} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:05.564150 [ 253 ] {f2f67931-559b-44a0-9e84-26b58c92a6af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:05.564469 [ 253 ] {f2f67931-559b-44a0-9e84-26b58c92a6af} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 01:40:05.564680 [ 253 ] {f2f67931-559b-44a0-9e84-26b58c92a6af} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:40:05.564809 [ 253 ] {f2f67931-559b-44a0-9e84-26b58c92a6af} executeQuery: Read 156 rows, 9.59 KiB in 0.001258 sec., 124006.35930047695 rows/sec., 7.45 MiB/sec. 2026.03.18 01:40:05.564846 [ 253 ] {f2f67931-559b-44a0-9e84-26b58c92a6af} TCPHandler: Processed in 0.001443374 sec. 2026.03.18 01:40:05.564959 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:05.565053 [ 253 ] {1692b9cf-dbce-41c2-95a8-a8b5c821c1f1} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:40:05.565092 [ 253 ] {1692b9cf-dbce-41c2-95a8-a8b5c821c1f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:40:05.565551 [ 253 ] {1692b9cf-dbce-41c2-95a8-a8b5c821c1f1} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:05.565586 [ 253 ] {1692b9cf-dbce-41c2-95a8-a8b5c821c1f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:05.565884 [ 253 ] {1692b9cf-dbce-41c2-95a8-a8b5c821c1f1} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 01:40:05.566089 [ 253 ] {1692b9cf-dbce-41c2-95a8-a8b5c821c1f1} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:40:05.566215 [ 253 ] {1692b9cf-dbce-41c2-95a8-a8b5c821c1f1} executeQuery: Read 149 rows, 9.86 KiB in 0.00118 sec., 126271.18644067796 rows/sec., 8.16 MiB/sec. 2026.03.18 01:40:05.566252 [ 253 ] {1692b9cf-dbce-41c2-95a8-a8b5c821c1f1} TCPHandler: Processed in 0.001342522 sec. 2026.03.18 01:40:05.566362 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:05.566456 [ 253 ] {da5c9663-b83d-4ae2-bc5b-d1eb5220f73f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:40:05.566496 [ 253 ] {da5c9663-b83d-4ae2-bc5b-d1eb5220f73f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:40:05.566951 [ 253 ] {da5c9663-b83d-4ae2-bc5b-d1eb5220f73f} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:05.566985 [ 253 ] {da5c9663-b83d-4ae2-bc5b-d1eb5220f73f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:05.567275 [ 253 ] {da5c9663-b83d-4ae2-bc5b-d1eb5220f73f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 01:40:05.567479 [ 253 ] {da5c9663-b83d-4ae2-bc5b-d1eb5220f73f} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:40:05.567604 [ 253 ] {da5c9663-b83d-4ae2-bc5b-d1eb5220f73f} executeQuery: Read 148 rows, 8.62 KiB in 0.001167 sec., 126820.90831191087 rows/sec., 7.21 MiB/sec. 2026.03.18 01:40:05.567606 [ 26 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.03.18 01:40:05.567641 [ 253 ] {da5c9663-b83d-4ae2-bc5b-d1eb5220f73f} TCPHandler: Processed in 0.001328602 sec. 2026.03.18 01:40:05.567667 [ 26 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:05.567696 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:05.567759 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:05.567782 [ 196 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2026.03.18 01:40:05.567857 [ 253 ] {ee518ada-2463-4508-92b0-c500f50569c3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:40:05.567893 [ 196 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:05.567901 [ 253 ] {ee518ada-2463-4508-92b0-c500f50569c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:40:05.567930 [ 196 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 148 rows starting from the beginning of the part 2026.03.18 01:40:05.567994 [ 196 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 148 rows starting from the beginning of the part 2026.03.18 01:40:05.568041 [ 196 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 148 rows starting from the beginning of the part 2026.03.18 01:40:05.568084 [ 196 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 148 rows starting from the beginning of the part 2026.03.18 01:40:05.568124 [ 196 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 148 rows starting from the beginning of the part 2026.03.18 01:40:05.568614 [ 253 ] {ee518ada-2463-4508-92b0-c500f50569c3} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:05.568654 [ 253 ] {ee518ada-2463-4508-92b0-c500f50569c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:05.568910 [ 197 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001161649 sec., 637025.4698278051 rows/sec., 38.66 MiB/sec. 2026.03.18 01:40:05.568995 [ 253 ] {ee518ada-2463-4508-92b0-c500f50569c3} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.18 01:40:05.569091 [ 191 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.03.18 01:40:05.569244 [ 253 ] {ee518ada-2463-4508-92b0-c500f50569c3} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:40:05.569401 [ 253 ] {ee518ada-2463-4508-92b0-c500f50569c3} executeQuery: Read 504 rows, 36.30 KiB in 0.001561 sec., 322869.95515695063 rows/sec., 22.71 MiB/sec. 2026.03.18 01:40:05.569423 [ 191 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_17_4} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:40:05.569439 [ 253 ] {ee518ada-2463-4508-92b0-c500f50569c3} TCPHandler: Processed in 0.001729548 sec. 2026.03.18 01:40:05.569514 [ 191 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_17_4} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.03.18 01:40:05.569550 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:05.569614 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.18 01:40:05.569657 [ 253 ] {ebb8d4f6-6b76-4c57-aded-568c52938179} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:40:05.569704 [ 253 ] {ebb8d4f6-6b76-4c57-aded-568c52938179} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:40:05.570095 [ 253 ] {ebb8d4f6-6b76-4c57-aded-568c52938179} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:05.570140 [ 253 ] {ebb8d4f6-6b76-4c57-aded-568c52938179} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:05.570534 [ 253 ] {ebb8d4f6-6b76-4c57-aded-568c52938179} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 01:40:05.570778 [ 253 ] {ebb8d4f6-6b76-4c57-aded-568c52938179} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:40:05.570911 [ 253 ] {ebb8d4f6-6b76-4c57-aded-568c52938179} executeQuery: Read 6 rows, 321.00 B in 0.001274 sec., 4709.576138147567 rows/sec., 246.06 KiB/sec. 2026.03.18 01:40:05.570949 [ 253 ] {ebb8d4f6-6b76-4c57-aded-568c52938179} TCPHandler: Processed in 0.001450484 sec. 2026.03.18 01:40:05.571045 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:05.571133 [ 253 ] {d002ef4e-5428-4746-9614-49d2f98d3226} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:05.571172 [ 253 ] {d002ef4e-5428-4746-9614-49d2f98d3226} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:40:05.571570 [ 253 ] {d002ef4e-5428-4746-9614-49d2f98d3226} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:05.571602 [ 253 ] {d002ef4e-5428-4746-9614-49d2f98d3226} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:05.571974 [ 253 ] {d002ef4e-5428-4746-9614-49d2f98d3226} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.18 01:40:05.572183 [ 253 ] {d002ef4e-5428-4746-9614-49d2f98d3226} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:40:05.572318 [ 253 ] {d002ef4e-5428-4746-9614-49d2f98d3226} executeQuery: Read 265 rows, 18.03 KiB in 0.001188 sec., 223063.97306397307 rows/sec., 14.82 MiB/sec. 2026.03.18 01:40:05.572355 [ 253 ] {d002ef4e-5428-4746-9614-49d2f98d3226} TCPHandler: Processed in 0.001349953 sec. 2026.03.18 01:40:05.572466 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:05.572559 [ 253 ] {b1718a5b-c6ae-48ae-a314-ba17542640c1} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:40:05.572600 [ 253 ] {b1718a5b-c6ae-48ae-a314-ba17542640c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:40:05.572905 [ 253 ] {b1718a5b-c6ae-48ae-a314-ba17542640c1} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:05.572941 [ 253 ] {b1718a5b-c6ae-48ae-a314-ba17542640c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:05.573231 [ 253 ] {b1718a5b-c6ae-48ae-a314-ba17542640c1} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 01:40:05.573441 [ 253 ] {b1718a5b-c6ae-48ae-a314-ba17542640c1} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:40:05.573567 [ 253 ] {b1718a5b-c6ae-48ae-a314-ba17542640c1} executeQuery: Read 1 rows, 69.00 B in 0.001026 sec., 974.6588693957115 rows/sec., 65.68 KiB/sec. 2026.03.18 01:40:05.573603 [ 253 ] {b1718a5b-c6ae-48ae-a314-ba17542640c1} TCPHandler: Processed in 0.001186429 sec. 2026.03.18 01:40:05.573720 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:05.573835 [ 253 ] {73fce355-4193-4003-91ef-0f4c86d12acc} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:05.573900 [ 253 ] {73fce355-4193-4003-91ef-0f4c86d12acc} 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.18 01:40:05.574787 [ 253 ] {73fce355-4193-4003-91ef-0f4c86d12acc} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:05.574824 [ 253 ] {73fce355-4193-4003-91ef-0f4c86d12acc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:05.575352 [ 253 ] {73fce355-4193-4003-91ef-0f4c86d12acc} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 01:40:05.575582 [ 253 ] {73fce355-4193-4003-91ef-0f4c86d12acc} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:40:05.575721 [ 253 ] {73fce355-4193-4003-91ef-0f4c86d12acc} executeQuery: Read 14 rows, 25.69 KiB in 0.00191 sec., 7329.842931937173 rows/sec., 13.13 MiB/sec. 2026.03.18 01:40:05.575781 [ 253 ] {73fce355-4193-4003-91ef-0f4c86d12acc} TCPHandler: Processed in 0.002122225 sec. 2026.03.18 01:40:05.575894 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:05.575989 [ 253 ] {881e093f-27d9-4bcd-8d0b-347ca8a17d54} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:40:05.576032 [ 253 ] {881e093f-27d9-4bcd-8d0b-347ca8a17d54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:40:05.576375 [ 253 ] {881e093f-27d9-4bcd-8d0b-347ca8a17d54} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:05.576415 [ 253 ] {881e093f-27d9-4bcd-8d0b-347ca8a17d54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:05.576724 [ 253 ] {881e093f-27d9-4bcd-8d0b-347ca8a17d54} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.18 01:40:05.576935 [ 253 ] {881e093f-27d9-4bcd-8d0b-347ca8a17d54} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:40:05.577070 [ 253 ] {881e093f-27d9-4bcd-8d0b-347ca8a17d54} executeQuery: Read 90 rows, 5.77 KiB in 0.0011 sec., 81818.18181818181 rows/sec., 5.12 MiB/sec. 2026.03.18 01:40:05.577107 [ 253 ] {881e093f-27d9-4bcd-8d0b-347ca8a17d54} TCPHandler: Processed in 0.001263461 sec. 2026.03.18 01:40:06.000234 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 259.45 MiB, peak 264.14 MiB, free memory in arenas 0.00 B, will set to 258.11 MiB (RSS), difference: -1.34 MiB 2026.03.18 01:40:10.550766 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:10.550979 [ 253 ] {b7dd87da-4e71-4b50-b59e-b61b9b20a249} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:40:10.551051 [ 253 ] {b7dd87da-4e71-4b50-b59e-b61b9b20a249} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:40:10.551679 [ 253 ] {b7dd87da-4e71-4b50-b59e-b61b9b20a249} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:10.551727 [ 253 ] {b7dd87da-4e71-4b50-b59e-b61b9b20a249} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:10.552113 [ 253 ] {b7dd87da-4e71-4b50-b59e-b61b9b20a249} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 01:40:10.552380 [ 253 ] {b7dd87da-4e71-4b50-b59e-b61b9b20a249} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:40:10.552539 [ 253 ] {b7dd87da-4e71-4b50-b59e-b61b9b20a249} executeQuery: Read 2 rows, 167.00 B in 0.001614 sec., 1239.1573729863692 rows/sec., 101.04 KiB/sec. 2026.03.18 01:40:10.552583 [ 253 ] {b7dd87da-4e71-4b50-b59e-b61b9b20a249} TCPHandler: Processed in 0.001954682 sec. 2026.03.18 01:40:10.552714 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:10.552809 [ 253 ] {b3bbe452-a8a6-42a0-b9cb-8beb7fafaae2} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:40:10.552850 [ 253 ] {b3bbe452-a8a6-42a0-b9cb-8beb7fafaae2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:40:10.553311 [ 253 ] {b3bbe452-a8a6-42a0-b9cb-8beb7fafaae2} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:10.553349 [ 253 ] {b3bbe452-a8a6-42a0-b9cb-8beb7fafaae2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:10.553673 [ 253 ] {b3bbe452-a8a6-42a0-b9cb-8beb7fafaae2} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.18 01:40:10.553891 [ 253 ] {b3bbe452-a8a6-42a0-b9cb-8beb7fafaae2} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:40:10.554023 [ 253 ] {b3bbe452-a8a6-42a0-b9cb-8beb7fafaae2} executeQuery: Read 109 rows, 9.38 KiB in 0.001233 sec., 88402.27088402271 rows/sec., 7.43 MiB/sec. 2026.03.18 01:40:10.554060 [ 253 ] {b3bbe452-a8a6-42a0-b9cb-8beb7fafaae2} TCPHandler: Processed in 0.001397633 sec. 2026.03.18 01:40:10.554176 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:10.554269 [ 253 ] {3e0309dc-bddf-48b9-8099-d7f5247a9f38} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:40:10.554309 [ 253 ] {3e0309dc-bddf-48b9-8099-d7f5247a9f38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:40:10.554716 [ 253 ] {3e0309dc-bddf-48b9-8099-d7f5247a9f38} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:10.554752 [ 253 ] {3e0309dc-bddf-48b9-8099-d7f5247a9f38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:10.555064 [ 253 ] {3e0309dc-bddf-48b9-8099-d7f5247a9f38} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 01:40:10.555281 [ 253 ] {3e0309dc-bddf-48b9-8099-d7f5247a9f38} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:40:10.555413 [ 253 ] {3e0309dc-bddf-48b9-8099-d7f5247a9f38} executeQuery: Read 28 rows, 2.09 KiB in 0.001161 sec., 24117.140396210165 rows/sec., 1.76 MiB/sec. 2026.03.18 01:40:10.555450 [ 253 ] {3e0309dc-bddf-48b9-8099-d7f5247a9f38} TCPHandler: Processed in 0.001324222 sec. 2026.03.18 01:40:10.555553 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:10.555647 [ 253 ] {70dd36ba-4f9a-4e7e-9893-ce0a3d3bbf3e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:40:10.555687 [ 253 ] {70dd36ba-4f9a-4e7e-9893-ce0a3d3bbf3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:40:10.556109 [ 253 ] {70dd36ba-4f9a-4e7e-9893-ce0a3d3bbf3e} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:10.556147 [ 253 ] {70dd36ba-4f9a-4e7e-9893-ce0a3d3bbf3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:10.556465 [ 253 ] {70dd36ba-4f9a-4e7e-9893-ce0a3d3bbf3e} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.18 01:40:10.556785 [ 253 ] {70dd36ba-4f9a-4e7e-9893-ce0a3d3bbf3e} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:40:10.556914 [ 253 ] {70dd36ba-4f9a-4e7e-9893-ce0a3d3bbf3e} executeQuery: Read 92 rows, 7.36 KiB in 0.001286 sec., 71539.65785381026 rows/sec., 5.59 MiB/sec. 2026.03.18 01:40:10.556951 [ 253 ] {70dd36ba-4f9a-4e7e-9893-ce0a3d3bbf3e} TCPHandler: Processed in 0.001447454 sec. 2026.03.18 01:40:10.557064 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:10.557159 [ 253 ] {323d99de-fd0d-4d4c-8e88-9093dc283592} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:10.557203 [ 253 ] {323d99de-fd0d-4d4c-8e88-9093dc283592} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:40:10.557606 [ 253 ] {323d99de-fd0d-4d4c-8e88-9093dc283592} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:10.557643 [ 253 ] {323d99de-fd0d-4d4c-8e88-9093dc283592} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:10.558075 [ 253 ] {323d99de-fd0d-4d4c-8e88-9093dc283592} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.18 01:40:10.558299 [ 253 ] {323d99de-fd0d-4d4c-8e88-9093dc283592} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:40:10.558431 [ 253 ] {323d99de-fd0d-4d4c-8e88-9093dc283592} executeQuery: Read 161 rows, 11.48 KiB in 0.00129 sec., 124806.2015503876 rows/sec., 8.69 MiB/sec. 2026.03.18 01:40:10.558468 [ 253 ] {323d99de-fd0d-4d4c-8e88-9093dc283592} TCPHandler: Processed in 0.001453564 sec. 2026.03.18 01:40:10.558578 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:10.558672 [ 253 ] {852f718a-3f96-4a0d-92d6-3743a37b60c7} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:10.558727 [ 253 ] {852f718a-3f96-4a0d-92d6-3743a37b60c7} 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.18 01:40:10.559542 [ 253 ] {852f718a-3f96-4a0d-92d6-3743a37b60c7} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:10.559578 [ 253 ] {852f718a-3f96-4a0d-92d6-3743a37b60c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:10.560125 [ 253 ] {852f718a-3f96-4a0d-92d6-3743a37b60c7} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 01:40:10.560354 [ 253 ] {852f718a-3f96-4a0d-92d6-3743a37b60c7} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:40:10.560491 [ 253 ] {852f718a-3f96-4a0d-92d6-3743a37b60c7} executeQuery: Read 26 rows, 47.71 KiB in 0.001837 sec., 14153.511159499183 rows/sec., 25.36 MiB/sec. 2026.03.18 01:40:10.560544 [ 253 ] {852f718a-3f96-4a0d-92d6-3743a37b60c7} TCPHandler: Processed in 0.002014774 sec. 2026.03.18 01:40:10.560662 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:10.560757 [ 253 ] {472bf679-a537-4239-be5f-8749e082851a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:40:10.560799 [ 253 ] {472bf679-a537-4239-be5f-8749e082851a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:40:10.561152 [ 253 ] {472bf679-a537-4239-be5f-8749e082851a} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:10.561187 [ 253 ] {472bf679-a537-4239-be5f-8749e082851a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:10.561501 [ 253 ] {472bf679-a537-4239-be5f-8749e082851a} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.18 01:40:10.561739 [ 253 ] {472bf679-a537-4239-be5f-8749e082851a} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:40:10.561876 [ 253 ] {472bf679-a537-4239-be5f-8749e082851a} executeQuery: Read 60 rows, 4.14 KiB in 0.001139 sec., 52677.78753292361 rows/sec., 3.55 MiB/sec. 2026.03.18 01:40:10.561912 [ 253 ] {472bf679-a537-4239-be5f-8749e082851a} TCPHandler: Processed in 0.001300192 sec. 2026.03.18 01:40:12.220449 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11907 2026.03.18 01:40:12.221118 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:12.221163 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:12.221650 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 01:40:12.221876 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:40:12.222013 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11907 2026.03.18 01:40:12.867255 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.03.18 01:40:12.884277 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:12.884321 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:12.889668 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 01:40:12.890372 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:40:12.893104 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.03.18 01:40:14.772744 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 834 2026.03.18 01:40:14.775138 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:14.775187 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:14.776373 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 01:40:14.776645 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:40:14.776904 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 834 2026.03.18 01:40:15.558528 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:15.558766 [ 253 ] {5499d033-5be1-4f46-be33-3ec3a38b677a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:40:15.558856 [ 253 ] {5499d033-5be1-4f46-be33-3ec3a38b677a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:40:15.559661 [ 253 ] {5499d033-5be1-4f46-be33-3ec3a38b677a} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:15.559715 [ 253 ] {5499d033-5be1-4f46-be33-3ec3a38b677a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:15.560132 [ 253 ] {5499d033-5be1-4f46-be33-3ec3a38b677a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 01:40:15.560372 [ 253 ] {5499d033-5be1-4f46-be33-3ec3a38b677a} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:40:15.560534 [ 253 ] {5499d033-5be1-4f46-be33-3ec3a38b677a} executeQuery: Read 284 rows, 18.47 KiB in 0.001825 sec., 155616.43835616438 rows/sec., 9.88 MiB/sec. 2026.03.18 01:40:15.560583 [ 253 ] {5499d033-5be1-4f46-be33-3ec3a38b677a} TCPHandler: Processed in 0.002238698 sec. 2026.03.18 01:40:15.560712 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:15.560815 [ 253 ] {3935f46f-4480-4530-8f0e-b92fc0dd4e6f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:40:15.560859 [ 253 ] {3935f46f-4480-4530-8f0e-b92fc0dd4e6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:40:15.561771 [ 253 ] {3935f46f-4480-4530-8f0e-b92fc0dd4e6f} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:15.561809 [ 253 ] {3935f46f-4480-4530-8f0e-b92fc0dd4e6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:15.562178 [ 253 ] {3935f46f-4480-4530-8f0e-b92fc0dd4e6f} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.18 01:40:15.562394 [ 253 ] {3935f46f-4480-4530-8f0e-b92fc0dd4e6f} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:40:15.562533 [ 253 ] {3935f46f-4480-4530-8f0e-b92fc0dd4e6f} executeQuery: Read 825 rows, 66.29 KiB in 0.001742 sec., 473593.57060849597 rows/sec., 37.16 MiB/sec. 2026.03.18 01:40:15.562572 [ 253 ] {3935f46f-4480-4530-8f0e-b92fc0dd4e6f} TCPHandler: Processed in 0.001913952 sec. 2026.03.18 01:40:15.562685 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:15.562783 [ 253 ] {75161818-8c28-4251-8dd1-55c59189d37f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:40:15.562825 [ 253 ] {75161818-8c28-4251-8dd1-55c59189d37f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:40:15.563296 [ 253 ] {75161818-8c28-4251-8dd1-55c59189d37f} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:15.563333 [ 253 ] {75161818-8c28-4251-8dd1-55c59189d37f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:15.563645 [ 253 ] {75161818-8c28-4251-8dd1-55c59189d37f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 01:40:15.563866 [ 253 ] {75161818-8c28-4251-8dd1-55c59189d37f} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:40:15.563978 [ 168 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.18 01:40:15.563998 [ 253 ] {75161818-8c28-4251-8dd1-55c59189d37f} executeQuery: Read 156 rows, 9.59 KiB in 0.001235 sec., 126315.78947368421 rows/sec., 7.59 MiB/sec. 2026.03.18 01:40:15.564051 [ 168 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:15.564061 [ 253 ] {75161818-8c28-4251-8dd1-55c59189d37f} TCPHandler: Processed in 0.001426613 sec. 2026.03.18 01:40:15.564083 [ 168 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:15.564186 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:15.564223 [ 195 ] {086d69c6-84cd-4e36-a86d-07643f589663::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.18 01:40:15.564288 [ 253 ] {d606eff4-30ae-4bb4-9d05-1217248e25a6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:40:15.564333 [ 253 ] {d606eff4-30ae-4bb4-9d05-1217248e25a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:40:15.564377 [ 195 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:15.564420 [ 195 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 209 rows starting from the beginning of the part 2026.03.18 01:40:15.564497 [ 195 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 167 rows starting from the beginning of the part 2026.03.18 01:40:15.564557 [ 195 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 26 rows starting from the beginning of the part 2026.03.18 01:40:15.564606 [ 195 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 156 rows starting from the beginning of the part 2026.03.18 01:40:15.564652 [ 195 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 28 rows starting from the beginning of the part 2026.03.18 01:40:15.564699 [ 195 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 156 rows starting from the beginning of the part 2026.03.18 01:40:15.564823 [ 253 ] {d606eff4-30ae-4bb4-9d05-1217248e25a6} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:15.564865 [ 253 ] {d606eff4-30ae-4bb4-9d05-1217248e25a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:15.565219 [ 253 ] {d606eff4-30ae-4bb4-9d05-1217248e25a6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 01:40:15.565464 [ 253 ] {d606eff4-30ae-4bb4-9d05-1217248e25a6} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:40:15.565601 [ 253 ] {d606eff4-30ae-4bb4-9d05-1217248e25a6} executeQuery: Read 149 rows, 9.86 KiB in 0.001334 sec., 111694.15292353823 rows/sec., 7.22 MiB/sec. 2026.03.18 01:40:15.565640 [ 253 ] {d606eff4-30ae-4bb4-9d05-1217248e25a6} TCPHandler: Processed in 0.001504375 sec. 2026.03.18 01:40:15.565661 [ 191 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 742 rows, containing 5 columns (5 merged, 0 gathered) in 0.001502015 sec., 494003.0558949145 rows/sec., 32.53 MiB/sec. 2026.03.18 01:40:15.565759 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:15.565798 [ 195 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.18 01:40:15.565859 [ 253 ] {1f05829b-2bc9-4e3a-b94c-1b9a35e5fdbf} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:40:15.565906 [ 253 ] {1f05829b-2bc9-4e3a-b94c-1b9a35e5fdbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:40:15.566044 [ 195 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_31_6} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:40:15.566123 [ 195 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_31_6} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.18 01:40:15.566195 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.18 01:40:15.566375 [ 253 ] {1f05829b-2bc9-4e3a-b94c-1b9a35e5fdbf} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:15.566416 [ 253 ] {1f05829b-2bc9-4e3a-b94c-1b9a35e5fdbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:15.566741 [ 253 ] {1f05829b-2bc9-4e3a-b94c-1b9a35e5fdbf} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 01:40:15.566966 [ 253 ] {1f05829b-2bc9-4e3a-b94c-1b9a35e5fdbf} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:40:15.567095 [ 253 ] {1f05829b-2bc9-4e3a-b94c-1b9a35e5fdbf} executeQuery: Read 148 rows, 8.62 KiB in 0.001255 sec., 117928.28685258963 rows/sec., 6.71 MiB/sec. 2026.03.18 01:40:15.567135 [ 253 ] {1f05829b-2bc9-4e3a-b94c-1b9a35e5fdbf} TCPHandler: Processed in 0.001425803 sec. 2026.03.18 01:40:15.567257 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:15.567352 [ 253 ] {729965b6-220e-4e25-8975-b7f87d9b056c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:40:15.567394 [ 253 ] {729965b6-220e-4e25-8975-b7f87d9b056c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:40:15.568061 [ 253 ] {729965b6-220e-4e25-8975-b7f87d9b056c} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:15.568104 [ 253 ] {729965b6-220e-4e25-8975-b7f87d9b056c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:15.568460 [ 253 ] {729965b6-220e-4e25-8975-b7f87d9b056c} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.18 01:40:15.568685 [ 253 ] {729965b6-220e-4e25-8975-b7f87d9b056c} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:40:15.568817 [ 253 ] {729965b6-220e-4e25-8975-b7f87d9b056c} executeQuery: Read 504 rows, 36.30 KiB in 0.001483 sec., 339851.65205664193 rows/sec., 23.90 MiB/sec. 2026.03.18 01:40:15.568855 [ 253 ] {729965b6-220e-4e25-8975-b7f87d9b056c} TCPHandler: Processed in 0.001648267 sec. 2026.03.18 01:40:15.568966 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:15.569063 [ 253 ] {888c43f5-b626-484e-a3af-a1a04d19aa7c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:40:15.569106 [ 253 ] {888c43f5-b626-484e-a3af-a1a04d19aa7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:40:15.569441 [ 253 ] {888c43f5-b626-484e-a3af-a1a04d19aa7c} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:15.569478 [ 253 ] {888c43f5-b626-484e-a3af-a1a04d19aa7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:15.569803 [ 253 ] {888c43f5-b626-484e-a3af-a1a04d19aa7c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 01:40:15.570024 [ 253 ] {888c43f5-b626-484e-a3af-a1a04d19aa7c} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:40:15.570161 [ 253 ] {888c43f5-b626-484e-a3af-a1a04d19aa7c} executeQuery: Read 6 rows, 321.00 B in 0.001116 sec., 5376.344086021505 rows/sec., 280.89 KiB/sec. 2026.03.18 01:40:15.570199 [ 253 ] {888c43f5-b626-484e-a3af-a1a04d19aa7c} TCPHandler: Processed in 0.001282542 sec. 2026.03.18 01:40:15.570308 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:15.570404 [ 253 ] {92e4e3d8-9212-4e98-99eb-55f4f5093f49} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:15.570447 [ 253 ] {92e4e3d8-9212-4e98-99eb-55f4f5093f49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:40:15.570880 [ 253 ] {92e4e3d8-9212-4e98-99eb-55f4f5093f49} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:15.570916 [ 253 ] {92e4e3d8-9212-4e98-99eb-55f4f5093f49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:15.571255 [ 253 ] {92e4e3d8-9212-4e98-99eb-55f4f5093f49} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.18 01:40:15.571470 [ 253 ] {92e4e3d8-9212-4e98-99eb-55f4f5093f49} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:40:15.571601 [ 253 ] {92e4e3d8-9212-4e98-99eb-55f4f5093f49} executeQuery: Read 265 rows, 18.03 KiB in 0.001216 sec., 217927.63157894736 rows/sec., 14.48 MiB/sec. 2026.03.18 01:40:15.571638 [ 253 ] {92e4e3d8-9212-4e98-99eb-55f4f5093f49} TCPHandler: Processed in 0.001379703 sec. 2026.03.18 01:40:15.571751 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:15.571847 [ 253 ] {6716544d-7c7c-4100-bdd9-7d5c5db75303} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:40:15.571890 [ 253 ] {6716544d-7c7c-4100-bdd9-7d5c5db75303} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:40:15.572221 [ 253 ] {6716544d-7c7c-4100-bdd9-7d5c5db75303} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:15.572258 [ 253 ] {6716544d-7c7c-4100-bdd9-7d5c5db75303} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:15.572570 [ 253 ] {6716544d-7c7c-4100-bdd9-7d5c5db75303} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 01:40:15.572784 [ 253 ] {6716544d-7c7c-4100-bdd9-7d5c5db75303} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:40:15.572920 [ 253 ] {6716544d-7c7c-4100-bdd9-7d5c5db75303} executeQuery: Read 1 rows, 69.00 B in 0.001092 sec., 915.7509157509156 rows/sec., 61.71 KiB/sec. 2026.03.18 01:40:15.572957 [ 253 ] {6716544d-7c7c-4100-bdd9-7d5c5db75303} TCPHandler: Processed in 0.00125648 sec. 2026.03.18 01:40:15.573065 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:15.573161 [ 253 ] {b57f03a5-176b-4233-8789-a89c49827a24} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:15.573215 [ 253 ] {b57f03a5-176b-4233-8789-a89c49827a24} 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.18 01:40:15.573980 [ 253 ] {b57f03a5-176b-4233-8789-a89c49827a24} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:15.574018 [ 253 ] {b57f03a5-176b-4233-8789-a89c49827a24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:15.574532 [ 253 ] {b57f03a5-176b-4233-8789-a89c49827a24} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 01:40:15.574752 [ 253 ] {b57f03a5-176b-4233-8789-a89c49827a24} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:40:15.574860 [ 168 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.18 01:40:15.574888 [ 253 ] {b57f03a5-176b-4233-8789-a89c49827a24} executeQuery: Read 14 rows, 25.69 KiB in 0.001746 sec., 8018.327605956472 rows/sec., 14.37 MiB/sec. 2026.03.18 01:40:15.574902 [ 168 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:15.574930 [ 168 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:15.574947 [ 253 ] {b57f03a5-176b-4233-8789-a89c49827a24} TCPHandler: Processed in 0.001930652 sec. 2026.03.18 01:40:15.575034 [ 197 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::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.18 01:40:15.575066 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:15.575173 [ 253 ] {936ef727-bf54-433e-a67b-e69d7e464584} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:40:15.575215 [ 253 ] {936ef727-bf54-433e-a67b-e69d7e464584} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:40:15.575291 [ 197 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:15.575366 [ 197 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 476 rows starting from the beginning of the part 2026.03.18 01:40:15.575497 [ 197 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 23 rows starting from the beginning of the part 2026.03.18 01:40:15.575557 [ 253 ] {936ef727-bf54-433e-a67b-e69d7e464584} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:15.575597 [ 253 ] {936ef727-bf54-433e-a67b-e69d7e464584} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:15.575599 [ 197 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 26 rows starting from the beginning of the part 2026.03.18 01:40:15.575717 [ 197 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part 2026.03.18 01:40:15.575822 [ 197 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 26 rows starting from the beginning of the part 2026.03.18 01:40:15.575925 [ 253 ] {936ef727-bf54-433e-a67b-e69d7e464584} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.18 01:40:15.575934 [ 197 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part 2026.03.18 01:40:15.576154 [ 253 ] {936ef727-bf54-433e-a67b-e69d7e464584} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:40:15.576330 [ 253 ] {936ef727-bf54-433e-a67b-e69d7e464584} executeQuery: Read 90 rows, 5.77 KiB in 0.001174 sec., 76660.98807495742 rows/sec., 4.80 MiB/sec. 2026.03.18 01:40:15.576383 [ 253 ] {936ef727-bf54-433e-a67b-e69d7e464584} TCPHandler: Processed in 0.001365253 sec. 2026.03.18 01:40:15.596983 [ 193 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 579 rows, containing 19 columns (19 merged, 0 gathered) in 0.022000866 sec., 26317.145879621283 rows/sec., 47.16 MiB/sec. 2026.03.18 01:40:15.597700 [ 197 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.18 01:40:15.598041 [ 197 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_31_6} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:40:15.598119 [ 197 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_31_6} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.18 01:40:15.598211 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. 2026.03.18 01:40:19.150691 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44396 2026.03.18 01:40:19.150811 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:19.150838 [ 293 ] {} TCP-Session: 80efc6fd-2ed2-49a9-999d-1f9e27f4696b Authenticating user 'default' from [fd00:1122:3344:101::e]:44396 2026.03.18 01:40:19.150864 [ 293 ] {} TCP-Session: 80efc6fd-2ed2-49a9-999d-1f9e27f4696b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.150876 [ 293 ] {} TCP-Session: 80efc6fd-2ed2-49a9-999d-1f9e27f4696b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.151072 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34811 2026.03.18 01:40:19.151085 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50201 2026.03.18 01:40:19.151127 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33584 2026.03.18 01:40:19.151155 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45928 2026.03.18 01:40:19.151162 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35746 2026.03.18 01:40:19.151204 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:19.151225 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:19.151238 [ 293 ] {} TCP-Session: 80efc6fd-2ed2-49a9-999d-1f9e27f4696b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:19.151264 [ 298 ] {} TCP-Session: 44568239-5f3c-4385-b3ab-f8c74e726c89 Authenticating user 'default' from [fd00:1122:3344:101::e]:33584 2026.03.18 01:40:19.151277 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:19.151298 [ 298 ] {} TCP-Session: 44568239-5f3c-4385-b3ab-f8c74e726c89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.151308 [ 3 ] {} TCP-Session: 07cbc985-188c-44dd-9fc6-e7d5183d5e34 Authenticating user 'default' from [fd00:1122:3344:101::e]:45928 2026.03.18 01:40:19.151320 [ 298 ] {} TCP-Session: 44568239-5f3c-4385-b3ab-f8c74e726c89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.151329 [ 3 ] {} TCP-Session: 07cbc985-188c-44dd-9fc6-e7d5183d5e34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.151204 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:19.151344 [ 3 ] {} TCP-Session: 07cbc985-188c-44dd-9fc6-e7d5183d5e34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.151361 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:19.151371 [ 294 ] {} TCP-Session: 04486c6e-9c47-4a29-98bd-0e409b84b26e Authenticating user 'default' from [fd00:1122:3344:101::e]:34811 2026.03.18 01:40:19.151138 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50464 2026.03.18 01:40:19.151419 [ 293 ] {5e691c34-8b18-4b0a-9d75-e3dc5bce86b9} executeQuery: (from [fd00:1122:3344:101::e]:44396) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:40:19.151413 [ 292 ] {} TCP-Session: c886c1db-a2e4-4a8b-a392-d6a0235f5755 Authenticating user 'default' from [fd00:1122:3344:101::e]:35746 2026.03.18 01:40:19.151411 [ 294 ] {} TCP-Session: 04486c6e-9c47-4a29-98bd-0e409b84b26e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.151484 [ 292 ] {} TCP-Session: c886c1db-a2e4-4a8b-a392-d6a0235f5755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.151089 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43990 2026.03.18 01:40:19.151510 [ 292 ] {} TCP-Session: c886c1db-a2e4-4a8b-a392-d6a0235f5755 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.151537 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:19.151502 [ 294 ] {} TCP-Session: 04486c6e-9c47-4a29-98bd-0e409b84b26e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.151578 [ 299 ] {} TCP-Session: 24465e27-92bf-4a8b-8760-4064698aa1ec Authenticating user 'default' from [fd00:1122:3344:101::e]:50464 2026.03.18 01:40:19.151248 [ 296 ] {} TCP-Session: 695fdecb-549d-40bc-b3bf-9b99f19d1064 Authenticating user 'default' from [fd00:1122:3344:101::e]:50201 2026.03.18 01:40:19.151605 [ 299 ] {} TCP-Session: 24465e27-92bf-4a8b-8760-4064698aa1ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.151617 [ 296 ] {} TCP-Session: 695fdecb-549d-40bc-b3bf-9b99f19d1064 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.151623 [ 299 ] {} TCP-Session: 24465e27-92bf-4a8b-8760-4064698aa1ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.151631 [ 296 ] {} TCP-Session: 695fdecb-549d-40bc-b3bf-9b99f19d1064 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.151124 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51795 2026.03.18 01:40:19.151674 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:19.151676 [ 293 ] {5e691c34-8b18-4b0a-9d75-e3dc5bce86b9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:40:19.151712 [ 295 ] {} TCP-Session: 56517a41-6761-4529-bb74-fda6f2b1d675 Authenticating user 'default' from [fd00:1122:3344:101::e]:43990 2026.03.18 01:40:19.151740 [ 295 ] {} TCP-Session: 56517a41-6761-4529-bb74-fda6f2b1d675 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.151754 [ 295 ] {} TCP-Session: 56517a41-6761-4529-bb74-fda6f2b1d675 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.151755 [ 293 ] {5e691c34-8b18-4b0a-9d75-e3dc5bce86b9} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:40:19.151771 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:19.151804 [ 297 ] {} TCP-Session: 22e01758-dc3d-44f2-931d-2896fea0cd6c Authenticating user 'default' from [fd00:1122:3344:101::e]:51795 2026.03.18 01:40:19.151821 [ 297 ] {} TCP-Session: 22e01758-dc3d-44f2-931d-2896fea0cd6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.151835 [ 297 ] {} TCP-Session: 22e01758-dc3d-44f2-931d-2896fea0cd6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.152046 [ 293 ] {5e691c34-8b18-4b0a-9d75-e3dc5bce86b9} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:40:19.153017 [ 302 ] {5e691c34-8b18-4b0a-9d75-e3dc5bce86b9} AggregatingTransform: Aggregating 2026.03.18 01:40:19.153060 [ 302 ] {5e691c34-8b18-4b0a-9d75-e3dc5bce86b9} Aggregator: Aggregation method: without_key 2026.03.18 01:40:19.153091 [ 302 ] {5e691c34-8b18-4b0a-9d75-e3dc5bce86b9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000932755 sec. (1072.093 rows/sec., 41.88 KiB/sec.) 2026.03.18 01:40:19.153107 [ 302 ] {5e691c34-8b18-4b0a-9d75-e3dc5bce86b9} Aggregator: Merging aggregated data 2026.03.18 01:40:19.154446 [ 293 ] {5e691c34-8b18-4b0a-9d75-e3dc5bce86b9} executeQuery: Read 1 rows, 40.00 B in 0.003078 sec., 324.8862897985705 rows/sec., 12.69 KiB/sec. 2026.03.18 01:40:19.154576 [ 293 ] {5e691c34-8b18-4b0a-9d75-e3dc5bce86b9} TCPHandler: Processed in 0.003466408 sec. 2026.03.18 01:40:19.154702 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:19.154732 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:19.154735 [ 293 ] {} TCP-Session: 80efc6fd-2ed2-49a9-999d-1f9e27f4696b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.154755 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:19.154772 [ 294 ] {} TCP-Session: 04486c6e-9c47-4a29-98bd-0e409b84b26e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.154778 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:19.154800 [ 3 ] {} TCP-Session: 07cbc985-188c-44dd-9fc6-e7d5183d5e34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.154816 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:19.154840 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:19.154851 [ 295 ] {} TCP-Session: 56517a41-6761-4529-bb74-fda6f2b1d675 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.154874 [ 297 ] {} TCP-Session: 22e01758-dc3d-44f2-931d-2896fea0cd6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.154893 [ 299 ] {} TCP-Session: 24465e27-92bf-4a8b-8760-4064698aa1ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.154875 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:19.154856 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:19.154957 [ 292 ] {} TCP-Session: c886c1db-a2e4-4a8b-a392-d6a0235f5755 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.154792 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:19.154977 [ 298 ] {} TCP-Session: 44568239-5f3c-4385-b3ab-f8c74e726c89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.155039 [ 296 ] {} TCP-Session: 695fdecb-549d-40bc-b3bf-9b99f19d1064 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.207938 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59432 2026.03.18 01:40:19.208057 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:19.208083 [ 293 ] {} TCP-Session: 2fddde1c-6289-4d76-8974-7d651749d981 Authenticating user 'default' from [fd00:1122:3344:101::e]:59432 2026.03.18 01:40:19.208104 [ 293 ] {} TCP-Session: 2fddde1c-6289-4d76-8974-7d651749d981 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.208118 [ 293 ] {} TCP-Session: 2fddde1c-6289-4d76-8974-7d651749d981 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.208277 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63735 2026.03.18 01:40:19.208327 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49459 2026.03.18 01:40:19.208337 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58431 2026.03.18 01:40:19.208373 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64450 2026.03.18 01:40:19.208390 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51425 2026.03.18 01:40:19.208424 [ 293 ] {} TCP-Session: 2fddde1c-6289-4d76-8974-7d651749d981 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:19.208440 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:19.208463 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:19.208479 [ 296 ] {} TCP-Session: ec86e8a0-c3d5-41d7-9ed1-fbd8fb41a8f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:58431 2026.03.18 01:40:19.208383 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62830 2026.03.18 01:40:19.208500 [ 296 ] {} TCP-Session: ec86e8a0-c3d5-41d7-9ed1-fbd8fb41a8f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.208505 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:19.208536 [ 296 ] {} TCP-Session: ec86e8a0-c3d5-41d7-9ed1-fbd8fb41a8f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.208498 [ 299 ] {} TCP-Session: c6a7cc5d-d951-4fcd-b00f-7883b4f2cdbf Authenticating user 'default' from [fd00:1122:3344:101::e]:64450 2026.03.18 01:40:19.208565 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:19.208589 [ 299 ] {} TCP-Session: c6a7cc5d-d951-4fcd-b00f-7883b4f2cdbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.208603 [ 293 ] {19faa488-3fe1-40e2-9460-429a966d45ca} executeQuery: (from [fd00:1122:3344:101::e]:59432) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:40:19.208611 [ 3 ] {} TCP-Session: 533089ec-0ce6-4aaf-9d7f-88b9fcdddd07 Authenticating user 'default' from [fd00:1122:3344:101::e]:62830 2026.03.18 01:40:19.208618 [ 299 ] {} TCP-Session: c6a7cc5d-d951-4fcd-b00f-7883b4f2cdbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.208645 [ 3 ] {} TCP-Session: 533089ec-0ce6-4aaf-9d7f-88b9fcdddd07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.208562 [ 292 ] {} TCP-Session: 1459e04d-83af-495c-a763-ab28f05c9f57 Authenticating user 'default' from [fd00:1122:3344:101::e]:51425 2026.03.18 01:40:19.208668 [ 3 ] {} TCP-Session: 533089ec-0ce6-4aaf-9d7f-88b9fcdddd07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.208360 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43941 2026.03.18 01:40:19.208699 [ 292 ] {} TCP-Session: 1459e04d-83af-495c-a763-ab28f05c9f57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.208353 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:19.208743 [ 292 ] {} TCP-Session: 1459e04d-83af-495c-a763-ab28f05c9f57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.208763 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:19.208771 [ 294 ] {} TCP-Session: afc28de0-ef9f-409b-ad08-5eb9929d7e66 Authenticating user 'default' from [fd00:1122:3344:101::e]:63735 2026.03.18 01:40:19.208796 [ 298 ] {} TCP-Session: b27d8cb6-3982-4f89-ae90-0c922d3c2fa7 Authenticating user 'default' from [fd00:1122:3344:101::e]:43941 2026.03.18 01:40:19.208808 [ 294 ] {} TCP-Session: afc28de0-ef9f-409b-ad08-5eb9929d7e66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.208818 [ 298 ] {} TCP-Session: b27d8cb6-3982-4f89-ae90-0c922d3c2fa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.208824 [ 294 ] {} TCP-Session: afc28de0-ef9f-409b-ad08-5eb9929d7e66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.208831 [ 298 ] {} TCP-Session: b27d8cb6-3982-4f89-ae90-0c922d3c2fa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.208415 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:19.208859 [ 293 ] {19faa488-3fe1-40e2-9460-429a966d45ca} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:40:19.208884 [ 295 ] {} TCP-Session: ad22bd60-7ff4-43e6-9f79-d7c50b090aa9 Authenticating user 'default' from [fd00:1122:3344:101::e]:49459 2026.03.18 01:40:19.208350 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41954 2026.03.18 01:40:19.208925 [ 293 ] {19faa488-3fe1-40e2-9460-429a966d45ca} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:40:19.208916 [ 295 ] {} TCP-Session: ad22bd60-7ff4-43e6-9f79-d7c50b090aa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.208982 [ 295 ] {} TCP-Session: ad22bd60-7ff4-43e6-9f79-d7c50b090aa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.208986 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:19.209018 [ 297 ] {} TCP-Session: 59b72aa1-ec17-434f-9810-fa3614b9ca04 Authenticating user 'default' from [fd00:1122:3344:101::e]:41954 2026.03.18 01:40:19.209038 [ 297 ] {} TCP-Session: 59b72aa1-ec17-434f-9810-fa3614b9ca04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.209054 [ 297 ] {} TCP-Session: 59b72aa1-ec17-434f-9810-fa3614b9ca04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.209231 [ 293 ] {19faa488-3fe1-40e2-9460-429a966d45ca} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:40:19.210106 [ 340 ] {19faa488-3fe1-40e2-9460-429a966d45ca} AggregatingTransform: Aggregating 2026.03.18 01:40:19.210167 [ 340 ] {19faa488-3fe1-40e2-9460-429a966d45ca} Aggregator: Aggregation method: without_key 2026.03.18 01:40:19.210207 [ 340 ] {19faa488-3fe1-40e2-9460-429a966d45ca} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000872564 sec. (1146.048 rows/sec., 44.77 KiB/sec.) 2026.03.18 01:40:19.210227 [ 340 ] {19faa488-3fe1-40e2-9460-429a966d45ca} Aggregator: Merging aggregated data 2026.03.18 01:40:19.211586 [ 293 ] {19faa488-3fe1-40e2-9460-429a966d45ca} executeQuery: Read 1 rows, 40.00 B in 0.003036 sec., 329.3807641633729 rows/sec., 12.87 KiB/sec. 2026.03.18 01:40:19.211748 [ 293 ] {19faa488-3fe1-40e2-9460-429a966d45ca} TCPHandler: Processed in 0.003436897 sec. 2026.03.18 01:40:19.211831 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:19.211854 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:19.211859 [ 293 ] {} TCP-Session: 2fddde1c-6289-4d76-8974-7d651749d981 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.211874 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:19.211894 [ 294 ] {} TCP-Session: afc28de0-ef9f-409b-ad08-5eb9929d7e66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.211907 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:19.211926 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:19.211941 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:19.211965 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:19.211979 [ 299 ] {} TCP-Session: c6a7cc5d-d951-4fcd-b00f-7883b4f2cdbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.212003 [ 298 ] {} TCP-Session: b27d8cb6-3982-4f89-ae90-0c922d3c2fa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.212013 [ 3 ] {} TCP-Session: 533089ec-0ce6-4aaf-9d7f-88b9fcdddd07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.211968 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:19.211930 [ 292 ] {} TCP-Session: 1459e04d-83af-495c-a763-ab28f05c9f57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.212077 [ 296 ] {} TCP-Session: ec86e8a0-c3d5-41d7-9ed1-fbd8fb41a8f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.211891 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:19.211961 [ 297 ] {} TCP-Session: 59b72aa1-ec17-434f-9810-fa3614b9ca04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.212145 [ 295 ] {} TCP-Session: ad22bd60-7ff4-43e6-9f79-d7c50b090aa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:19.585772 [ 151 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:40:19.585829 [ 151 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:40:19.722156 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12355 2026.03.18 01:40:19.722671 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:19.722723 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:19.723269 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 01:40:19.723567 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:40:19.723752 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12355 2026.03.18 01:40:19.723755 [ 151 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 01:40:19.723830 [ 151 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:19.723850 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2026.03.18 01:40:19.723980 [ 197 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::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.18 01:40:19.724134 [ 197 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:19.724175 [ 197 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9987 rows starting from the beginning of the part 2026.03.18 01:40:19.724250 [ 197 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 448 rows starting from the beginning of the part 2026.03.18 01:40:19.724301 [ 197 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 512 rows starting from the beginning of the part 2026.03.18 01:40:19.724350 [ 197 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 448 rows starting from the beginning of the part 2026.03.18 01:40:19.724389 [ 197 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 512 rows starting from the beginning of the part 2026.03.18 01:40:19.724426 [ 197 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 448 rows starting from the beginning of the part 2026.03.18 01:40:19.729229 [ 193 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12355 rows, containing 4 columns (4 merged, 0 gathered) in 0.005311249 sec., 2326194.836657065 rows/sec., 33.28 MiB/sec. 2026.03.18 01:40:19.729703 [ 202 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 01:40:19.730014 [ 202 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_26_5} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:40:19.730092 [ 202 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_26_5} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 01:40:19.730226 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. 2026.03.18 01:40:20.393251 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.03.18 01:40:20.412782 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:20.412861 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:20.418349 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 01:40:20.419059 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:40:20.419345 [ 150 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 01:40:20.419411 [ 150 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:20.419431 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:20.419552 [ 193 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:40:20.422491 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.03.18 01:40:20.423221 [ 193 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:20.424663 [ 193 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:40:20.429230 [ 193 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:40:20.433798 [ 193 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:40:20.437976 [ 193 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:40:20.442573 [ 193 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:40:20.446532 [ 193 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:40:20.498310 [ 208 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.07881992 sec., 2486.6810319015804 rows/sec., 12.86 MiB/sec. 2026.03.18 01:40:20.500124 [ 198 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 01:40:20.501973 [ 198 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_26_5} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:40:20.502062 [ 198 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_26_5} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 01:40:20.503254 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.03.18 01:40:20.551775 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:20.551941 [ 253 ] {8e362114-1093-4d77-86d0-8b6b4db1e090} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:40:20.552010 [ 253 ] {8e362114-1093-4d77-86d0-8b6b4db1e090} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:40:20.552674 [ 253 ] {8e362114-1093-4d77-86d0-8b6b4db1e090} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:20.552719 [ 253 ] {8e362114-1093-4d77-86d0-8b6b4db1e090} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:20.553089 [ 253 ] {8e362114-1093-4d77-86d0-8b6b4db1e090} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.18 01:40:20.553320 [ 253 ] {8e362114-1093-4d77-86d0-8b6b4db1e090} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:40:20.553459 [ 150 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.18 01:40:20.553468 [ 253 ] {8e362114-1093-4d77-86d0-8b6b4db1e090} executeQuery: Read 108 rows, 9.31 KiB in 0.001576 sec., 68527.9187817259 rows/sec., 5.77 MiB/sec. 2026.03.18 01:40:20.553530 [ 150 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:20.553554 [ 253 ] {8e362114-1093-4d77-86d0-8b6b4db1e090} TCPHandler: Processed in 0.001908362 sec. 2026.03.18 01:40:20.553559 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:20.553698 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:20.553706 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::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.18 01:40:20.553804 [ 253 ] {c8dd5f1c-bb02-4744-92c2-0146a9e26354} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:40:20.553852 [ 253 ] {c8dd5f1c-bb02-4744-92c2-0146a9e26354} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:40:20.553862 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:20.553903 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2766 rows starting from the beginning of the part 2026.03.18 01:40:20.553975 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 108 rows starting from the beginning of the part 2026.03.18 01:40:20.554025 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 825 rows starting from the beginning of the part 2026.03.18 01:40:20.554069 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 109 rows starting from the beginning of the part 2026.03.18 01:40:20.554108 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 825 rows starting from the beginning of the part 2026.03.18 01:40:20.554151 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 108 rows starting from the beginning of the part 2026.03.18 01:40:20.554285 [ 253 ] {c8dd5f1c-bb02-4744-92c2-0146a9e26354} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:20.554329 [ 253 ] {c8dd5f1c-bb02-4744-92c2-0146a9e26354} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:20.554697 [ 253 ] {c8dd5f1c-bb02-4744-92c2-0146a9e26354} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 01:40:20.554943 [ 253 ] {c8dd5f1c-bb02-4744-92c2-0146a9e26354} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:40:20.555086 [ 253 ] {c8dd5f1c-bb02-4744-92c2-0146a9e26354} executeQuery: Read 26 rows, 1.96 KiB in 0.001305 sec., 19923.37164750958 rows/sec., 1.46 MiB/sec. 2026.03.18 01:40:20.555126 [ 253 ] {c8dd5f1c-bb02-4744-92c2-0146a9e26354} TCPHandler: Processed in 0.001480615 sec. 2026.03.18 01:40:20.555253 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:20.555350 [ 253 ] {35871a05-984b-4eb3-922b-3fe4e0673085} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:40:20.555390 [ 253 ] {35871a05-984b-4eb3-922b-3fe4e0673085} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:40:20.555823 [ 253 ] {35871a05-984b-4eb3-922b-3fe4e0673085} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:20.555860 [ 253 ] {35871a05-984b-4eb3-922b-3fe4e0673085} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:20.556189 [ 253 ] {35871a05-984b-4eb3-922b-3fe4e0673085} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.18 01:40:20.556396 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 4741 rows, containing 5 columns (5 merged, 0 gathered) in 0.002749146 sec., 1724535.546675222 rows/sec., 140.54 MiB/sec. 2026.03.18 01:40:20.556415 [ 253 ] {35871a05-984b-4eb3-922b-3fe4e0673085} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:40:20.556544 [ 150 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.18 01:40:20.556565 [ 253 ] {35871a05-984b-4eb3-922b-3fe4e0673085} executeQuery: Read 90 rows, 7.20 KiB in 0.001235 sec., 72874.49392712551 rows/sec., 5.69 MiB/sec. 2026.03.18 01:40:20.556581 [ 150 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:20.556607 [ 253 ] {35871a05-984b-4eb3-922b-3fe4e0673085} TCPHandler: Processed in 0.001405524 sec. 2026.03.18 01:40:20.556609 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:20.556705 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::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.18 01:40:20.556707 [ 194 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.18 01:40:20.556734 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:20.556800 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:20.556831 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1511 rows starting from the beginning of the part 2026.03.18 01:40:20.556844 [ 253 ] {7bf20a87-a851-4e2e-abc0-486cf9765e36} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:20.556890 [ 253 ] {7bf20a87-a851-4e2e-abc0-486cf9765e36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:40:20.556913 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 90 rows starting from the beginning of the part 2026.03.18 01:40:20.556960 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 504 rows starting from the beginning of the part 2026.03.18 01:40:20.557003 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 92 rows starting from the beginning of the part 2026.03.18 01:40:20.557044 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 504 rows starting from the beginning of the part 2026.03.18 01:40:20.557042 [ 194 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_41_8} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:40:20.557084 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 90 rows starting from the beginning of the part 2026.03.18 01:40:20.557141 [ 194 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_41_8} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.18 01:40:20.557233 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2026.03.18 01:40:20.557300 [ 253 ] {7bf20a87-a851-4e2e-abc0-486cf9765e36} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:20.557339 [ 253 ] {7bf20a87-a851-4e2e-abc0-486cf9765e36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:20.557686 [ 253 ] {7bf20a87-a851-4e2e-abc0-486cf9765e36} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.18 01:40:20.557905 [ 253 ] {7bf20a87-a851-4e2e-abc0-486cf9765e36} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:40:20.558017 [ 150 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.18 01:40:20.558040 [ 253 ] {7bf20a87-a851-4e2e-abc0-486cf9765e36} executeQuery: Read 160 rows, 11.41 KiB in 0.001214 sec., 131795.71663920922 rows/sec., 9.18 MiB/sec. 2026.03.18 01:40:20.558073 [ 150 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:20.558097 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:20.558097 [ 253 ] {7bf20a87-a851-4e2e-abc0-486cf9765e36} TCPHandler: Processed in 0.001411243 sec. 2026.03.18 01:40:20.558175 [ 194 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:40:20.558225 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:20.558298 [ 200 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2791 rows, containing 5 columns (5 merged, 0 gathered) in 0.001623896 sec., 1718706.1240374998 rows/sec., 127.79 MiB/sec. 2026.03.18 01:40:20.558307 [ 194 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:20.558323 [ 253 ] {9a14442a-0721-4075-9b8d-635a94b83670} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:20.558359 [ 194 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 13558 rows starting from the beginning of the part 2026.03.18 01:40:20.558393 [ 253 ] {9a14442a-0721-4075-9b8d-635a94b83670} 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.18 01:40:20.558422 [ 194 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part 2026.03.18 01:40:20.558473 [ 194 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 265 rows starting from the beginning of the part 2026.03.18 01:40:20.558517 [ 194 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 161 rows starting from the beginning of the part 2026.03.18 01:40:20.558559 [ 194 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 265 rows starting from the beginning of the part 2026.03.18 01:40:20.558563 [ 199 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.18 01:40:20.558601 [ 194 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:40:20.558979 [ 199 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_41_8} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:40:20.559076 [ 199 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_41_8} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.18 01:40:20.559180 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.03.18 01:40:20.559180 [ 253 ] {9a14442a-0721-4075-9b8d-635a94b83670} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:20.559238 [ 253 ] {9a14442a-0721-4075-9b8d-635a94b83670} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:20.559828 [ 253 ] {9a14442a-0721-4075-9b8d-635a94b83670} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 01:40:20.560058 [ 253 ] {9a14442a-0721-4075-9b8d-635a94b83670} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:40:20.560197 [ 253 ] {9a14442a-0721-4075-9b8d-635a94b83670} executeQuery: Read 26 rows, 47.71 KiB in 0.001892 sec., 13742.071881606766 rows/sec., 24.63 MiB/sec. 2026.03.18 01:40:20.560253 [ 253 ] {9a14442a-0721-4075-9b8d-635a94b83670} TCPHandler: Processed in 0.002078174 sec. 2026.03.18 01:40:20.560381 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:20.560477 [ 253 ] {4b97b502-1cd4-48ee-85df-da16e4fb2740} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:40:20.560520 [ 253 ] {4b97b502-1cd4-48ee-85df-da16e4fb2740} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:40:20.560875 [ 253 ] {4b97b502-1cd4-48ee-85df-da16e4fb2740} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:20.560913 [ 253 ] {4b97b502-1cd4-48ee-85df-da16e4fb2740} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:20.561246 [ 253 ] {4b97b502-1cd4-48ee-85df-da16e4fb2740} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.18 01:40:20.561500 [ 253 ] {4b97b502-1cd4-48ee-85df-da16e4fb2740} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:40:20.561635 [ 253 ] {4b97b502-1cd4-48ee-85df-da16e4fb2740} executeQuery: Read 60 rows, 4.14 KiB in 0.001176 sec., 51020.40816326531 rows/sec., 3.44 MiB/sec. 2026.03.18 01:40:20.561636 [ 149 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.18 01:40:20.561672 [ 253 ] {4b97b502-1cd4-48ee-85df-da16e4fb2740} TCPHandler: Processed in 0.001339783 sec. 2026.03.18 01:40:20.561689 [ 149 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:20.561718 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:20.561792 [ 198 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:40:20.561874 [ 198 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:20.561899 [ 198 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2304 rows starting from the beginning of the part 2026.03.18 01:40:20.561943 [ 198 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2026.03.18 01:40:20.561980 [ 198 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 90 rows starting from the beginning of the part 2026.03.18 01:40:20.562017 [ 198 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2026.03.18 01:40:20.562051 [ 198 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 90 rows starting from the beginning of the part 2026.03.18 01:40:20.562084 [ 198 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:40:20.563341 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2664 rows, containing 4 columns (4 merged, 0 gathered) in 0.001574676 sec., 1691776.5940422032 rows/sec., 109.05 MiB/sec. 2026.03.18 01:40:20.563545 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 14569 rows, containing 5 columns (5 merged, 0 gathered) in 0.00540636 sec., 2694789.100244897 rows/sec., 176.28 MiB/sec. 2026.03.18 01:40:20.563636 [ 198 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.18 01:40:20.563883 [ 198 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_41_8} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:40:20.563946 [ 198 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_41_8} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.18 01:40:20.564000 [ 200 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.18 01:40:20.564013 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.03.18 01:40:20.564332 [ 200 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_41_8} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:40:20.564420 [ 200 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_41_8} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.18 01:40:20.564570 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.71 MiB. 2026.03.18 01:40:21.000219 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 261.74 MiB, peak 271.74 MiB, free memory in arenas 0.00 B, will set to 268.11 MiB (RSS), difference: 6.37 MiB 2026.03.18 01:40:21.548590 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34478 2026.03.18 01:40:21.548695 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:21.548720 [ 293 ] {} TCP-Session: 78d9e900-2606-4688-8cf1-9a2a8752af6e Authenticating user 'default' from [fd00:1122:3344:101::e]:34478 2026.03.18 01:40:21.548741 [ 293 ] {} TCP-Session: 78d9e900-2606-4688-8cf1-9a2a8752af6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.548754 [ 293 ] {} TCP-Session: 78d9e900-2606-4688-8cf1-9a2a8752af6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.548968 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52549 2026.03.18 01:40:21.549016 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45033 2026.03.18 01:40:21.549027 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47316 2026.03.18 01:40:21.549064 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47201 2026.03.18 01:40:21.549092 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:21.549100 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:21.549129 [ 294 ] {} TCP-Session: 4886858b-ad34-4415-bd12-5abc88e578b9 Authenticating user 'default' from [fd00:1122:3344:101::e]:52549 2026.03.18 01:40:21.549145 [ 296 ] {} TCP-Session: 4c94bde4-29ba-4d6e-bb1b-e8ea6579da8f Authenticating user 'default' from [fd00:1122:3344:101::e]:45033 2026.03.18 01:40:21.549144 [ 293 ] {} TCP-Session: 78d9e900-2606-4688-8cf1-9a2a8752af6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:21.549171 [ 296 ] {} TCP-Session: 4c94bde4-29ba-4d6e-bb1b-e8ea6579da8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.549165 [ 294 ] {} TCP-Session: 4886858b-ad34-4415-bd12-5abc88e578b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.549190 [ 296 ] {} TCP-Session: 4c94bde4-29ba-4d6e-bb1b-e8ea6579da8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.549209 [ 294 ] {} TCP-Session: 4886858b-ad34-4415-bd12-5abc88e578b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.549052 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57141 2026.03.18 01:40:21.549035 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55274 2026.03.18 01:40:21.549039 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55889 2026.03.18 01:40:21.549319 [ 293 ] {b0401267-a604-4d00-bc17-7e9d4cc16da3} executeQuery: (from [fd00:1122:3344:101::e]:34478) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:40:21.549070 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54803 2026.03.18 01:40:21.549438 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:21.549478 [ 295 ] {} TCP-Session: 7b4bf1a2-9b6f-48bf-bfe1-deff4448f754 Authenticating user 'default' from [fd00:1122:3344:101::e]:47316 2026.03.18 01:40:21.549501 [ 295 ] {} TCP-Session: 7b4bf1a2-9b6f-48bf-bfe1-deff4448f754 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.549518 [ 295 ] {} TCP-Session: 7b4bf1a2-9b6f-48bf-bfe1-deff4448f754 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.549597 [ 293 ] {b0401267-a604-4d00-bc17-7e9d4cc16da3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:40:21.549658 [ 293 ] {b0401267-a604-4d00-bc17-7e9d4cc16da3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:40:21.549766 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:21.549802 [ 3 ] {} TCP-Session: 315c18d0-7e74-4764-aaa2-a5cbd74710ec Authenticating user 'default' from [fd00:1122:3344:101::e]:47201 2026.03.18 01:40:21.549819 [ 3 ] {} TCP-Session: 315c18d0-7e74-4764-aaa2-a5cbd74710ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.549836 [ 3 ] {} TCP-Session: 315c18d0-7e74-4764-aaa2-a5cbd74710ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.549871 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:21.549907 [ 292 ] {} TCP-Session: 54200ee8-7da5-458a-8790-d6534ed05a9c Authenticating user 'default' from [fd00:1122:3344:101::e]:54803 2026.03.18 01:40:21.549934 [ 292 ] {} TCP-Session: 54200ee8-7da5-458a-8790-d6534ed05a9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.549945 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:21.549947 [ 292 ] {} TCP-Session: 54200ee8-7da5-458a-8790-d6534ed05a9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.549950 [ 293 ] {b0401267-a604-4d00-bc17-7e9d4cc16da3} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:40:21.549977 [ 297 ] {} TCP-Session: 318696dc-e006-4e08-a892-f5b1e5a9b946 Authenticating user 'default' from [fd00:1122:3344:101::e]:55274 2026.03.18 01:40:21.550013 [ 297 ] {} TCP-Session: 318696dc-e006-4e08-a892-f5b1e5a9b946 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.550028 [ 297 ] {} TCP-Session: 318696dc-e006-4e08-a892-f5b1e5a9b946 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.550304 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:21.550340 [ 299 ] {} TCP-Session: 715349b2-3724-4a9f-85f2-6eca3519b961 Authenticating user 'default' from [fd00:1122:3344:101::e]:57141 2026.03.18 01:40:21.550358 [ 299 ] {} TCP-Session: 715349b2-3724-4a9f-85f2-6eca3519b961 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.550373 [ 299 ] {} TCP-Session: 715349b2-3724-4a9f-85f2-6eca3519b961 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.550410 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:40:21.550448 [ 298 ] {} TCP-Session: 490cd237-bf7b-4e5b-9b5d-944911ebff17 Authenticating user 'default' from [fd00:1122:3344:101::e]:55889 2026.03.18 01:40:21.550473 [ 298 ] {} TCP-Session: 490cd237-bf7b-4e5b-9b5d-944911ebff17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.550493 [ 298 ] {} TCP-Session: 490cd237-bf7b-4e5b-9b5d-944911ebff17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.550849 [ 347 ] {b0401267-a604-4d00-bc17-7e9d4cc16da3} AggregatingTransform: Aggregating 2026.03.18 01:40:21.550898 [ 347 ] {b0401267-a604-4d00-bc17-7e9d4cc16da3} Aggregator: Aggregation method: without_key 2026.03.18 01:40:21.550933 [ 347 ] {b0401267-a604-4d00-bc17-7e9d4cc16da3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000851054 sec. (1175.014 rows/sec., 45.90 KiB/sec.) 2026.03.18 01:40:21.550951 [ 347 ] {b0401267-a604-4d00-bc17-7e9d4cc16da3} Aggregator: Merging aggregated data 2026.03.18 01:40:21.552253 [ 293 ] {b0401267-a604-4d00-bc17-7e9d4cc16da3} executeQuery: Read 1 rows, 40.00 B in 0.002987 sec., 334.7840642785403 rows/sec., 13.08 KiB/sec. 2026.03.18 01:40:21.552380 [ 293 ] {b0401267-a604-4d00-bc17-7e9d4cc16da3} TCPHandler: Processed in 0.003345516 sec. 2026.03.18 01:40:21.552467 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:21.552495 [ 293 ] {} TCP-Session: 78d9e900-2606-4688-8cf1-9a2a8752af6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.552498 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:21.552517 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:21.552532 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:21.552568 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:21.552590 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:21.552591 [ 292 ] {} TCP-Session: 54200ee8-7da5-458a-8790-d6534ed05a9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.552609 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:21.552635 [ 296 ] {} TCP-Session: 4c94bde4-29ba-4d6e-bb1b-e8ea6579da8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.552624 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:21.552666 [ 297 ] {} TCP-Session: 318696dc-e006-4e08-a892-f5b1e5a9b946 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.552618 [ 298 ] {} TCP-Session: 490cd237-bf7b-4e5b-9b5d-944911ebff17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.552711 [ 3 ] {} TCP-Session: 315c18d0-7e74-4764-aaa2-a5cbd74710ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.552604 [ 295 ] {} TCP-Session: 7b4bf1a2-9b6f-48bf-bfe1-deff4448f754 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.552551 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:40:21.552549 [ 294 ] {} TCP-Session: 4886858b-ad34-4415-bd12-5abc88e578b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:21.552807 [ 299 ] {} TCP-Session: 715349b2-3724-4a9f-85f2-6eca3519b961 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:40:23.558448 [ 146 ] {} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.18 01:40:23.558551 [ 146 ] {} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:23.558598 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:23.558815 [ 186 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::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.18 01:40:23.559028 [ 186 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:23.559065 [ 186 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part 2026.03.18 01:40:23.559141 [ 186 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::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.18 01:40:23.559193 [ 186 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part 2026.03.18 01:40:23.559243 [ 186 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::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.18 01:40:23.559286 [ 186 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part 2026.03.18 01:40:23.560037 [ 200 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001323562 sec., 28710.40419715888 rows/sec., 2.40 MiB/sec. 2026.03.18 01:40:23.560147 [ 186 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.18 01:40:23.560383 [ 186 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_9_2} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:40:23.560450 [ 186 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_9_2} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.18 01:40:23.560523 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.18 01:40:24.564502 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:24.564712 [ 253 ] {42b18fd4-884e-4084-b16a-7c463a075ea6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:40:24.564784 [ 253 ] {42b18fd4-884e-4084-b16a-7c463a075ea6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:40:24.565597 [ 253 ] {42b18fd4-884e-4084-b16a-7c463a075ea6} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:24.565651 [ 253 ] {42b18fd4-884e-4084-b16a-7c463a075ea6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:24.566052 [ 253 ] {42b18fd4-884e-4084-b16a-7c463a075ea6} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 01:40:24.566285 [ 253 ] {42b18fd4-884e-4084-b16a-7c463a075ea6} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:40:24.566452 [ 253 ] {42b18fd4-884e-4084-b16a-7c463a075ea6} executeQuery: Read 284 rows, 18.47 KiB in 0.001795 sec., 158217.27019498608 rows/sec., 10.05 MiB/sec. 2026.03.18 01:40:24.566495 [ 253 ] {42b18fd4-884e-4084-b16a-7c463a075ea6} TCPHandler: Processed in 0.002150676 sec. 2026.03.18 01:40:24.566625 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:24.566721 [ 253 ] {97bf2a7b-47a6-4ca3-b0b5-c48f15410c1c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:40:24.566764 [ 253 ] {97bf2a7b-47a6-4ca3-b0b5-c48f15410c1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:40:24.567186 [ 253 ] {97bf2a7b-47a6-4ca3-b0b5-c48f15410c1c} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:24.567222 [ 253 ] {97bf2a7b-47a6-4ca3-b0b5-c48f15410c1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:24.567535 [ 253 ] {97bf2a7b-47a6-4ca3-b0b5-c48f15410c1c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 01:40:24.567757 [ 253 ] {97bf2a7b-47a6-4ca3-b0b5-c48f15410c1c} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:40:24.567892 [ 253 ] {97bf2a7b-47a6-4ca3-b0b5-c48f15410c1c} executeQuery: Read 14 rows, 1.14 KiB in 0.00119 sec., 11764.70588235294 rows/sec., 959.33 KiB/sec. 2026.03.18 01:40:24.567930 [ 253 ] {97bf2a7b-47a6-4ca3-b0b5-c48f15410c1c} TCPHandler: Processed in 0.001354853 sec. 2026.03.18 01:40:24.568139 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:24.568234 [ 253 ] {e2c41f4a-2f53-4a2a-8936-c8ad294e5b2c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:40:24.568274 [ 253 ] {e2c41f4a-2f53-4a2a-8936-c8ad294e5b2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:40:24.570446 [ 253 ] {e2c41f4a-2f53-4a2a-8936-c8ad294e5b2c} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:24.570483 [ 253 ] {e2c41f4a-2f53-4a2a-8936-c8ad294e5b2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:24.570985 [ 253 ] {e2c41f4a-2f53-4a2a-8936-c8ad294e5b2c} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.18 01:40:24.571206 [ 253 ] {e2c41f4a-2f53-4a2a-8936-c8ad294e5b2c} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:40:24.571340 [ 253 ] {e2c41f4a-2f53-4a2a-8936-c8ad294e5b2c} executeQuery: Read 2712 rows, 211.51 KiB in 0.003124 sec., 868117.7976952625 rows/sec., 66.12 MiB/sec. 2026.03.18 01:40:24.571380 [ 253 ] {e2c41f4a-2f53-4a2a-8936-c8ad294e5b2c} MemoryTracker: Peak memory usage (for query): 4.06 MiB. 2026.03.18 01:40:24.571392 [ 253 ] {e2c41f4a-2f53-4a2a-8936-c8ad294e5b2c} TCPHandler: Processed in 0.003302845 sec. 2026.03.18 01:40:24.571512 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:24.571608 [ 253 ] {45063afe-605c-41bf-b756-a8d2eb149564} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:40:24.571649 [ 253 ] {45063afe-605c-41bf-b756-a8d2eb149564} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:40:24.572126 [ 253 ] {45063afe-605c-41bf-b756-a8d2eb149564} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:24.572162 [ 253 ] {45063afe-605c-41bf-b756-a8d2eb149564} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:24.572474 [ 253 ] {45063afe-605c-41bf-b756-a8d2eb149564} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 01:40:24.572678 [ 253 ] {45063afe-605c-41bf-b756-a8d2eb149564} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:40:24.572808 [ 253 ] {45063afe-605c-41bf-b756-a8d2eb149564} executeQuery: Read 179 rows, 11.25 KiB in 0.001218 sec., 146962.23316912973 rows/sec., 9.02 MiB/sec. 2026.03.18 01:40:24.572845 [ 253 ] {45063afe-605c-41bf-b756-a8d2eb149564} TCPHandler: Processed in 0.001383663 sec. 2026.03.18 01:40:24.572968 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:24.573061 [ 253 ] {0404b0f8-17c3-4887-8de5-8aaa10b53622} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:40:24.573102 [ 253 ] {0404b0f8-17c3-4887-8de5-8aaa10b53622} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:40:24.573911 [ 253 ] {0404b0f8-17c3-4887-8de5-8aaa10b53622} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:24.573948 [ 253 ] {0404b0f8-17c3-4887-8de5-8aaa10b53622} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:24.574295 [ 253 ] {0404b0f8-17c3-4887-8de5-8aaa10b53622} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 01:40:24.574503 [ 253 ] {0404b0f8-17c3-4887-8de5-8aaa10b53622} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:40:24.574631 [ 253 ] {0404b0f8-17c3-4887-8de5-8aaa10b53622} executeQuery: Read 857 rows, 52.15 KiB in 0.001587 sec., 540012.6023944549 rows/sec., 32.09 MiB/sec. 2026.03.18 01:40:24.574667 [ 253 ] {0404b0f8-17c3-4887-8de5-8aaa10b53622} TCPHandler: Processed in 0.00174953 sec. 2026.03.18 01:40:24.574777 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:24.574882 [ 253 ] {410b789f-e1cb-4d16-806b-c1e80de999ed} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 01:40:24.574924 [ 253 ] {410b789f-e1cb-4d16-806b-c1e80de999ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 01:40:24.575324 [ 253 ] {410b789f-e1cb-4d16-806b-c1e80de999ed} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:24.575361 [ 253 ] {410b789f-e1cb-4d16-806b-c1e80de999ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:24.575668 [ 253 ] {410b789f-e1cb-4d16-806b-c1e80de999ed} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 01:40:24.575887 [ 253 ] {410b789f-e1cb-4d16-806b-c1e80de999ed} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): 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.18 01:40:24.576018 [ 253 ] {410b789f-e1cb-4d16-806b-c1e80de999ed} executeQuery: Read 1 rows, 72.00 B in 0.001155 sec., 865.8008658008658 rows/sec., 60.88 KiB/sec. 2026.03.18 01:40:24.576059 [ 253 ] {410b789f-e1cb-4d16-806b-c1e80de999ed} TCPHandler: Processed in 0.001333262 sec. 2026.03.18 01:40:24.576191 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:24.576308 [ 253 ] {59ed1e85-42de-4ec8-b337-134693228e08} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:40:24.576355 [ 253 ] {59ed1e85-42de-4ec8-b337-134693228e08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:40:24.576858 [ 253 ] {59ed1e85-42de-4ec8-b337-134693228e08} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:24.576894 [ 253 ] {59ed1e85-42de-4ec8-b337-134693228e08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:24.577228 [ 253 ] {59ed1e85-42de-4ec8-b337-134693228e08} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 01:40:24.577448 [ 253 ] {59ed1e85-42de-4ec8-b337-134693228e08} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:40:24.577580 [ 253 ] {59ed1e85-42de-4ec8-b337-134693228e08} executeQuery: Read 148 rows, 8.62 KiB in 0.001297 sec., 114109.4834232845 rows/sec., 6.49 MiB/sec. 2026.03.18 01:40:24.577618 [ 253 ] {59ed1e85-42de-4ec8-b337-134693228e08} TCPHandler: Processed in 0.001485705 sec. 2026.03.18 01:40:24.577735 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:24.577827 [ 253 ] {b1a32ff6-51d1-4d8d-bda0-a46a54c1a4cd} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:40:24.577866 [ 253 ] {b1a32ff6-51d1-4d8d-bda0-a46a54c1a4cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:40:24.578989 [ 253 ] {b1a32ff6-51d1-4d8d-bda0-a46a54c1a4cd} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:24.579024 [ 253 ] {b1a32ff6-51d1-4d8d-bda0-a46a54c1a4cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:24.579402 [ 253 ] {b1a32ff6-51d1-4d8d-bda0-a46a54c1a4cd} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.18 01:40:24.579608 [ 253 ] {b1a32ff6-51d1-4d8d-bda0-a46a54c1a4cd} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:40:24.579742 [ 253 ] {b1a32ff6-51d1-4d8d-bda0-a46a54c1a4cd} executeQuery: Read 1463 rows, 103.39 KiB in 0.001932 sec., 757246.3768115942 rows/sec., 52.26 MiB/sec. 2026.03.18 01:40:24.579780 [ 253 ] {b1a32ff6-51d1-4d8d-bda0-a46a54c1a4cd} TCPHandler: Processed in 0.002092955 sec. 2026.03.18 01:40:24.579902 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:24.579999 [ 253 ] {4e90aae6-1837-4056-a9ad-8914b3590ea2} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:40:24.580044 [ 253 ] {4e90aae6-1837-4056-a9ad-8914b3590ea2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:40:24.580389 [ 253 ] {4e90aae6-1837-4056-a9ad-8914b3590ea2} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:24.580426 [ 253 ] {4e90aae6-1837-4056-a9ad-8914b3590ea2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:24.580753 [ 253 ] {4e90aae6-1837-4056-a9ad-8914b3590ea2} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 01:40:24.580983 [ 253 ] {4e90aae6-1837-4056-a9ad-8914b3590ea2} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:40:24.581115 [ 253 ] {4e90aae6-1837-4056-a9ad-8914b3590ea2} executeQuery: Read 6 rows, 321.00 B in 0.001134 sec., 5291.005291005291 rows/sec., 276.43 KiB/sec. 2026.03.18 01:40:24.581152 [ 253 ] {4e90aae6-1837-4056-a9ad-8914b3590ea2} TCPHandler: Processed in 0.001300091 sec. 2026.03.18 01:40:24.581265 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:24.581359 [ 253 ] {d543b66b-1e16-4602-bf04-374de8df9812} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:24.581404 [ 253 ] {d543b66b-1e16-4602-bf04-374de8df9812} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:40:24.582219 [ 253 ] {d543b66b-1e16-4602-bf04-374de8df9812} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:24.582256 [ 253 ] {d543b66b-1e16-4602-bf04-374de8df9812} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:24.582683 [ 253 ] {d543b66b-1e16-4602-bf04-374de8df9812} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.18 01:40:24.582901 [ 253 ] {d543b66b-1e16-4602-bf04-374de8df9812} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:40:24.583031 [ 253 ] {d543b66b-1e16-4602-bf04-374de8df9812} executeQuery: Read 1425 rows, 91.88 KiB in 0.00169 sec., 843195.2662721893 rows/sec., 53.09 MiB/sec. 2026.03.18 01:40:24.583069 [ 253 ] {d543b66b-1e16-4602-bf04-374de8df9812} TCPHandler: Processed in 0.001852611 sec. 2026.03.18 01:40:24.583179 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:24.583273 [ 253 ] {802fdc29-ccdd-4791-92f8-22ed02bea909} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:40:24.583316 [ 253 ] {802fdc29-ccdd-4791-92f8-22ed02bea909} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:40:24.583628 [ 253 ] {802fdc29-ccdd-4791-92f8-22ed02bea909} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:24.583663 [ 253 ] {802fdc29-ccdd-4791-92f8-22ed02bea909} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:24.583968 [ 253 ] {802fdc29-ccdd-4791-92f8-22ed02bea909} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 01:40:24.584176 [ 253 ] {802fdc29-ccdd-4791-92f8-22ed02bea909} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:40:24.584315 [ 253 ] {802fdc29-ccdd-4791-92f8-22ed02bea909} executeQuery: Read 1 rows, 69.00 B in 0.001059 sec., 944.2870632672332 rows/sec., 63.63 KiB/sec. 2026.03.18 01:40:24.584353 [ 253 ] {802fdc29-ccdd-4791-92f8-22ed02bea909} TCPHandler: Processed in 0.00122362 sec. 2026.03.18 01:40:24.584465 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:24.584557 [ 253 ] {db2dd3fa-93bf-4084-a2ef-0bb71f33d7f0} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:24.584611 [ 253 ] {db2dd3fa-93bf-4084-a2ef-0bb71f33d7f0} 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.18 01:40:24.585428 [ 253 ] {db2dd3fa-93bf-4084-a2ef-0bb71f33d7f0} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:24.585467 [ 253 ] {db2dd3fa-93bf-4084-a2ef-0bb71f33d7f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:24.586005 [ 253 ] {db2dd3fa-93bf-4084-a2ef-0bb71f33d7f0} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 01:40:24.586237 [ 253 ] {db2dd3fa-93bf-4084-a2ef-0bb71f33d7f0} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:40:24.586389 [ 253 ] {db2dd3fa-93bf-4084-a2ef-0bb71f33d7f0} executeQuery: Read 23 rows, 42.20 KiB in 0.00185 sec., 12432.432432432432 rows/sec., 22.28 MiB/sec. 2026.03.18 01:40:24.586442 [ 253 ] {db2dd3fa-93bf-4084-a2ef-0bb71f33d7f0} TCPHandler: Processed in 0.002026583 sec. 2026.03.18 01:40:24.586566 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:24.586666 [ 253 ] {1edf4cd2-5d04-4963-bd05-cc3333853f0d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:40:24.586711 [ 253 ] {1edf4cd2-5d04-4963-bd05-cc3333853f0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:40:24.587051 [ 253 ] {1edf4cd2-5d04-4963-bd05-cc3333853f0d} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:24.587088 [ 253 ] {1edf4cd2-5d04-4963-bd05-cc3333853f0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:24.587405 [ 253 ] {1edf4cd2-5d04-4963-bd05-cc3333853f0d} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.18 01:40:24.587632 [ 253 ] {1edf4cd2-5d04-4963-bd05-cc3333853f0d} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:40:24.587758 [ 253 ] {1edf4cd2-5d04-4963-bd05-cc3333853f0d} executeQuery: Read 78 rows, 4.94 KiB in 0.001111 sec., 70207.02070207021 rows/sec., 4.34 MiB/sec. 2026.03.18 01:40:24.587793 [ 253 ] {1edf4cd2-5d04-4963-bd05-cc3333853f0d} TCPHandler: Processed in 0.001276482 sec. 2026.03.18 01:40:24.777240 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 900 2026.03.18 01:40:24.780527 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:24.780577 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:24.781782 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 01:40:24.782052 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:40:24.782357 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 900 2026.03.18 01:40:25.544008 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:25.544197 [ 253 ] {760ea366-f3dd-4b9e-a94e-ce41462161b0} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:40:25.544261 [ 253 ] {760ea366-f3dd-4b9e-a94e-ce41462161b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:40:25.544896 [ 253 ] {760ea366-f3dd-4b9e-a94e-ce41462161b0} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:25.544944 [ 253 ] {760ea366-f3dd-4b9e-a94e-ce41462161b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:25.545331 [ 253 ] {760ea366-f3dd-4b9e-a94e-ce41462161b0} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.18 01:40:25.545557 [ 253 ] {760ea366-f3dd-4b9e-a94e-ce41462161b0} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:40:25.545712 [ 253 ] {760ea366-f3dd-4b9e-a94e-ce41462161b0} executeQuery: Read 56 rows, 4.41 KiB in 0.001561 sec., 35874.439461883405 rows/sec., 2.76 MiB/sec. 2026.03.18 01:40:25.545753 [ 253 ] {760ea366-f3dd-4b9e-a94e-ce41462161b0} TCPHandler: Processed in 0.001872281 sec. 2026.03.18 01:40:25.545872 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:25.545967 [ 253 ] {7de821fe-478b-4c5e-ab3a-9fa5a0c4f5ae} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:40:25.546008 [ 253 ] {7de821fe-478b-4c5e-ab3a-9fa5a0c4f5ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:40:25.546422 [ 253 ] {7de821fe-478b-4c5e-ab3a-9fa5a0c4f5ae} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:25.546459 [ 253 ] {7de821fe-478b-4c5e-ab3a-9fa5a0c4f5ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:25.546764 [ 253 ] {7de821fe-478b-4c5e-ab3a-9fa5a0c4f5ae} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.18 01:40:25.546973 [ 253 ] {7de821fe-478b-4c5e-ab3a-9fa5a0c4f5ae} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:40:25.547099 [ 253 ] {7de821fe-478b-4c5e-ab3a-9fa5a0c4f5ae} executeQuery: Read 64 rows, 5.12 KiB in 0.001151 sec., 55603.82276281495 rows/sec., 4.34 MiB/sec. 2026.03.18 01:40:25.547136 [ 253 ] {7de821fe-478b-4c5e-ab3a-9fa5a0c4f5ae} TCPHandler: Processed in 0.001313602 sec. 2026.03.18 01:40:25.547251 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:25.547346 [ 253 ] {bce6ba47-2fd4-448c-8dff-41d09f8792f2} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:25.547390 [ 253 ] {bce6ba47-2fd4-448c-8dff-41d09f8792f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:40:25.547746 [ 253 ] {bce6ba47-2fd4-448c-8dff-41d09f8792f2} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:25.547782 [ 253 ] {bce6ba47-2fd4-448c-8dff-41d09f8792f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:25.548100 [ 253 ] {bce6ba47-2fd4-448c-8dff-41d09f8792f2} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.18 01:40:25.548305 [ 253 ] {bce6ba47-2fd4-448c-8dff-41d09f8792f2} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:40:25.548489 [ 253 ] {bce6ba47-2fd4-448c-8dff-41d09f8792f2} executeQuery: Read 32 rows, 2.28 KiB in 0.001161 sec., 27562.446167097332 rows/sec., 1.92 MiB/sec. 2026.03.18 01:40:25.548525 [ 253 ] {bce6ba47-2fd4-448c-8dff-41d09f8792f2} TCPHandler: Processed in 0.001322762 sec. 2026.03.18 01:40:25.548650 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:25.548773 [ 253 ] {0f8919ae-dc97-465c-96b6-c027fd516090} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:40:25.548826 [ 253 ] {0f8919ae-dc97-465c-96b6-c027fd516090} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:40:25.549216 [ 253 ] {0f8919ae-dc97-465c-96b6-c027fd516090} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:25.549260 [ 253 ] {0f8919ae-dc97-465c-96b6-c027fd516090} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:25.549642 [ 253 ] {0f8919ae-dc97-465c-96b6-c027fd516090} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.18 01:40:25.549858 [ 253 ] {0f8919ae-dc97-465c-96b6-c027fd516090} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:40:25.550047 [ 253 ] {0f8919ae-dc97-465c-96b6-c027fd516090} executeQuery: Read 12 rows, 848.00 B in 0.0013 sec., 9230.76923076923 rows/sec., 637.02 KiB/sec. 2026.03.18 01:40:25.550087 [ 253 ] {0f8919ae-dc97-465c-96b6-c027fd516090} TCPHandler: Processed in 0.001498035 sec. 2026.03.18 01:40:27.223898 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12867 2026.03.18 01:40:27.224430 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:27.224475 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:27.224996 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 01:40:27.225227 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:40:27.225355 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12867 2026.03.18 01:40:27.922587 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.03.18 01:40:27.936991 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:27.937055 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:27.942961 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 01:40:27.943650 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:40:27.946210 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.03.18 01:40:30.551089 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:30.551277 [ 253 ] {ae7d34f8-2b89-40a2-8839-90cd54a0cb1c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:40:30.551344 [ 253 ] {ae7d34f8-2b89-40a2-8839-90cd54a0cb1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:40:30.551969 [ 253 ] {ae7d34f8-2b89-40a2-8839-90cd54a0cb1c} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:30.552011 [ 253 ] {ae7d34f8-2b89-40a2-8839-90cd54a0cb1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:30.552417 [ 253 ] {ae7d34f8-2b89-40a2-8839-90cd54a0cb1c} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.18 01:40:30.552638 [ 253 ] {ae7d34f8-2b89-40a2-8839-90cd54a0cb1c} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:40:30.552790 [ 253 ] {ae7d34f8-2b89-40a2-8839-90cd54a0cb1c} executeQuery: Read 108 rows, 9.31 KiB in 0.001559 sec., 69275.17639512508 rows/sec., 5.83 MiB/sec. 2026.03.18 01:40:30.552830 [ 253 ] {ae7d34f8-2b89-40a2-8839-90cd54a0cb1c} TCPHandler: Processed in 0.001866341 sec. 2026.03.18 01:40:30.552951 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:30.553046 [ 253 ] {da92f14b-6592-421e-bdab-38baa21bf77f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:40:30.553087 [ 253 ] {da92f14b-6592-421e-bdab-38baa21bf77f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:40:30.553491 [ 253 ] {da92f14b-6592-421e-bdab-38baa21bf77f} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:30.553528 [ 253 ] {da92f14b-6592-421e-bdab-38baa21bf77f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:30.553829 [ 253 ] {da92f14b-6592-421e-bdab-38baa21bf77f} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.18 01:40:30.554034 [ 253 ] {da92f14b-6592-421e-bdab-38baa21bf77f} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:40:30.554163 [ 253 ] {da92f14b-6592-421e-bdab-38baa21bf77f} executeQuery: Read 26 rows, 1.96 KiB in 0.001135 sec., 22907.48898678414 rows/sec., 1.68 MiB/sec. 2026.03.18 01:40:30.554202 [ 253 ] {da92f14b-6592-421e-bdab-38baa21bf77f} TCPHandler: Processed in 0.001300122 sec. 2026.03.18 01:40:30.554314 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:30.554409 [ 253 ] {3b744364-8c36-4dcb-b5be-f6b2f1d00b85} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:40:30.554450 [ 253 ] {3b744364-8c36-4dcb-b5be-f6b2f1d00b85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:40:30.554866 [ 253 ] {3b744364-8c36-4dcb-b5be-f6b2f1d00b85} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:30.554902 [ 253 ] {3b744364-8c36-4dcb-b5be-f6b2f1d00b85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:30.555200 [ 253 ] {3b744364-8c36-4dcb-b5be-f6b2f1d00b85} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.18 01:40:30.555412 [ 253 ] {3b744364-8c36-4dcb-b5be-f6b2f1d00b85} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:40:30.555539 [ 253 ] {3b744364-8c36-4dcb-b5be-f6b2f1d00b85} executeQuery: Read 90 rows, 7.20 KiB in 0.001148 sec., 78397.21254355401 rows/sec., 6.12 MiB/sec. 2026.03.18 01:40:30.555577 [ 253 ] {3b744364-8c36-4dcb-b5be-f6b2f1d00b85} TCPHandler: Processed in 0.001312212 sec. 2026.03.18 01:40:30.555701 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:30.555796 [ 253 ] {b31a3821-3480-4715-95f3-6d40a8903cd9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:30.555840 [ 253 ] {b31a3821-3480-4715-95f3-6d40a8903cd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:40:30.556257 [ 253 ] {b31a3821-3480-4715-95f3-6d40a8903cd9} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:30.556293 [ 253 ] {b31a3821-3480-4715-95f3-6d40a8903cd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:30.556628 [ 253 ] {b31a3821-3480-4715-95f3-6d40a8903cd9} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.18 01:40:30.556847 [ 253 ] {b31a3821-3480-4715-95f3-6d40a8903cd9} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:40:30.556976 [ 253 ] {b31a3821-3480-4715-95f3-6d40a8903cd9} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2026.03.18 01:40:30.557012 [ 253 ] {b31a3821-3480-4715-95f3-6d40a8903cd9} TCPHandler: Processed in 0.001360573 sec. 2026.03.18 01:40:30.557116 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:30.557211 [ 253 ] {d289f975-51cf-4d69-ac07-14804fd1e42c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:30.557266 [ 253 ] {d289f975-51cf-4d69-ac07-14804fd1e42c} 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.18 01:40:30.558032 [ 253 ] {d289f975-51cf-4d69-ac07-14804fd1e42c} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:30.558069 [ 253 ] {d289f975-51cf-4d69-ac07-14804fd1e42c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:30.558594 [ 253 ] {d289f975-51cf-4d69-ac07-14804fd1e42c} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.18 01:40:30.558815 [ 253 ] {d289f975-51cf-4d69-ac07-14804fd1e42c} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:40:30.558953 [ 253 ] {d289f975-51cf-4d69-ac07-14804fd1e42c} executeQuery: Read 26 rows, 47.71 KiB in 0.00176 sec., 14772.727272727272 rows/sec., 26.47 MiB/sec. 2026.03.18 01:40:30.559005 [ 253 ] {d289f975-51cf-4d69-ac07-14804fd1e42c} TCPHandler: Processed in 0.001936683 sec. 2026.03.18 01:40:30.559121 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:30.559218 [ 253 ] {6483410f-fa01-414b-a499-30644f0cb778} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:40:30.559260 [ 253 ] {6483410f-fa01-414b-a499-30644f0cb778} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:40:30.559592 [ 253 ] {6483410f-fa01-414b-a499-30644f0cb778} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:30.559629 [ 253 ] {6483410f-fa01-414b-a499-30644f0cb778} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:30.559934 [ 253 ] {6483410f-fa01-414b-a499-30644f0cb778} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.18 01:40:30.560144 [ 253 ] {6483410f-fa01-414b-a499-30644f0cb778} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:40:30.560272 [ 253 ] {6483410f-fa01-414b-a499-30644f0cb778} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.03.18 01:40:30.560309 [ 253 ] {6483410f-fa01-414b-a499-30644f0cb778} TCPHandler: Processed in 0.00123776 sec. 2026.03.18 01:40:34.585877 [ 129 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:40:34.585929 [ 129 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:40:34.725546 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13315 2026.03.18 01:40:34.726374 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:34.726419 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:34.726912 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 01:40:34.727158 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:40:34.727304 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13315 2026.03.18 01:40:34.782734 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 920 2026.03.18 01:40:34.784725 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:34.784770 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:34.785886 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 01:40:34.786166 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:40:34.786414 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 920 2026.03.18 01:40:35.446362 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.03.18 01:40:35.462600 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:35.462664 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:35.468621 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 01:40:35.469328 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:40:35.472230 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.03.18 01:40:35.559118 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:35.559313 [ 253 ] {748e21ea-39ce-413e-aaa3-e0c8bdaa3c7f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:40:35.559390 [ 253 ] {748e21ea-39ce-413e-aaa3-e0c8bdaa3c7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:40:35.560245 [ 253 ] {748e21ea-39ce-413e-aaa3-e0c8bdaa3c7f} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:35.560285 [ 253 ] {748e21ea-39ce-413e-aaa3-e0c8bdaa3c7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:35.560698 [ 253 ] {748e21ea-39ce-413e-aaa3-e0c8bdaa3c7f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 01:40:35.560914 [ 253 ] {748e21ea-39ce-413e-aaa3-e0c8bdaa3c7f} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:40:35.561063 [ 253 ] {748e21ea-39ce-413e-aaa3-e0c8bdaa3c7f} executeQuery: Read 284 rows, 18.47 KiB in 0.001802 sec., 157602.66370699223 rows/sec., 10.01 MiB/sec. 2026.03.18 01:40:35.561105 [ 253 ] {748e21ea-39ce-413e-aaa3-e0c8bdaa3c7f} TCPHandler: Processed in 0.002119595 sec. 2026.03.18 01:40:35.561226 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:35.561320 [ 253 ] {e243ebff-45de-4993-aff5-8e7eb1a6a468} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:40:35.561362 [ 253 ] {e243ebff-45de-4993-aff5-8e7eb1a6a468} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:40:35.562140 [ 253 ] {e243ebff-45de-4993-aff5-8e7eb1a6a468} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:35.562174 [ 253 ] {e243ebff-45de-4993-aff5-8e7eb1a6a468} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:35.562531 [ 253 ] {e243ebff-45de-4993-aff5-8e7eb1a6a468} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.18 01:40:35.562736 [ 253 ] {e243ebff-45de-4993-aff5-8e7eb1a6a468} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:40:35.562868 [ 253 ] {e243ebff-45de-4993-aff5-8e7eb1a6a468} executeQuery: Read 825 rows, 66.29 KiB in 0.001566 sec., 526819.9233716476 rows/sec., 41.34 MiB/sec. 2026.03.18 01:40:35.562905 [ 253 ] {e243ebff-45de-4993-aff5-8e7eb1a6a468} TCPHandler: Processed in 0.001728129 sec. 2026.03.18 01:40:35.563025 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:35.563147 [ 253 ] {a46e6589-f51b-460f-ba3d-b4bb864af2e3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:40:35.563196 [ 253 ] {a46e6589-f51b-460f-ba3d-b4bb864af2e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:40:35.563728 [ 253 ] {a46e6589-f51b-460f-ba3d-b4bb864af2e3} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:35.563769 [ 253 ] {a46e6589-f51b-460f-ba3d-b4bb864af2e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:35.564123 [ 253 ] {a46e6589-f51b-460f-ba3d-b4bb864af2e3} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.18 01:40:35.564338 [ 253 ] {a46e6589-f51b-460f-ba3d-b4bb864af2e3} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:40:35.564466 [ 253 ] {a46e6589-f51b-460f-ba3d-b4bb864af2e3} executeQuery: Read 156 rows, 9.59 KiB in 0.001344 sec., 116071.42857142858 rows/sec., 6.97 MiB/sec. 2026.03.18 01:40:35.564503 [ 253 ] {a46e6589-f51b-460f-ba3d-b4bb864af2e3} TCPHandler: Processed in 0.001538806 sec. 2026.03.18 01:40:35.564617 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:35.564712 [ 253 ] {dba63568-1ff6-4289-9a96-dd619b9c7e99} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:40:35.564751 [ 253 ] {dba63568-1ff6-4289-9a96-dd619b9c7e99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:40:35.565184 [ 253 ] {dba63568-1ff6-4289-9a96-dd619b9c7e99} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:35.565219 [ 253 ] {dba63568-1ff6-4289-9a96-dd619b9c7e99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:35.565541 [ 253 ] {dba63568-1ff6-4289-9a96-dd619b9c7e99} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 01:40:35.565749 [ 253 ] {dba63568-1ff6-4289-9a96-dd619b9c7e99} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:40:35.565874 [ 253 ] {dba63568-1ff6-4289-9a96-dd619b9c7e99} executeQuery: Read 149 rows, 9.86 KiB in 0.001181 sec., 126164.26756985606 rows/sec., 8.15 MiB/sec. 2026.03.18 01:40:35.565911 [ 253 ] {dba63568-1ff6-4289-9a96-dd619b9c7e99} TCPHandler: Processed in 0.001342542 sec. 2026.03.18 01:40:35.566021 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:35.566116 [ 253 ] {1724219b-e0ab-400e-ae5f-c0dd543e8594} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:40:35.566155 [ 253 ] {1724219b-e0ab-400e-ae5f-c0dd543e8594} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:40:35.566587 [ 253 ] {1724219b-e0ab-400e-ae5f-c0dd543e8594} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:35.566622 [ 253 ] {1724219b-e0ab-400e-ae5f-c0dd543e8594} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:35.566952 [ 253 ] {1724219b-e0ab-400e-ae5f-c0dd543e8594} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 01:40:35.567164 [ 253 ] {1724219b-e0ab-400e-ae5f-c0dd543e8594} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:40:35.567288 [ 253 ] {1724219b-e0ab-400e-ae5f-c0dd543e8594} executeQuery: Read 148 rows, 8.62 KiB in 0.00119 sec., 124369.74789915966 rows/sec., 7.07 MiB/sec. 2026.03.18 01:40:35.567324 [ 253 ] {1724219b-e0ab-400e-ae5f-c0dd543e8594} TCPHandler: Processed in 0.001352772 sec. 2026.03.18 01:40:35.567437 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:35.567533 [ 253 ] {66cde444-eac8-441e-b8b6-4f5cc87619f9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:40:35.567572 [ 253 ] {66cde444-eac8-441e-b8b6-4f5cc87619f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:40:35.568143 [ 253 ] {66cde444-eac8-441e-b8b6-4f5cc87619f9} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:35.568177 [ 253 ] {66cde444-eac8-441e-b8b6-4f5cc87619f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:35.568501 [ 253 ] {66cde444-eac8-441e-b8b6-4f5cc87619f9} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.18 01:40:35.568712 [ 253 ] {66cde444-eac8-441e-b8b6-4f5cc87619f9} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:40:35.568845 [ 253 ] {66cde444-eac8-441e-b8b6-4f5cc87619f9} executeQuery: Read 504 rows, 36.30 KiB in 0.00133 sec., 378947.36842105264 rows/sec., 26.65 MiB/sec. 2026.03.18 01:40:35.568882 [ 253 ] {66cde444-eac8-441e-b8b6-4f5cc87619f9} TCPHandler: Processed in 0.001494054 sec. 2026.03.18 01:40:35.568987 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:35.569088 [ 253 ] {caa27bb4-008b-4971-8050-ef9bb5379608} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:40:35.569131 [ 253 ] {caa27bb4-008b-4971-8050-ef9bb5379608} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:40:35.569483 [ 253 ] {caa27bb4-008b-4971-8050-ef9bb5379608} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:35.569517 [ 253 ] {caa27bb4-008b-4971-8050-ef9bb5379608} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:35.569857 [ 253 ] {caa27bb4-008b-4971-8050-ef9bb5379608} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 01:40:35.570078 [ 253 ] {caa27bb4-008b-4971-8050-ef9bb5379608} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:40:35.570172 [ 127 ] {} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2026.03.18 01:40:35.570210 [ 127 ] {} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:35.570210 [ 253 ] {caa27bb4-008b-4971-8050-ef9bb5379608} executeQuery: Read 6 rows, 321.00 B in 0.00114 sec., 5263.1578947368425 rows/sec., 274.98 KiB/sec. 2026.03.18 01:40:35.570228 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:35.570254 [ 253 ] {caa27bb4-008b-4971-8050-ef9bb5379608} TCPHandler: Processed in 0.001317472 sec. 2026.03.18 01:40:35.570348 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::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.18 01:40:35.570360 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:35.570497 [ 253 ] {9059cd8e-c260-4619-827c-ef09396675ec} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:35.570518 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:35.570540 [ 253 ] {9059cd8e-c260-4619-827c-ef09396675ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:40:35.570561 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part 2026.03.18 01:40:35.570632 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2026.03.18 01:40:35.570679 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2026.03.18 01:40:35.570728 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part 2026.03.18 01:40:35.570765 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part 2026.03.18 01:40:35.570806 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part 2026.03.18 01:40:35.570966 [ 253 ] {9059cd8e-c260-4619-827c-ef09396675ec} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:35.571008 [ 253 ] {9059cd8e-c260-4619-827c-ef09396675ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:35.571389 [ 253 ] {9059cd8e-c260-4619-827c-ef09396675ec} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.18 01:40:35.571581 [ 189 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.001290771 sec., 92967.69140304516 rows/sec., 4.74 MiB/sec. 2026.03.18 01:40:35.571617 [ 253 ] {9059cd8e-c260-4619-827c-ef09396675ec} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:40:35.571700 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2026.03.18 01:40:35.571758 [ 253 ] {9059cd8e-c260-4619-827c-ef09396675ec} executeQuery: Read 265 rows, 18.03 KiB in 0.00128 sec., 207031.24999999997 rows/sec., 13.76 MiB/sec. 2026.03.18 01:40:35.571802 [ 253 ] {9059cd8e-c260-4619-827c-ef09396675ec} TCPHandler: Processed in 0.001492875 sec. 2026.03.18 01:40:35.571925 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:35.571985 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_20_4} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:40:35.572021 [ 253 ] {e4efe908-ed63-41c1-99c3-c002a866bf3f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:40:35.572063 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_20_4} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2026.03.18 01:40:35.572068 [ 253 ] {e4efe908-ed63-41c1-99c3-c002a866bf3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:40:35.572140 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.18 01:40:35.572403 [ 253 ] {e4efe908-ed63-41c1-99c3-c002a866bf3f} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:35.572443 [ 253 ] {e4efe908-ed63-41c1-99c3-c002a866bf3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:35.572768 [ 253 ] {e4efe908-ed63-41c1-99c3-c002a866bf3f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 01:40:35.572975 [ 253 ] {e4efe908-ed63-41c1-99c3-c002a866bf3f} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:40:35.573065 [ 127 ] {} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2026.03.18 01:40:35.573091 [ 127 ] {} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:35.573104 [ 253 ] {e4efe908-ed63-41c1-99c3-c002a866bf3f} executeQuery: Read 1 rows, 69.00 B in 0.0011 sec., 909.090909090909 rows/sec., 61.26 KiB/sec. 2026.03.18 01:40:35.573109 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:35.573140 [ 253 ] {e4efe908-ed63-41c1-99c3-c002a866bf3f} TCPHandler: Processed in 0.001264891 sec. 2026.03.18 01:40:35.573190 [ 200 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::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.18 01:40:35.573258 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:35.573288 [ 200 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:35.573320 [ 200 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part 2026.03.18 01:40:35.573374 [ 200 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2026.03.18 01:40:35.573380 [ 253 ] {7e928378-994c-4596-a216-da44038e3636} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:35.573417 [ 200 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2026.03.18 01:40:35.573451 [ 253 ] {7e928378-994c-4596-a216-da44038e3636} 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.18 01:40:35.573461 [ 200 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2026.03.18 01:40:35.573506 [ 200 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2026.03.18 01:40:35.573541 [ 200 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part 2026.03.18 01:40:35.574230 [ 200 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.001072778 sec., 18643.186195093487 rows/sec., 1.23 MiB/sec. 2026.03.18 01:40:35.574315 [ 253 ] {7e928378-994c-4596-a216-da44038e3636} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:35.574342 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2026.03.18 01:40:35.574359 [ 253 ] {7e928378-994c-4596-a216-da44038e3636} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:35.574614 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_20_4} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:40:35.574690 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_20_4} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2026.03.18 01:40:35.574752 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.18 01:40:35.574932 [ 253 ] {7e928378-994c-4596-a216-da44038e3636} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.18 01:40:35.575159 [ 253 ] {7e928378-994c-4596-a216-da44038e3636} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:40:35.575295 [ 253 ] {7e928378-994c-4596-a216-da44038e3636} executeQuery: Read 14 rows, 25.69 KiB in 0.001942 sec., 7209.062821833162 rows/sec., 12.92 MiB/sec. 2026.03.18 01:40:35.575349 [ 253 ] {7e928378-994c-4596-a216-da44038e3636} TCPHandler: Processed in 0.002151506 sec. 2026.03.18 01:40:35.575462 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:35.575556 [ 253 ] {5d634df1-deb1-41f2-9e67-79d19c431aab} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:40:35.575597 [ 253 ] {5d634df1-deb1-41f2-9e67-79d19c431aab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:40:35.575928 [ 253 ] {5d634df1-deb1-41f2-9e67-79d19c431aab} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:35.575962 [ 253 ] {5d634df1-deb1-41f2-9e67-79d19c431aab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:35.576280 [ 253 ] {5d634df1-deb1-41f2-9e67-79d19c431aab} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.18 01:40:35.576484 [ 253 ] {5d634df1-deb1-41f2-9e67-79d19c431aab} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:40:35.576614 [ 253 ] {5d634df1-deb1-41f2-9e67-79d19c431aab} executeQuery: Read 90 rows, 5.77 KiB in 0.001076 sec., 83643.12267657994 rows/sec., 5.23 MiB/sec. 2026.03.18 01:40:35.576650 [ 253 ] {5d634df1-deb1-41f2-9e67-79d19c431aab} TCPHandler: Processed in 0.00123668 sec. 2026.03.18 01:40:40.551798 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:40.552000 [ 253 ] {252dfb40-df37-4950-838d-d80ca92e6562} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:40:40.552070 [ 253 ] {252dfb40-df37-4950-838d-d80ca92e6562} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:40:40.552689 [ 253 ] {252dfb40-df37-4950-838d-d80ca92e6562} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:40.552736 [ 253 ] {252dfb40-df37-4950-838d-d80ca92e6562} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:40.553110 [ 253 ] {252dfb40-df37-4950-838d-d80ca92e6562} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.18 01:40:40.553327 [ 253 ] {252dfb40-df37-4950-838d-d80ca92e6562} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:40:40.553453 [ 121 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.18 01:40:40.553474 [ 253 ] {252dfb40-df37-4950-838d-d80ca92e6562} executeQuery: Read 108 rows, 9.31 KiB in 0.001526 sec., 70773.26343381389 rows/sec., 5.96 MiB/sec. 2026.03.18 01:40:40.553517 [ 121 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:40.553529 [ 253 ] {252dfb40-df37-4950-838d-d80ca92e6562} TCPHandler: Processed in 0.001863591 sec. 2026.03.18 01:40:40.553545 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:40.553637 [ 189 ] {00e7bac3-0c43-4371-b27b-c97b01471236::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.18 01:40:40.553656 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:40.553725 [ 189 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:40.553751 [ 253 ] {bc74983c-b701-4ded-bea2-93de2d22f254} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:40:40.553753 [ 189 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2766 rows starting from the beginning of the part 2026.03.18 01:40:40.553791 [ 253 ] {bc74983c-b701-4ded-bea2-93de2d22f254} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:40:40.553818 [ 189 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 2712 rows starting from the beginning of the part 2026.03.18 01:40:40.553860 [ 189 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part 2026.03.18 01:40:40.553899 [ 189 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 108 rows starting from the beginning of the part 2026.03.18 01:40:40.553940 [ 189 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 825 rows starting from the beginning of the part 2026.03.18 01:40:40.553977 [ 189 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 108 rows starting from the beginning of the part 2026.03.18 01:40:40.554203 [ 253 ] {bc74983c-b701-4ded-bea2-93de2d22f254} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:40.554237 [ 253 ] {bc74983c-b701-4ded-bea2-93de2d22f254} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:40.554527 [ 253 ] {bc74983c-b701-4ded-bea2-93de2d22f254} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.18 01:40:40.554726 [ 253 ] {bc74983c-b701-4ded-bea2-93de2d22f254} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:40:40.554835 [ 121 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.18 01:40:40.554852 [ 253 ] {bc74983c-b701-4ded-bea2-93de2d22f254} executeQuery: Read 26 rows, 1.96 KiB in 0.00112 sec., 23214.285714285717 rows/sec., 1.70 MiB/sec. 2026.03.18 01:40:40.554880 [ 121 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:40.554897 [ 253 ] {bc74983c-b701-4ded-bea2-93de2d22f254} TCPHandler: Processed in 0.001288132 sec. 2026.03.18 01:40:40.554904 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:40.555000 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::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.18 01:40:40.555012 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:40.555114 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:40.555116 [ 253 ] {02f49b66-d0b7-46b2-85de-a001582dfcf0} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:40:40.555154 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 209 rows starting from the beginning of the part 2026.03.18 01:40:40.555171 [ 253 ] {02f49b66-d0b7-46b2-85de-a001582dfcf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:40:40.555229 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part 2026.03.18 01:40:40.555284 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 179 rows starting from the beginning of the part 2026.03.18 01:40:40.555327 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part 2026.03.18 01:40:40.555371 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 156 rows starting from the beginning of the part 2026.03.18 01:40:40.555413 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part 2026.03.18 01:40:40.555588 [ 253 ] {02f49b66-d0b7-46b2-85de-a001582dfcf0} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:40.555628 [ 253 ] {02f49b66-d0b7-46b2-85de-a001582dfcf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:40.555960 [ 253 ] {02f49b66-d0b7-46b2-85de-a001582dfcf0} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.18 01:40:40.556017 [ 191 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 6575 rows, containing 5 columns (5 merged, 0 gathered) in 0.00241281 sec., 2725038.44065633 rows/sec., 219.80 MiB/sec. 2026.03.18 01:40:40.556179 [ 253 ] {02f49b66-d0b7-46b2-85de-a001582dfcf0} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:40:40.556280 [ 121 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.18 01:40:40.556305 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 622 rows, containing 5 columns (5 merged, 0 gathered) in 0.001344292 sec., 462697.09259595384 rows/sec., 30.96 MiB/sec. 2026.03.18 01:40:40.556306 [ 253 ] {02f49b66-d0b7-46b2-85de-a001582dfcf0} executeQuery: Read 90 rows, 7.20 KiB in 0.001208 sec., 74503.31125827815 rows/sec., 5.82 MiB/sec. 2026.03.18 01:40:40.556312 [ 121 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:40.556366 [ 253 ] {02f49b66-d0b7-46b2-85de-a001582dfcf0} TCPHandler: Processed in 0.001401513 sec. 2026.03.18 01:40:40.556369 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:40.556388 [ 195 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.18 01:40:40.556449 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::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.18 01:40:40.556463 [ 191 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.18 01:40:40.556490 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:40.556550 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:40.556582 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1511 rows starting from the beginning of the part 2026.03.18 01:40:40.556587 [ 253 ] {a759c4f5-7fbd-4790-8969-ee8bf3d1b57f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:40.556633 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1463 rows starting from the beginning of the part 2026.03.18 01:40:40.556642 [ 253 ] {a759c4f5-7fbd-4790-8969-ee8bf3d1b57f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:40:40.556682 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part 2026.03.18 01:40:40.556722 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 90 rows starting from the beginning of the part 2026.03.18 01:40:40.556757 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 504 rows starting from the beginning of the part 2026.03.18 01:40:40.556763 [ 191 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_36_7} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:40:40.556763 [ 195 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_46_9} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:40:40.556791 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 90 rows starting from the beginning of the part 2026.03.18 01:40:40.556847 [ 191 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_36_7} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.18 01:40:40.556870 [ 195 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_46_9} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.18 01:40:40.556944 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.18 01:40:40.556982 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB. 2026.03.18 01:40:40.557045 [ 253 ] {a759c4f5-7fbd-4790-8969-ee8bf3d1b57f} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:40.557085 [ 253 ] {a759c4f5-7fbd-4790-8969-ee8bf3d1b57f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:40.557413 [ 253 ] {a759c4f5-7fbd-4790-8969-ee8bf3d1b57f} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.18 01:40:40.557628 [ 253 ] {a759c4f5-7fbd-4790-8969-ee8bf3d1b57f} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:40:40.557733 [ 121 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.18 01:40:40.557756 [ 253 ] {a759c4f5-7fbd-4790-8969-ee8bf3d1b57f} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.03.18 01:40:40.557760 [ 121 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:40.557794 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:40.557799 [ 253 ] {a759c4f5-7fbd-4790-8969-ee8bf3d1b57f} TCPHandler: Processed in 0.001357423 sec. 2026.03.18 01:40:40.557897 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:40:40.557987 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:40.558048 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:40.558087 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 14569 rows starting from the beginning of the part 2026.03.18 01:40:40.558110 [ 253 ] {b8dea62f-1930-430a-8896-96421e0718cb} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:40.558117 [ 202 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3722 rows, containing 5 columns (5 merged, 0 gathered) in 0.001693238 sec., 2198155.250472763 rows/sec., 162.05 MiB/sec. 2026.03.18 01:40:40.558159 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1425 rows starting from the beginning of the part 2026.03.18 01:40:40.558181 [ 253 ] {b8dea62f-1930-430a-8896-96421e0718cb} 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.18 01:40:40.558211 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part 2026.03.18 01:40:40.558282 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part 2026.03.18 01:40:40.558306 [ 191 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.18 01:40:40.558326 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 265 rows starting from the beginning of the part 2026.03.18 01:40:40.558372 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:40:40.558578 [ 191 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_46_9} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:40:40.558659 [ 191 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_46_9} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.18 01:40:40.558734 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.03.18 01:40:40.559117 [ 253 ] {b8dea62f-1930-430a-8896-96421e0718cb} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:40.559160 [ 253 ] {b8dea62f-1930-430a-8896-96421e0718cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:40.559727 [ 253 ] {b8dea62f-1930-430a-8896-96421e0718cb} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.18 01:40:40.559960 [ 253 ] {b8dea62f-1930-430a-8896-96421e0718cb} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:40:40.560073 [ 121 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.18 01:40:40.560099 [ 121 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:40.560101 [ 253 ] {b8dea62f-1930-430a-8896-96421e0718cb} executeQuery: Read 26 rows, 47.71 KiB in 0.002015 sec., 12903.225806451614 rows/sec., 23.12 MiB/sec. 2026.03.18 01:40:40.560118 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:40.560167 [ 253 ] {b8dea62f-1930-430a-8896-96421e0718cb} TCPHandler: Processed in 0.002238977 sec. 2026.03.18 01:40:40.560209 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::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.18 01:40:40.560285 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:40.560377 [ 253 ] {17866406-9163-45b8-80b6-3352a189428c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:40:40.560413 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:40.560417 [ 253 ] {17866406-9163-45b8-80b6-3352a189428c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:40:40.560466 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 579 rows starting from the beginning of the part 2026.03.18 01:40:40.560594 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part 2026.03.18 01:40:40.560704 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 23 rows starting from the beginning of the part 2026.03.18 01:40:40.560753 [ 253 ] {17866406-9163-45b8-80b6-3352a189428c} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:40.560789 [ 253 ] {17866406-9163-45b8-80b6-3352a189428c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:40.560809 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part 2026.03.18 01:40:40.560920 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part 2026.03.18 01:40:40.561029 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part 2026.03.18 01:40:40.561116 [ 253 ] {17866406-9163-45b8-80b6-3352a189428c} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.18 01:40:40.561323 [ 253 ] {17866406-9163-45b8-80b6-3352a189428c} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:40:40.561429 [ 121 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.18 01:40:40.561453 [ 253 ] {17866406-9163-45b8-80b6-3352a189428c} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.03.18 01:40:40.561456 [ 121 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:40.561492 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:40.561496 [ 253 ] {17866406-9163-45b8-80b6-3352a189428c} TCPHandler: Processed in 0.00125912 sec. 2026.03.18 01:40:40.561566 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:40:40.561656 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:40.561683 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2664 rows starting from the beginning of the part 2026.03.18 01:40:40.561739 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 78 rows starting from the beginning of the part 2026.03.18 01:40:40.561780 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:40:40.561816 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2026.03.18 01:40:40.561853 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 90 rows starting from the beginning of the part 2026.03.18 01:40:40.561888 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:40:40.563166 [ 195 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2964 rows, containing 4 columns (4 merged, 0 gathered) in 0.001632307 sec., 1815834.888902639 rows/sec., 117.06 MiB/sec. 2026.03.18 01:40:40.563439 [ 187 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 16611 rows, containing 5 columns (5 merged, 0 gathered) in 0.005593572 sec., 2969658.74400115 rows/sec., 193.95 MiB/sec. 2026.03.18 01:40:40.563469 [ 195 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.18 01:40:40.563606 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.18 01:40:40.563754 [ 195 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_46_9} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:40:40.563838 [ 195 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_46_9} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.18 01:40:40.563903 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_46_9} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:40:40.563915 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.03.18 01:40:40.563979 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_46_9} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.18 01:40:40.564059 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.52 MiB. 2026.03.18 01:40:40.568352 [ 197 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 694 rows, containing 19 columns (19 merged, 0 gathered) in 0.008180526 sec., 84835.62059456811 rows/sec., 152.02 MiB/sec. 2026.03.18 01:40:40.569302 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.18 01:40:40.569608 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_36_7} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:40:40.569670 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_36_7} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.18 01:40:40.569760 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.61 MiB. 2026.03.18 01:40:41.000211 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 269.58 MiB, peak 282.07 MiB, free memory in arenas 0.00 B, will set to 273.76 MiB (RSS), difference: 4.18 MiB 2026.03.18 01:40:42.227443 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13827 2026.03.18 01:40:42.228275 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:42.228321 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:42.228807 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 01:40:42.229034 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:40:42.229165 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13827 2026.03.18 01:40:42.972376 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.03.18 01:40:42.989313 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:42.989368 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:42.995600 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 01:40:42.996318 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:40:43.000186 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 278.30 MiB, peak 282.07 MiB, free memory in arenas 0.00 B, will set to 274.06 MiB (RSS), difference: -4.24 MiB 2026.03.18 01:40:43.002748 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.03.18 01:40:44.000204 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 270.06 MiB, peak 282.07 MiB, free memory in arenas 0.00 B, will set to 274.06 MiB (RSS), difference: 4.00 MiB 2026.03.18 01:40:44.786605 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 954 2026.03.18 01:40:44.788906 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:44.788954 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:44.790127 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 01:40:44.790393 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:40:44.790551 [ 114 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 01:40:44.790623 [ 114 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:44.790647 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:44.790652 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 954 2026.03.18 01:40:44.790783 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::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.18 01:40:44.791386 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:44.791534 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 778 rows starting from the beginning of the part 2026.03.18 01:40:44.791890 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part 2026.03.18 01:40:44.792207 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part 2026.03.18 01:40:44.792514 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 66 rows starting from the beginning of the part 2026.03.18 01:40:44.792814 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part 2026.03.18 01:40:44.793129 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part 2026.03.18 01:40:44.799932 [ 197 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 954 rows, containing 72 columns (72 merged, 0 gathered) in 0.009213053 sec., 103548.7367759634 rows/sec., 84.75 MiB/sec. 2026.03.18 01:40:44.801142 [ 187 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 01:40:44.801687 [ 187 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_21_4} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:40:44.801765 [ 187 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_21_4} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 01:40:44.801976 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. 2026.03.18 01:40:45.558743 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:45.558943 [ 253 ] {ced2ddb9-3710-44c3-b698-6fded061253c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:40:45.559013 [ 253 ] {ced2ddb9-3710-44c3-b698-6fded061253c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:40:45.559773 [ 253 ] {ced2ddb9-3710-44c3-b698-6fded061253c} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:45.559825 [ 253 ] {ced2ddb9-3710-44c3-b698-6fded061253c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:45.560258 [ 253 ] {ced2ddb9-3710-44c3-b698-6fded061253c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 01:40:45.560492 [ 253 ] {ced2ddb9-3710-44c3-b698-6fded061253c} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:40:45.560641 [ 114 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.03.18 01:40:45.560663 [ 253 ] {ced2ddb9-3710-44c3-b698-6fded061253c} executeQuery: Read 284 rows, 18.47 KiB in 0.001769 sec., 160542.67947993218 rows/sec., 10.20 MiB/sec. 2026.03.18 01:40:45.560709 [ 114 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:45.560736 [ 253 ] {ced2ddb9-3710-44c3-b698-6fded061253c} TCPHandler: Processed in 0.002126055 sec. 2026.03.18 01:40:45.560736 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:45.560865 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:45.560872 [ 199 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2026.03.18 01:40:45.560978 [ 253 ] {b853cd50-ea14-483a-9eb1-223b934a7e68} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:40:45.561020 [ 199 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:45.561026 [ 253 ] {b853cd50-ea14-483a-9eb1-223b934a7e68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:40:45.561064 [ 199 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 284 rows starting from the beginning of the part 2026.03.18 01:40:45.561146 [ 199 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 284 rows starting from the beginning of the part 2026.03.18 01:40:45.561198 [ 199 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 284 rows starting from the beginning of the part 2026.03.18 01:40:45.561247 [ 199 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 284 rows starting from the beginning of the part 2026.03.18 01:40:45.561291 [ 199 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 284 rows starting from the beginning of the part 2026.03.18 01:40:45.561868 [ 253 ] {b853cd50-ea14-483a-9eb1-223b934a7e68} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:45.561911 [ 253 ] {b853cd50-ea14-483a-9eb1-223b934a7e68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:45.562218 [ 197 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001400523 sec., 1013906.9476188538 rows/sec., 68.26 MiB/sec. 2026.03.18 01:40:45.562353 [ 253 ] {b853cd50-ea14-483a-9eb1-223b934a7e68} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.18 01:40:45.562357 [ 199 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.03.18 01:40:45.562662 [ 253 ] {b853cd50-ea14-483a-9eb1-223b934a7e68} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:40:45.562680 [ 199 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_21_5} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:40:45.562756 [ 199 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_21_5} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.03.18 01:40:45.562815 [ 253 ] {b853cd50-ea14-483a-9eb1-223b934a7e68} executeQuery: Read 825 rows, 66.29 KiB in 0.001862 sec., 443071.9656283566 rows/sec., 34.77 MiB/sec. 2026.03.18 01:40:45.562825 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.03.18 01:40:45.562862 [ 253 ] {b853cd50-ea14-483a-9eb1-223b934a7e68} TCPHandler: Processed in 0.002049124 sec. 2026.03.18 01:40:45.562973 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:45.563074 [ 253 ] {585bda76-c6ce-43ed-88b1-3f47fc52fd9e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:40:45.563117 [ 253 ] {585bda76-c6ce-43ed-88b1-3f47fc52fd9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:40:45.563558 [ 253 ] {585bda76-c6ce-43ed-88b1-3f47fc52fd9e} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:45.563596 [ 253 ] {585bda76-c6ce-43ed-88b1-3f47fc52fd9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:45.563928 [ 253 ] {585bda76-c6ce-43ed-88b1-3f47fc52fd9e} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.18 01:40:45.564131 [ 253 ] {585bda76-c6ce-43ed-88b1-3f47fc52fd9e} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:40:45.564261 [ 253 ] {585bda76-c6ce-43ed-88b1-3f47fc52fd9e} executeQuery: Read 156 rows, 9.59 KiB in 0.001209 sec., 129032.25806451612 rows/sec., 7.75 MiB/sec. 2026.03.18 01:40:45.564299 [ 253 ] {585bda76-c6ce-43ed-88b1-3f47fc52fd9e} TCPHandler: Processed in 0.001376673 sec. 2026.03.18 01:40:45.564403 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:45.564499 [ 253 ] {7efa0fb6-61ba-4d30-b4db-87fe31edd03e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:40:45.564538 [ 253 ] {7efa0fb6-61ba-4d30-b4db-87fe31edd03e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:40:45.564960 [ 253 ] {7efa0fb6-61ba-4d30-b4db-87fe31edd03e} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:45.564997 [ 253 ] {7efa0fb6-61ba-4d30-b4db-87fe31edd03e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:45.565317 [ 253 ] {7efa0fb6-61ba-4d30-b4db-87fe31edd03e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 01:40:45.565528 [ 253 ] {7efa0fb6-61ba-4d30-b4db-87fe31edd03e} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:40:45.565640 [ 113 ] {} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 01:40:45.565659 [ 253 ] {7efa0fb6-61ba-4d30-b4db-87fe31edd03e} executeQuery: Read 149 rows, 9.86 KiB in 0.001179 sec., 126378.2866836302 rows/sec., 8.16 MiB/sec. 2026.03.18 01:40:45.565709 [ 113 ] {} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:45.565717 [ 253 ] {7efa0fb6-61ba-4d30-b4db-87fe31edd03e} TCPHandler: Processed in 0.001362653 sec. 2026.03.18 01:40:45.565739 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:45.565826 [ 187 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::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.18 01:40:45.565835 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:45.565921 [ 187 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:45.565949 [ 253 ] {4bbb0848-1fd1-478d-9809-01478db27411} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:40:45.565954 [ 187 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 857 rows starting from the beginning of the part 2026.03.18 01:40:45.565997 [ 253 ] {4bbb0848-1fd1-478d-9809-01478db27411} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:40:45.566024 [ 187 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 149 rows starting from the beginning of the part 2026.03.18 01:40:45.566074 [ 187 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 149 rows starting from the beginning of the part 2026.03.18 01:40:45.566114 [ 187 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 857 rows starting from the beginning of the part 2026.03.18 01:40:45.566154 [ 187 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 149 rows starting from the beginning of the part 2026.03.18 01:40:45.566193 [ 187 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 149 rows starting from the beginning of the part 2026.03.18 01:40:45.566428 [ 253 ] {4bbb0848-1fd1-478d-9809-01478db27411} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:45.566469 [ 253 ] {4bbb0848-1fd1-478d-9809-01478db27411} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:45.566781 [ 253 ] {4bbb0848-1fd1-478d-9809-01478db27411} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 01:40:45.566994 [ 253 ] {4bbb0848-1fd1-478d-9809-01478db27411} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:40:45.567100 [ 113 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.03.18 01:40:45.567125 [ 253 ] {4bbb0848-1fd1-478d-9809-01478db27411} executeQuery: Read 148 rows, 8.62 KiB in 0.001194 sec., 123953.09882747069 rows/sec., 7.05 MiB/sec. 2026.03.18 01:40:45.567133 [ 113 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:45.567167 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:45.567171 [ 253 ] {4bbb0848-1fd1-478d-9809-01478db27411} TCPHandler: Processed in 0.001384883 sec. 2026.03.18 01:40:45.567232 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2026.03.18 01:40:45.567272 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2310 rows, containing 5 columns (5 merged, 0 gathered) in 0.001478754 sec., 1562125.9519838998 rows/sec., 100.88 MiB/sec. 2026.03.18 01:40:45.567289 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:45.567313 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:45.567343 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 148 rows starting from the beginning of the part 2026.03.18 01:40:45.567387 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 148 rows starting from the beginning of the part 2026.03.18 01:40:45.567393 [ 253 ] {e88e2c7a-b359-4a45-b819-585845a7dd3a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:40:45.567426 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 148 rows starting from the beginning of the part 2026.03.18 01:40:45.567441 [ 253 ] {e88e2c7a-b359-4a45-b819-585845a7dd3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:40:45.567466 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 148 rows starting from the beginning of the part 2026.03.18 01:40:45.567490 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 01:40:45.567506 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 148 rows starting from the beginning of the part 2026.03.18 01:40:45.567825 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_21_4} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:40:45.567911 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_21_4} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 01:40:45.568020 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.03.18 01:40:45.568028 [ 253 ] {e88e2c7a-b359-4a45-b819-585845a7dd3a} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:45.568068 [ 253 ] {e88e2c7a-b359-4a45-b819-585845a7dd3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:45.568236 [ 208 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001028877 sec., 719230.7729689749 rows/sec., 43.65 MiB/sec. 2026.03.18 01:40:45.568374 [ 198 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.03.18 01:40:45.568405 [ 253 ] {e88e2c7a-b359-4a45-b819-585845a7dd3a} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.18 01:40:45.568622 [ 198 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_21_5} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:40:45.568628 [ 253 ] {e88e2c7a-b359-4a45-b819-585845a7dd3a} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:40:45.568684 [ 198 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_21_5} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.03.18 01:40:45.568762 [ 253 ] {e88e2c7a-b359-4a45-b819-585845a7dd3a} executeQuery: Read 504 rows, 36.30 KiB in 0.001387 sec., 363374.1888968998 rows/sec., 25.56 MiB/sec. 2026.03.18 01:40:45.568765 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.18 01:40:45.568801 [ 253 ] {e88e2c7a-b359-4a45-b819-585845a7dd3a} TCPHandler: Processed in 0.001560656 sec. 2026.03.18 01:40:45.568908 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:45.569002 [ 253 ] {d41beb11-f0d1-4c6d-84b7-84588cd1f894} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:40:45.569044 [ 253 ] {d41beb11-f0d1-4c6d-84b7-84588cd1f894} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:40:45.569356 [ 253 ] {d41beb11-f0d1-4c6d-84b7-84588cd1f894} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:45.569393 [ 253 ] {d41beb11-f0d1-4c6d-84b7-84588cd1f894} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:45.569701 [ 253 ] {d41beb11-f0d1-4c6d-84b7-84588cd1f894} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 01:40:45.569905 [ 253 ] {d41beb11-f0d1-4c6d-84b7-84588cd1f894} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:40:45.570031 [ 253 ] {d41beb11-f0d1-4c6d-84b7-84588cd1f894} executeQuery: Read 6 rows, 321.00 B in 0.001047 sec., 5730.659025787966 rows/sec., 299.40 KiB/sec. 2026.03.18 01:40:45.570067 [ 253 ] {d41beb11-f0d1-4c6d-84b7-84588cd1f894} TCPHandler: Processed in 0.00120763 sec. 2026.03.18 01:40:45.570171 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:45.570266 [ 253 ] {7ec83919-62be-4f34-8725-61f31cd4a289} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:45.570309 [ 253 ] {7ec83919-62be-4f34-8725-61f31cd4a289} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:40:45.570706 [ 253 ] {7ec83919-62be-4f34-8725-61f31cd4a289} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:45.570741 [ 253 ] {7ec83919-62be-4f34-8725-61f31cd4a289} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:45.571069 [ 253 ] {7ec83919-62be-4f34-8725-61f31cd4a289} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.18 01:40:45.571281 [ 253 ] {7ec83919-62be-4f34-8725-61f31cd4a289} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:40:45.571409 [ 253 ] {7ec83919-62be-4f34-8725-61f31cd4a289} executeQuery: Read 265 rows, 18.03 KiB in 0.001161 sec., 228251.50732127478 rows/sec., 15.17 MiB/sec. 2026.03.18 01:40:45.571446 [ 253 ] {7ec83919-62be-4f34-8725-61f31cd4a289} TCPHandler: Processed in 0.001324302 sec. 2026.03.18 01:40:45.571559 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:45.571653 [ 253 ] {68bb0ca0-165e-45cd-bb9e-1b38be34b7e3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:40:45.571695 [ 253 ] {68bb0ca0-165e-45cd-bb9e-1b38be34b7e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:40:45.572008 [ 253 ] {68bb0ca0-165e-45cd-bb9e-1b38be34b7e3} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:45.572044 [ 253 ] {68bb0ca0-165e-45cd-bb9e-1b38be34b7e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:45.572346 [ 253 ] {68bb0ca0-165e-45cd-bb9e-1b38be34b7e3} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 01:40:45.572555 [ 253 ] {68bb0ca0-165e-45cd-bb9e-1b38be34b7e3} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:40:45.572686 [ 253 ] {68bb0ca0-165e-45cd-bb9e-1b38be34b7e3} executeQuery: Read 1 rows, 69.00 B in 0.00105 sec., 952.3809523809524 rows/sec., 64.17 KiB/sec. 2026.03.18 01:40:45.572721 [ 253 ] {68bb0ca0-165e-45cd-bb9e-1b38be34b7e3} TCPHandler: Processed in 0.00121155 sec. 2026.03.18 01:40:45.572828 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:45.572922 [ 253 ] {611282e6-61f2-4ba0-ba86-ed8ead9b8a2a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:45.572976 [ 253 ] {611282e6-61f2-4ba0-ba86-ed8ead9b8a2a} 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.18 01:40:45.573741 [ 253 ] {611282e6-61f2-4ba0-ba86-ed8ead9b8a2a} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:45.573778 [ 253 ] {611282e6-61f2-4ba0-ba86-ed8ead9b8a2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:45.574309 [ 253 ] {611282e6-61f2-4ba0-ba86-ed8ead9b8a2a} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.18 01:40:45.574537 [ 253 ] {611282e6-61f2-4ba0-ba86-ed8ead9b8a2a} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:40:45.574678 [ 253 ] {611282e6-61f2-4ba0-ba86-ed8ead9b8a2a} executeQuery: Read 14 rows, 25.69 KiB in 0.001773 sec., 7896.221094190637 rows/sec., 14.15 MiB/sec. 2026.03.18 01:40:45.574732 [ 253 ] {611282e6-61f2-4ba0-ba86-ed8ead9b8a2a} TCPHandler: Processed in 0.001953833 sec. 2026.03.18 01:40:45.574845 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:45.574958 [ 253 ] {c18d5e72-8e78-42ed-9fd8-13a645a0823a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:40:45.575006 [ 253 ] {c18d5e72-8e78-42ed-9fd8-13a645a0823a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:40:45.575337 [ 253 ] {c18d5e72-8e78-42ed-9fd8-13a645a0823a} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:45.575374 [ 253 ] {c18d5e72-8e78-42ed-9fd8-13a645a0823a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:45.575683 [ 253 ] {c18d5e72-8e78-42ed-9fd8-13a645a0823a} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.18 01:40:45.575898 [ 253 ] {c18d5e72-8e78-42ed-9fd8-13a645a0823a} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:40:45.576027 [ 253 ] {c18d5e72-8e78-42ed-9fd8-13a645a0823a} executeQuery: Read 90 rows, 5.77 KiB in 0.001094 sec., 82266.91042047532 rows/sec., 5.15 MiB/sec. 2026.03.18 01:40:45.576063 [ 253 ] {c18d5e72-8e78-42ed-9fd8-13a645a0823a} TCPHandler: Processed in 0.001267671 sec. 2026.03.18 01:40:49.585965 [ 57 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:40:49.586023 [ 57 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:40:49.729251 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14275 2026.03.18 01:40:49.729928 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:49.729992 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2026.03.18 01:40:49.730654 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 01:40:49.730889 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:40:49.731021 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14275 2026.03.18 01:40:50.502824 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.03.18 01:40:50.519515 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:50.519570 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:50.525881 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 01:40:50.526587 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:40:50.529441 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.03.18 01:40:50.552559 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:50.552753 [ 253 ] {18b931c6-daa8-4b01-84f8-e0246820469c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:40:50.552825 [ 253 ] {18b931c6-daa8-4b01-84f8-e0246820469c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:40:50.553579 [ 253 ] {18b931c6-daa8-4b01-84f8-e0246820469c} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:50.553620 [ 253 ] {18b931c6-daa8-4b01-84f8-e0246820469c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:50.554018 [ 253 ] {18b931c6-daa8-4b01-84f8-e0246820469c} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.18 01:40:50.554258 [ 253 ] {18b931c6-daa8-4b01-84f8-e0246820469c} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:40:50.554414 [ 253 ] {18b931c6-daa8-4b01-84f8-e0246820469c} executeQuery: Read 108 rows, 9.31 KiB in 0.001714 sec., 63010.50175029171 rows/sec., 5.30 MiB/sec. 2026.03.18 01:40:50.554459 [ 253 ] {18b931c6-daa8-4b01-84f8-e0246820469c} TCPHandler: Processed in 0.002043974 sec. 2026.03.18 01:40:50.554589 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:50.554686 [ 253 ] {f9edaee5-b8da-4c72-9c83-749432903a37} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:40:50.554728 [ 253 ] {f9edaee5-b8da-4c72-9c83-749432903a37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:40:50.555147 [ 253 ] {f9edaee5-b8da-4c72-9c83-749432903a37} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:50.555184 [ 253 ] {f9edaee5-b8da-4c72-9c83-749432903a37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:50.555490 [ 253 ] {f9edaee5-b8da-4c72-9c83-749432903a37} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.18 01:40:50.555701 [ 253 ] {f9edaee5-b8da-4c72-9c83-749432903a37} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:40:50.555840 [ 253 ] {f9edaee5-b8da-4c72-9c83-749432903a37} executeQuery: Read 26 rows, 1.96 KiB in 0.001173 sec., 22165.38789428815 rows/sec., 1.63 MiB/sec. 2026.03.18 01:40:50.555879 [ 253 ] {f9edaee5-b8da-4c72-9c83-749432903a37} TCPHandler: Processed in 0.001339552 sec. 2026.03.18 01:40:50.555983 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:50.556077 [ 253 ] {a2af655f-56bc-4a29-b2d1-30fb900ac03e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:40:50.556118 [ 253 ] {a2af655f-56bc-4a29-b2d1-30fb900ac03e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:40:50.556564 [ 253 ] {a2af655f-56bc-4a29-b2d1-30fb900ac03e} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:50.556601 [ 253 ] {a2af655f-56bc-4a29-b2d1-30fb900ac03e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:50.556910 [ 253 ] {a2af655f-56bc-4a29-b2d1-30fb900ac03e} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.18 01:40:50.557125 [ 253 ] {a2af655f-56bc-4a29-b2d1-30fb900ac03e} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:40:50.557257 [ 253 ] {a2af655f-56bc-4a29-b2d1-30fb900ac03e} executeQuery: Read 90 rows, 7.20 KiB in 0.001198 sec., 75125.20868113522 rows/sec., 5.87 MiB/sec. 2026.03.18 01:40:50.557296 [ 253 ] {a2af655f-56bc-4a29-b2d1-30fb900ac03e} TCPHandler: Processed in 0.001361613 sec. 2026.03.18 01:40:50.557410 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:50.557506 [ 253 ] {e44d73f6-d810-4654-b7d8-03700b6e2931} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:50.557550 [ 253 ] {e44d73f6-d810-4654-b7d8-03700b6e2931} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:40:50.557945 [ 253 ] {e44d73f6-d810-4654-b7d8-03700b6e2931} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:50.557982 [ 253 ] {e44d73f6-d810-4654-b7d8-03700b6e2931} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:50.558317 [ 253 ] {e44d73f6-d810-4654-b7d8-03700b6e2931} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.18 01:40:50.558536 [ 253 ] {e44d73f6-d810-4654-b7d8-03700b6e2931} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:40:50.558667 [ 253 ] {e44d73f6-d810-4654-b7d8-03700b6e2931} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2026.03.18 01:40:50.558705 [ 253 ] {e44d73f6-d810-4654-b7d8-03700b6e2931} TCPHandler: Processed in 0.001343862 sec. 2026.03.18 01:40:50.558826 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:50.558946 [ 253 ] {94857af2-9f5d-49a0-b0e6-4ad710814e91} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:50.559012 [ 253 ] {94857af2-9f5d-49a0-b0e6-4ad710814e91} 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.18 01:40:50.559894 [ 253 ] {94857af2-9f5d-49a0-b0e6-4ad710814e91} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:50.559931 [ 253 ] {94857af2-9f5d-49a0-b0e6-4ad710814e91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:50.560474 [ 253 ] {94857af2-9f5d-49a0-b0e6-4ad710814e91} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.18 01:40:50.560693 [ 253 ] {94857af2-9f5d-49a0-b0e6-4ad710814e91} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:40:50.560834 [ 253 ] {94857af2-9f5d-49a0-b0e6-4ad710814e91} executeQuery: Read 26 rows, 47.71 KiB in 0.001912 sec., 13598.326359832636 rows/sec., 24.37 MiB/sec. 2026.03.18 01:40:50.560886 [ 253 ] {94857af2-9f5d-49a0-b0e6-4ad710814e91} TCPHandler: Processed in 0.002121155 sec. 2026.03.18 01:40:50.560999 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:50.561093 [ 253 ] {620ab457-f22c-4013-99f4-2f01fabb0f4b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:40:50.561135 [ 253 ] {620ab457-f22c-4013-99f4-2f01fabb0f4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:40:50.561468 [ 253 ] {620ab457-f22c-4013-99f4-2f01fabb0f4b} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:50.561501 [ 253 ] {620ab457-f22c-4013-99f4-2f01fabb0f4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:50.561801 [ 253 ] {620ab457-f22c-4013-99f4-2f01fabb0f4b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.18 01:40:50.562000 [ 253 ] {620ab457-f22c-4013-99f4-2f01fabb0f4b} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:40:50.562123 [ 253 ] {620ab457-f22c-4013-99f4-2f01fabb0f4b} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2026.03.18 01:40:50.562158 [ 253 ] {620ab457-f22c-4013-99f4-2f01fabb0f4b} TCPHandler: Processed in 0.00120864 sec. 2026.03.18 01:40:54.564051 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:54.564230 [ 253 ] {63af0603-7d01-4189-b147-2ee4dfa8fd8a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:40:54.564300 [ 253 ] {63af0603-7d01-4189-b147-2ee4dfa8fd8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:40:54.565068 [ 253 ] {63af0603-7d01-4189-b147-2ee4dfa8fd8a} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:54.565119 [ 253 ] {63af0603-7d01-4189-b147-2ee4dfa8fd8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:54.565555 [ 253 ] {63af0603-7d01-4189-b147-2ee4dfa8fd8a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 01:40:54.565822 [ 253 ] {63af0603-7d01-4189-b147-2ee4dfa8fd8a} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:40:54.565986 [ 253 ] {63af0603-7d01-4189-b147-2ee4dfa8fd8a} executeQuery: Read 284 rows, 18.47 KiB in 0.001807 sec., 157166.5744327615 rows/sec., 9.98 MiB/sec. 2026.03.18 01:40:54.566030 [ 253 ] {63af0603-7d01-4189-b147-2ee4dfa8fd8a} TCPHandler: Processed in 0.002106315 sec. 2026.03.18 01:40:54.566179 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:54.566277 [ 253 ] {1b97470d-3ce9-4942-af9c-0f0373e8b5ca} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:40:54.566319 [ 253 ] {1b97470d-3ce9-4942-af9c-0f0373e8b5ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:40:54.566721 [ 253 ] {1b97470d-3ce9-4942-af9c-0f0373e8b5ca} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:54.566757 [ 253 ] {1b97470d-3ce9-4942-af9c-0f0373e8b5ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:54.567083 [ 253 ] {1b97470d-3ce9-4942-af9c-0f0373e8b5ca} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 01:40:54.567304 [ 253 ] {1b97470d-3ce9-4942-af9c-0f0373e8b5ca} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:40:54.567439 [ 253 ] {1b97470d-3ce9-4942-af9c-0f0373e8b5ca} executeQuery: Read 2 rows, 167.00 B in 0.001182 sec., 1692.047377326565 rows/sec., 137.97 KiB/sec. 2026.03.18 01:40:54.567477 [ 253 ] {1b97470d-3ce9-4942-af9c-0f0373e8b5ca} TCPHandler: Processed in 0.001349003 sec. 2026.03.18 01:40:54.567611 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:54.567709 [ 253 ] {a463a3bb-63af-4567-957e-cf0ef7690c1d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:40:54.567749 [ 253 ] {a463a3bb-63af-4567-957e-cf0ef7690c1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:40:54.569518 [ 253 ] {a463a3bb-63af-4567-957e-cf0ef7690c1d} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:54.569555 [ 253 ] {a463a3bb-63af-4567-957e-cf0ef7690c1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:54.570023 [ 253 ] {a463a3bb-63af-4567-957e-cf0ef7690c1d} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.18 01:40:54.570241 [ 253 ] {a463a3bb-63af-4567-957e-cf0ef7690c1d} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:40:54.570371 [ 253 ] {a463a3bb-63af-4567-957e-cf0ef7690c1d} executeQuery: Read 2706 rows, 211.07 KiB in 0.00268 sec., 1009701.4925373134 rows/sec., 76.91 MiB/sec. 2026.03.18 01:40:54.570412 [ 253 ] {a463a3bb-63af-4567-957e-cf0ef7690c1d} MemoryTracker: Peak memory usage (for query): 4.06 MiB. 2026.03.18 01:40:54.570426 [ 253 ] {a463a3bb-63af-4567-957e-cf0ef7690c1d} TCPHandler: Processed in 0.002865748 sec. 2026.03.18 01:40:54.570548 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:54.570644 [ 253 ] {88d718f9-ed07-43ef-8db0-b54d5162aee9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:40:54.570684 [ 253 ] {88d718f9-ed07-43ef-8db0-b54d5162aee9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:40:54.571149 [ 253 ] {88d718f9-ed07-43ef-8db0-b54d5162aee9} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:54.571186 [ 253 ] {88d718f9-ed07-43ef-8db0-b54d5162aee9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:54.571500 [ 253 ] {88d718f9-ed07-43ef-8db0-b54d5162aee9} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.18 01:40:54.571723 [ 253 ] {88d718f9-ed07-43ef-8db0-b54d5162aee9} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:40:54.571851 [ 253 ] {88d718f9-ed07-43ef-8db0-b54d5162aee9} executeQuery: Read 167 rows, 10.41 KiB in 0.001226 sec., 136215.3344208809 rows/sec., 8.29 MiB/sec. 2026.03.18 01:40:54.571890 [ 253 ] {88d718f9-ed07-43ef-8db0-b54d5162aee9} TCPHandler: Processed in 0.001391473 sec. 2026.03.18 01:40:54.572017 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:54.572111 [ 253 ] {a86a9f06-8a0b-484d-a20e-dabe14c0cd91} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:40:54.572150 [ 253 ] {a86a9f06-8a0b-484d-a20e-dabe14c0cd91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:40:54.572913 [ 253 ] {a86a9f06-8a0b-484d-a20e-dabe14c0cd91} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:54.572949 [ 253 ] {a86a9f06-8a0b-484d-a20e-dabe14c0cd91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:54.573302 [ 253 ] {a86a9f06-8a0b-484d-a20e-dabe14c0cd91} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 01:40:54.573527 [ 253 ] {a86a9f06-8a0b-484d-a20e-dabe14c0cd91} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:40:54.573665 [ 253 ] {a86a9f06-8a0b-484d-a20e-dabe14c0cd91} executeQuery: Read 857 rows, 52.15 KiB in 0.001573 sec., 544818.8175460903 rows/sec., 32.38 MiB/sec. 2026.03.18 01:40:54.573706 [ 253 ] {a86a9f06-8a0b-484d-a20e-dabe14c0cd91} TCPHandler: Processed in 0.001737999 sec. 2026.03.18 01:40:54.573824 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:54.573919 [ 253 ] {ff5f5aa0-ec89-44ed-82da-59656e327c58} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 01:40:54.573959 [ 253 ] {ff5f5aa0-ec89-44ed-82da-59656e327c58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 01:40:54.574351 [ 253 ] {ff5f5aa0-ec89-44ed-82da-59656e327c58} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:54.574387 [ 253 ] {ff5f5aa0-ec89-44ed-82da-59656e327c58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:54.574685 [ 253 ] {ff5f5aa0-ec89-44ed-82da-59656e327c58} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 01:40:54.574899 [ 253 ] {ff5f5aa0-ec89-44ed-82da-59656e327c58} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): 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.18 01:40:54.575054 [ 253 ] {ff5f5aa0-ec89-44ed-82da-59656e327c58} executeQuery: Read 1 rows, 72.00 B in 0.001154 sec., 866.5511265164644 rows/sec., 60.93 KiB/sec. 2026.03.18 01:40:54.575094 [ 253 ] {ff5f5aa0-ec89-44ed-82da-59656e327c58} TCPHandler: Processed in 0.001320642 sec. 2026.03.18 01:40:54.575207 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:54.575302 [ 253 ] {693fdcb3-08d0-4c61-8d3d-51c317bebb02} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:40:54.575344 [ 253 ] {693fdcb3-08d0-4c61-8d3d-51c317bebb02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:40:54.575796 [ 253 ] {693fdcb3-08d0-4c61-8d3d-51c317bebb02} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:54.575834 [ 253 ] {693fdcb3-08d0-4c61-8d3d-51c317bebb02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:54.576146 [ 253 ] {693fdcb3-08d0-4c61-8d3d-51c317bebb02} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 01:40:54.576395 [ 253 ] {693fdcb3-08d0-4c61-8d3d-51c317bebb02} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:40:54.576529 [ 253 ] {693fdcb3-08d0-4c61-8d3d-51c317bebb02} executeQuery: Read 148 rows, 8.62 KiB in 0.001243 sec., 119066.77393403057 rows/sec., 6.77 MiB/sec. 2026.03.18 01:40:54.576569 [ 253 ] {693fdcb3-08d0-4c61-8d3d-51c317bebb02} TCPHandler: Processed in 0.001410954 sec. 2026.03.18 01:40:54.576698 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:54.576793 [ 253 ] {791d01ae-89b1-4f69-ba69-9da0b3474055} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:40:54.576839 [ 253 ] {791d01ae-89b1-4f69-ba69-9da0b3474055} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:40:54.577781 [ 253 ] {791d01ae-89b1-4f69-ba69-9da0b3474055} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:54.577818 [ 253 ] {791d01ae-89b1-4f69-ba69-9da0b3474055} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:54.578214 [ 253 ] {791d01ae-89b1-4f69-ba69-9da0b3474055} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.18 01:40:54.578432 [ 253 ] {791d01ae-89b1-4f69-ba69-9da0b3474055} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:40:54.578570 [ 253 ] {791d01ae-89b1-4f69-ba69-9da0b3474055} executeQuery: Read 1451 rows, 102.41 KiB in 0.001794 sec., 808807.1348940914 rows/sec., 55.75 MiB/sec. 2026.03.18 01:40:54.578609 [ 253 ] {791d01ae-89b1-4f69-ba69-9da0b3474055} TCPHandler: Processed in 0.001962613 sec. 2026.03.18 01:40:54.578726 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:54.578821 [ 253 ] {98281e2a-7e06-426c-8fd2-9228dd5180a5} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:40:54.578864 [ 253 ] {98281e2a-7e06-426c-8fd2-9228dd5180a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:40:54.579201 [ 253 ] {98281e2a-7e06-426c-8fd2-9228dd5180a5} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:54.579240 [ 253 ] {98281e2a-7e06-426c-8fd2-9228dd5180a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:54.579546 [ 253 ] {98281e2a-7e06-426c-8fd2-9228dd5180a5} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 01:40:54.579809 [ 253 ] {98281e2a-7e06-426c-8fd2-9228dd5180a5} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:40:54.579947 [ 253 ] {98281e2a-7e06-426c-8fd2-9228dd5180a5} executeQuery: Read 6 rows, 321.00 B in 0.001144 sec., 5244.755244755244 rows/sec., 274.02 KiB/sec. 2026.03.18 01:40:54.579987 [ 253 ] {98281e2a-7e06-426c-8fd2-9228dd5180a5} TCPHandler: Processed in 0.001310462 sec. 2026.03.18 01:40:54.580118 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:54.580214 [ 253 ] {14cc2295-f744-4422-a7ed-548ed10464fd} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:54.580256 [ 253 ] {14cc2295-f744-4422-a7ed-548ed10464fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:40:54.580970 [ 253 ] {14cc2295-f744-4422-a7ed-548ed10464fd} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:54.581014 [ 253 ] {14cc2295-f744-4422-a7ed-548ed10464fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:54.581574 [ 253 ] {14cc2295-f744-4422-a7ed-548ed10464fd} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.18 01:40:54.581881 [ 253 ] {14cc2295-f744-4422-a7ed-548ed10464fd} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:40:54.582020 [ 253 ] {14cc2295-f744-4422-a7ed-548ed10464fd} executeQuery: Read 1419 rows, 91.46 KiB in 0.001825 sec., 777534.2465753425 rows/sec., 48.94 MiB/sec. 2026.03.18 01:40:54.582059 [ 253 ] {14cc2295-f744-4422-a7ed-548ed10464fd} TCPHandler: Processed in 0.001992323 sec. 2026.03.18 01:40:54.582195 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:54.582308 [ 253 ] {32a50109-7812-4070-9fe7-2e6322c38b19} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:40:54.582357 [ 253 ] {32a50109-7812-4070-9fe7-2e6322c38b19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:40:54.582707 [ 253 ] {32a50109-7812-4070-9fe7-2e6322c38b19} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:54.582745 [ 253 ] {32a50109-7812-4070-9fe7-2e6322c38b19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:54.583066 [ 253 ] {32a50109-7812-4070-9fe7-2e6322c38b19} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 01:40:54.583293 [ 253 ] {32a50109-7812-4070-9fe7-2e6322c38b19} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:40:54.583423 [ 253 ] {32a50109-7812-4070-9fe7-2e6322c38b19} executeQuery: Read 1 rows, 69.00 B in 0.001141 sec., 876.4241893076248 rows/sec., 59.06 KiB/sec. 2026.03.18 01:40:54.583461 [ 253 ] {32a50109-7812-4070-9fe7-2e6322c38b19} TCPHandler: Processed in 0.001316711 sec. 2026.03.18 01:40:54.583596 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:54.583694 [ 253 ] {ea7a7506-6417-4dc3-965f-f47278172dd6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:54.583749 [ 253 ] {ea7a7506-6417-4dc3-965f-f47278172dd6} 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.18 01:40:54.584549 [ 253 ] {ea7a7506-6417-4dc3-965f-f47278172dd6} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:54.584586 [ 253 ] {ea7a7506-6417-4dc3-965f-f47278172dd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:54.585131 [ 253 ] {ea7a7506-6417-4dc3-965f-f47278172dd6} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.18 01:40:54.585358 [ 253 ] {ea7a7506-6417-4dc3-965f-f47278172dd6} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:40:54.585493 [ 253 ] {ea7a7506-6417-4dc3-965f-f47278172dd6} executeQuery: Read 23 rows, 42.20 KiB in 0.001818 sec., 12651.265126512651 rows/sec., 22.67 MiB/sec. 2026.03.18 01:40:54.585545 [ 253 ] {ea7a7506-6417-4dc3-965f-f47278172dd6} TCPHandler: Processed in 0.002000323 sec. 2026.03.18 01:40:54.585664 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:54.585753 [ 253 ] {46846102-8250-4bab-bd3b-a2cbc97e48ce} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:40:54.585792 [ 253 ] {46846102-8250-4bab-bd3b-a2cbc97e48ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:40:54.586104 [ 253 ] {46846102-8250-4bab-bd3b-a2cbc97e48ce} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:54.586138 [ 253 ] {46846102-8250-4bab-bd3b-a2cbc97e48ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:54.586421 [ 253 ] {46846102-8250-4bab-bd3b-a2cbc97e48ce} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.18 01:40:54.586690 [ 253 ] {46846102-8250-4bab-bd3b-a2cbc97e48ce} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:40:54.586819 [ 253 ] {46846102-8250-4bab-bd3b-a2cbc97e48ce} executeQuery: Read 78 rows, 4.94 KiB in 0.001068 sec., 73033.70786516854 rows/sec., 4.52 MiB/sec. 2026.03.18 01:40:54.586857 [ 253 ] {46846102-8250-4bab-bd3b-a2cbc97e48ce} TCPHandler: Processed in 0.001232131 sec. 2026.03.18 01:40:54.790924 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 1014 2026.03.18 01:40:54.794014 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:54.794071 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:54.795395 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 01:40:54.795679 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:40:54.796082 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1014 2026.03.18 01:40:55.544543 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:55.544742 [ 253 ] {7596aa64-783a-407f-8008-51f290c2b730} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:40:55.544810 [ 253 ] {7596aa64-783a-407f-8008-51f290c2b730} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:40:55.545479 [ 253 ] {7596aa64-783a-407f-8008-51f290c2b730} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:55.545536 [ 253 ] {7596aa64-783a-407f-8008-51f290c2b730} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:55.545989 [ 253 ] {7596aa64-783a-407f-8008-51f290c2b730} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.18 01:40:55.546235 [ 253 ] {7596aa64-783a-407f-8008-51f290c2b730} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:40:55.546417 [ 253 ] {7596aa64-783a-407f-8008-51f290c2b730} executeQuery: Read 56 rows, 4.41 KiB in 0.001721 sec., 32539.22138291691 rows/sec., 2.50 MiB/sec. 2026.03.18 01:40:55.546471 [ 253 ] {7596aa64-783a-407f-8008-51f290c2b730} TCPHandler: Processed in 0.002057684 sec. 2026.03.18 01:40:55.546603 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:55.546708 [ 253 ] {55b51213-08a3-4a35-bd4e-c1b4fb78d7e8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:40:55.546752 [ 253 ] {55b51213-08a3-4a35-bd4e-c1b4fb78d7e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:40:55.547214 [ 253 ] {55b51213-08a3-4a35-bd4e-c1b4fb78d7e8} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:55.547253 [ 253 ] {55b51213-08a3-4a35-bd4e-c1b4fb78d7e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:55.547595 [ 253 ] {55b51213-08a3-4a35-bd4e-c1b4fb78d7e8} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.18 01:40:55.547816 [ 253 ] {55b51213-08a3-4a35-bd4e-c1b4fb78d7e8} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:40:55.547956 [ 253 ] {55b51213-08a3-4a35-bd4e-c1b4fb78d7e8} executeQuery: Read 64 rows, 5.12 KiB in 0.001271 sec., 50354.05192761605 rows/sec., 3.93 MiB/sec. 2026.03.18 01:40:55.547996 [ 253 ] {55b51213-08a3-4a35-bd4e-c1b4fb78d7e8} TCPHandler: Processed in 0.001445535 sec. 2026.03.18 01:40:55.548114 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:55.548216 [ 253 ] {2c374cec-b7f3-457a-9979-dd27f5c54f0d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:40:55.548261 [ 253 ] {2c374cec-b7f3-457a-9979-dd27f5c54f0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:40:55.548628 [ 253 ] {2c374cec-b7f3-457a-9979-dd27f5c54f0d} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:55.548663 [ 253 ] {2c374cec-b7f3-457a-9979-dd27f5c54f0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:55.548976 [ 253 ] {2c374cec-b7f3-457a-9979-dd27f5c54f0d} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.18 01:40:55.549168 [ 253 ] {2c374cec-b7f3-457a-9979-dd27f5c54f0d} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:40:55.549294 [ 253 ] {2c374cec-b7f3-457a-9979-dd27f5c54f0d} executeQuery: Read 32 rows, 2.28 KiB in 0.001147 sec., 27898.866608544027 rows/sec., 1.94 MiB/sec. 2026.03.18 01:40:55.549330 [ 253 ] {2c374cec-b7f3-457a-9979-dd27f5c54f0d} TCPHandler: Processed in 0.001316522 sec. 2026.03.18 01:40:55.549435 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:40:55.549589 [ 253 ] {f14bad6c-4719-4968-8002-45fd4400780c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:40:55.549631 [ 253 ] {f14bad6c-4719-4968-8002-45fd4400780c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:40:55.549944 [ 253 ] {f14bad6c-4719-4968-8002-45fd4400780c} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:55.549981 [ 253 ] {f14bad6c-4719-4968-8002-45fd4400780c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:55.550287 [ 253 ] {f14bad6c-4719-4968-8002-45fd4400780c} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.18 01:40:55.550497 [ 253 ] {f14bad6c-4719-4968-8002-45fd4400780c} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:40:55.550630 [ 253 ] {f14bad6c-4719-4968-8002-45fd4400780c} executeQuery: Read 12 rows, 848.00 B in 0.00106 sec., 11320.754716981133 rows/sec., 781.25 KiB/sec. 2026.03.18 01:40:55.550668 [ 253 ] {f14bad6c-4719-4968-8002-45fd4400780c} TCPHandler: Processed in 0.00122253 sec. 2026.03.18 01:40:57.231243 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14787 2026.03.18 01:40:57.231828 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:57.231877 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:57.232367 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 01:40:57.232622 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:40:57.232767 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14787 2026.03.18 01:40:57.232775 [ 107 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.18 01:40:57.232853 [ 107 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:57.232878 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:57.233014 [ 199 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::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.18 01:40:57.233177 [ 199 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:57.233230 [ 199 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12355 rows starting from the beginning of the part 2026.03.18 01:40:57.233310 [ 199 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 512 rows starting from the beginning of the part 2026.03.18 01:40:57.233367 [ 199 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 448 rows starting from the beginning of the part 2026.03.18 01:40:57.233419 [ 199 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 512 rows starting from the beginning of the part 2026.03.18 01:40:57.233464 [ 199 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 448 rows starting from the beginning of the part 2026.03.18 01:40:57.233523 [ 199 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 512 rows starting from the beginning of the part 2026.03.18 01:40:57.235365 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14787 rows, containing 4 columns (4 merged, 0 gathered) in 0.00241822 sec., 6114828.262110147 rows/sec., 87.47 MiB/sec. 2026.03.18 01:40:57.235707 [ 194 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.18 01:40:57.235958 [ 194 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_31_6} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:40:57.236025 [ 194 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_31_6} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.18 01:40:57.236113 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.03.18 01:40:58.029648 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.03.18 01:40:58.046680 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:58.046733 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:58.052263 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 01:40:58.052951 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:40:58.053235 [ 105 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.18 01:40:58.053309 [ 105 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:40:58.053333 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:40:58.053427 [ 199 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:40:58.055580 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.03.18 01:40:58.056274 [ 199 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:40:58.056988 [ 199 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:40:58.060288 [ 199 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:40:58.063583 [ 199 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:40:58.067152 [ 199 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:40:58.071053 [ 199 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:40:58.075361 [ 199 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:40:58.124119 [ 193 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.070721146 sec., 3308.7699116187964 rows/sec., 17.11 MiB/sec. 2026.03.18 01:40:58.126849 [ 186 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.18 01:40:58.128907 [ 186 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_31_6} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:40:58.129018 [ 186 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_31_6} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.18 01:40:58.131311 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.03.18 01:40:59.000215 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 276.69 MiB, peak 287.25 MiB, free memory in arenas 0.00 B, will set to 279.79 MiB (RSS), difference: 3.10 MiB 2026.03.18 01:41:00.551998 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:00.552201 [ 253 ] {c0541909-eddb-405f-86a4-a0801bb99090} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:41:00.552271 [ 253 ] {c0541909-eddb-405f-86a4-a0801bb99090} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:41:00.553016 [ 253 ] {c0541909-eddb-405f-86a4-a0801bb99090} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:00.553052 [ 253 ] {c0541909-eddb-405f-86a4-a0801bb99090} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:00.553447 [ 253 ] {c0541909-eddb-405f-86a4-a0801bb99090} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.18 01:41:00.553665 [ 253 ] {c0541909-eddb-405f-86a4-a0801bb99090} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:41:00.553785 [ 103 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.18 01:41:00.553815 [ 253 ] {c0541909-eddb-405f-86a4-a0801bb99090} executeQuery: Read 108 rows, 9.31 KiB in 0.001664 sec., 64903.846153846156 rows/sec., 5.46 MiB/sec. 2026.03.18 01:41:00.553819 [ 103 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:00.553846 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:00.553856 [ 253 ] {c0541909-eddb-405f-86a4-a0801bb99090} TCPHandler: Processed in 0.001989953 sec. 2026.03.18 01:41:00.553980 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:00.553986 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::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.18 01:41:00.554077 [ 253 ] {c72d272c-f7ab-4aa6-899a-5a6eae2a3c7f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:41:00.554122 [ 253 ] {c72d272c-f7ab-4aa6-899a-5a6eae2a3c7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:41:00.554145 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:00.554190 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2766 rows starting from the beginning of the part 2026.03.18 01:41:00.554268 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 825 rows starting from the beginning of the part 2026.03.18 01:41:00.554321 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 108 rows starting from the beginning of the part 2026.03.18 01:41:00.554369 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 2706 rows starting from the beginning of the part 2026.03.18 01:41:00.554413 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part 2026.03.18 01:41:00.554457 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 108 rows starting from the beginning of the part 2026.03.18 01:41:00.554529 [ 253 ] {c72d272c-f7ab-4aa6-899a-5a6eae2a3c7f} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:00.554569 [ 253 ] {c72d272c-f7ab-4aa6-899a-5a6eae2a3c7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:00.555065 [ 253 ] {c72d272c-f7ab-4aa6-899a-5a6eae2a3c7f} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.18 01:41:00.555288 [ 253 ] {c72d272c-f7ab-4aa6-899a-5a6eae2a3c7f} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:41:00.555423 [ 253 ] {c72d272c-f7ab-4aa6-899a-5a6eae2a3c7f} executeQuery: Read 26 rows, 1.96 KiB in 0.001365 sec., 19047.61904761905 rows/sec., 1.40 MiB/sec. 2026.03.18 01:41:00.555461 [ 253 ] {c72d272c-f7ab-4aa6-899a-5a6eae2a3c7f} TCPHandler: Processed in 0.001529916 sec. 2026.03.18 01:41:00.555563 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:00.555657 [ 253 ] {f6cb2a28-887e-44bf-b6f5-996b1329335a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:41:00.555697 [ 253 ] {f6cb2a28-887e-44bf-b6f5-996b1329335a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:41:00.556121 [ 253 ] {f6cb2a28-887e-44bf-b6f5-996b1329335a} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:00.556156 [ 253 ] {f6cb2a28-887e-44bf-b6f5-996b1329335a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:00.556460 [ 253 ] {f6cb2a28-887e-44bf-b6f5-996b1329335a} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.18 01:41:00.556663 [ 253 ] {f6cb2a28-887e-44bf-b6f5-996b1329335a} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:41:00.556757 [ 103 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.18 01:41:00.556785 [ 103 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:00.556788 [ 253 ] {f6cb2a28-887e-44bf-b6f5-996b1329335a} executeQuery: Read 90 rows, 7.20 KiB in 0.001149 sec., 78328.9817232376 rows/sec., 6.12 MiB/sec. 2026.03.18 01:41:00.556802 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:00.556830 [ 253 ] {f6cb2a28-887e-44bf-b6f5-996b1329335a} TCPHandler: Processed in 0.001315022 sec. 2026.03.18 01:41:00.556919 [ 189 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::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.18 01:41:00.556943 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:00.556945 [ 201 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 6569 rows, containing 5 columns (5 merged, 0 gathered) in 0.00302227 sec., 2173531.8154896814 rows/sec., 175.33 MiB/sec. 2026.03.18 01:41:00.557028 [ 189 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:00.557043 [ 253 ] {6ba95fe6-4dae-409e-8770-b8e27cdbf481} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:00.557082 [ 189 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1511 rows starting from the beginning of the part 2026.03.18 01:41:00.557093 [ 253 ] {6ba95fe6-4dae-409e-8770-b8e27cdbf481} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:41:00.557148 [ 189 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 504 rows starting from the beginning of the part 2026.03.18 01:41:00.557197 [ 189 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 90 rows starting from the beginning of the part 2026.03.18 01:41:00.557241 [ 189 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1451 rows starting from the beginning of the part 2026.03.18 01:41:00.557281 [ 189 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part 2026.03.18 01:41:00.557324 [ 189 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 90 rows starting from the beginning of the part 2026.03.18 01:41:00.557342 [ 191 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.18 01:41:00.557503 [ 253 ] {6ba95fe6-4dae-409e-8770-b8e27cdbf481} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:00.557544 [ 253 ] {6ba95fe6-4dae-409e-8770-b8e27cdbf481} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:00.557754 [ 191 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_51_10} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:41:00.557853 [ 191 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_51_10} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.18 01:41:00.557959 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB. 2026.03.18 01:41:00.558067 [ 253 ] {6ba95fe6-4dae-409e-8770-b8e27cdbf481} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.18 01:41:00.558291 [ 253 ] {6ba95fe6-4dae-409e-8770-b8e27cdbf481} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:41:00.558388 [ 103 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.18 01:41:00.558417 [ 103 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:00.558420 [ 253 ] {6ba95fe6-4dae-409e-8770-b8e27cdbf481} executeQuery: Read 160 rows, 11.41 KiB in 0.0014 sec., 114285.71428571429 rows/sec., 7.96 MiB/sec. 2026.03.18 01:41:00.558433 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:00.558460 [ 253 ] {6ba95fe6-4dae-409e-8770-b8e27cdbf481} TCPHandler: Processed in 0.001567446 sec. 2026.03.18 01:41:00.558514 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:41:00.558562 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:00.558639 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:00.558663 [ 253 ] {60050553-9a4f-4d26-be09-0ee8bfc53f5c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:00.558675 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 16611 rows starting from the beginning of the part 2026.03.18 01:41:00.558726 [ 253 ] {60050553-9a4f-4d26-be09-0ee8bfc53f5c} 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.18 01:41:00.558746 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 265 rows starting from the beginning of the part 2026.03.18 01:41:00.558797 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:41:00.558839 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1419 rows starting from the beginning of the part 2026.03.18 01:41:00.558859 [ 200 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3710 rows, containing 5 columns (5 merged, 0 gathered) in 0.001999893 sec., 1855099.247809758 rows/sec., 136.70 MiB/sec. 2026.03.18 01:41:00.558880 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 32 rows starting from the beginning of the part 2026.03.18 01:41:00.558922 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2026.03.18 01:41:00.559170 [ 201 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.18 01:41:00.559527 [ 201 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_51_10} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:41:00.559537 [ 253 ] {60050553-9a4f-4d26-be09-0ee8bfc53f5c} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:00.559583 [ 253 ] {60050553-9a4f-4d26-be09-0ee8bfc53f5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:00.559641 [ 201 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_51_10} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.18 01:41:00.559766 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.03.18 01:41:00.560128 [ 253 ] {60050553-9a4f-4d26-be09-0ee8bfc53f5c} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.18 01:41:00.560348 [ 253 ] {60050553-9a4f-4d26-be09-0ee8bfc53f5c} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:41:00.560486 [ 253 ] {60050553-9a4f-4d26-be09-0ee8bfc53f5c} executeQuery: Read 26 rows, 47.71 KiB in 0.00184 sec., 14130.434782608696 rows/sec., 25.32 MiB/sec. 2026.03.18 01:41:00.560538 [ 253 ] {60050553-9a4f-4d26-be09-0ee8bfc53f5c} TCPHandler: Processed in 0.002023884 sec. 2026.03.18 01:41:00.560650 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:00.560745 [ 253 ] {5cfd6b04-f38c-4210-8988-8d17fa548881} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:41:00.560786 [ 253 ] {5cfd6b04-f38c-4210-8988-8d17fa548881} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:41:00.561131 [ 253 ] {5cfd6b04-f38c-4210-8988-8d17fa548881} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:00.561165 [ 253 ] {5cfd6b04-f38c-4210-8988-8d17fa548881} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:00.561475 [ 253 ] {5cfd6b04-f38c-4210-8988-8d17fa548881} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.18 01:41:00.561677 [ 253 ] {5cfd6b04-f38c-4210-8988-8d17fa548881} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:41:00.561763 [ 103 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.18 01:41:00.561788 [ 103 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:00.561797 [ 253 ] {5cfd6b04-f38c-4210-8988-8d17fa548881} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2026.03.18 01:41:00.561804 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:00.561832 [ 253 ] {5cfd6b04-f38c-4210-8988-8d17fa548881} TCPHandler: Processed in 0.001245391 sec. 2026.03.18 01:41:00.561877 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:41:00.561968 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:00.561995 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2964 rows starting from the beginning of the part 2026.03.18 01:41:00.562047 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 90 rows starting from the beginning of the part 2026.03.18 01:41:00.562085 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:41:00.562122 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 78 rows starting from the beginning of the part 2026.03.18 01:41:00.562157 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:41:00.562191 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2026.03.18 01:41:00.563479 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3264 rows, containing 4 columns (4 merged, 0 gathered) in 0.001616417 sec., 2019280.9157537937 rows/sec., 130.18 MiB/sec. 2026.03.18 01:41:00.563813 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.18 01:41:00.564041 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_51_10} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:41:00.564108 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_51_10} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.18 01:41:00.564168 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.03.18 01:41:00.564653 [ 192 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 18647 rows, containing 5 columns (5 merged, 0 gathered) in 0.006175283 sec., 3019618.696017656 rows/sec., 196.96 MiB/sec. 2026.03.18 01:41:00.564902 [ 191 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.18 01:41:00.565137 [ 191 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_51_10} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:41:00.565211 [ 191 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_51_10} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.18 01:41:00.565288 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.15 MiB. 2026.03.18 01:41:01.000291 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 280.36 MiB, peak 290.19 MiB, free memory in arenas 0.00 B, will set to 282.68 MiB (RSS), difference: 2.32 MiB 2026.03.18 01:41:04.586062 [ 98 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:41:04.586110 [ 98 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:41:04.732928 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15235 2026.03.18 01:41:04.733493 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:04.733544 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:04.734093 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 01:41:04.734323 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:41:04.734457 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15235 2026.03.18 01:41:04.796599 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1034 2026.03.18 01:41:04.798794 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:04.798839 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:04.799988 [ 242 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 01:41:04.800257 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:41:04.800519 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1034 2026.03.18 01:41:05.001345 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000976936 sec. 2026.03.18 01:41:05.555737 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.03.18 01:41:05.559896 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:05.560094 [ 253 ] {080bafe3-78c6-49c0-b5f7-f83087400981} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:41:05.560162 [ 253 ] {080bafe3-78c6-49c0-b5f7-f83087400981} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:41:05.560903 [ 253 ] {080bafe3-78c6-49c0-b5f7-f83087400981} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:05.560950 [ 253 ] {080bafe3-78c6-49c0-b5f7-f83087400981} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:05.561347 [ 253 ] {080bafe3-78c6-49c0-b5f7-f83087400981} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 01:41:05.561574 [ 253 ] {080bafe3-78c6-49c0-b5f7-f83087400981} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:41:05.561732 [ 253 ] {080bafe3-78c6-49c0-b5f7-f83087400981} executeQuery: Read 284 rows, 18.47 KiB in 0.001691 sec., 167947.9597871082 rows/sec., 10.67 MiB/sec. 2026.03.18 01:41:05.561775 [ 253 ] {080bafe3-78c6-49c0-b5f7-f83087400981} TCPHandler: Processed in 0.002014543 sec. 2026.03.18 01:41:05.561900 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:05.561996 [ 253 ] {eec4fdf6-2813-4410-80f9-6fc979cadd26} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:41:05.562036 [ 253 ] {eec4fdf6-2813-4410-80f9-6fc979cadd26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:41:05.562814 [ 253 ] {eec4fdf6-2813-4410-80f9-6fc979cadd26} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:05.562852 [ 253 ] {eec4fdf6-2813-4410-80f9-6fc979cadd26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:05.563226 [ 253 ] {eec4fdf6-2813-4410-80f9-6fc979cadd26} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.18 01:41:05.563438 [ 253 ] {eec4fdf6-2813-4410-80f9-6fc979cadd26} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:41:05.563571 [ 253 ] {eec4fdf6-2813-4410-80f9-6fc979cadd26} executeQuery: Read 825 rows, 66.29 KiB in 0.001593 sec., 517890.7721280603 rows/sec., 40.64 MiB/sec. 2026.03.18 01:41:05.563610 [ 253 ] {eec4fdf6-2813-4410-80f9-6fc979cadd26} TCPHandler: Processed in 0.001761259 sec. 2026.03.18 01:41:05.563734 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:05.563857 [ 253 ] {35947852-2426-448b-abfe-f61bc330c25d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:41:05.563907 [ 253 ] {35947852-2426-448b-abfe-f61bc330c25d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:41:05.564402 [ 253 ] {35947852-2426-448b-abfe-f61bc330c25d} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:05.564438 [ 253 ] {35947852-2426-448b-abfe-f61bc330c25d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:05.564765 [ 253 ] {35947852-2426-448b-abfe-f61bc330c25d} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.18 01:41:05.564983 [ 253 ] {35947852-2426-448b-abfe-f61bc330c25d} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:41:05.565117 [ 253 ] {35947852-2426-448b-abfe-f61bc330c25d} executeQuery: Read 156 rows, 9.59 KiB in 0.001283 sec., 121590.0233826968 rows/sec., 7.30 MiB/sec. 2026.03.18 01:41:05.565104 [ 97 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.18 01:41:05.565157 [ 253 ] {35947852-2426-448b-abfe-f61bc330c25d} TCPHandler: Processed in 0.001484715 sec. 2026.03.18 01:41:05.565208 [ 97 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:05.565239 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:05.565288 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:05.565383 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::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.18 01:41:05.565409 [ 253 ] {d555dd23-5631-431d-afaa-c1cab738e715} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:41:05.565483 [ 253 ] {d555dd23-5631-431d-afaa-c1cab738e715} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:41:05.565565 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:05.565613 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 209 rows starting from the beginning of the part 2026.03.18 01:41:05.565702 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 156 rows starting from the beginning of the part 2026.03.18 01:41:05.565763 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part 2026.03.18 01:41:05.565820 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 167 rows starting from the beginning of the part 2026.03.18 01:41:05.565883 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 26 rows starting from the beginning of the part 2026.03.18 01:41:05.565941 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 156 rows starting from the beginning of the part 2026.03.18 01:41:05.565968 [ 253 ] {d555dd23-5631-431d-afaa-c1cab738e715} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:05.566010 [ 253 ] {d555dd23-5631-431d-afaa-c1cab738e715} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:05.566351 [ 253 ] {d555dd23-5631-431d-afaa-c1cab738e715} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 01:41:05.566593 [ 253 ] {d555dd23-5631-431d-afaa-c1cab738e715} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:41:05.566735 [ 253 ] {d555dd23-5631-431d-afaa-c1cab738e715} executeQuery: Read 149 rows, 9.86 KiB in 0.001363 sec., 109317.68158473953 rows/sec., 7.06 MiB/sec. 2026.03.18 01:41:05.566774 [ 253 ] {d555dd23-5631-431d-afaa-c1cab738e715} TCPHandler: Processed in 0.001536316 sec. 2026.03.18 01:41:05.566907 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:05.566938 [ 202 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001630107 sec., 453957.9303689881 rows/sec., 29.88 MiB/sec. 2026.03.18 01:41:05.567003 [ 253 ] {958fa650-8bd5-46a7-ac82-f3191b8b14c5} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:41:05.567046 [ 253 ] {958fa650-8bd5-46a7-ac82-f3191b8b14c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:41:05.567073 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.18 01:41:05.567335 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_41_8} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:41:05.567410 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_41_8} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.18 01:41:05.567494 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.18 01:41:05.567500 [ 253 ] {958fa650-8bd5-46a7-ac82-f3191b8b14c5} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:05.567545 [ 253 ] {958fa650-8bd5-46a7-ac82-f3191b8b14c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:05.567863 [ 253 ] {958fa650-8bd5-46a7-ac82-f3191b8b14c5} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 01:41:05.568066 [ 253 ] {958fa650-8bd5-46a7-ac82-f3191b8b14c5} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:41:05.568197 [ 253 ] {958fa650-8bd5-46a7-ac82-f3191b8b14c5} executeQuery: Read 148 rows, 8.62 KiB in 0.001212 sec., 122112.21122112211 rows/sec., 6.94 MiB/sec. 2026.03.18 01:41:05.568236 [ 253 ] {958fa650-8bd5-46a7-ac82-f3191b8b14c5} TCPHandler: Processed in 0.001379043 sec. 2026.03.18 01:41:05.568351 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:05.568446 [ 253 ] {aaebfee1-3e84-4701-92f4-3f471fc60c0b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:41:05.568486 [ 253 ] {aaebfee1-3e84-4701-92f4-3f471fc60c0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:41:05.569096 [ 253 ] {aaebfee1-3e84-4701-92f4-3f471fc60c0b} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:05.569133 [ 253 ] {aaebfee1-3e84-4701-92f4-3f471fc60c0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:05.569453 [ 253 ] {aaebfee1-3e84-4701-92f4-3f471fc60c0b} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.18 01:41:05.569669 [ 253 ] {aaebfee1-3e84-4701-92f4-3f471fc60c0b} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:41:05.569806 [ 253 ] {aaebfee1-3e84-4701-92f4-3f471fc60c0b} executeQuery: Read 504 rows, 36.30 KiB in 0.001378 sec., 365747.4600870827 rows/sec., 25.72 MiB/sec. 2026.03.18 01:41:05.569845 [ 253 ] {aaebfee1-3e84-4701-92f4-3f471fc60c0b} TCPHandler: Processed in 0.001542836 sec. 2026.03.18 01:41:05.569960 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:05.570062 [ 253 ] {cbc9abc7-f4a4-4d51-9251-768566b5129d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:41:05.570108 [ 253 ] {cbc9abc7-f4a4-4d51-9251-768566b5129d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:41:05.570496 [ 253 ] {cbc9abc7-f4a4-4d51-9251-768566b5129d} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:05.570539 [ 253 ] {cbc9abc7-f4a4-4d51-9251-768566b5129d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:05.570917 [ 253 ] {cbc9abc7-f4a4-4d51-9251-768566b5129d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 01:41:05.571155 [ 253 ] {cbc9abc7-f4a4-4d51-9251-768566b5129d} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:41:05.571287 [ 253 ] {cbc9abc7-f4a4-4d51-9251-768566b5129d} executeQuery: Read 6 rows, 321.00 B in 0.001244 sec., 4823.151125401929 rows/sec., 251.99 KiB/sec. 2026.03.18 01:41:05.571323 [ 253 ] {cbc9abc7-f4a4-4d51-9251-768566b5129d} TCPHandler: Processed in 0.001413803 sec. 2026.03.18 01:41:05.571426 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:05.571520 [ 253 ] {88791f6d-12d7-4e89-8f90-9bcf3819b4c8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:05.571563 [ 253 ] {88791f6d-12d7-4e89-8f90-9bcf3819b4c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:41:05.571842 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:05.571901 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:05.571979 [ 253 ] {88791f6d-12d7-4e89-8f90-9bcf3819b4c8} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:05.572019 [ 253 ] {88791f6d-12d7-4e89-8f90-9bcf3819b4c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:05.572359 [ 253 ] {88791f6d-12d7-4e89-8f90-9bcf3819b4c8} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.18 01:41:05.572565 [ 253 ] {88791f6d-12d7-4e89-8f90-9bcf3819b4c8} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:41:05.572696 [ 253 ] {88791f6d-12d7-4e89-8f90-9bcf3819b4c8} executeQuery: Read 265 rows, 18.03 KiB in 0.001193 sec., 222129.0863369656 rows/sec., 14.76 MiB/sec. 2026.03.18 01:41:05.572734 [ 253 ] {88791f6d-12d7-4e89-8f90-9bcf3819b4c8} TCPHandler: Processed in 0.001356092 sec. 2026.03.18 01:41:05.572845 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:05.572939 [ 253 ] {b5750fcb-c73b-4862-9251-1df2600f874b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:41:05.572981 [ 253 ] {b5750fcb-c73b-4862-9251-1df2600f874b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:41:05.573292 [ 253 ] {b5750fcb-c73b-4862-9251-1df2600f874b} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:05.573328 [ 253 ] {b5750fcb-c73b-4862-9251-1df2600f874b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:05.573619 [ 253 ] {b5750fcb-c73b-4862-9251-1df2600f874b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 01:41:05.573822 [ 253 ] {b5750fcb-c73b-4862-9251-1df2600f874b} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:41:05.573960 [ 253 ] {b5750fcb-c73b-4862-9251-1df2600f874b} executeQuery: Read 1 rows, 69.00 B in 0.001039 sec., 962.4639076034649 rows/sec., 64.85 KiB/sec. 2026.03.18 01:41:05.573997 [ 253 ] {b5750fcb-c73b-4862-9251-1df2600f874b} TCPHandler: Processed in 0.00120107 sec. 2026.03.18 01:41:05.574181 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:05.574306 [ 253 ] {47264876-31f6-4138-ac04-db41bdd17559} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:05.574370 [ 253 ] {47264876-31f6-4138-ac04-db41bdd17559} 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.18 01:41:05.575257 [ 253 ] {47264876-31f6-4138-ac04-db41bdd17559} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:05.575295 [ 253 ] {47264876-31f6-4138-ac04-db41bdd17559} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:05.575833 [ 253 ] {47264876-31f6-4138-ac04-db41bdd17559} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.18 01:41:05.576065 [ 253 ] {47264876-31f6-4138-ac04-db41bdd17559} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:41:05.576182 [ 97 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.18 01:41:05.576209 [ 253 ] {47264876-31f6-4138-ac04-db41bdd17559} executeQuery: Read 14 rows, 25.69 KiB in 0.001929 sec., 7257.646448937274 rows/sec., 13.01 MiB/sec. 2026.03.18 01:41:05.576244 [ 97 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:05.576273 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:05.576293 [ 253 ] {47264876-31f6-4138-ac04-db41bdd17559} TCPHandler: Processed in 0.002174736 sec. 2026.03.18 01:41:05.576385 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::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.18 01:41:05.576415 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:05.576526 [ 253 ] {3cb04b7d-02e4-40d1-bd7e-b655f788438d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:41:05.576567 [ 253 ] {3cb04b7d-02e4-40d1-bd7e-b655f788438d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:41:05.576736 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:05.576825 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 694 rows starting from the beginning of the part 2026.03.18 01:41:05.576903 [ 253 ] {3cb04b7d-02e4-40d1-bd7e-b655f788438d} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:05.576945 [ 253 ] {3cb04b7d-02e4-40d1-bd7e-b655f788438d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:05.577010 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part 2026.03.18 01:41:05.577164 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part 2026.03.18 01:41:05.577255 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 23 rows starting from the beginning of the part 2026.03.18 01:41:05.577277 [ 253 ] {3cb04b7d-02e4-40d1-bd7e-b655f788438d} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.18 01:41:05.577340 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 26 rows starting from the beginning of the part 2026.03.18 01:41:05.577435 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part 2026.03.18 01:41:05.577506 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 01:41:05.577518 [ 253 ] {3cb04b7d-02e4-40d1-bd7e-b655f788438d} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:41:05.577671 [ 253 ] {3cb04b7d-02e4-40d1-bd7e-b655f788438d} executeQuery: Read 90 rows, 5.77 KiB in 0.001163 sec., 77386.07050730869 rows/sec., 4.84 MiB/sec. 2026.03.18 01:41:05.577712 [ 253 ] {3cb04b7d-02e4-40d1-bd7e-b655f788438d} TCPHandler: Processed in 0.001346083 sec. 2026.03.18 01:41:05.578292 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:41:05.581171 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.03.18 01:41:05.592571 [ 195 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 797 rows, containing 19 columns (19 merged, 0 gathered) in 0.0162438 sec., 49064.87398268878 rows/sec., 87.92 MiB/sec. 2026.03.18 01:41:05.593896 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.18 01:41:05.594244 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_41_8} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:41:05.594317 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_41_8} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.18 01:41:05.594473 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.61 MiB. 2026.03.18 01:41:06.000194 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 284.07 MiB, peak 291.62 MiB, free memory in arenas 0.00 B, will set to 286.05 MiB (RSS), difference: 1.98 MiB 2026.03.18 01:41:10.551990 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:10.552204 [ 253 ] {f762ca06-4ab8-4050-8bb2-a90c55b3a452} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:41:10.552277 [ 253 ] {f762ca06-4ab8-4050-8bb2-a90c55b3a452} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:41:10.552894 [ 253 ] {f762ca06-4ab8-4050-8bb2-a90c55b3a452} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:10.552942 [ 253 ] {f762ca06-4ab8-4050-8bb2-a90c55b3a452} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:10.553314 [ 253 ] {f762ca06-4ab8-4050-8bb2-a90c55b3a452} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 01:41:10.553533 [ 253 ] {f762ca06-4ab8-4050-8bb2-a90c55b3a452} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:41:10.553690 [ 253 ] {f762ca06-4ab8-4050-8bb2-a90c55b3a452} executeQuery: Read 2 rows, 167.00 B in 0.00154 sec., 1298.7012987012988 rows/sec., 105.90 KiB/sec. 2026.03.18 01:41:10.553741 [ 253 ] {f762ca06-4ab8-4050-8bb2-a90c55b3a452} TCPHandler: Processed in 0.001887591 sec. 2026.03.18 01:41:10.553879 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:10.553982 [ 253 ] {cb7fadf2-12bb-4139-8542-2419cd875c15} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:41:10.554025 [ 253 ] {cb7fadf2-12bb-4139-8542-2419cd875c15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:41:10.554495 [ 253 ] {cb7fadf2-12bb-4139-8542-2419cd875c15} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:10.554532 [ 253 ] {cb7fadf2-12bb-4139-8542-2419cd875c15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:10.554845 [ 253 ] {cb7fadf2-12bb-4139-8542-2419cd875c15} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.18 01:41:10.555064 [ 253 ] {cb7fadf2-12bb-4139-8542-2419cd875c15} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:41:10.555196 [ 253 ] {cb7fadf2-12bb-4139-8542-2419cd875c15} executeQuery: Read 109 rows, 9.38 KiB in 0.001237 sec., 88116.41067097818 rows/sec., 7.40 MiB/sec. 2026.03.18 01:41:10.555234 [ 253 ] {cb7fadf2-12bb-4139-8542-2419cd875c15} TCPHandler: Processed in 0.001409633 sec. 2026.03.18 01:41:10.555353 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:10.555451 [ 253 ] {4142685a-acab-43ec-be76-221c6b4dc3ab} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:41:10.555491 [ 253 ] {4142685a-acab-43ec-be76-221c6b4dc3ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:41:10.555936 [ 253 ] {4142685a-acab-43ec-be76-221c6b4dc3ab} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:10.555984 [ 253 ] {4142685a-acab-43ec-be76-221c6b4dc3ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:10.556347 [ 253 ] {4142685a-acab-43ec-be76-221c6b4dc3ab} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.18 01:41:10.556560 [ 253 ] {4142685a-acab-43ec-be76-221c6b4dc3ab} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:41:10.556694 [ 253 ] {4142685a-acab-43ec-be76-221c6b4dc3ab} executeQuery: Read 28 rows, 2.09 KiB in 0.001263 sec., 22169.437846397464 rows/sec., 1.62 MiB/sec. 2026.03.18 01:41:10.556733 [ 253 ] {4142685a-acab-43ec-be76-221c6b4dc3ab} TCPHandler: Processed in 0.001431674 sec. 2026.03.18 01:41:10.556846 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:10.556943 [ 253 ] {0a53b6d9-7639-4eaa-8aeb-e0fd693e72a6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:41:10.556983 [ 253 ] {0a53b6d9-7639-4eaa-8aeb-e0fd693e72a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:41:10.557413 [ 253 ] {0a53b6d9-7639-4eaa-8aeb-e0fd693e72a6} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:10.557451 [ 253 ] {0a53b6d9-7639-4eaa-8aeb-e0fd693e72a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:10.557758 [ 253 ] {0a53b6d9-7639-4eaa-8aeb-e0fd693e72a6} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.18 01:41:10.557963 [ 253 ] {0a53b6d9-7639-4eaa-8aeb-e0fd693e72a6} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:41:10.558092 [ 253 ] {0a53b6d9-7639-4eaa-8aeb-e0fd693e72a6} executeQuery: Read 92 rows, 7.36 KiB in 0.001169 sec., 78699.74337040207 rows/sec., 6.15 MiB/sec. 2026.03.18 01:41:10.558130 [ 253 ] {0a53b6d9-7639-4eaa-8aeb-e0fd693e72a6} TCPHandler: Processed in 0.001335103 sec. 2026.03.18 01:41:10.558245 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:10.558340 [ 253 ] {75312f1e-6eb6-40ea-aad9-9e5bc13894e6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:10.558384 [ 253 ] {75312f1e-6eb6-40ea-aad9-9e5bc13894e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:41:10.558791 [ 253 ] {75312f1e-6eb6-40ea-aad9-9e5bc13894e6} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:10.558827 [ 253 ] {75312f1e-6eb6-40ea-aad9-9e5bc13894e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:10.559152 [ 253 ] {75312f1e-6eb6-40ea-aad9-9e5bc13894e6} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.18 01:41:10.559354 [ 253 ] {75312f1e-6eb6-40ea-aad9-9e5bc13894e6} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:41:10.559484 [ 253 ] {75312f1e-6eb6-40ea-aad9-9e5bc13894e6} executeQuery: Read 161 rows, 11.48 KiB in 0.001163 sec., 138435.08168529664 rows/sec., 9.64 MiB/sec. 2026.03.18 01:41:10.559521 [ 253 ] {75312f1e-6eb6-40ea-aad9-9e5bc13894e6} TCPHandler: Processed in 0.001326322 sec. 2026.03.18 01:41:10.559624 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:10.559719 [ 253 ] {2f301074-92b8-4147-8030-3d24cfe40d42} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:10.559778 [ 253 ] {2f301074-92b8-4147-8030-3d24cfe40d42} 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.18 01:41:10.560579 [ 253 ] {2f301074-92b8-4147-8030-3d24cfe40d42} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:10.560616 [ 253 ] {2f301074-92b8-4147-8030-3d24cfe40d42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:10.561138 [ 253 ] {2f301074-92b8-4147-8030-3d24cfe40d42} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.18 01:41:10.561361 [ 253 ] {2f301074-92b8-4147-8030-3d24cfe40d42} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:41:10.561501 [ 253 ] {2f301074-92b8-4147-8030-3d24cfe40d42} executeQuery: Read 26 rows, 47.71 KiB in 0.0018 sec., 14444.444444444445 rows/sec., 25.88 MiB/sec. 2026.03.18 01:41:10.561567 [ 253 ] {2f301074-92b8-4147-8030-3d24cfe40d42} TCPHandler: Processed in 0.001993453 sec. 2026.03.18 01:41:10.561684 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:10.561778 [ 253 ] {1f94f6e3-cf4c-446d-8b94-08091fb9e6a5} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:41:10.561821 [ 253 ] {1f94f6e3-cf4c-446d-8b94-08091fb9e6a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:41:10.562164 [ 253 ] {1f94f6e3-cf4c-446d-8b94-08091fb9e6a5} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:10.562201 [ 253 ] {1f94f6e3-cf4c-446d-8b94-08091fb9e6a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:10.562499 [ 253 ] {1f94f6e3-cf4c-446d-8b94-08091fb9e6a5} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.18 01:41:10.562710 [ 253 ] {1f94f6e3-cf4c-446d-8b94-08091fb9e6a5} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:41:10.562839 [ 253 ] {1f94f6e3-cf4c-446d-8b94-08091fb9e6a5} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2026.03.18 01:41:10.562873 [ 253 ] {1f94f6e3-cf4c-446d-8b94-08091fb9e6a5} TCPHandler: Processed in 0.00124035 sec. 2026.03.18 01:41:12.234609 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15747 2026.03.18 01:41:12.235125 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:12.235161 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:12.235644 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 01:41:12.235879 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:41:12.236008 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15747 2026.03.18 01:41:13.081316 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.03.18 01:41:13.097132 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:13.097182 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:13.102976 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 01:41:13.103686 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:41:13.106191 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.03.18 01:41:14.800751 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1070 2026.03.18 01:41:14.803101 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:14.803152 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:14.804324 [ 242 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 01:41:14.804595 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:41:14.804861 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1070 2026.03.18 01:41:15.560131 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:15.560327 [ 253 ] {4904508b-4f8d-4a49-9901-59ef84c4db85} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:41:15.560396 [ 253 ] {4904508b-4f8d-4a49-9901-59ef84c4db85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:41:15.561200 [ 253 ] {4904508b-4f8d-4a49-9901-59ef84c4db85} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:15.561258 [ 253 ] {4904508b-4f8d-4a49-9901-59ef84c4db85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:15.561666 [ 253 ] {4904508b-4f8d-4a49-9901-59ef84c4db85} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 01:41:15.561888 [ 253 ] {4904508b-4f8d-4a49-9901-59ef84c4db85} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:41:15.562053 [ 253 ] {4904508b-4f8d-4a49-9901-59ef84c4db85} executeQuery: Read 284 rows, 18.47 KiB in 0.001777 sec., 159819.9212155318 rows/sec., 10.15 MiB/sec. 2026.03.18 01:41:15.562106 [ 253 ] {4904508b-4f8d-4a49-9901-59ef84c4db85} TCPHandler: Processed in 0.002135756 sec. 2026.03.18 01:41:15.562237 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:15.562341 [ 253 ] {fde5782f-9ecb-4d76-bd56-019818c8f9e6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:41:15.562386 [ 253 ] {fde5782f-9ecb-4d76-bd56-019818c8f9e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:41:15.563201 [ 253 ] {fde5782f-9ecb-4d76-bd56-019818c8f9e6} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:15.563239 [ 253 ] {fde5782f-9ecb-4d76-bd56-019818c8f9e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:15.564181 [ 253 ] {fde5782f-9ecb-4d76-bd56-019818c8f9e6} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.18 01:41:15.564398 [ 253 ] {fde5782f-9ecb-4d76-bd56-019818c8f9e6} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:41:15.564534 [ 253 ] {fde5782f-9ecb-4d76-bd56-019818c8f9e6} executeQuery: Read 825 rows, 66.29 KiB in 0.002216 sec., 372292.41877256316 rows/sec., 29.21 MiB/sec. 2026.03.18 01:41:15.564571 [ 253 ] {fde5782f-9ecb-4d76-bd56-019818c8f9e6} TCPHandler: Processed in 0.002386049 sec. 2026.03.18 01:41:15.564690 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:15.564787 [ 253 ] {15b5656f-927c-4902-9bd2-53b47cf946ec} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:41:15.564834 [ 253 ] {15b5656f-927c-4902-9bd2-53b47cf946ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:41:15.565282 [ 253 ] {15b5656f-927c-4902-9bd2-53b47cf946ec} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:15.565319 [ 253 ] {15b5656f-927c-4902-9bd2-53b47cf946ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:15.565617 [ 253 ] {15b5656f-927c-4902-9bd2-53b47cf946ec} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.18 01:41:15.565818 [ 253 ] {15b5656f-927c-4902-9bd2-53b47cf946ec} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:41:15.565948 [ 253 ] {15b5656f-927c-4902-9bd2-53b47cf946ec} executeQuery: Read 156 rows, 9.59 KiB in 0.00118 sec., 132203.38983050847 rows/sec., 7.94 MiB/sec. 2026.03.18 01:41:15.565986 [ 253 ] {15b5656f-927c-4902-9bd2-53b47cf946ec} TCPHandler: Processed in 0.001346112 sec. 2026.03.18 01:41:15.566097 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:15.566190 [ 253 ] {e03ef917-5685-4f93-93dc-8f5dccda5e95} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:41:15.566230 [ 253 ] {e03ef917-5685-4f93-93dc-8f5dccda5e95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:41:15.566661 [ 253 ] {e03ef917-5685-4f93-93dc-8f5dccda5e95} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:15.566696 [ 253 ] {e03ef917-5685-4f93-93dc-8f5dccda5e95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:15.566986 [ 253 ] {e03ef917-5685-4f93-93dc-8f5dccda5e95} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 01:41:15.567188 [ 253 ] {e03ef917-5685-4f93-93dc-8f5dccda5e95} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:41:15.567314 [ 253 ] {e03ef917-5685-4f93-93dc-8f5dccda5e95} executeQuery: Read 149 rows, 9.86 KiB in 0.001141 sec., 130587.2042068361 rows/sec., 8.44 MiB/sec. 2026.03.18 01:41:15.567351 [ 253 ] {e03ef917-5685-4f93-93dc-8f5dccda5e95} TCPHandler: Processed in 0.001302172 sec. 2026.03.18 01:41:15.567460 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:15.567553 [ 253 ] {d880d423-6b3e-4d6a-8305-9e4a6527232b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:41:15.567593 [ 253 ] {d880d423-6b3e-4d6a-8305-9e4a6527232b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:41:15.568025 [ 253 ] {d880d423-6b3e-4d6a-8305-9e4a6527232b} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:15.568061 [ 253 ] {d880d423-6b3e-4d6a-8305-9e4a6527232b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:15.568358 [ 253 ] {d880d423-6b3e-4d6a-8305-9e4a6527232b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 01:41:15.568563 [ 253 ] {d880d423-6b3e-4d6a-8305-9e4a6527232b} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:41:15.568695 [ 253 ] {d880d423-6b3e-4d6a-8305-9e4a6527232b} executeQuery: Read 148 rows, 8.62 KiB in 0.00116 sec., 127586.20689655172 rows/sec., 7.26 MiB/sec. 2026.03.18 01:41:15.568733 [ 253 ] {d880d423-6b3e-4d6a-8305-9e4a6527232b} TCPHandler: Processed in 0.001322091 sec. 2026.03.18 01:41:15.568846 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:15.568941 [ 253 ] {046b65eb-453a-498c-8e5d-2cd98340fd23} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:41:15.568981 [ 253 ] {046b65eb-453a-498c-8e5d-2cd98340fd23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:41:15.569576 [ 253 ] {046b65eb-453a-498c-8e5d-2cd98340fd23} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:15.569611 [ 253 ] {046b65eb-453a-498c-8e5d-2cd98340fd23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:15.569925 [ 253 ] {046b65eb-453a-498c-8e5d-2cd98340fd23} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.18 01:41:15.570129 [ 253 ] {046b65eb-453a-498c-8e5d-2cd98340fd23} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:41:15.570259 [ 253 ] {046b65eb-453a-498c-8e5d-2cd98340fd23} executeQuery: Read 504 rows, 36.30 KiB in 0.001336 sec., 377245.508982036 rows/sec., 26.53 MiB/sec. 2026.03.18 01:41:15.570296 [ 253 ] {046b65eb-453a-498c-8e5d-2cd98340fd23} TCPHandler: Processed in 0.001501044 sec. 2026.03.18 01:41:15.570404 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:15.570506 [ 253 ] {9b17c813-97c7-4329-b3bd-8281221c4c94} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:41:15.570548 [ 253 ] {9b17c813-97c7-4329-b3bd-8281221c4c94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:41:15.570892 [ 253 ] {9b17c813-97c7-4329-b3bd-8281221c4c94} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:15.570929 [ 253 ] {9b17c813-97c7-4329-b3bd-8281221c4c94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:15.571250 [ 253 ] {9b17c813-97c7-4329-b3bd-8281221c4c94} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 01:41:15.571465 [ 253 ] {9b17c813-97c7-4329-b3bd-8281221c4c94} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:41:15.571601 [ 253 ] {9b17c813-97c7-4329-b3bd-8281221c4c94} executeQuery: Read 6 rows, 321.00 B in 0.001114 sec., 5385.996409335728 rows/sec., 281.40 KiB/sec. 2026.03.18 01:41:15.571639 [ 253 ] {9b17c813-97c7-4329-b3bd-8281221c4c94} TCPHandler: Processed in 0.001285851 sec. 2026.03.18 01:41:15.571763 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:15.571874 [ 253 ] {eb7b813e-0c9b-4577-a18d-4ba4c93c7b3a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:15.571918 [ 253 ] {eb7b813e-0c9b-4577-a18d-4ba4c93c7b3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:41:15.572351 [ 253 ] {eb7b813e-0c9b-4577-a18d-4ba4c93c7b3a} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:15.572388 [ 253 ] {eb7b813e-0c9b-4577-a18d-4ba4c93c7b3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:15.572731 [ 253 ] {eb7b813e-0c9b-4577-a18d-4ba4c93c7b3a} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.18 01:41:15.572943 [ 253 ] {eb7b813e-0c9b-4577-a18d-4ba4c93c7b3a} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:41:15.573078 [ 253 ] {eb7b813e-0c9b-4577-a18d-4ba4c93c7b3a} executeQuery: Read 265 rows, 18.03 KiB in 0.001224 sec., 216503.26797385621 rows/sec., 14.39 MiB/sec. 2026.03.18 01:41:15.573115 [ 253 ] {eb7b813e-0c9b-4577-a18d-4ba4c93c7b3a} TCPHandler: Processed in 0.001403393 sec. 2026.03.18 01:41:15.573230 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:15.573325 [ 253 ] {3b680a6b-c56f-4486-8e30-8e28f721ab7a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:41:15.573367 [ 253 ] {3b680a6b-c56f-4486-8e30-8e28f721ab7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:41:15.573685 [ 253 ] {3b680a6b-c56f-4486-8e30-8e28f721ab7a} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:15.573721 [ 253 ] {3b680a6b-c56f-4486-8e30-8e28f721ab7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:15.574014 [ 253 ] {3b680a6b-c56f-4486-8e30-8e28f721ab7a} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 01:41:15.574224 [ 253 ] {3b680a6b-c56f-4486-8e30-8e28f721ab7a} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:41:15.574356 [ 253 ] {3b680a6b-c56f-4486-8e30-8e28f721ab7a} executeQuery: Read 1 rows, 69.00 B in 0.001048 sec., 954.1984732824427 rows/sec., 64.30 KiB/sec. 2026.03.18 01:41:15.574392 [ 253 ] {3b680a6b-c56f-4486-8e30-8e28f721ab7a} TCPHandler: Processed in 0.001210001 sec. 2026.03.18 01:41:15.574501 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:15.574622 [ 253 ] {3df299f7-eeb3-49f6-924c-b9af0a273fd1} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:15.574687 [ 253 ] {3df299f7-eeb3-49f6-924c-b9af0a273fd1} 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.18 01:41:15.575579 [ 253 ] {3df299f7-eeb3-49f6-924c-b9af0a273fd1} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:15.575617 [ 253 ] {3df299f7-eeb3-49f6-924c-b9af0a273fd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:15.576142 [ 253 ] {3df299f7-eeb3-49f6-924c-b9af0a273fd1} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.18 01:41:15.576371 [ 253 ] {3df299f7-eeb3-49f6-924c-b9af0a273fd1} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:41:15.576513 [ 253 ] {3df299f7-eeb3-49f6-924c-b9af0a273fd1} executeQuery: Read 14 rows, 25.69 KiB in 0.001916 sec., 7306.889352818372 rows/sec., 13.09 MiB/sec. 2026.03.18 01:41:15.576579 [ 253 ] {3df299f7-eeb3-49f6-924c-b9af0a273fd1} TCPHandler: Processed in 0.002131695 sec. 2026.03.18 01:41:15.576698 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:15.576791 [ 253 ] {aa5e3a61-7ac2-43da-bed8-85c9bfd59eda} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:41:15.576833 [ 253 ] {aa5e3a61-7ac2-43da-bed8-85c9bfd59eda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:41:15.577166 [ 253 ] {aa5e3a61-7ac2-43da-bed8-85c9bfd59eda} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:15.577203 [ 253 ] {aa5e3a61-7ac2-43da-bed8-85c9bfd59eda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:15.577512 [ 253 ] {aa5e3a61-7ac2-43da-bed8-85c9bfd59eda} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.18 01:41:15.577728 [ 253 ] {aa5e3a61-7ac2-43da-bed8-85c9bfd59eda} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:41:15.577858 [ 253 ] {aa5e3a61-7ac2-43da-bed8-85c9bfd59eda} executeQuery: Read 90 rows, 5.77 KiB in 0.001085 sec., 82949.30875576037 rows/sec., 5.19 MiB/sec. 2026.03.18 01:41:15.577893 [ 253 ] {aa5e3a61-7ac2-43da-bed8-85c9bfd59eda} TCPHandler: Processed in 0.001246311 sec. 2026.03.18 01:41:19.187045 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49471 2026.03.18 01:41:19.187153 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:19.187180 [ 297 ] {} TCP-Session: 7c1981c1-3a43-4f96-92db-f240d7a83507 Authenticating user 'default' from [fd00:1122:3344:101::e]:49471 2026.03.18 01:41:19.187201 [ 297 ] {} TCP-Session: 7c1981c1-3a43-4f96-92db-f240d7a83507 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.187215 [ 297 ] {} TCP-Session: 7c1981c1-3a43-4f96-92db-f240d7a83507 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.187448 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49559 2026.03.18 01:41:19.187461 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33509 2026.03.18 01:41:19.187486 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42128 2026.03.18 01:41:19.187524 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48693 2026.03.18 01:41:19.187566 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:19.187566 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:19.187601 [ 298 ] {} TCP-Session: 79dcf486-9c71-4316-a480-39c2d9b59c1b Authenticating user 'default' from [fd00:1122:3344:101::e]:49559 2026.03.18 01:41:19.187617 [ 3 ] {} TCP-Session: 7d235acc-3dd0-4e24-abd3-679c43594c8e Authenticating user 'default' from [fd00:1122:3344:101::e]:33509 2026.03.18 01:41:19.187631 [ 298 ] {} TCP-Session: 79dcf486-9c71-4316-a480-39c2d9b59c1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.187638 [ 3 ] {} TCP-Session: 7d235acc-3dd0-4e24-abd3-679c43594c8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.187645 [ 298 ] {} TCP-Session: 79dcf486-9c71-4316-a480-39c2d9b59c1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.187630 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:19.187653 [ 3 ] {} TCP-Session: 7d235acc-3dd0-4e24-abd3-679c43594c8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.187637 [ 297 ] {} TCP-Session: 7c1981c1-3a43-4f96-92db-f240d7a83507 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:19.187690 [ 293 ] {} TCP-Session: 96ae5a2e-ad9f-497d-8cee-44b1904fca0e Authenticating user 'default' from [fd00:1122:3344:101::e]:42128 2026.03.18 01:41:19.187525 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59237 2026.03.18 01:41:19.187753 [ 293 ] {} TCP-Session: 96ae5a2e-ad9f-497d-8cee-44b1904fca0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.187504 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50572 2026.03.18 01:41:19.187800 [ 293 ] {} TCP-Session: 96ae5a2e-ad9f-497d-8cee-44b1904fca0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.187469 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45775 2026.03.18 01:41:19.187849 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:19.187456 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60135 2026.03.18 01:41:19.187903 [ 296 ] {} TCP-Session: 23f571dd-944d-4660-b663-96076acc9827 Authenticating user 'default' from [fd00:1122:3344:101::e]:48693 2026.03.18 01:41:19.187891 [ 297 ] {34b8513a-f31e-4537-bc65-e050a59fea01} executeQuery: (from [fd00:1122:3344:101::e]:49471) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:41:19.187932 [ 296 ] {} TCP-Session: 23f571dd-944d-4660-b663-96076acc9827 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.187971 [ 296 ] {} TCP-Session: 23f571dd-944d-4660-b663-96076acc9827 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.188331 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:19.188363 [ 299 ] {} TCP-Session: 1d1392c8-07b8-48f4-ba58-0b0cc3ca6580 Authenticating user 'default' from [fd00:1122:3344:101::e]:60135 2026.03.18 01:41:19.188380 [ 299 ] {} TCP-Session: 1d1392c8-07b8-48f4-ba58-0b0cc3ca6580 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.188392 [ 297 ] {34b8513a-f31e-4537-bc65-e050a59fea01} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:41:19.188394 [ 299 ] {} TCP-Session: 1d1392c8-07b8-48f4-ba58-0b0cc3ca6580 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.188440 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:19.188465 [ 297 ] {34b8513a-f31e-4537-bc65-e050a59fea01} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:41:19.188474 [ 292 ] {} TCP-Session: 557c600f-f95e-49fc-a604-babca058d642 Authenticating user 'default' from [fd00:1122:3344:101::e]:45775 2026.03.18 01:41:19.188495 [ 292 ] {} TCP-Session: 557c600f-f95e-49fc-a604-babca058d642 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.188508 [ 292 ] {} TCP-Session: 557c600f-f95e-49fc-a604-babca058d642 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.188687 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:19.188729 [ 295 ] {} TCP-Session: b743a5da-21fa-4489-83ab-ee4e5f97d0b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:59237 2026.03.18 01:41:19.188756 [ 295 ] {} TCP-Session: b743a5da-21fa-4489-83ab-ee4e5f97d0b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.188769 [ 295 ] {} TCP-Session: b743a5da-21fa-4489-83ab-ee4e5f97d0b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.188792 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:19.188815 [ 297 ] {34b8513a-f31e-4537-bc65-e050a59fea01} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:41:19.188834 [ 294 ] {} TCP-Session: cffe7d50-8061-4513-9548-5578982faa17 Authenticating user 'default' from [fd00:1122:3344:101::e]:50572 2026.03.18 01:41:19.188868 [ 294 ] {} TCP-Session: cffe7d50-8061-4513-9548-5578982faa17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.188881 [ 294 ] {} TCP-Session: cffe7d50-8061-4513-9548-5578982faa17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.189828 [ 302 ] {34b8513a-f31e-4537-bc65-e050a59fea01} AggregatingTransform: Aggregating 2026.03.18 01:41:19.189865 [ 302 ] {34b8513a-f31e-4537-bc65-e050a59fea01} Aggregator: Aggregation method: without_key 2026.03.18 01:41:19.189903 [ 302 ] {34b8513a-f31e-4537-bc65-e050a59fea01} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000977646 sec. (1022.865 rows/sec., 39.96 KiB/sec.) 2026.03.18 01:41:19.189924 [ 302 ] {34b8513a-f31e-4537-bc65-e050a59fea01} Aggregator: Merging aggregated data 2026.03.18 01:41:19.191269 [ 297 ] {34b8513a-f31e-4537-bc65-e050a59fea01} executeQuery: Read 1 rows, 40.00 B in 0.003445 sec., 290.27576197387515 rows/sec., 11.34 KiB/sec. 2026.03.18 01:41:19.191402 [ 297 ] {34b8513a-f31e-4537-bc65-e050a59fea01} TCPHandler: Processed in 0.003917585 sec. 2026.03.18 01:41:19.191537 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:19.191567 [ 297 ] {} TCP-Session: 7c1981c1-3a43-4f96-92db-f240d7a83507 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.191567 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:19.191590 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:19.191605 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:19.191626 [ 299 ] {} TCP-Session: 1d1392c8-07b8-48f4-ba58-0b0cc3ca6580 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.191644 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:19.191668 [ 294 ] {} TCP-Session: cffe7d50-8061-4513-9548-5578982faa17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.191678 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:19.191698 [ 3 ] {} TCP-Session: 7d235acc-3dd0-4e24-abd3-679c43594c8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.191649 [ 298 ] {} TCP-Session: 79dcf486-9c71-4316-a480-39c2d9b59c1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.191730 [ 292 ] {} TCP-Session: 557c600f-f95e-49fc-a604-babca058d642 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.191622 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:19.191660 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:19.191809 [ 296 ] {} TCP-Session: 23f571dd-944d-4660-b663-96076acc9827 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.191693 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:19.191826 [ 293 ] {} TCP-Session: 96ae5a2e-ad9f-497d-8cee-44b1904fca0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.191874 [ 295 ] {} TCP-Session: b743a5da-21fa-4489-83ab-ee4e5f97d0b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.339729 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37344 2026.03.18 01:41:19.339842 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:19.339871 [ 297 ] {} TCP-Session: 57c930c2-6aa7-40b4-ad55-143d0eadc7e2 Authenticating user 'default' from [fd00:1122:3344:101::e]:37344 2026.03.18 01:41:19.339894 [ 297 ] {} TCP-Session: 57c930c2-6aa7-40b4-ad55-143d0eadc7e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.339907 [ 297 ] {} TCP-Session: 57c930c2-6aa7-40b4-ad55-143d0eadc7e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.340129 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46692 2026.03.18 01:41:19.340139 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41978 2026.03.18 01:41:19.340165 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44606 2026.03.18 01:41:19.340193 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56316 2026.03.18 01:41:19.340215 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65279 2026.03.18 01:41:19.340248 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:19.340239 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56971 2026.03.18 01:41:19.340269 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:19.340280 [ 298 ] {} TCP-Session: 73302586-2127-4ea4-bd4c-6b79a1bff13a Authenticating user 'default' from [fd00:1122:3344:101::e]:46692 2026.03.18 01:41:19.340286 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:19.340306 [ 3 ] {} TCP-Session: 239321bb-b2d3-4ddf-aa2b-ab7d4753a67f Authenticating user 'default' from [fd00:1122:3344:101::e]:44606 2026.03.18 01:41:19.340317 [ 298 ] {} TCP-Session: 73302586-2127-4ea4-bd4c-6b79a1bff13a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.340332 [ 293 ] {} TCP-Session: e00ad231-67ff-42ae-b6f8-9cbd239a6e14 Authenticating user 'default' from [fd00:1122:3344:101::e]:56316 2026.03.18 01:41:19.340332 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:19.340337 [ 3 ] {} TCP-Session: 239321bb-b2d3-4ddf-aa2b-ab7d4753a67f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.340362 [ 293 ] {} TCP-Session: e00ad231-67ff-42ae-b6f8-9cbd239a6e14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.340371 [ 296 ] {} TCP-Session: d93d6b46-6513-4634-b182-6a31123b3005 Authenticating user 'default' from [fd00:1122:3344:101::e]:56971 2026.03.18 01:41:19.340379 [ 3 ] {} TCP-Session: 239321bb-b2d3-4ddf-aa2b-ab7d4753a67f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.340346 [ 298 ] {} TCP-Session: 73302586-2127-4ea4-bd4c-6b79a1bff13a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.340305 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:19.340301 [ 297 ] {} TCP-Session: 57c930c2-6aa7-40b4-ad55-143d0eadc7e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:19.340479 [ 294 ] {} TCP-Session: e0c02149-e1cb-4639-91c4-01bd01933c77 Authenticating user 'default' from [fd00:1122:3344:101::e]:65279 2026.03.18 01:41:19.340278 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:19.340519 [ 294 ] {} TCP-Session: e0c02149-e1cb-4639-91c4-01bd01933c77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.340543 [ 299 ] {} TCP-Session: d7291631-e512-46f9-870d-fd3fe1a74bce Authenticating user 'default' from [fd00:1122:3344:101::e]:41978 2026.03.18 01:41:19.340556 [ 294 ] {} TCP-Session: e0c02149-e1cb-4639-91c4-01bd01933c77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.340572 [ 299 ] {} TCP-Session: d7291631-e512-46f9-870d-fd3fe1a74bce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.340177 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55760 2026.03.18 01:41:19.340596 [ 299 ] {} TCP-Session: d7291631-e512-46f9-870d-fd3fe1a74bce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.340404 [ 296 ] {} TCP-Session: d93d6b46-6513-4634-b182-6a31123b3005 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.340389 [ 293 ] {} TCP-Session: e00ad231-67ff-42ae-b6f8-9cbd239a6e14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.340652 [ 297 ] {5a131919-2437-41c6-9ba0-b12f0f2a5caf} executeQuery: (from [fd00:1122:3344:101::e]:37344) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:41:19.340661 [ 296 ] {} TCP-Session: d93d6b46-6513-4634-b182-6a31123b3005 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.340694 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:19.340243 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38805 2026.03.18 01:41:19.340731 [ 292 ] {} TCP-Session: 667eba16-12f1-4a15-a125-6aaa5607fc89 Authenticating user 'default' from [fd00:1122:3344:101::e]:55760 2026.03.18 01:41:19.340781 [ 292 ] {} TCP-Session: 667eba16-12f1-4a15-a125-6aaa5607fc89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.340795 [ 292 ] {} TCP-Session: 667eba16-12f1-4a15-a125-6aaa5607fc89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.340835 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:19.340868 [ 295 ] {} TCP-Session: 73dac352-cd1b-4544-a034-f1cc0a8082bf Authenticating user 'default' from [fd00:1122:3344:101::e]:38805 2026.03.18 01:41:19.340891 [ 295 ] {} TCP-Session: 73dac352-cd1b-4544-a034-f1cc0a8082bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.340904 [ 295 ] {} TCP-Session: 73dac352-cd1b-4544-a034-f1cc0a8082bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.340939 [ 297 ] {5a131919-2437-41c6-9ba0-b12f0f2a5caf} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:41:19.341000 [ 297 ] {5a131919-2437-41c6-9ba0-b12f0f2a5caf} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:41:19.341290 [ 297 ] {5a131919-2437-41c6-9ba0-b12f0f2a5caf} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:41:19.342244 [ 323 ] {5a131919-2437-41c6-9ba0-b12f0f2a5caf} AggregatingTransform: Aggregating 2026.03.18 01:41:19.342296 [ 323 ] {5a131919-2437-41c6-9ba0-b12f0f2a5caf} Aggregator: Aggregation method: without_key 2026.03.18 01:41:19.342334 [ 323 ] {5a131919-2437-41c6-9ba0-b12f0f2a5caf} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000943366 sec. (1060.034 rows/sec., 41.41 KiB/sec.) 2026.03.18 01:41:19.342353 [ 323 ] {5a131919-2437-41c6-9ba0-b12f0f2a5caf} Aggregator: Merging aggregated data 2026.03.18 01:41:19.343711 [ 297 ] {5a131919-2437-41c6-9ba0-b12f0f2a5caf} executeQuery: Read 1 rows, 40.00 B in 0.003116 sec., 320.9242618741977 rows/sec., 12.54 KiB/sec. 2026.03.18 01:41:19.343850 [ 297 ] {5a131919-2437-41c6-9ba0-b12f0f2a5caf} TCPHandler: Processed in 0.003676531 sec. 2026.03.18 01:41:19.343980 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:19.344008 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:19.344011 [ 297 ] {} TCP-Session: 57c930c2-6aa7-40b4-ad55-143d0eadc7e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.344028 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:19.344052 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:19.344069 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:19.344092 [ 299 ] {} TCP-Session: d7291631-e512-46f9-870d-fd3fe1a74bce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.344089 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:19.344118 [ 3 ] {} TCP-Session: 239321bb-b2d3-4ddf-aa2b-ab7d4753a67f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.344125 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:19.344146 [ 293 ] {} TCP-Session: e00ad231-67ff-42ae-b6f8-9cbd239a6e14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.344162 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:19.344169 [ 294 ] {} TCP-Session: e0c02149-e1cb-4639-91c4-01bd01933c77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.344055 [ 298 ] {} TCP-Session: 73302586-2127-4ea4-bd4c-6b79a1bff13a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.344214 [ 295 ] {} TCP-Session: 73dac352-cd1b-4544-a034-f1cc0a8082bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.344079 [ 296 ] {} TCP-Session: d93d6b46-6513-4634-b182-6a31123b3005 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.344109 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:19.344293 [ 292 ] {} TCP-Session: 667eba16-12f1-4a15-a125-6aaa5607fc89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:19.586145 [ 80 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:41:19.586195 [ 80 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:41:19.736113 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16195 2026.03.18 01:41:19.736682 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:19.736757 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:19.737341 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.18 01:41:19.737595 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:41:19.737743 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16195 2026.03.18 01:41:20.551927 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:20.552117 [ 253 ] {36487f34-a9bd-4d63-9e4b-081316fa263d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:41:20.552182 [ 253 ] {36487f34-a9bd-4d63-9e4b-081316fa263d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:41:20.552871 [ 253 ] {36487f34-a9bd-4d63-9e4b-081316fa263d} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:20.552913 [ 253 ] {36487f34-a9bd-4d63-9e4b-081316fa263d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:20.553335 [ 253 ] {36487f34-a9bd-4d63-9e4b-081316fa263d} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.18 01:41:20.553560 [ 253 ] {36487f34-a9bd-4d63-9e4b-081316fa263d} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:41:20.553738 [ 253 ] {36487f34-a9bd-4d63-9e4b-081316fa263d} executeQuery: Read 108 rows, 9.31 KiB in 0.001668 sec., 64748.20143884892 rows/sec., 5.45 MiB/sec. 2026.03.18 01:41:20.553790 [ 253 ] {36487f34-a9bd-4d63-9e4b-081316fa263d} TCPHandler: Processed in 0.001986433 sec. 2026.03.18 01:41:20.553930 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:20.554034 [ 253 ] {5dbce524-2dad-43da-85de-e0a0c74f7c7e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:41:20.554079 [ 253 ] {5dbce524-2dad-43da-85de-e0a0c74f7c7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:41:20.554516 [ 253 ] {5dbce524-2dad-43da-85de-e0a0c74f7c7e} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:20.554553 [ 253 ] {5dbce524-2dad-43da-85de-e0a0c74f7c7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:20.554861 [ 253 ] {5dbce524-2dad-43da-85de-e0a0c74f7c7e} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.18 01:41:20.555056 [ 253 ] {5dbce524-2dad-43da-85de-e0a0c74f7c7e} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:41:20.555187 [ 253 ] {5dbce524-2dad-43da-85de-e0a0c74f7c7e} executeQuery: Read 26 rows, 1.96 KiB in 0.001203 sec., 21612.63507896924 rows/sec., 1.59 MiB/sec. 2026.03.18 01:41:20.555222 [ 253 ] {5dbce524-2dad-43da-85de-e0a0c74f7c7e} TCPHandler: Processed in 0.001374123 sec. 2026.03.18 01:41:20.555334 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:20.555432 [ 253 ] {fe8a2f34-0f09-49ef-92e9-6da4ebc10b0b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:41:20.555473 [ 253 ] {fe8a2f34-0f09-49ef-92e9-6da4ebc10b0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:41:20.555977 [ 253 ] {fe8a2f34-0f09-49ef-92e9-6da4ebc10b0b} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:20.556016 [ 253 ] {fe8a2f34-0f09-49ef-92e9-6da4ebc10b0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:20.556343 [ 253 ] {fe8a2f34-0f09-49ef-92e9-6da4ebc10b0b} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.18 01:41:20.556558 [ 253 ] {fe8a2f34-0f09-49ef-92e9-6da4ebc10b0b} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:41:20.556696 [ 253 ] {fe8a2f34-0f09-49ef-92e9-6da4ebc10b0b} executeQuery: Read 90 rows, 7.20 KiB in 0.001242 sec., 72463.76811594203 rows/sec., 5.66 MiB/sec. 2026.03.18 01:41:20.556735 [ 253 ] {fe8a2f34-0f09-49ef-92e9-6da4ebc10b0b} TCPHandler: Processed in 0.001415833 sec. 2026.03.18 01:41:20.556850 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:20.556946 [ 253 ] {aa87eaca-7677-4b9b-962e-7f2541b3cdff} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:20.556991 [ 253 ] {aa87eaca-7677-4b9b-962e-7f2541b3cdff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:41:20.557411 [ 253 ] {aa87eaca-7677-4b9b-962e-7f2541b3cdff} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:20.557448 [ 253 ] {aa87eaca-7677-4b9b-962e-7f2541b3cdff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:20.557784 [ 253 ] {aa87eaca-7677-4b9b-962e-7f2541b3cdff} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.18 01:41:20.557991 [ 253 ] {aa87eaca-7677-4b9b-962e-7f2541b3cdff} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:41:20.558125 [ 253 ] {aa87eaca-7677-4b9b-962e-7f2541b3cdff} executeQuery: Read 160 rows, 11.41 KiB in 0.001199 sec., 133444.53711426188 rows/sec., 9.29 MiB/sec. 2026.03.18 01:41:20.558164 [ 253 ] {aa87eaca-7677-4b9b-962e-7f2541b3cdff} TCPHandler: Processed in 0.001362933 sec. 2026.03.18 01:41:20.558285 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:20.558407 [ 253 ] {3f291810-7831-4aee-82b0-113976ee07a4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:20.558473 [ 253 ] {3f291810-7831-4aee-82b0-113976ee07a4} 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.18 01:41:20.559344 [ 253 ] {3f291810-7831-4aee-82b0-113976ee07a4} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:20.559381 [ 253 ] {3f291810-7831-4aee-82b0-113976ee07a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:20.559928 [ 253 ] {3f291810-7831-4aee-82b0-113976ee07a4} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.18 01:41:20.560143 [ 253 ] {3f291810-7831-4aee-82b0-113976ee07a4} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:41:20.560285 [ 253 ] {3f291810-7831-4aee-82b0-113976ee07a4} executeQuery: Read 26 rows, 47.71 KiB in 0.001903 sec., 13662.637940094588 rows/sec., 24.48 MiB/sec. 2026.03.18 01:41:20.560340 [ 253 ] {3f291810-7831-4aee-82b0-113976ee07a4} TCPHandler: Processed in 0.002115075 sec. 2026.03.18 01:41:20.560460 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:20.560555 [ 253 ] {f4863833-fbd8-4485-86fa-465ed7420378} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:41:20.560598 [ 253 ] {f4863833-fbd8-4485-86fa-465ed7420378} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:41:20.560948 [ 253 ] {f4863833-fbd8-4485-86fa-465ed7420378} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:20.560985 [ 253 ] {f4863833-fbd8-4485-86fa-465ed7420378} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:20.561292 [ 253 ] {f4863833-fbd8-4485-86fa-465ed7420378} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.18 01:41:20.561495 [ 253 ] {f4863833-fbd8-4485-86fa-465ed7420378} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:41:20.561625 [ 253 ] {f4863833-fbd8-4485-86fa-465ed7420378} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2026.03.18 01:41:20.561661 [ 253 ] {f4863833-fbd8-4485-86fa-465ed7420378} TCPHandler: Processed in 0.001251601 sec. 2026.03.18 01:41:20.606265 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.03.18 01:41:20.624438 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:20.624501 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:20.630619 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.18 01:41:20.631366 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:41:20.634840 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.03.18 01:41:21.314643 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50260 2026.03.18 01:41:21.314776 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:21.314808 [ 297 ] {} TCP-Session: 3832a78b-0f05-4dfa-987f-7f6afffe74c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:50260 2026.03.18 01:41:21.314834 [ 297 ] {} TCP-Session: 3832a78b-0f05-4dfa-987f-7f6afffe74c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.314850 [ 297 ] {} TCP-Session: 3832a78b-0f05-4dfa-987f-7f6afffe74c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.315056 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57492 2026.03.18 01:41:21.315089 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63696 2026.03.18 01:41:21.315138 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33903 2026.03.18 01:41:21.315149 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34521 2026.03.18 01:41:21.315168 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61758 2026.03.18 01:41:21.315207 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:21.315206 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45877 2026.03.18 01:41:21.315249 [ 299 ] {} TCP-Session: 75b6dc8a-60ea-4f49-8c48-51c6277cfb41 Authenticating user 'default' from [fd00:1122:3344:101::e]:63696 2026.03.18 01:41:21.315257 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:21.315283 [ 299 ] {} TCP-Session: 75b6dc8a-60ea-4f49-8c48-51c6277cfb41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.315284 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:21.315305 [ 299 ] {} TCP-Session: 75b6dc8a-60ea-4f49-8c48-51c6277cfb41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.315312 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:21.315324 [ 293 ] {} TCP-Session: 7ed82dd7-cc03-47a3-94ee-a69d1def38c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:61758 2026.03.18 01:41:21.315344 [ 296 ] {} TCP-Session: 503eb9ff-6da1-4c7c-b831-e1ae8497ab1e Authenticating user 'default' from [fd00:1122:3344:101::e]:45877 2026.03.18 01:41:21.315357 [ 293 ] {} TCP-Session: 7ed82dd7-cc03-47a3-94ee-a69d1def38c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.315369 [ 296 ] {} TCP-Session: 503eb9ff-6da1-4c7c-b831-e1ae8497ab1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.315376 [ 293 ] {} TCP-Session: 7ed82dd7-cc03-47a3-94ee-a69d1def38c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.315387 [ 296 ] {} TCP-Session: 503eb9ff-6da1-4c7c-b831-e1ae8497ab1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.315300 [ 292 ] {} TCP-Session: cf05f15e-dbcf-4ec6-8cff-0b2d99caff56 Authenticating user 'default' from [fd00:1122:3344:101::e]:34521 2026.03.18 01:41:21.315237 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:21.315432 [ 292 ] {} TCP-Session: cf05f15e-dbcf-4ec6-8cff-0b2d99caff56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.315223 [ 297 ] {} TCP-Session: 3832a78b-0f05-4dfa-987f-7f6afffe74c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:21.315461 [ 292 ] {} TCP-Session: cf05f15e-dbcf-4ec6-8cff-0b2d99caff56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.315461 [ 3 ] {} TCP-Session: c64490ae-10f1-4a08-bf77-27edfb5f20b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:33903 2026.03.18 01:41:21.315212 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57052 2026.03.18 01:41:21.315528 [ 3 ] {} TCP-Session: c64490ae-10f1-4a08-bf77-27edfb5f20b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.315184 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53036 2026.03.18 01:41:21.315573 [ 3 ] {} TCP-Session: c64490ae-10f1-4a08-bf77-27edfb5f20b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.315168 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:21.315627 [ 298 ] {} TCP-Session: dd7bbd4a-7bac-47c0-9f3f-d11412406324 Authenticating user 'default' from [fd00:1122:3344:101::e]:57492 2026.03.18 01:41:21.315630 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:21.315647 [ 298 ] {} TCP-Session: dd7bbd4a-7bac-47c0-9f3f-d11412406324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.315648 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:41:21.315672 [ 298 ] {} TCP-Session: dd7bbd4a-7bac-47c0-9f3f-d11412406324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.315672 [ 295 ] {} TCP-Session: 6c3ea92c-1b64-4beb-88ac-8531fecc6e1b Authenticating user 'default' from [fd00:1122:3344:101::e]:57052 2026.03.18 01:41:21.315686 [ 294 ] {} TCP-Session: 73168650-9192-4737-9eed-83712f0bd08b Authenticating user 'default' from [fd00:1122:3344:101::e]:53036 2026.03.18 01:41:21.315653 [ 297 ] {fca11dfb-675a-455b-8b63-83b15797a780} executeQuery: (from [fd00:1122:3344:101::e]:50260) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:41:21.315723 [ 294 ] {} TCP-Session: 73168650-9192-4737-9eed-83712f0bd08b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.315715 [ 295 ] {} TCP-Session: 6c3ea92c-1b64-4beb-88ac-8531fecc6e1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.315758 [ 294 ] {} TCP-Session: 73168650-9192-4737-9eed-83712f0bd08b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.315780 [ 295 ] {} TCP-Session: 6c3ea92c-1b64-4beb-88ac-8531fecc6e1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.316008 [ 297 ] {fca11dfb-675a-455b-8b63-83b15797a780} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:41:21.316066 [ 297 ] {fca11dfb-675a-455b-8b63-83b15797a780} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:41:21.316344 [ 297 ] {fca11dfb-675a-455b-8b63-83b15797a780} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:41:21.317278 [ 336 ] {fca11dfb-675a-455b-8b63-83b15797a780} AggregatingTransform: Aggregating 2026.03.18 01:41:21.317321 [ 336 ] {fca11dfb-675a-455b-8b63-83b15797a780} Aggregator: Aggregation method: without_key 2026.03.18 01:41:21.317364 [ 336 ] {fca11dfb-675a-455b-8b63-83b15797a780} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000920356 sec. (1086.536 rows/sec., 42.44 KiB/sec.) 2026.03.18 01:41:21.317382 [ 336 ] {fca11dfb-675a-455b-8b63-83b15797a780} Aggregator: Merging aggregated data 2026.03.18 01:41:21.318714 [ 297 ] {fca11dfb-675a-455b-8b63-83b15797a780} executeQuery: Read 1 rows, 40.00 B in 0.003125 sec., 320 rows/sec., 12.50 KiB/sec. 2026.03.18 01:41:21.318900 [ 297 ] {fca11dfb-675a-455b-8b63-83b15797a780} TCPHandler: Processed in 0.003811853 sec. 2026.03.18 01:41:21.319024 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:21.319046 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:21.319063 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:21.319065 [ 297 ] {} TCP-Session: 3832a78b-0f05-4dfa-987f-7f6afffe74c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.319085 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:21.319103 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:21.319119 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:21.319140 [ 299 ] {} TCP-Session: 75b6dc8a-60ea-4f49-8c48-51c6277cfb41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.319156 [ 296 ] {} TCP-Session: 503eb9ff-6da1-4c7c-b831-e1ae8497ab1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.319154 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:21.319173 [ 3 ] {} TCP-Session: c64490ae-10f1-4a08-bf77-27edfb5f20b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.319210 [ 293 ] {} TCP-Session: 7ed82dd7-cc03-47a3-94ee-a69d1def38c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.319174 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:21.319152 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:41:21.319280 [ 295 ] {} TCP-Session: 6c3ea92c-1b64-4beb-88ac-8531fecc6e1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.319094 [ 298 ] {} TCP-Session: dd7bbd4a-7bac-47c0-9f3f-d11412406324 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.319306 [ 292 ] {} TCP-Session: cf05f15e-dbcf-4ec6-8cff-0b2d99caff56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:21.319107 [ 294 ] {} TCP-Session: 73168650-9192-4737-9eed-83712f0bd08b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:41:24.568340 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:24.568515 [ 253 ] {5857c90e-a3fa-4ffb-b5de-fe87e30a60ec} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:41:24.568580 [ 253 ] {5857c90e-a3fa-4ffb-b5de-fe87e30a60ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:41:24.569336 [ 253 ] {5857c90e-a3fa-4ffb-b5de-fe87e30a60ec} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.569386 [ 253 ] {5857c90e-a3fa-4ffb-b5de-fe87e30a60ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.569780 [ 253 ] {5857c90e-a3fa-4ffb-b5de-fe87e30a60ec} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 01:41:24.570007 [ 253 ] {5857c90e-a3fa-4ffb-b5de-fe87e30a60ec} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:41:24.570157 [ 253 ] {5857c90e-a3fa-4ffb-b5de-fe87e30a60ec} executeQuery: Read 284 rows, 18.47 KiB in 0.001688 sec., 168246.44549763034 rows/sec., 10.69 MiB/sec. 2026.03.18 01:41:24.570174 [ 74 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2026.03.18 01:41:24.570200 [ 253 ] {5857c90e-a3fa-4ffb-b5de-fe87e30a60ec} TCPHandler: Processed in 0.001985383 sec. 2026.03.18 01:41:24.570247 [ 74 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.570276 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.570350 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:24.570383 [ 197 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2026.03.18 01:41:24.570451 [ 253 ] {bb980158-bd68-44dd-899e-e2990481271e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:41:24.570498 [ 253 ] {bb980158-bd68-44dd-899e-e2990481271e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:41:24.570505 [ 197 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:24.570546 [ 197 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 284 rows starting from the beginning of the part 2026.03.18 01:41:24.570613 [ 197 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 284 rows starting from the beginning of the part 2026.03.18 01:41:24.570656 [ 197 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 284 rows starting from the beginning of the part 2026.03.18 01:41:24.570700 [ 197 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 284 rows starting from the beginning of the part 2026.03.18 01:41:24.570739 [ 197 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 284 rows starting from the beginning of the part 2026.03.18 01:41:24.570912 [ 253 ] {bb980158-bd68-44dd-899e-e2990481271e} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.570957 [ 253 ] {bb980158-bd68-44dd-899e-e2990481271e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.571264 [ 253 ] {bb980158-bd68-44dd-899e-e2990481271e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 01:41:24.571490 [ 253 ] {bb980158-bd68-44dd-899e-e2990481271e} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:41:24.571620 [ 253 ] {bb980158-bd68-44dd-899e-e2990481271e} executeQuery: Read 14 rows, 1.14 KiB in 0.001189 sec., 11774.600504625736 rows/sec., 960.14 KiB/sec. 2026.03.18 01:41:24.571658 [ 253 ] {bb980158-bd68-44dd-899e-e2990481271e} TCPHandler: Processed in 0.001359862 sec. 2026.03.18 01:41:24.571712 [ 202 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001374333 sec., 1033228.4824711333 rows/sec., 69.57 MiB/sec. 2026.03.18 01:41:24.571767 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:24.571857 [ 202 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2026.03.18 01:41:24.571868 [ 253 ] {c9f4192e-1fba-49e5-825c-dbef9f72cc9c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:41:24.571911 [ 253 ] {c9f4192e-1fba-49e5-825c-dbef9f72cc9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:41:24.572112 [ 202 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_25_6} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:41:24.572177 [ 202 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_25_6} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2026.03.18 01:41:24.572270 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.18 01:41:24.573762 [ 253 ] {c9f4192e-1fba-49e5-825c-dbef9f72cc9c} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.573799 [ 253 ] {c9f4192e-1fba-49e5-825c-dbef9f72cc9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.574285 [ 253 ] {c9f4192e-1fba-49e5-825c-dbef9f72cc9c} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.18 01:41:24.574504 [ 253 ] {c9f4192e-1fba-49e5-825c-dbef9f72cc9c} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:41:24.574630 [ 74 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.18 01:41:24.574638 [ 253 ] {c9f4192e-1fba-49e5-825c-dbef9f72cc9c} executeQuery: Read 2712 rows, 211.51 KiB in 0.002788 sec., 972740.3156384504 rows/sec., 74.09 MiB/sec. 2026.03.18 01:41:24.574679 [ 74 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.574701 [ 253 ] {c9f4192e-1fba-49e5-825c-dbef9f72cc9c} MemoryTracker: Peak memory usage (for query): 4.06 MiB. 2026.03.18 01:41:24.574705 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.574723 [ 253 ] {c9f4192e-1fba-49e5-825c-dbef9f72cc9c} TCPHandler: Processed in 0.00300777 sec. 2026.03.18 01:41:24.574805 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::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.18 01:41:24.574854 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:24.574893 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:24.574923 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2766 rows starting from the beginning of the part 2026.03.18 01:41:24.574950 [ 253 ] {e9b6885c-c9d7-4670-9d8f-a387476db5e8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:41:24.574981 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 825 rows starting from the beginning of the part 2026.03.18 01:41:24.574992 [ 253 ] {e9b6885c-c9d7-4670-9d8f-a387476db5e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:41:24.575026 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 109 rows starting from the beginning of the part 2026.03.18 01:41:24.575068 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 825 rows starting from the beginning of the part 2026.03.18 01:41:24.575108 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 108 rows starting from the beginning of the part 2026.03.18 01:41:24.575146 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 2712 rows starting from the beginning of the part 2026.03.18 01:41:24.575474 [ 253 ] {e9b6885c-c9d7-4670-9d8f-a387476db5e8} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.575510 [ 253 ] {e9b6885c-c9d7-4670-9d8f-a387476db5e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.575825 [ 253 ] {e9b6885c-c9d7-4670-9d8f-a387476db5e8} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.18 01:41:24.576047 [ 253 ] {e9b6885c-c9d7-4670-9d8f-a387476db5e8} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:41:24.576181 [ 253 ] {e9b6885c-c9d7-4670-9d8f-a387476db5e8} executeQuery: Read 179 rows, 11.25 KiB in 0.001249 sec., 143314.6517213771 rows/sec., 8.80 MiB/sec. 2026.03.18 01:41:24.576231 [ 253 ] {e9b6885c-c9d7-4670-9d8f-a387476db5e8} TCPHandler: Processed in 0.001427774 sec. 2026.03.18 01:41:24.576360 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:24.576474 [ 253 ] {5c75b0f0-510b-4b9d-8fd7-ff0ca0dfedf7} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:41:24.576515 [ 253 ] {5c75b0f0-510b-4b9d-8fd7-ff0ca0dfedf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:41:24.577307 [ 202 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 7345 rows, containing 5 columns (5 merged, 0 gathered) in 0.002538652 sec., 2893267.765727638 rows/sec., 233.89 MiB/sec. 2026.03.18 01:41:24.577321 [ 253 ] {5c75b0f0-510b-4b9d-8fd7-ff0ca0dfedf7} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.577360 [ 253 ] {5c75b0f0-510b-4b9d-8fd7-ff0ca0dfedf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.577620 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.18 01:41:24.577705 [ 253 ] {5c75b0f0-510b-4b9d-8fd7-ff0ca0dfedf7} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 01:41:24.578000 [ 253 ] {5c75b0f0-510b-4b9d-8fd7-ff0ca0dfedf7} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:41:24.578021 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_56_11} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:41:24.578114 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_56_11} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.18 01:41:24.578141 [ 253 ] {5c75b0f0-510b-4b9d-8fd7-ff0ca0dfedf7} executeQuery: Read 857 rows, 52.15 KiB in 0.001691 sec., 506800.7096392667 rows/sec., 30.12 MiB/sec. 2026.03.18 01:41:24.578184 [ 253 ] {5c75b0f0-510b-4b9d-8fd7-ff0ca0dfedf7} TCPHandler: Processed in 0.001874701 sec. 2026.03.18 01:41:24.578213 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. 2026.03.18 01:41:24.578303 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:24.578407 [ 253 ] {baf37e64-55be-4d5e-ba48-bebb95e55d1f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 01:41:24.578449 [ 253 ] {baf37e64-55be-4d5e-ba48-bebb95e55d1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 01:41:24.578873 [ 253 ] {baf37e64-55be-4d5e-ba48-bebb95e55d1f} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.578910 [ 253 ] {baf37e64-55be-4d5e-ba48-bebb95e55d1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.579235 [ 253 ] {baf37e64-55be-4d5e-ba48-bebb95e55d1f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 01:41:24.579448 [ 253 ] {baf37e64-55be-4d5e-ba48-bebb95e55d1f} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): 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.18 01:41:24.579578 [ 253 ] {baf37e64-55be-4d5e-ba48-bebb95e55d1f} executeQuery: Read 1 rows, 72.00 B in 0.00119 sec., 840.3361344537815 rows/sec., 59.09 KiB/sec. 2026.03.18 01:41:24.579616 [ 253 ] {baf37e64-55be-4d5e-ba48-bebb95e55d1f} TCPHandler: Processed in 0.001362373 sec. 2026.03.18 01:41:24.579729 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:24.579823 [ 253 ] {d21290b4-deb4-4732-9d50-cb2a0ab04639} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:41:24.579863 [ 253 ] {d21290b4-deb4-4732-9d50-cb2a0ab04639} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:41:24.580340 [ 253 ] {d21290b4-deb4-4732-9d50-cb2a0ab04639} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.580377 [ 253 ] {d21290b4-deb4-4732-9d50-cb2a0ab04639} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.580678 [ 253 ] {d21290b4-deb4-4732-9d50-cb2a0ab04639} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 01:41:24.580889 [ 253 ] {d21290b4-deb4-4732-9d50-cb2a0ab04639} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:41:24.580999 [ 74 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2026.03.18 01:41:24.581018 [ 253 ] {d21290b4-deb4-4732-9d50-cb2a0ab04639} executeQuery: Read 148 rows, 8.62 KiB in 0.001212 sec., 122112.21122112211 rows/sec., 6.94 MiB/sec. 2026.03.18 01:41:24.581041 [ 74 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.581064 [ 253 ] {d21290b4-deb4-4732-9d50-cb2a0ab04639} TCPHandler: Processed in 0.001384783 sec. 2026.03.18 01:41:24.581067 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.581151 [ 198 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2026.03.18 01:41:24.581191 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:24.581232 [ 198 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:24.581256 [ 198 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 148 rows starting from the beginning of the part 2026.03.18 01:41:24.581284 [ 253 ] {1ef8be07-57b7-418e-a6b6-f12adb964a86} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:41:24.581301 [ 198 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 148 rows starting from the beginning of the part 2026.03.18 01:41:24.581326 [ 253 ] {1ef8be07-57b7-418e-a6b6-f12adb964a86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:41:24.581343 [ 198 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 148 rows starting from the beginning of the part 2026.03.18 01:41:24.581379 [ 198 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 148 rows starting from the beginning of the part 2026.03.18 01:41:24.581419 [ 198 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 148 rows starting from the beginning of the part 2026.03.18 01:41:24.582121 [ 194 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.000989146 sec., 748120.0955167387 rows/sec., 45.40 MiB/sec. 2026.03.18 01:41:24.582256 [ 198 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2026.03.18 01:41:24.582399 [ 253 ] {1ef8be07-57b7-418e-a6b6-f12adb964a86} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.582434 [ 253 ] {1ef8be07-57b7-418e-a6b6-f12adb964a86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.582493 [ 198 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_25_6} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:41:24.582555 [ 198 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_25_6} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2026.03.18 01:41:24.582609 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.18 01:41:24.582818 [ 253 ] {1ef8be07-57b7-418e-a6b6-f12adb964a86} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.18 01:41:24.583029 [ 253 ] {1ef8be07-57b7-418e-a6b6-f12adb964a86} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:41:24.583150 [ 74 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.18 01:41:24.583159 [ 253 ] {1ef8be07-57b7-418e-a6b6-f12adb964a86} executeQuery: Read 1463 rows, 103.39 KiB in 0.001892 sec., 773255.8139534884 rows/sec., 53.36 MiB/sec. 2026.03.18 01:41:24.583191 [ 74 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.583214 [ 253 ] {1ef8be07-57b7-418e-a6b6-f12adb964a86} TCPHandler: Processed in 0.002073184 sec. 2026.03.18 01:41:24.583214 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.583310 [ 202 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::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.18 01:41:24.583335 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:24.583399 [ 202 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:24.583430 [ 253 ] {d6582d6b-c69d-4a76-a0fc-c4922d594a81} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:41:24.583434 [ 202 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1511 rows starting from the beginning of the part 2026.03.18 01:41:24.583472 [ 253 ] {d6582d6b-c69d-4a76-a0fc-c4922d594a81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:41:24.583495 [ 202 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 504 rows starting from the beginning of the part 2026.03.18 01:41:24.583539 [ 202 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 92 rows starting from the beginning of the part 2026.03.18 01:41:24.583579 [ 202 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 504 rows starting from the beginning of the part 2026.03.18 01:41:24.583617 [ 202 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 90 rows starting from the beginning of the part 2026.03.18 01:41:24.583655 [ 202 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1463 rows starting from the beginning of the part 2026.03.18 01:41:24.583810 [ 253 ] {d6582d6b-c69d-4a76-a0fc-c4922d594a81} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.583845 [ 253 ] {d6582d6b-c69d-4a76-a0fc-c4922d594a81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.584148 [ 253 ] {d6582d6b-c69d-4a76-a0fc-c4922d594a81} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 01:41:24.584352 [ 253 ] {d6582d6b-c69d-4a76-a0fc-c4922d594a81} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:41:24.584466 [ 74 ] {} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2026.03.18 01:41:24.584488 [ 253 ] {d6582d6b-c69d-4a76-a0fc-c4922d594a81} executeQuery: Read 6 rows, 321.00 B in 0.001076 sec., 5576.208178438662 rows/sec., 291.34 KiB/sec. 2026.03.18 01:41:24.584502 [ 74 ] {} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.584529 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.584531 [ 253 ] {d6582d6b-c69d-4a76-a0fc-c4922d594a81} TCPHandler: Processed in 0.00124659 sec. 2026.03.18 01:41:24.584599 [ 198 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::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.18 01:41:24.584669 [ 198 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:24.584693 [ 198 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part 2026.03.18 01:41:24.584717 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:24.584740 [ 198 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2026.03.18 01:41:24.584775 [ 198 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part 2026.03.18 01:41:24.584807 [ 198 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part 2026.03.18 01:41:24.584813 [ 253 ] {a2b76cd1-b8b6-4677-8dcc-a8ff3de38d9d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:24.584840 [ 198 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part 2026.03.18 01:41:24.584859 [ 253 ] {a2b76cd1-b8b6-4677-8dcc-a8ff3de38d9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:41:24.584872 [ 198 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part 2026.03.18 01:41:24.584945 [ 186 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 4164 rows, containing 5 columns (5 merged, 0 gathered) in 0.001664097 sec., 2502257.981355654 rows/sec., 184.30 MiB/sec. 2026.03.18 01:41:24.585181 [ 199 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.18 01:41:24.585505 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_56_11} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:41:24.585537 [ 186 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.000966906 sec., 155134.0047533059 rows/sec., 7.92 MiB/sec. 2026.03.18 01:41:24.585584 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_56_11} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.18 01:41:24.585648 [ 193 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2026.03.18 01:41:24.585652 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2026.03.18 01:41:24.585650 [ 253 ] {a2b76cd1-b8b6-4677-8dcc-a8ff3de38d9d} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.585702 [ 253 ] {a2b76cd1-b8b6-4677-8dcc-a8ff3de38d9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.585889 [ 193 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_25_5} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:41:24.585954 [ 193 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_25_5} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2026.03.18 01:41:24.586020 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.18 01:41:24.586125 [ 253 ] {a2b76cd1-b8b6-4677-8dcc-a8ff3de38d9d} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.18 01:41:24.586338 [ 253 ] {a2b76cd1-b8b6-4677-8dcc-a8ff3de38d9d} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:41:24.586457 [ 74 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.18 01:41:24.586467 [ 253 ] {a2b76cd1-b8b6-4677-8dcc-a8ff3de38d9d} executeQuery: Read 1425 rows, 91.88 KiB in 0.001672 sec., 852272.7272727272 rows/sec., 53.66 MiB/sec. 2026.03.18 01:41:24.586493 [ 74 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.586517 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.586518 [ 253 ] {a2b76cd1-b8b6-4677-8dcc-a8ff3de38d9d} TCPHandler: Processed in 0.001851011 sec. 2026.03.18 01:41:24.586610 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:41:24.586644 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:24.586725 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:24.586744 [ 253 ] {87e6007a-4d70-401c-b77a-b6811beb722d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:41:24.586765 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 18647 rows starting from the beginning of the part 2026.03.18 01:41:24.586789 [ 253 ] {87e6007a-4d70-401c-b77a-b6811beb722d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:41:24.586840 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 265 rows starting from the beginning of the part 2026.03.18 01:41:24.586894 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 161 rows starting from the beginning of the part 2026.03.18 01:41:24.586945 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 265 rows starting from the beginning of the part 2026.03.18 01:41:24.586988 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:41:24.587034 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1425 rows starting from the beginning of the part 2026.03.18 01:41:24.587118 [ 253 ] {87e6007a-4d70-401c-b77a-b6811beb722d} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.587158 [ 253 ] {87e6007a-4d70-401c-b77a-b6811beb722d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.587489 [ 253 ] {87e6007a-4d70-401c-b77a-b6811beb722d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 01:41:24.587694 [ 253 ] {87e6007a-4d70-401c-b77a-b6811beb722d} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:41:24.587802 [ 74 ] {} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2026.03.18 01:41:24.587831 [ 74 ] {} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.587836 [ 253 ] {87e6007a-4d70-401c-b77a-b6811beb722d} executeQuery: Read 1 rows, 69.00 B in 0.00111 sec., 900.9009009009009 rows/sec., 60.71 KiB/sec. 2026.03.18 01:41:24.587848 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.587881 [ 253 ] {87e6007a-4d70-401c-b77a-b6811beb722d} TCPHandler: Processed in 0.001287741 sec. 2026.03.18 01:41:24.587924 [ 198 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::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.18 01:41:24.587999 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:24.588008 [ 198 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:24.588041 [ 198 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part 2026.03.18 01:41:24.588084 [ 198 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part 2026.03.18 01:41:24.588095 [ 253 ] {8dc9c580-80ba-4851-8761-0f248d65622e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:24.588119 [ 198 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part 2026.03.18 01:41:24.588150 [ 253 ] {8dc9c580-80ba-4851-8761-0f248d65622e} 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.18 01:41:24.588153 [ 198 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part 2026.03.18 01:41:24.588190 [ 198 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part 2026.03.18 01:41:24.588234 [ 198 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part 2026.03.18 01:41:24.588897 [ 200 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.001000107 sec., 24997.325286194377 rows/sec., 1.64 MiB/sec. 2026.03.18 01:41:24.588976 [ 253 ] {8dc9c580-80ba-4851-8761-0f248d65622e} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.589018 [ 253 ] {8dc9c580-80ba-4851-8761-0f248d65622e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.589044 [ 191 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2026.03.18 01:41:24.589337 [ 191 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_25_5} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:41:24.589411 [ 191 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_25_5} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2026.03.18 01:41:24.589490 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.03.18 01:41:24.589613 [ 253 ] {8dc9c580-80ba-4851-8761-0f248d65622e} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.18 01:41:24.589850 [ 253 ] {8dc9c580-80ba-4851-8761-0f248d65622e} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:41:24.589994 [ 253 ] {8dc9c580-80ba-4851-8761-0f248d65622e} executeQuery: Read 23 rows, 42.20 KiB in 0.001917 sec., 11997.91340636411 rows/sec., 21.50 MiB/sec. 2026.03.18 01:41:24.590047 [ 253 ] {8dc9c580-80ba-4851-8761-0f248d65622e} TCPHandler: Processed in 0.002097035 sec. 2026.03.18 01:41:24.590165 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:24.590261 [ 253 ] {d96a8f34-ada7-49d3-87ff-229b0848855a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:41:24.590302 [ 253 ] {d96a8f34-ada7-49d3-87ff-229b0848855a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:41:24.590637 [ 253 ] {d96a8f34-ada7-49d3-87ff-229b0848855a} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.590673 [ 253 ] {d96a8f34-ada7-49d3-87ff-229b0848855a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.591017 [ 253 ] {d96a8f34-ada7-49d3-87ff-229b0848855a} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.18 01:41:24.591227 [ 253 ] {d96a8f34-ada7-49d3-87ff-229b0848855a} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:41:24.591335 [ 74 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.18 01:41:24.591357 [ 253 ] {d96a8f34-ada7-49d3-87ff-229b0848855a} executeQuery: Read 78 rows, 4.94 KiB in 0.001114 sec., 70017.95332136446 rows/sec., 4.33 MiB/sec. 2026.03.18 01:41:24.591368 [ 74 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.591396 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.591399 [ 253 ] {d96a8f34-ada7-49d3-87ff-229b0848855a} TCPHandler: Processed in 0.001283651 sec. 2026.03.18 01:41:24.591468 [ 189 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:41:24.591553 [ 189 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:24.591579 [ 189 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3264 rows starting from the beginning of the part 2026.03.18 01:41:24.591629 [ 189 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 90 rows starting from the beginning of the part 2026.03.18 01:41:24.591669 [ 189 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:41:24.591718 [ 189 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 90 rows starting from the beginning of the part 2026.03.18 01:41:24.591759 [ 189 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:41:24.591793 [ 189 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 78 rows starting from the beginning of the part 2026.03.18 01:41:24.592183 [ 191 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 20923 rows, containing 5 columns (5 merged, 0 gathered) in 0.005611423 sec., 3728644.2315968694 rows/sec., 243.00 MiB/sec. 2026.03.18 01:41:24.592541 [ 208 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.18 01:41:24.592805 [ 208 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_56_11} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:41:24.592874 [ 208 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_56_11} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.18 01:41:24.592945 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2026.03.18 01:41:24.593102 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3642 rows, containing 4 columns (4 merged, 0 gathered) in 0.001667018 sec., 2184739.456922481 rows/sec., 140.73 MiB/sec. 2026.03.18 01:41:24.593377 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.18 01:41:24.593628 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_56_11} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:41:24.593688 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_56_11} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.18 01:41:24.593757 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.03.18 01:41:24.805173 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 1136 2026.03.18 01:41:24.808192 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:24.808233 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2026.03.18 01:41:24.809423 [ 242 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 01:41:24.809682 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:41:24.809930 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1136 2026.03.18 01:41:25.544486 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:25.544697 [ 253 ] {dc9fc873-3da0-4491-bf01-7e3a1c303f32} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:41:25.544772 [ 253 ] {dc9fc873-3da0-4491-bf01-7e3a1c303f32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:41:25.545422 [ 253 ] {dc9fc873-3da0-4491-bf01-7e3a1c303f32} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:25.545473 [ 253 ] {dc9fc873-3da0-4491-bf01-7e3a1c303f32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:25.545880 [ 253 ] {dc9fc873-3da0-4491-bf01-7e3a1c303f32} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.18 01:41:25.546126 [ 253 ] {dc9fc873-3da0-4491-bf01-7e3a1c303f32} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:41:25.546289 [ 253 ] {dc9fc873-3da0-4491-bf01-7e3a1c303f32} executeQuery: Read 56 rows, 4.41 KiB in 0.001645 sec., 34042.553191489365 rows/sec., 2.62 MiB/sec. 2026.03.18 01:41:25.546336 [ 253 ] {dc9fc873-3da0-4491-bf01-7e3a1c303f32} TCPHandler: Processed in 0.001988293 sec. 2026.03.18 01:41:25.546461 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:25.546565 [ 253 ] {fa2d42e7-6172-48ec-8676-8e842ac0d38f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:41:25.546610 [ 253 ] {fa2d42e7-6172-48ec-8676-8e842ac0d38f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:41:25.547049 [ 253 ] {fa2d42e7-6172-48ec-8676-8e842ac0d38f} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:25.547086 [ 253 ] {fa2d42e7-6172-48ec-8676-8e842ac0d38f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:25.547402 [ 253 ] {fa2d42e7-6172-48ec-8676-8e842ac0d38f} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.18 01:41:25.547615 [ 253 ] {fa2d42e7-6172-48ec-8676-8e842ac0d38f} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:41:25.547747 [ 253 ] {fa2d42e7-6172-48ec-8676-8e842ac0d38f} executeQuery: Read 64 rows, 5.12 KiB in 0.001206 sec., 53067.99336650083 rows/sec., 4.14 MiB/sec. 2026.03.18 01:41:25.547785 [ 253 ] {fa2d42e7-6172-48ec-8676-8e842ac0d38f} TCPHandler: Processed in 0.001377163 sec. 2026.03.18 01:41:25.547899 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:25.547998 [ 253 ] {710833b0-8a02-43cb-9540-ba788bab0cd8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:25.548042 [ 253 ] {710833b0-8a02-43cb-9540-ba788bab0cd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:41:25.548407 [ 253 ] {710833b0-8a02-43cb-9540-ba788bab0cd8} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:25.548443 [ 253 ] {710833b0-8a02-43cb-9540-ba788bab0cd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:25.548768 [ 253 ] {710833b0-8a02-43cb-9540-ba788bab0cd8} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.18 01:41:25.548979 [ 253 ] {710833b0-8a02-43cb-9540-ba788bab0cd8} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:41:25.549110 [ 253 ] {710833b0-8a02-43cb-9540-ba788bab0cd8} executeQuery: Read 32 rows, 2.28 KiB in 0.001132 sec., 28268.551236749117 rows/sec., 1.97 MiB/sec. 2026.03.18 01:41:25.549147 [ 253 ] {710833b0-8a02-43cb-9540-ba788bab0cd8} TCPHandler: Processed in 0.001297581 sec. 2026.03.18 01:41:25.549256 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:25.549351 [ 253 ] {c3d6daa0-d0ba-40eb-b6f3-9c613ab57570} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:41:25.549393 [ 253 ] {c3d6daa0-d0ba-40eb-b6f3-9c613ab57570} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:41:25.549705 [ 253 ] {c3d6daa0-d0ba-40eb-b6f3-9c613ab57570} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:25.549740 [ 253 ] {c3d6daa0-d0ba-40eb-b6f3-9c613ab57570} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:25.550047 [ 253 ] {c3d6daa0-d0ba-40eb-b6f3-9c613ab57570} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.18 01:41:25.550260 [ 253 ] {c3d6daa0-d0ba-40eb-b6f3-9c613ab57570} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:41:25.550388 [ 253 ] {c3d6daa0-d0ba-40eb-b6f3-9c613ab57570} executeQuery: Read 12 rows, 848.00 B in 0.001055 sec., 11374.40758293839 rows/sec., 784.95 KiB/sec. 2026.03.18 01:41:25.550423 [ 253 ] {c3d6daa0-d0ba-40eb-b6f3-9c613ab57570} TCPHandler: Processed in 0.001216731 sec. 2026.03.18 01:41:27.237978 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16707 2026.03.18 01:41:27.238840 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:27.238909 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:27.239695 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.18 01:41:27.239923 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:41:27.240055 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16707 2026.03.18 01:41:28.134985 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.03.18 01:41:28.152090 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:28.152129 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:28.158359 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.18 01:41:28.159060 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:41:28.161691 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.03.18 01:41:30.552541 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:30.552845 [ 253 ] {40149c2f-3eca-4fe0-963d-560d059ac617} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:41:30.552949 [ 253 ] {40149c2f-3eca-4fe0-963d-560d059ac617} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:41:30.553664 [ 253 ] {40149c2f-3eca-4fe0-963d-560d059ac617} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:30.553713 [ 253 ] {40149c2f-3eca-4fe0-963d-560d059ac617} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:30.554126 [ 253 ] {40149c2f-3eca-4fe0-963d-560d059ac617} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.18 01:41:30.554361 [ 253 ] {40149c2f-3eca-4fe0-963d-560d059ac617} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:41:30.554528 [ 253 ] {40149c2f-3eca-4fe0-963d-560d059ac617} executeQuery: Read 108 rows, 9.31 KiB in 0.001759 sec., 61398.52188743604 rows/sec., 5.17 MiB/sec. 2026.03.18 01:41:30.554579 [ 253 ] {40149c2f-3eca-4fe0-963d-560d059ac617} TCPHandler: Processed in 0.002223047 sec. 2026.03.18 01:41:30.554707 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:30.554813 [ 253 ] {9c7f25cc-a978-4f44-9378-d665ace33a08} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:41:30.554857 [ 253 ] {9c7f25cc-a978-4f44-9378-d665ace33a08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:41:30.555279 [ 253 ] {9c7f25cc-a978-4f44-9378-d665ace33a08} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:30.555317 [ 253 ] {9c7f25cc-a978-4f44-9378-d665ace33a08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:30.555621 [ 253 ] {9c7f25cc-a978-4f44-9378-d665ace33a08} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.18 01:41:30.555831 [ 253 ] {9c7f25cc-a978-4f44-9378-d665ace33a08} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:41:30.555966 [ 253 ] {9c7f25cc-a978-4f44-9378-d665ace33a08} executeQuery: Read 26 rows, 1.96 KiB in 0.001177 sec., 22090.05947323704 rows/sec., 1.62 MiB/sec. 2026.03.18 01:41:30.555950 [ 65 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.18 01:41:30.556006 [ 253 ] {9c7f25cc-a978-4f44-9378-d665ace33a08} TCPHandler: Processed in 0.001352672 sec. 2026.03.18 01:41:30.556060 [ 65 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:30.556093 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:30.556134 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:30.556210 [ 208 ] {086d69c6-84cd-4e36-a86d-07643f589663::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.18 01:41:30.556235 [ 253 ] {8cef09d4-09ec-4a05-b324-83352b1397d5} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:41:30.556284 [ 253 ] {8cef09d4-09ec-4a05-b324-83352b1397d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:41:30.556348 [ 208 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:30.556391 [ 208 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 209 rows starting from the beginning of the part 2026.03.18 01:41:30.556470 [ 208 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 28 rows starting from the beginning of the part 2026.03.18 01:41:30.556527 [ 208 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 156 rows starting from the beginning of the part 2026.03.18 01:41:30.556577 [ 208 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 26 rows starting from the beginning of the part 2026.03.18 01:41:30.556628 [ 208 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 179 rows starting from the beginning of the part 2026.03.18 01:41:30.556673 [ 208 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part 2026.03.18 01:41:30.556762 [ 253 ] {8cef09d4-09ec-4a05-b324-83352b1397d5} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:30.556804 [ 253 ] {8cef09d4-09ec-4a05-b324-83352b1397d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:30.557160 [ 253 ] {8cef09d4-09ec-4a05-b324-83352b1397d5} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.18 01:41:30.557391 [ 253 ] {8cef09d4-09ec-4a05-b324-83352b1397d5} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:41:30.557530 [ 253 ] {8cef09d4-09ec-4a05-b324-83352b1397d5} executeQuery: Read 90 rows, 7.20 KiB in 0.001314 sec., 68493.1506849315 rows/sec., 5.35 MiB/sec. 2026.03.18 01:41:30.557569 [ 253 ] {8cef09d4-09ec-4a05-b324-83352b1397d5} TCPHandler: Processed in 0.001485115 sec. 2026.03.18 01:41:30.557666 [ 191 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 624 rows, containing 5 columns (5 merged, 0 gathered) in 0.001504514 sec., 414751.873362428 rows/sec., 27.76 MiB/sec. 2026.03.18 01:41:30.557691 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:30.557801 [ 253 ] {e67dba6d-21ae-425e-8882-f6fe62c646ef} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:30.557847 [ 253 ] {e67dba6d-21ae-425e-8882-f6fe62c646ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:41:30.557893 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.18 01:41:30.558226 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_46_9} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:41:30.558272 [ 253 ] {e67dba6d-21ae-425e-8882-f6fe62c646ef} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:30.558312 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_46_9} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.18 01:41:30.558315 [ 253 ] {e67dba6d-21ae-425e-8882-f6fe62c646ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:30.558434 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.18 01:41:30.558668 [ 253 ] {e67dba6d-21ae-425e-8882-f6fe62c646ef} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.18 01:41:30.558885 [ 253 ] {e67dba6d-21ae-425e-8882-f6fe62c646ef} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:41:30.559026 [ 253 ] {e67dba6d-21ae-425e-8882-f6fe62c646ef} executeQuery: Read 160 rows, 11.41 KiB in 0.001244 sec., 128617.36334405144 rows/sec., 8.96 MiB/sec. 2026.03.18 01:41:30.559064 [ 253 ] {e67dba6d-21ae-425e-8882-f6fe62c646ef} TCPHandler: Processed in 0.001421304 sec. 2026.03.18 01:41:30.559173 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:30.559268 [ 253 ] {ace1e718-bb30-4a92-87a4-3527aaba69e3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:30.559323 [ 253 ] {ace1e718-bb30-4a92-87a4-3527aaba69e3} 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.18 01:41:30.560126 [ 253 ] {ace1e718-bb30-4a92-87a4-3527aaba69e3} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:30.560163 [ 253 ] {ace1e718-bb30-4a92-87a4-3527aaba69e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:30.560696 [ 253 ] {ace1e718-bb30-4a92-87a4-3527aaba69e3} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.18 01:41:30.560938 [ 253 ] {ace1e718-bb30-4a92-87a4-3527aaba69e3} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:41:30.561058 [ 65 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.18 01:41:30.561081 [ 253 ] {ace1e718-bb30-4a92-87a4-3527aaba69e3} executeQuery: Read 26 rows, 47.71 KiB in 0.00183 sec., 14207.650273224044 rows/sec., 25.46 MiB/sec. 2026.03.18 01:41:30.561098 [ 65 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:30.561124 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:30.561142 [ 253 ] {ace1e718-bb30-4a92-87a4-3527aaba69e3} TCPHandler: Processed in 0.002018533 sec. 2026.03.18 01:41:30.561190 [ 208 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::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.18 01:41:30.561265 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:30.561367 [ 253 ] {aa427311-94cc-48c5-9e92-d3ab26146be9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:41:30.561383 [ 208 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:30.561409 [ 253 ] {aa427311-94cc-48c5-9e92-d3ab26146be9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:41:30.561441 [ 208 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 797 rows starting from the beginning of the part 2026.03.18 01:41:30.561559 [ 208 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 26 rows starting from the beginning of the part 2026.03.18 01:41:30.561671 [ 208 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part 2026.03.18 01:41:30.561749 [ 253 ] {aa427311-94cc-48c5-9e92-d3ab26146be9} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:30.561780 [ 208 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 26 rows starting from the beginning of the part 2026.03.18 01:41:30.561789 [ 253 ] {aa427311-94cc-48c5-9e92-d3ab26146be9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:30.561892 [ 208 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 23 rows starting from the beginning of the part 2026.03.18 01:41:30.562002 [ 208 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part 2026.03.18 01:41:30.562112 [ 253 ] {aa427311-94cc-48c5-9e92-d3ab26146be9} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.18 01:41:30.562341 [ 253 ] {aa427311-94cc-48c5-9e92-d3ab26146be9} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:41:30.562489 [ 253 ] {aa427311-94cc-48c5-9e92-d3ab26146be9} executeQuery: Read 60 rows, 4.14 KiB in 0.001141 sec., 52585.45135845749 rows/sec., 3.54 MiB/sec. 2026.03.18 01:41:30.562527 [ 253 ] {aa427311-94cc-48c5-9e92-d3ab26146be9} TCPHandler: Processed in 0.001310621 sec. 2026.03.18 01:41:30.565897 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 912 rows, containing 19 columns (19 merged, 0 gathered) in 0.004732078 sec., 192727.16975502096 rows/sec., 345.36 MiB/sec. 2026.03.18 01:41:30.566978 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.18 01:41:30.567341 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_46_9} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:41:30.567419 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_46_9} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.18 01:41:30.567549 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.84 MiB. 2026.03.18 01:41:34.586240 [ 60 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:41:34.586309 [ 60 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:41:34.740339 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17155 2026.03.18 01:41:34.741198 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:34.741277 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:34.741799 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.18 01:41:34.742040 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:41:34.742197 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17155 2026.03.18 01:41:34.742194 [ 60 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.18 01:41:34.742269 [ 60 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:34.742293 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:34.742446 [ 192 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::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.18 01:41:34.742671 [ 192 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:34.742734 [ 192 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14787 rows starting from the beginning of the part 2026.03.18 01:41:34.742839 [ 192 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 448 rows starting from the beginning of the part 2026.03.18 01:41:34.742917 [ 192 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 512 rows starting from the beginning of the part 2026.03.18 01:41:34.742987 [ 192 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 448 rows starting from the beginning of the part 2026.03.18 01:41:34.743053 [ 192 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 512 rows starting from the beginning of the part 2026.03.18 01:41:34.743120 [ 192 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 448 rows starting from the beginning of the part 2026.03.18 01:41:34.745200 [ 201 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17155 rows, containing 4 columns (4 merged, 0 gathered) in 0.002832397 sec., 6056707.446025399 rows/sec., 86.64 MiB/sec. 2026.03.18 01:41:34.745406 [ 192 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.18 01:41:34.745655 [ 192 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_36_7} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:41:34.745729 [ 192 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_36_7} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.18 01:41:34.745807 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.03.18 01:41:34.810397 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1156 2026.03.18 01:41:34.812526 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:34.812587 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:34.813837 [ 242 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 01:41:34.814152 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:41:34.814307 [ 60 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 01:41:34.814356 [ 60 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:34.814375 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:34.814465 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::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.18 01:41:34.814543 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1156 2026.03.18 01:41:34.814992 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:34.815121 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 954 rows starting from the beginning of the part 2026.03.18 01:41:34.815451 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2026.03.18 01:41:34.815756 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part 2026.03.18 01:41:34.816072 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part 2026.03.18 01:41:34.816387 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 66 rows starting from the beginning of the part 2026.03.18 01:41:34.816694 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part 2026.03.18 01:41:34.822742 [ 201 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1156 rows, containing 72 columns (72 merged, 0 gathered) in 0.008317638 sec., 138981.7638132364 rows/sec., 111.15 MiB/sec. 2026.03.18 01:41:34.823960 [ 187 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 01:41:34.824550 [ 187 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_26_5} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:41:34.824626 [ 187 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_26_5} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 01:41:34.824810 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. 2026.03.18 01:41:35.558589 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:35.558898 [ 253 ] {39421657-1c5e-4c93-a62f-7b411ac5354d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:41:35.559004 [ 253 ] {39421657-1c5e-4c93-a62f-7b411ac5354d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:41:35.559885 [ 253 ] {39421657-1c5e-4c93-a62f-7b411ac5354d} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:35.559939 [ 253 ] {39421657-1c5e-4c93-a62f-7b411ac5354d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:35.560351 [ 253 ] {39421657-1c5e-4c93-a62f-7b411ac5354d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 01:41:35.560587 [ 253 ] {39421657-1c5e-4c93-a62f-7b411ac5354d} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:41:35.560752 [ 253 ] {39421657-1c5e-4c93-a62f-7b411ac5354d} executeQuery: Read 284 rows, 18.47 KiB in 0.001933 sec., 146921.88308329022 rows/sec., 9.33 MiB/sec. 2026.03.18 01:41:35.560804 [ 253 ] {39421657-1c5e-4c93-a62f-7b411ac5354d} TCPHandler: Processed in 0.00239858 sec. 2026.03.18 01:41:35.560934 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:35.561038 [ 253 ] {4453a39c-beb4-4057-a3dd-57c5c3384db2} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:41:35.561080 [ 253 ] {4453a39c-beb4-4057-a3dd-57c5c3384db2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:41:35.561939 [ 253 ] {4453a39c-beb4-4057-a3dd-57c5c3384db2} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:35.561978 [ 253 ] {4453a39c-beb4-4057-a3dd-57c5c3384db2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:35.562357 [ 253 ] {4453a39c-beb4-4057-a3dd-57c5c3384db2} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.18 01:41:35.562572 [ 253 ] {4453a39c-beb4-4057-a3dd-57c5c3384db2} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:41:35.562707 [ 253 ] {4453a39c-beb4-4057-a3dd-57c5c3384db2} executeQuery: Read 825 rows, 66.29 KiB in 0.001692 sec., 487588.6524822695 rows/sec., 38.26 MiB/sec. 2026.03.18 01:41:35.562745 [ 253 ] {4453a39c-beb4-4057-a3dd-57c5c3384db2} TCPHandler: Processed in 0.00186438 sec. 2026.03.18 01:41:35.562869 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:35.562991 [ 253 ] {da7a2711-f2ec-4060-af30-beac591b7e37} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:41:35.563042 [ 253 ] {da7a2711-f2ec-4060-af30-beac591b7e37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:41:35.563560 [ 253 ] {da7a2711-f2ec-4060-af30-beac591b7e37} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:35.563598 [ 253 ] {da7a2711-f2ec-4060-af30-beac591b7e37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:35.563929 [ 253 ] {da7a2711-f2ec-4060-af30-beac591b7e37} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.18 01:41:35.564139 [ 253 ] {da7a2711-f2ec-4060-af30-beac591b7e37} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:41:35.564275 [ 253 ] {da7a2711-f2ec-4060-af30-beac591b7e37} executeQuery: Read 156 rows, 9.59 KiB in 0.001309 sec., 119174.94270435447 rows/sec., 7.16 MiB/sec. 2026.03.18 01:41:35.564315 [ 253 ] {da7a2711-f2ec-4060-af30-beac591b7e37} TCPHandler: Processed in 0.001507756 sec. 2026.03.18 01:41:35.564433 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:35.564528 [ 253 ] {29920135-584b-463b-847f-072c7758c641} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:41:35.564569 [ 253 ] {29920135-584b-463b-847f-072c7758c641} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:41:35.565025 [ 253 ] {29920135-584b-463b-847f-072c7758c641} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:35.565063 [ 253 ] {29920135-584b-463b-847f-072c7758c641} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:35.565364 [ 253 ] {29920135-584b-463b-847f-072c7758c641} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 01:41:35.565581 [ 253 ] {29920135-584b-463b-847f-072c7758c641} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:41:35.565688 [ 58 ] {} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 01:41:35.565706 [ 253 ] {29920135-584b-463b-847f-072c7758c641} executeQuery: Read 149 rows, 9.86 KiB in 0.001196 sec., 124581.9397993311 rows/sec., 8.05 MiB/sec. 2026.03.18 01:41:35.565756 [ 58 ] {} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:35.565765 [ 253 ] {29920135-584b-463b-847f-072c7758c641} TCPHandler: Processed in 0.001381412 sec. 2026.03.18 01:41:35.565785 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:35.565889 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:35.565922 [ 194 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::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.18 01:41:35.565988 [ 253 ] {e4d06e94-f3b1-4ed4-98ef-e4ee7ae09131} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:41:35.566033 [ 253 ] {e4d06e94-f3b1-4ed4-98ef-e4ee7ae09131} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:41:35.566069 [ 194 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:35.566107 [ 194 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 857 rows starting from the beginning of the part 2026.03.18 01:41:35.566182 [ 194 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 857 rows starting from the beginning of the part 2026.03.18 01:41:35.566231 [ 194 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 149 rows starting from the beginning of the part 2026.03.18 01:41:35.566273 [ 194 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 149 rows starting from the beginning of the part 2026.03.18 01:41:35.566335 [ 194 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 857 rows starting from the beginning of the part 2026.03.18 01:41:35.566419 [ 194 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 149 rows starting from the beginning of the part 2026.03.18 01:41:35.566495 [ 253 ] {e4d06e94-f3b1-4ed4-98ef-e4ee7ae09131} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:35.566537 [ 253 ] {e4d06e94-f3b1-4ed4-98ef-e4ee7ae09131} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:35.566884 [ 253 ] {e4d06e94-f3b1-4ed4-98ef-e4ee7ae09131} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 01:41:35.567102 [ 253 ] {e4d06e94-f3b1-4ed4-98ef-e4ee7ae09131} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:41:35.567238 [ 253 ] {e4d06e94-f3b1-4ed4-98ef-e4ee7ae09131} executeQuery: Read 148 rows, 8.62 KiB in 0.001267 sec., 116811.36543014996 rows/sec., 6.64 MiB/sec. 2026.03.18 01:41:35.567276 [ 253 ] {e4d06e94-f3b1-4ed4-98ef-e4ee7ae09131} TCPHandler: Processed in 0.001435934 sec. 2026.03.18 01:41:35.567395 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:35.567488 [ 253 ] {765d039c-e52e-45bc-8219-6921ce128c56} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:41:35.567527 [ 253 ] {765d039c-e52e-45bc-8219-6921ce128c56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:41:35.567814 [ 199 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3018 rows, containing 5 columns (5 merged, 0 gathered) in 0.001951642 sec., 1546390.1678689022 rows/sec., 98.98 MiB/sec. 2026.03.18 01:41:35.568010 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 01:41:35.568223 [ 253 ] {765d039c-e52e-45bc-8219-6921ce128c56} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:35.568261 [ 253 ] {765d039c-e52e-45bc-8219-6921ce128c56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:35.568262 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_26_5} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:41:35.568331 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_26_5} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 01:41:35.568408 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.03.18 01:41:35.568603 [ 253 ] {765d039c-e52e-45bc-8219-6921ce128c56} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.18 01:41:35.568821 [ 253 ] {765d039c-e52e-45bc-8219-6921ce128c56} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:41:35.568954 [ 253 ] {765d039c-e52e-45bc-8219-6921ce128c56} executeQuery: Read 504 rows, 36.30 KiB in 0.001484 sec., 339622.6415094339 rows/sec., 23.89 MiB/sec. 2026.03.18 01:41:35.568993 [ 253 ] {765d039c-e52e-45bc-8219-6921ce128c56} TCPHandler: Processed in 0.001646617 sec. 2026.03.18 01:41:35.569114 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:35.569210 [ 253 ] {3f643d23-ffa5-47e6-97b1-432185a716d4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:41:35.569253 [ 253 ] {3f643d23-ffa5-47e6-97b1-432185a716d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:41:35.569582 [ 253 ] {3f643d23-ffa5-47e6-97b1-432185a716d4} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:35.569618 [ 253 ] {3f643d23-ffa5-47e6-97b1-432185a716d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:35.569924 [ 253 ] {3f643d23-ffa5-47e6-97b1-432185a716d4} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 01:41:35.570135 [ 253 ] {3f643d23-ffa5-47e6-97b1-432185a716d4} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:41:35.570264 [ 253 ] {3f643d23-ffa5-47e6-97b1-432185a716d4} executeQuery: Read 6 rows, 321.00 B in 0.001073 sec., 5591.798695246971 rows/sec., 292.15 KiB/sec. 2026.03.18 01:41:35.570300 [ 253 ] {3f643d23-ffa5-47e6-97b1-432185a716d4} TCPHandler: Processed in 0.001236111 sec. 2026.03.18 01:41:35.570415 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:35.570531 [ 253 ] {6059e58a-0d3f-4e99-aff3-e93a3839cd1c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:35.570581 [ 253 ] {6059e58a-0d3f-4e99-aff3-e93a3839cd1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:41:35.571095 [ 253 ] {6059e58a-0d3f-4e99-aff3-e93a3839cd1c} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:35.571144 [ 253 ] {6059e58a-0d3f-4e99-aff3-e93a3839cd1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:35.571504 [ 253 ] {6059e58a-0d3f-4e99-aff3-e93a3839cd1c} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.18 01:41:35.571716 [ 253 ] {6059e58a-0d3f-4e99-aff3-e93a3839cd1c} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:41:35.571871 [ 253 ] {6059e58a-0d3f-4e99-aff3-e93a3839cd1c} executeQuery: Read 265 rows, 18.03 KiB in 0.001365 sec., 194139.19413919415 rows/sec., 12.90 MiB/sec. 2026.03.18 01:41:35.571909 [ 253 ] {6059e58a-0d3f-4e99-aff3-e93a3839cd1c} TCPHandler: Processed in 0.001553816 sec. 2026.03.18 01:41:35.572023 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:35.572116 [ 253 ] {d8ae769f-47e0-48c3-a83f-dab8ebb2e471} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:41:35.572157 [ 253 ] {d8ae769f-47e0-48c3-a83f-dab8ebb2e471} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:41:35.572470 [ 253 ] {d8ae769f-47e0-48c3-a83f-dab8ebb2e471} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:35.572506 [ 253 ] {d8ae769f-47e0-48c3-a83f-dab8ebb2e471} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:35.572807 [ 253 ] {d8ae769f-47e0-48c3-a83f-dab8ebb2e471} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 01:41:35.573035 [ 253 ] {d8ae769f-47e0-48c3-a83f-dab8ebb2e471} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:41:35.573167 [ 253 ] {d8ae769f-47e0-48c3-a83f-dab8ebb2e471} executeQuery: Read 1 rows, 69.00 B in 0.00107 sec., 934.5794392523364 rows/sec., 62.97 KiB/sec. 2026.03.18 01:41:35.573203 [ 253 ] {d8ae769f-47e0-48c3-a83f-dab8ebb2e471} TCPHandler: Processed in 0.00123 sec. 2026.03.18 01:41:35.573305 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:35.573399 [ 253 ] {82222b38-f3ad-46ee-9ea0-08a4940473b6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:35.573455 [ 253 ] {82222b38-f3ad-46ee-9ea0-08a4940473b6} 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.18 01:41:35.574241 [ 253 ] {82222b38-f3ad-46ee-9ea0-08a4940473b6} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:35.574277 [ 253 ] {82222b38-f3ad-46ee-9ea0-08a4940473b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:35.574795 [ 253 ] {82222b38-f3ad-46ee-9ea0-08a4940473b6} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.18 01:41:35.575041 [ 253 ] {82222b38-f3ad-46ee-9ea0-08a4940473b6} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:41:35.575178 [ 253 ] {82222b38-f3ad-46ee-9ea0-08a4940473b6} executeQuery: Read 14 rows, 25.69 KiB in 0.001797 sec., 7790.762381747357 rows/sec., 13.96 MiB/sec. 2026.03.18 01:41:35.575231 [ 253 ] {82222b38-f3ad-46ee-9ea0-08a4940473b6} TCPHandler: Processed in 0.001974873 sec. 2026.03.18 01:41:35.575354 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:35.575449 [ 253 ] {4910053f-9092-47c2-afbb-219c400560d4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:41:35.575491 [ 253 ] {4910053f-9092-47c2-afbb-219c400560d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:41:35.575832 [ 253 ] {4910053f-9092-47c2-afbb-219c400560d4} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:35.575868 [ 253 ] {4910053f-9092-47c2-afbb-219c400560d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:35.576172 [ 253 ] {4910053f-9092-47c2-afbb-219c400560d4} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.18 01:41:35.576379 [ 253 ] {4910053f-9092-47c2-afbb-219c400560d4} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:41:35.576503 [ 253 ] {4910053f-9092-47c2-afbb-219c400560d4} executeQuery: Read 90 rows, 5.77 KiB in 0.001072 sec., 83955.22388059701 rows/sec., 5.25 MiB/sec. 2026.03.18 01:41:35.576540 [ 253 ] {4910053f-9092-47c2-afbb-219c400560d4} TCPHandler: Processed in 0.001234981 sec. 2026.03.18 01:41:35.661938 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2026.03.18 01:41:35.679348 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:35.679409 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:35.684971 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.18 01:41:35.685717 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:41:35.686013 [ 10 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.18 01:41:35.686069 [ 10 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:35.686092 [ 10 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:35.686183 [ 200 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:41:35.689670 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2026.03.18 01:41:35.690364 [ 200 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:35.691936 [ 200 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:41:35.696706 [ 200 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:41:35.701159 [ 200 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:41:35.705536 [ 200 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:41:35.709898 [ 200 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:41:35.713808 [ 200 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:41:35.768498 [ 198 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.082349838 sec., 3302.981603922524 rows/sec., 17.08 MiB/sec. 2026.03.18 01:41:35.771503 [ 199 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.18 01:41:35.773552 [ 199 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_36_7} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:41:35.773644 [ 199 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_36_7} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.18 01:41:35.776373 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2026.03.18 01:41:36.000186 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 289.85 MiB, peak 301.73 MiB, free memory in arenas 0.00 B, will set to 292.89 MiB (RSS), difference: 3.04 MiB 2026.03.18 01:41:37.138538 [ 47 ] {} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.03.18 01:41:37.138607 [ 47 ] {} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:37.138628 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:37.138745 [ 196 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.03.18 01:41:37.138895 [ 196 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:37.138929 [ 196 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part 2026.03.18 01:41:37.138998 [ 196 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part 2026.03.18 01:41:37.139047 [ 196 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2026.03.18 01:41:37.139092 [ 196 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2026.03.18 01:41:37.139138 [ 196 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part 2026.03.18 01:41:37.139878 [ 199 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.00118572 sec., 42168.4714772459 rows/sec., 3.52 MiB/sec. 2026.03.18 01:41:37.140077 [ 198 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.03.18 01:41:37.140389 [ 198 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_13_3} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:41:37.140467 [ 198 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_13_3} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.03.18 01:41:37.140567 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.18 01:41:40.551749 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:40.551941 [ 253 ] {2fa65567-f1be-4f4b-afb4-3d63e6f75c93} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:41:40.552015 [ 253 ] {2fa65567-f1be-4f4b-afb4-3d63e6f75c93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:41:40.552727 [ 253 ] {2fa65567-f1be-4f4b-afb4-3d63e6f75c93} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:40.552775 [ 253 ] {2fa65567-f1be-4f4b-afb4-3d63e6f75c93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:40.553210 [ 253 ] {2fa65567-f1be-4f4b-afb4-3d63e6f75c93} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.18 01:41:40.553462 [ 253 ] {2fa65567-f1be-4f4b-afb4-3d63e6f75c93} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:41:40.553629 [ 253 ] {2fa65567-f1be-4f4b-afb4-3d63e6f75c93} executeQuery: Read 108 rows, 9.31 KiB in 0.001737 sec., 62176.16580310881 rows/sec., 5.23 MiB/sec. 2026.03.18 01:41:40.553682 [ 253 ] {2fa65567-f1be-4f4b-afb4-3d63e6f75c93} TCPHandler: Processed in 0.002061454 sec. 2026.03.18 01:41:40.553821 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:40.553929 [ 253 ] {92c8157b-c0b3-4432-90ec-6c835eb9ebea} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:41:40.553973 [ 253 ] {92c8157b-c0b3-4432-90ec-6c835eb9ebea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:41:40.554441 [ 253 ] {92c8157b-c0b3-4432-90ec-6c835eb9ebea} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:40.554484 [ 253 ] {92c8157b-c0b3-4432-90ec-6c835eb9ebea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:40.554851 [ 253 ] {92c8157b-c0b3-4432-90ec-6c835eb9ebea} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.18 01:41:40.555113 [ 253 ] {92c8157b-c0b3-4432-90ec-6c835eb9ebea} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:41:40.555258 [ 253 ] {92c8157b-c0b3-4432-90ec-6c835eb9ebea} executeQuery: Read 26 rows, 1.96 KiB in 0.001357 sec., 19159.91156963891 rows/sec., 1.41 MiB/sec. 2026.03.18 01:41:40.555299 [ 253 ] {92c8157b-c0b3-4432-90ec-6c835eb9ebea} TCPHandler: Processed in 0.001532315 sec. 2026.03.18 01:41:40.555429 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:40.555532 [ 253 ] {4bb6e9ac-0e3f-40dd-a681-a8e365e3cabc} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:41:40.555578 [ 253 ] {4bb6e9ac-0e3f-40dd-a681-a8e365e3cabc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:41:40.556049 [ 253 ] {4bb6e9ac-0e3f-40dd-a681-a8e365e3cabc} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:40.556089 [ 253 ] {4bb6e9ac-0e3f-40dd-a681-a8e365e3cabc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:40.556447 [ 253 ] {4bb6e9ac-0e3f-40dd-a681-a8e365e3cabc} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.18 01:41:40.556676 [ 253 ] {4bb6e9ac-0e3f-40dd-a681-a8e365e3cabc} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:41:40.556826 [ 253 ] {4bb6e9ac-0e3f-40dd-a681-a8e365e3cabc} executeQuery: Read 90 rows, 7.20 KiB in 0.001318 sec., 68285.28072837632 rows/sec., 5.33 MiB/sec. 2026.03.18 01:41:40.556867 [ 253 ] {4bb6e9ac-0e3f-40dd-a681-a8e365e3cabc} TCPHandler: Processed in 0.001489614 sec. 2026.03.18 01:41:40.556996 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:40.557098 [ 253 ] {cf6986a0-f26c-4430-8e05-c7312534b11d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:40.557145 [ 253 ] {cf6986a0-f26c-4430-8e05-c7312534b11d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:41:40.557575 [ 253 ] {cf6986a0-f26c-4430-8e05-c7312534b11d} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:40.557611 [ 253 ] {cf6986a0-f26c-4430-8e05-c7312534b11d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:40.558022 [ 253 ] {cf6986a0-f26c-4430-8e05-c7312534b11d} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.18 01:41:40.558249 [ 253 ] {cf6986a0-f26c-4430-8e05-c7312534b11d} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:41:40.558394 [ 253 ] {cf6986a0-f26c-4430-8e05-c7312534b11d} executeQuery: Read 160 rows, 11.41 KiB in 0.001318 sec., 121396.05462822459 rows/sec., 8.45 MiB/sec. 2026.03.18 01:41:40.558444 [ 253 ] {cf6986a0-f26c-4430-8e05-c7312534b11d} TCPHandler: Processed in 0.001498814 sec. 2026.03.18 01:41:40.558572 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:40.558672 [ 253 ] {fb17e4d3-6c8e-45dc-accc-880960669c2a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:40.558731 [ 253 ] {fb17e4d3-6c8e-45dc-accc-880960669c2a} 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.18 01:41:40.559632 [ 253 ] {fb17e4d3-6c8e-45dc-accc-880960669c2a} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:40.559671 [ 253 ] {fb17e4d3-6c8e-45dc-accc-880960669c2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:40.560263 [ 253 ] {fb17e4d3-6c8e-45dc-accc-880960669c2a} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.18 01:41:40.560523 [ 253 ] {fb17e4d3-6c8e-45dc-accc-880960669c2a} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:41:40.560670 [ 253 ] {fb17e4d3-6c8e-45dc-accc-880960669c2a} executeQuery: Read 26 rows, 47.71 KiB in 0.002019 sec., 12877.662209014365 rows/sec., 23.08 MiB/sec. 2026.03.18 01:41:40.560747 [ 253 ] {fb17e4d3-6c8e-45dc-accc-880960669c2a} TCPHandler: Processed in 0.002226147 sec. 2026.03.18 01:41:40.560873 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:40.560973 [ 253 ] {ff47cd41-4cdf-467b-8485-6d33b4c908ca} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:41:40.561017 [ 253 ] {ff47cd41-4cdf-467b-8485-6d33b4c908ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:41:40.561375 [ 253 ] {ff47cd41-4cdf-467b-8485-6d33b4c908ca} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:40.561411 [ 253 ] {ff47cd41-4cdf-467b-8485-6d33b4c908ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:40.561727 [ 253 ] {ff47cd41-4cdf-467b-8485-6d33b4c908ca} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.18 01:41:40.561950 [ 253 ] {ff47cd41-4cdf-467b-8485-6d33b4c908ca} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:41:40.562085 [ 253 ] {ff47cd41-4cdf-467b-8485-6d33b4c908ca} executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. 2026.03.18 01:41:40.562122 [ 253 ] {ff47cd41-4cdf-467b-8485-6d33b4c908ca} TCPHandler: Processed in 0.001299351 sec. 2026.03.18 01:41:42.243195 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17667 2026.03.18 01:41:42.243763 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:42.243808 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:42.244333 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.18 01:41:42.244564 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:41:42.244694 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17667 2026.03.18 01:41:43.189782 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2026.03.18 01:41:43.204549 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:43.204600 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:43.210189 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.18 01:41:43.210837 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:41:43.213455 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.03.18 01:41:44.814767 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1190 2026.03.18 01:41:44.817192 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:44.817257 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:44.818533 [ 242 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 01:41:44.818822 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:41:44.819209 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1190 2026.03.18 01:41:45.561685 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:45.561896 [ 253 ] {752207a5-6ad8-4aef-a412-f9091a669782} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:41:45.561970 [ 253 ] {752207a5-6ad8-4aef-a412-f9091a669782} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:41:45.562782 [ 253 ] {752207a5-6ad8-4aef-a412-f9091a669782} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:45.562831 [ 253 ] {752207a5-6ad8-4aef-a412-f9091a669782} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:45.563233 [ 253 ] {752207a5-6ad8-4aef-a412-f9091a669782} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 01:41:45.563459 [ 253 ] {752207a5-6ad8-4aef-a412-f9091a669782} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:41:45.563609 [ 253 ] {752207a5-6ad8-4aef-a412-f9091a669782} executeQuery: Read 284 rows, 18.47 KiB in 0.001766 sec., 160815.4020385051 rows/sec., 10.21 MiB/sec. 2026.03.18 01:41:45.563651 [ 253 ] {752207a5-6ad8-4aef-a412-f9091a669782} TCPHandler: Processed in 0.002102395 sec. 2026.03.18 01:41:45.563777 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:45.563873 [ 253 ] {0209d8cc-cd4e-4512-9764-8bc66682772a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:41:45.563912 [ 253 ] {0209d8cc-cd4e-4512-9764-8bc66682772a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:41:45.564685 [ 253 ] {0209d8cc-cd4e-4512-9764-8bc66682772a} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:45.564721 [ 253 ] {0209d8cc-cd4e-4512-9764-8bc66682772a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:45.565093 [ 253 ] {0209d8cc-cd4e-4512-9764-8bc66682772a} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.18 01:41:45.565316 [ 253 ] {0209d8cc-cd4e-4512-9764-8bc66682772a} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:41:45.565444 [ 253 ] {0209d8cc-cd4e-4512-9764-8bc66682772a} executeQuery: Read 825 rows, 66.29 KiB in 0.001591 sec., 518541.79761156504 rows/sec., 40.69 MiB/sec. 2026.03.18 01:41:45.565457 [ 46 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.18 01:41:45.565482 [ 253 ] {0209d8cc-cd4e-4512-9764-8bc66682772a} TCPHandler: Processed in 0.0017544 sec. 2026.03.18 01:41:45.565533 [ 46 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:45.565565 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:45.565635 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:45.565700 [ 196 ] {00e7bac3-0c43-4371-b27b-c97b01471236::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.18 01:41:45.565761 [ 253 ] {669adc8c-a058-4596-bcc2-22ec7e3cf9be} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:41:45.565816 [ 253 ] {669adc8c-a058-4596-bcc2-22ec7e3cf9be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:41:45.565865 [ 196 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:45.565911 [ 196 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2766 rows starting from the beginning of the part 2026.03.18 01:41:45.565991 [ 196 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part 2026.03.18 01:41:45.566047 [ 196 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 108 rows starting from the beginning of the part 2026.03.18 01:41:45.566099 [ 196 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 825 rows starting from the beginning of the part 2026.03.18 01:41:45.566144 [ 196 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 108 rows starting from the beginning of the part 2026.03.18 01:41:45.566192 [ 196 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 825 rows starting from the beginning of the part 2026.03.18 01:41:45.566361 [ 253 ] {669adc8c-a058-4596-bcc2-22ec7e3cf9be} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:45.566410 [ 253 ] {669adc8c-a058-4596-bcc2-22ec7e3cf9be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:45.566794 [ 253 ] {669adc8c-a058-4596-bcc2-22ec7e3cf9be} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.18 01:41:45.567021 [ 253 ] {669adc8c-a058-4596-bcc2-22ec7e3cf9be} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:41:45.567158 [ 253 ] {669adc8c-a058-4596-bcc2-22ec7e3cf9be} executeQuery: Read 156 rows, 9.59 KiB in 0.001422 sec., 109704.64135021096 rows/sec., 6.59 MiB/sec. 2026.03.18 01:41:45.567198 [ 253 ] {669adc8c-a058-4596-bcc2-22ec7e3cf9be} TCPHandler: Processed in 0.001630077 sec. 2026.03.18 01:41:45.567313 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:45.567409 [ 253 ] {c5a97b93-a202-4d76-9d8c-831491385e7f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:41:45.567449 [ 253 ] {c5a97b93-a202-4d76-9d8c-831491385e7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:41:45.567883 [ 253 ] {c5a97b93-a202-4d76-9d8c-831491385e7f} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:45.567920 [ 253 ] {c5a97b93-a202-4d76-9d8c-831491385e7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:45.568207 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 4688 rows, containing 5 columns (5 merged, 0 gathered) in 0.002573803 sec., 1821429.2236041375 rows/sec., 148.15 MiB/sec. 2026.03.18 01:41:45.568223 [ 253 ] {c5a97b93-a202-4d76-9d8c-831491385e7f} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 01:41:45.568432 [ 253 ] {c5a97b93-a202-4d76-9d8c-831491385e7f} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:41:45.568513 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.18 01:41:45.568565 [ 253 ] {c5a97b93-a202-4d76-9d8c-831491385e7f} executeQuery: Read 149 rows, 9.86 KiB in 0.001174 sec., 126916.52470187395 rows/sec., 8.20 MiB/sec. 2026.03.18 01:41:45.568602 [ 253 ] {c5a97b93-a202-4d76-9d8c-831491385e7f} TCPHandler: Processed in 0.001338322 sec. 2026.03.18 01:41:45.568728 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:45.568822 [ 253 ] {8443b8fa-1f6c-4017-9ae0-a1f1fb916ae6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:41:45.568835 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_61_12} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:41:45.568865 [ 253 ] {8443b8fa-1f6c-4017-9ae0-a1f1fb916ae6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:41:45.568906 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_61_12} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.18 01:41:45.568997 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2026.03.18 01:41:45.569310 [ 253 ] {8443b8fa-1f6c-4017-9ae0-a1f1fb916ae6} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:45.569346 [ 253 ] {8443b8fa-1f6c-4017-9ae0-a1f1fb916ae6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:45.569657 [ 253 ] {8443b8fa-1f6c-4017-9ae0-a1f1fb916ae6} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 01:41:45.569860 [ 253 ] {8443b8fa-1f6c-4017-9ae0-a1f1fb916ae6} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:41:45.569986 [ 253 ] {8443b8fa-1f6c-4017-9ae0-a1f1fb916ae6} executeQuery: Read 148 rows, 8.62 KiB in 0.001181 sec., 125317.52751905165 rows/sec., 7.13 MiB/sec. 2026.03.18 01:41:45.570023 [ 253 ] {8443b8fa-1f6c-4017-9ae0-a1f1fb916ae6} TCPHandler: Processed in 0.001344172 sec. 2026.03.18 01:41:45.570137 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:45.570231 [ 253 ] {02d81814-031e-4a90-8267-c6187735f4f6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:41:45.570276 [ 253 ] {02d81814-031e-4a90-8267-c6187735f4f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:41:45.570872 [ 253 ] {02d81814-031e-4a90-8267-c6187735f4f6} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:45.570910 [ 253 ] {02d81814-031e-4a90-8267-c6187735f4f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:45.571229 [ 253 ] {02d81814-031e-4a90-8267-c6187735f4f6} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.18 01:41:45.571436 [ 253 ] {02d81814-031e-4a90-8267-c6187735f4f6} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:41:45.571547 [ 46 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.18 01:41:45.571567 [ 253 ] {02d81814-031e-4a90-8267-c6187735f4f6} executeQuery: Read 504 rows, 36.30 KiB in 0.001353 sec., 372505.54323725053 rows/sec., 26.20 MiB/sec. 2026.03.18 01:41:45.571580 [ 46 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:45.571608 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:45.571613 [ 253 ] {02d81814-031e-4a90-8267-c6187735f4f6} TCPHandler: Processed in 0.001525486 sec. 2026.03.18 01:41:45.571691 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::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.18 01:41:45.571732 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:45.571778 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:45.571810 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1511 rows starting from the beginning of the part 2026.03.18 01:41:45.571827 [ 253 ] {443a8a5a-9f57-4d85-8240-da53a31a32d5} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:41:45.571868 [ 253 ] {443a8a5a-9f57-4d85-8240-da53a31a32d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:41:45.571874 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part 2026.03.18 01:41:45.571929 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 90 rows starting from the beginning of the part 2026.03.18 01:41:45.571976 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 504 rows starting from the beginning of the part 2026.03.18 01:41:45.572024 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 90 rows starting from the beginning of the part 2026.03.18 01:41:45.572067 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 504 rows starting from the beginning of the part 2026.03.18 01:41:45.572207 [ 253 ] {443a8a5a-9f57-4d85-8240-da53a31a32d5} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:45.572243 [ 253 ] {443a8a5a-9f57-4d85-8240-da53a31a32d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:45.572545 [ 253 ] {443a8a5a-9f57-4d85-8240-da53a31a32d5} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 01:41:45.572752 [ 253 ] {443a8a5a-9f57-4d85-8240-da53a31a32d5} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:41:45.572880 [ 253 ] {443a8a5a-9f57-4d85-8240-da53a31a32d5} executeQuery: Read 6 rows, 321.00 B in 0.001072 sec., 5597.014925373134 rows/sec., 292.42 KiB/sec. 2026.03.18 01:41:45.572918 [ 253 ] {443a8a5a-9f57-4d85-8240-da53a31a32d5} TCPHandler: Processed in 0.00123476 sec. 2026.03.18 01:41:45.573033 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:45.573128 [ 253 ] {d0e0d200-7d35-48d7-8ff6-b26e095bc8b0} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:45.573169 [ 253 ] {d0e0d200-7d35-48d7-8ff6-b26e095bc8b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:41:45.573205 [ 186 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2763 rows, containing 5 columns (5 merged, 0 gathered) in 0.001546146 sec., 1787023.9938531031 rows/sec., 132.73 MiB/sec. 2026.03.18 01:41:45.573430 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.18 01:41:45.573596 [ 253 ] {d0e0d200-7d35-48d7-8ff6-b26e095bc8b0} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:45.573639 [ 253 ] {d0e0d200-7d35-48d7-8ff6-b26e095bc8b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:45.573713 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_61_12} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:41:45.573807 [ 196 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_61_12} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.18 01:41:45.573904 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.03.18 01:41:45.573985 [ 253 ] {d0e0d200-7d35-48d7-8ff6-b26e095bc8b0} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.18 01:41:45.574201 [ 253 ] {d0e0d200-7d35-48d7-8ff6-b26e095bc8b0} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:41:45.574312 [ 46 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.18 01:41:45.574331 [ 253 ] {d0e0d200-7d35-48d7-8ff6-b26e095bc8b0} executeQuery: Read 265 rows, 18.03 KiB in 0.00122 sec., 217213.11475409838 rows/sec., 14.43 MiB/sec. 2026.03.18 01:41:45.574345 [ 46 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:45.574371 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:45.574376 [ 253 ] {d0e0d200-7d35-48d7-8ff6-b26e095bc8b0} TCPHandler: Processed in 0.001390973 sec. 2026.03.18 01:41:45.574450 [ 193 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:41:45.574530 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:45.574538 [ 193 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:45.574571 [ 193 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 20923 rows starting from the beginning of the part 2026.03.18 01:41:45.574622 [ 193 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 32 rows starting from the beginning of the part 2026.03.18 01:41:45.574626 [ 253 ] {cffc7532-6f53-4da4-8d4a-5db34611a894} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:41:45.574665 [ 193 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part 2026.03.18 01:41:45.574673 [ 253 ] {cffc7532-6f53-4da4-8d4a-5db34611a894} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:41:45.574704 [ 193 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 265 rows starting from the beginning of the part 2026.03.18 01:41:45.574742 [ 193 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:41:45.574778 [ 193 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 265 rows starting from the beginning of the part 2026.03.18 01:41:45.575013 [ 253 ] {cffc7532-6f53-4da4-8d4a-5db34611a894} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:45.575047 [ 253 ] {cffc7532-6f53-4da4-8d4a-5db34611a894} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:45.575338 [ 253 ] {cffc7532-6f53-4da4-8d4a-5db34611a894} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 01:41:45.575544 [ 253 ] {cffc7532-6f53-4da4-8d4a-5db34611a894} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:41:45.575674 [ 253 ] {cffc7532-6f53-4da4-8d4a-5db34611a894} executeQuery: Read 1 rows, 69.00 B in 0.001065 sec., 938.9671361502348 rows/sec., 63.27 KiB/sec. 2026.03.18 01:41:45.575712 [ 253 ] {cffc7532-6f53-4da4-8d4a-5db34611a894} TCPHandler: Processed in 0.001231741 sec. 2026.03.18 01:41:45.575830 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:45.575924 [ 253 ] {6e5c37bc-e3c8-4ee9-99aa-f8370019c674} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:45.575978 [ 253 ] {6e5c37bc-e3c8-4ee9-99aa-f8370019c674} 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.18 01:41:45.576755 [ 253 ] {6e5c37bc-e3c8-4ee9-99aa-f8370019c674} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:45.576791 [ 253 ] {6e5c37bc-e3c8-4ee9-99aa-f8370019c674} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:45.577535 [ 253 ] {6e5c37bc-e3c8-4ee9-99aa-f8370019c674} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.18 01:41:45.577768 [ 253 ] {6e5c37bc-e3c8-4ee9-99aa-f8370019c674} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:41:45.577906 [ 253 ] {6e5c37bc-e3c8-4ee9-99aa-f8370019c674} executeQuery: Read 14 rows, 25.69 KiB in 0.001999 sec., 7003.501750875438 rows/sec., 12.55 MiB/sec. 2026.03.18 01:41:45.577961 [ 253 ] {6e5c37bc-e3c8-4ee9-99aa-f8370019c674} TCPHandler: Processed in 0.002180176 sec. 2026.03.18 01:41:45.578076 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:45.578171 [ 253 ] {534c32ec-5ae0-426d-b6e3-13114ee3b2e3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:41:45.578212 [ 253 ] {534c32ec-5ae0-426d-b6e3-13114ee3b2e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:41:45.578546 [ 253 ] {534c32ec-5ae0-426d-b6e3-13114ee3b2e3} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:45.578582 [ 253 ] {534c32ec-5ae0-426d-b6e3-13114ee3b2e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:45.582644 [ 253 ] {534c32ec-5ae0-426d-b6e3-13114ee3b2e3} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.18 01:41:45.582923 [ 253 ] {534c32ec-5ae0-426d-b6e3-13114ee3b2e3} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:41:45.583032 [ 46 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.18 01:41:45.583051 [ 253 ] {534c32ec-5ae0-426d-b6e3-13114ee3b2e3} executeQuery: Read 90 rows, 5.77 KiB in 0.004899 sec., 18371.09614206981 rows/sec., 1.15 MiB/sec. 2026.03.18 01:41:45.583064 [ 46 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:45.583093 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:45.583097 [ 253 ] {534c32ec-5ae0-426d-b6e3-13114ee3b2e3} TCPHandler: Processed in 0.005069454 sec. 2026.03.18 01:41:45.583176 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:41:45.583278 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:45.583307 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3642 rows starting from the beginning of the part 2026.03.18 01:41:45.583356 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:41:45.583396 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part 2026.03.18 01:41:45.583432 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 90 rows starting from the beginning of the part 2026.03.18 01:41:45.583470 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:41:45.583508 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 90 rows starting from the beginning of the part 2026.03.18 01:41:45.584890 [ 196 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3954 rows, containing 4 columns (4 merged, 0 gathered) in 0.001749319 sec., 2260308.154201721 rows/sec., 145.63 MiB/sec. 2026.03.18 01:41:45.585223 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 21805 rows, containing 5 columns (5 merged, 0 gathered) in 0.01080635 sec., 2017795.0927001254 rows/sec., 131.71 MiB/sec. 2026.03.18 01:41:45.585397 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.18 01:41:45.585744 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_61_12} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:41:45.585826 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_61_12} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.18 01:41:45.585888 [ 208 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.18 01:41:45.585920 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.03.18 01:41:45.586179 [ 208 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_61_12} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:41:45.586261 [ 208 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_61_12} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.18 01:41:45.586343 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2026.03.18 01:41:46.000218 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 294.62 MiB, peak 304.27 MiB, free memory in arenas 0.00 B, will set to 296.79 MiB (RSS), difference: 2.17 MiB 2026.03.18 01:41:49.586357 [ 51 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:41:49.586437 [ 51 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:41:49.744953 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18115 2026.03.18 01:41:49.745511 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:49.745557 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:49.746075 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.18 01:41:49.746336 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:41:49.746484 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18115 2026.03.18 01:41:50.551736 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:50.551948 [ 253 ] {a09a3b03-f669-452f-b659-3457deeb92c8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:41:50.552025 [ 253 ] {a09a3b03-f669-452f-b659-3457deeb92c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:41:50.552826 [ 253 ] {a09a3b03-f669-452f-b659-3457deeb92c8} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:50.552880 [ 253 ] {a09a3b03-f669-452f-b659-3457deeb92c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:50.553319 [ 253 ] {a09a3b03-f669-452f-b659-3457deeb92c8} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.18 01:41:50.553566 [ 253 ] {a09a3b03-f669-452f-b659-3457deeb92c8} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:41:50.553738 [ 253 ] {a09a3b03-f669-452f-b659-3457deeb92c8} executeQuery: Read 108 rows, 9.31 KiB in 0.001844 sec., 58568.32971800434 rows/sec., 4.93 MiB/sec. 2026.03.18 01:41:50.553798 [ 253 ] {a09a3b03-f669-452f-b659-3457deeb92c8} TCPHandler: Processed in 0.002203076 sec. 2026.03.18 01:41:50.553934 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:50.554043 [ 253 ] {714aa476-6363-4eb0-8c2c-67409485ad21} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:41:50.554089 [ 253 ] {714aa476-6363-4eb0-8c2c-67409485ad21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:41:50.554543 [ 253 ] {714aa476-6363-4eb0-8c2c-67409485ad21} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:50.554583 [ 253 ] {714aa476-6363-4eb0-8c2c-67409485ad21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:50.554919 [ 253 ] {714aa476-6363-4eb0-8c2c-67409485ad21} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.18 01:41:50.555143 [ 253 ] {714aa476-6363-4eb0-8c2c-67409485ad21} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:41:50.555286 [ 253 ] {714aa476-6363-4eb0-8c2c-67409485ad21} executeQuery: Read 26 rows, 1.96 KiB in 0.001267 sec., 20520.91554853986 rows/sec., 1.51 MiB/sec. 2026.03.18 01:41:50.555327 [ 253 ] {714aa476-6363-4eb0-8c2c-67409485ad21} TCPHandler: Processed in 0.001446984 sec. 2026.03.18 01:41:50.555443 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:50.555543 [ 253 ] {d44612ed-ce12-460d-b344-b49d2bc4ace6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:41:50.555585 [ 253 ] {d44612ed-ce12-460d-b344-b49d2bc4ace6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:41:50.556043 [ 253 ] {d44612ed-ce12-460d-b344-b49d2bc4ace6} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:50.556081 [ 253 ] {d44612ed-ce12-460d-b344-b49d2bc4ace6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:50.556396 [ 253 ] {d44612ed-ce12-460d-b344-b49d2bc4ace6} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.18 01:41:50.556634 [ 253 ] {d44612ed-ce12-460d-b344-b49d2bc4ace6} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:41:50.556770 [ 253 ] {d44612ed-ce12-460d-b344-b49d2bc4ace6} executeQuery: Read 90 rows, 7.20 KiB in 0.001249 sec., 72057.64611689352 rows/sec., 5.63 MiB/sec. 2026.03.18 01:41:50.556809 [ 253 ] {d44612ed-ce12-460d-b344-b49d2bc4ace6} TCPHandler: Processed in 0.001417064 sec. 2026.03.18 01:41:50.556927 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:50.557023 [ 253 ] {5b61fd57-dce3-4bec-9990-baaefb30d5c2} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:50.557066 [ 253 ] {5b61fd57-dce3-4bec-9990-baaefb30d5c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:41:50.557486 [ 253 ] {5b61fd57-dce3-4bec-9990-baaefb30d5c2} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:50.557522 [ 253 ] {5b61fd57-dce3-4bec-9990-baaefb30d5c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:50.557865 [ 253 ] {5b61fd57-dce3-4bec-9990-baaefb30d5c2} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.18 01:41:50.558082 [ 253 ] {5b61fd57-dce3-4bec-9990-baaefb30d5c2} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:41:50.558216 [ 253 ] {5b61fd57-dce3-4bec-9990-baaefb30d5c2} executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. 2026.03.18 01:41:50.558255 [ 253 ] {5b61fd57-dce3-4bec-9990-baaefb30d5c2} TCPHandler: Processed in 0.001377253 sec. 2026.03.18 01:41:50.558366 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:50.558485 [ 253 ] {aafe7623-e4c9-4ecf-a900-ac0784d96e63} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:50.558544 [ 253 ] {aafe7623-e4c9-4ecf-a900-ac0784d96e63} 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.18 01:41:50.559377 [ 253 ] {aafe7623-e4c9-4ecf-a900-ac0784d96e63} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:50.559415 [ 253 ] {aafe7623-e4c9-4ecf-a900-ac0784d96e63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:50.559975 [ 253 ] {aafe7623-e4c9-4ecf-a900-ac0784d96e63} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.18 01:41:50.560213 [ 253 ] {aafe7623-e4c9-4ecf-a900-ac0784d96e63} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:41:50.560363 [ 253 ] {aafe7623-e4c9-4ecf-a900-ac0784d96e63} executeQuery: Read 26 rows, 47.71 KiB in 0.001899 sec., 13691.41653501843 rows/sec., 24.53 MiB/sec. 2026.03.18 01:41:50.560440 [ 253 ] {aafe7623-e4c9-4ecf-a900-ac0784d96e63} TCPHandler: Processed in 0.002129165 sec. 2026.03.18 01:41:50.560565 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:50.560661 [ 253 ] {1ef9cb95-21f6-46e3-a50a-dafac4dbd378} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:41:50.560704 [ 253 ] {1ef9cb95-21f6-46e3-a50a-dafac4dbd378} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:41:50.561049 [ 253 ] {1ef9cb95-21f6-46e3-a50a-dafac4dbd378} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:50.561086 [ 253 ] {1ef9cb95-21f6-46e3-a50a-dafac4dbd378} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:50.561398 [ 253 ] {1ef9cb95-21f6-46e3-a50a-dafac4dbd378} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.18 01:41:50.561602 [ 253 ] {1ef9cb95-21f6-46e3-a50a-dafac4dbd378} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:41:50.561735 [ 253 ] {1ef9cb95-21f6-46e3-a50a-dafac4dbd378} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.03.18 01:41:50.561774 [ 253 ] {1ef9cb95-21f6-46e3-a50a-dafac4dbd378} TCPHandler: Processed in 0.001260601 sec. 2026.03.18 01:41:50.713553 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.03.18 01:41:50.736557 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:50.736635 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:50.743063 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.18 01:41:50.744402 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:41:50.752663 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.03.18 01:41:54.568043 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:54.568220 [ 253 ] {93b14ddc-9db7-4a5d-86ea-ecefd10ffb92} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:41:54.568285 [ 253 ] {93b14ddc-9db7-4a5d-86ea-ecefd10ffb92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:41:54.569016 [ 253 ] {93b14ddc-9db7-4a5d-86ea-ecefd10ffb92} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:54.569064 [ 253 ] {93b14ddc-9db7-4a5d-86ea-ecefd10ffb92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:54.569477 [ 253 ] {93b14ddc-9db7-4a5d-86ea-ecefd10ffb92} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 01:41:54.569784 [ 253 ] {93b14ddc-9db7-4a5d-86ea-ecefd10ffb92} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:41:54.569942 [ 253 ] {93b14ddc-9db7-4a5d-86ea-ecefd10ffb92} executeQuery: Read 284 rows, 18.47 KiB in 0.00177 sec., 160451.97740112993 rows/sec., 10.19 MiB/sec. 2026.03.18 01:41:54.569988 [ 253 ] {93b14ddc-9db7-4a5d-86ea-ecefd10ffb92} TCPHandler: Processed in 0.002083975 sec. 2026.03.18 01:41:54.570121 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:54.570220 [ 253 ] {82ae438b-3e6d-4d9d-8772-b82f00855bbc} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:41:54.570263 [ 253 ] {82ae438b-3e6d-4d9d-8772-b82f00855bbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:41:54.570668 [ 253 ] {82ae438b-3e6d-4d9d-8772-b82f00855bbc} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:54.570705 [ 253 ] {82ae438b-3e6d-4d9d-8772-b82f00855bbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:54.571022 [ 253 ] {82ae438b-3e6d-4d9d-8772-b82f00855bbc} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 01:41:54.571242 [ 253 ] {82ae438b-3e6d-4d9d-8772-b82f00855bbc} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:41:54.571381 [ 253 ] {82ae438b-3e6d-4d9d-8772-b82f00855bbc} executeQuery: Read 2 rows, 167.00 B in 0.001181 sec., 1693.480101608806 rows/sec., 138.09 KiB/sec. 2026.03.18 01:41:54.571421 [ 253 ] {82ae438b-3e6d-4d9d-8772-b82f00855bbc} TCPHandler: Processed in 0.001350552 sec. 2026.03.18 01:41:54.571534 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:54.571637 [ 253 ] {8763cfea-cf5d-481e-bfc6-ba1718083dbb} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:41:54.571678 [ 253 ] {8763cfea-cf5d-481e-bfc6-ba1718083dbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:41:54.573247 [ 253 ] {8763cfea-cf5d-481e-bfc6-ba1718083dbb} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:54.573285 [ 253 ] {8763cfea-cf5d-481e-bfc6-ba1718083dbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:54.573769 [ 253 ] {8763cfea-cf5d-481e-bfc6-ba1718083dbb} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.18 01:41:54.574000 [ 253 ] {8763cfea-cf5d-481e-bfc6-ba1718083dbb} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:41:54.574131 [ 253 ] {8763cfea-cf5d-481e-bfc6-ba1718083dbb} executeQuery: Read 2706 rows, 211.07 KiB in 0.002513 sec., 1076800.6366892161 rows/sec., 82.02 MiB/sec. 2026.03.18 01:41:54.574172 [ 253 ] {8763cfea-cf5d-481e-bfc6-ba1718083dbb} MemoryTracker: Peak memory usage (for query): 4.06 MiB. 2026.03.18 01:41:54.574185 [ 253 ] {8763cfea-cf5d-481e-bfc6-ba1718083dbb} TCPHandler: Processed in 0.002702495 sec. 2026.03.18 01:41:54.574304 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:54.574401 [ 253 ] {0abae2bd-7b29-4b29-b4ee-62097c229d54} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:41:54.574441 [ 253 ] {0abae2bd-7b29-4b29-b4ee-62097c229d54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:41:54.576259 [ 253 ] {0abae2bd-7b29-4b29-b4ee-62097c229d54} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:54.576296 [ 253 ] {0abae2bd-7b29-4b29-b4ee-62097c229d54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:54.576609 [ 253 ] {0abae2bd-7b29-4b29-b4ee-62097c229d54} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.18 01:41:54.576835 [ 253 ] {0abae2bd-7b29-4b29-b4ee-62097c229d54} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:41:54.576967 [ 44 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.18 01:41:54.576974 [ 253 ] {0abae2bd-7b29-4b29-b4ee-62097c229d54} executeQuery: Read 167 rows, 10.41 KiB in 0.002592 sec., 64429.01234567901 rows/sec., 3.92 MiB/sec. 2026.03.18 01:41:54.577046 [ 44 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:54.577062 [ 253 ] {0abae2bd-7b29-4b29-b4ee-62097c229d54} TCPHandler: Processed in 0.002809277 sec. 2026.03.18 01:41:54.577080 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:54.577191 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:54.577227 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::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.18 01:41:54.577291 [ 253 ] {f34b6177-29ae-4201-a474-635eb249bd1f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:41:54.577336 [ 253 ] {f34b6177-29ae-4201-a474-635eb249bd1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:41:54.577378 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:54.577417 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 209 rows starting from the beginning of the part 2026.03.18 01:41:54.577493 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 156 rows starting from the beginning of the part 2026.03.18 01:41:54.577541 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 26 rows starting from the beginning of the part 2026.03.18 01:41:54.577584 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 156 rows starting from the beginning of the part 2026.03.18 01:41:54.577625 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 26 rows starting from the beginning of the part 2026.03.18 01:41:54.577671 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 167 rows starting from the beginning of the part 2026.03.18 01:41:54.578041 [ 253 ] {f34b6177-29ae-4201-a474-635eb249bd1f} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:54.578078 [ 253 ] {f34b6177-29ae-4201-a474-635eb249bd1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:54.578481 [ 253 ] {f34b6177-29ae-4201-a474-635eb249bd1f} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 01:41:54.578600 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001439213 sec., 514169.89702010754 rows/sec., 33.85 MiB/sec. 2026.03.18 01:41:54.578710 [ 253 ] {f34b6177-29ae-4201-a474-635eb249bd1f} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:41:54.578759 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.18 01:41:54.578855 [ 253 ] {f34b6177-29ae-4201-a474-635eb249bd1f} executeQuery: Read 857 rows, 52.15 KiB in 0.001584 sec., 541035.3535353536 rows/sec., 32.15 MiB/sec. 2026.03.18 01:41:54.578901 [ 253 ] {f34b6177-29ae-4201-a474-635eb249bd1f} TCPHandler: Processed in 0.00176036 sec. 2026.03.18 01:41:54.579015 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:54.579047 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_51_10} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:41:54.579115 [ 253 ] {ef449eea-735b-4bd8-846f-de14ced035de} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 01:41:54.579130 [ 196 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_51_10} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.18 01:41:54.579164 [ 253 ] {ef449eea-735b-4bd8-846f-de14ced035de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 01:41:54.579215 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.18 01:41:54.579584 [ 253 ] {ef449eea-735b-4bd8-846f-de14ced035de} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:54.579625 [ 253 ] {ef449eea-735b-4bd8-846f-de14ced035de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:54.579924 [ 253 ] {ef449eea-735b-4bd8-846f-de14ced035de} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 01:41:54.580145 [ 253 ] {ef449eea-735b-4bd8-846f-de14ced035de} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): 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.18 01:41:54.580255 [ 44 ] {} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.18 01:41:54.580283 [ 253 ] {ef449eea-735b-4bd8-846f-de14ced035de} executeQuery: Read 1 rows, 72.00 B in 0.001186 sec., 843.1703204047218 rows/sec., 59.29 KiB/sec. 2026.03.18 01:41:54.580292 [ 44 ] {} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:54.580323 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:54.580333 [ 253 ] {ef449eea-735b-4bd8-846f-de14ced035de} TCPHandler: Processed in 0.001367672 sec. 2026.03.18 01:41:54.580414 [ 197 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::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.18 01:41:54.580480 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:54.580535 [ 197 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:54.580572 [ 197 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::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.18 01:41:54.580581 [ 253 ] {e65a6948-f27d-4d42-919c-bd6928cccb8d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:41:54.580625 [ 253 ] {e65a6948-f27d-4d42-919c-bd6928cccb8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:41:54.580639 [ 197 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::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.18 01:41:54.580689 [ 197 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::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.18 01:41:54.580730 [ 197 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::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.18 01:41:54.580774 [ 197 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::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.18 01:41:54.581090 [ 253 ] {e65a6948-f27d-4d42-919c-bd6928cccb8d} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:54.581132 [ 253 ] {e65a6948-f27d-4d42-919c-bd6928cccb8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:54.581466 [ 253 ] {e65a6948-f27d-4d42-919c-bd6928cccb8d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 01:41:54.581502 [ 191 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 5 columns (5 merged, 0 gathered) in 0.001127509 sec., 4434.554402669956 rows/sec., 329.13 KiB/sec. 2026.03.18 01:41:54.581626 [ 197 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.18 01:41:54.581709 [ 253 ] {e65a6948-f27d-4d42-919c-bd6928cccb8d} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:41:54.581855 [ 253 ] {e65a6948-f27d-4d42-919c-bd6928cccb8d} executeQuery: Read 148 rows, 8.62 KiB in 0.001292 sec., 114551.08359133128 rows/sec., 6.51 MiB/sec. 2026.03.18 01:41:54.581885 [ 197 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_9_2} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): 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.18 01:41:54.581895 [ 253 ] {e65a6948-f27d-4d42-919c-bd6928cccb8d} TCPHandler: Processed in 0.001464084 sec. 2026.03.18 01:41:54.581984 [ 197 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_9_2} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.18 01:41:54.582036 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:54.582059 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.18 01:41:54.582135 [ 253 ] {b7f7b844-b642-438d-b584-f431abe0003e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:41:54.582180 [ 253 ] {b7f7b844-b642-438d-b584-f431abe0003e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:41:54.583200 [ 253 ] {b7f7b844-b642-438d-b584-f431abe0003e} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:54.583236 [ 253 ] {b7f7b844-b642-438d-b584-f431abe0003e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:54.583628 [ 253 ] {b7f7b844-b642-438d-b584-f431abe0003e} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.18 01:41:54.583849 [ 253 ] {b7f7b844-b642-438d-b584-f431abe0003e} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:41:54.583983 [ 253 ] {b7f7b844-b642-438d-b584-f431abe0003e} executeQuery: Read 1451 rows, 102.41 KiB in 0.001867 sec., 777182.6459560792 rows/sec., 53.57 MiB/sec. 2026.03.18 01:41:54.584022 [ 253 ] {b7f7b844-b642-438d-b584-f431abe0003e} TCPHandler: Processed in 0.002037084 sec. 2026.03.18 01:41:54.584144 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:54.584245 [ 253 ] {99e3ba0b-c817-4f6d-84f1-b1678ae255e4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:41:54.584288 [ 253 ] {99e3ba0b-c817-4f6d-84f1-b1678ae255e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:41:54.584624 [ 253 ] {99e3ba0b-c817-4f6d-84f1-b1678ae255e4} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:54.584661 [ 253 ] {99e3ba0b-c817-4f6d-84f1-b1678ae255e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:54.584974 [ 253 ] {99e3ba0b-c817-4f6d-84f1-b1678ae255e4} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 01:41:54.585195 [ 253 ] {99e3ba0b-c817-4f6d-84f1-b1678ae255e4} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:41:54.585326 [ 253 ] {99e3ba0b-c817-4f6d-84f1-b1678ae255e4} executeQuery: Read 6 rows, 321.00 B in 0.0011 sec., 5454.545454545454 rows/sec., 284.98 KiB/sec. 2026.03.18 01:41:54.585363 [ 253 ] {99e3ba0b-c817-4f6d-84f1-b1678ae255e4} TCPHandler: Processed in 0.001270671 sec. 2026.03.18 01:41:54.585488 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:54.585591 [ 253 ] {e1f6c7d0-771f-4981-8a62-3b135cc26a6c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:54.585634 [ 253 ] {e1f6c7d0-771f-4981-8a62-3b135cc26a6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:41:54.586395 [ 253 ] {e1f6c7d0-771f-4981-8a62-3b135cc26a6c} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:54.586432 [ 253 ] {e1f6c7d0-771f-4981-8a62-3b135cc26a6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:54.586857 [ 253 ] {e1f6c7d0-771f-4981-8a62-3b135cc26a6c} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.18 01:41:54.587064 [ 253 ] {e1f6c7d0-771f-4981-8a62-3b135cc26a6c} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:41:54.587199 [ 253 ] {e1f6c7d0-771f-4981-8a62-3b135cc26a6c} executeQuery: Read 1419 rows, 91.46 KiB in 0.001627 sec., 872157.3448063921 rows/sec., 54.89 MiB/sec. 2026.03.18 01:41:54.587237 [ 253 ] {e1f6c7d0-771f-4981-8a62-3b135cc26a6c} TCPHandler: Processed in 0.00179807 sec. 2026.03.18 01:41:54.587369 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:54.587484 [ 253 ] {13beb467-4b73-4a5a-81d2-8917d87f97a0} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:41:54.587535 [ 253 ] {13beb467-4b73-4a5a-81d2-8917d87f97a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:41:54.587906 [ 253 ] {13beb467-4b73-4a5a-81d2-8917d87f97a0} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:54.587943 [ 253 ] {13beb467-4b73-4a5a-81d2-8917d87f97a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:54.588245 [ 253 ] {13beb467-4b73-4a5a-81d2-8917d87f97a0} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 01:41:54.588460 [ 253 ] {13beb467-4b73-4a5a-81d2-8917d87f97a0} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:41:54.588593 [ 253 ] {13beb467-4b73-4a5a-81d2-8917d87f97a0} executeQuery: Read 1 rows, 69.00 B in 0.001134 sec., 881.8342151675485 rows/sec., 59.42 KiB/sec. 2026.03.18 01:41:54.588629 [ 253 ] {13beb467-4b73-4a5a-81d2-8917d87f97a0} TCPHandler: Processed in 0.001321092 sec. 2026.03.18 01:41:54.588750 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:54.588871 [ 253 ] {2f46d74a-e2a8-4451-9466-b4c9a1f91dc6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:54.588936 [ 253 ] {2f46d74a-e2a8-4451-9466-b4c9a1f91dc6} 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.18 01:41:54.589864 [ 253 ] {2f46d74a-e2a8-4451-9466-b4c9a1f91dc6} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:54.589907 [ 253 ] {2f46d74a-e2a8-4451-9466-b4c9a1f91dc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:54.590434 [ 253 ] {2f46d74a-e2a8-4451-9466-b4c9a1f91dc6} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.18 01:41:54.590659 [ 253 ] {2f46d74a-e2a8-4451-9466-b4c9a1f91dc6} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:41:54.590776 [ 42 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.18 01:41:54.590799 [ 253 ] {2f46d74a-e2a8-4451-9466-b4c9a1f91dc6} executeQuery: Read 23 rows, 42.20 KiB in 0.001953 sec., 11776.753712237583 rows/sec., 21.10 MiB/sec. 2026.03.18 01:41:54.590829 [ 42 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:54.590858 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:54.590867 [ 253 ] {2f46d74a-e2a8-4451-9466-b4c9a1f91dc6} TCPHandler: Processed in 0.002178776 sec. 2026.03.18 01:41:54.590951 [ 196 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::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.18 01:41:54.590993 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:54.591095 [ 253 ] {ea3c957b-6084-4229-a00f-598ce07e74d3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:41:54.591136 [ 253 ] {ea3c957b-6084-4229-a00f-598ce07e74d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:41:54.591177 [ 196 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:41:54.591239 [ 196 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 912 rows starting from the beginning of the part 2026.03.18 01:41:54.591395 [ 196 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part 2026.03.18 01:41:54.591486 [ 253 ] {ea3c957b-6084-4229-a00f-598ce07e74d3} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:54.591513 [ 196 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 26 rows starting from the beginning of the part 2026.03.18 01:41:54.591525 [ 253 ] {ea3c957b-6084-4229-a00f-598ce07e74d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:54.591630 [ 196 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part 2026.03.18 01:41:54.591736 [ 196 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 26 rows starting from the beginning of the part 2026.03.18 01:41:54.591846 [ 196 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 23 rows starting from the beginning of the part 2026.03.18 01:41:54.591848 [ 253 ] {ea3c957b-6084-4229-a00f-598ce07e74d3} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.18 01:41:54.592072 [ 253 ] {ea3c957b-6084-4229-a00f-598ce07e74d3} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:41:54.592210 [ 253 ] {ea3c957b-6084-4229-a00f-598ce07e74d3} executeQuery: Read 78 rows, 4.94 KiB in 0.001133 sec., 68843.77758164167 rows/sec., 4.26 MiB/sec. 2026.03.18 01:41:54.592249 [ 253 ] {ea3c957b-6084-4229-a00f-598ce07e74d3} TCPHandler: Processed in 0.001305201 sec. 2026.03.18 01:41:54.597589 [ 187 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1015 rows, containing 19 columns (19 merged, 0 gathered) in 0.006674711 sec., 152066.50894697913 rows/sec., 272.50 MiB/sec. 2026.03.18 01:41:54.599273 [ 187 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.18 01:41:54.599649 [ 187 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_51_10} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:41:54.599739 [ 187 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_51_10} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.18 01:41:54.599914 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.29 MiB. 2026.03.18 01:41:54.820335 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 1250 2026.03.18 01:41:54.823057 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:54.823100 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2026.03.18 01:41:54.824324 [ 242 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 01:41:54.824604 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:41:54.824866 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1250 2026.03.18 01:41:55.000190 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 297.80 MiB, peak 306.05 MiB, free memory in arenas 0.00 B, will set to 299.64 MiB (RSS), difference: 1.84 MiB 2026.03.18 01:41:55.544610 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:55.544916 [ 253 ] {6481afc2-69ed-41bd-8ffe-b07f866ca1ec} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:41:55.545013 [ 253 ] {6481afc2-69ed-41bd-8ffe-b07f866ca1ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:41:55.545675 [ 253 ] {6481afc2-69ed-41bd-8ffe-b07f866ca1ec} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:55.545725 [ 253 ] {6481afc2-69ed-41bd-8ffe-b07f866ca1ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:41:55.546121 [ 253 ] {6481afc2-69ed-41bd-8ffe-b07f866ca1ec} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.18 01:41:55.546353 [ 253 ] {6481afc2-69ed-41bd-8ffe-b07f866ca1ec} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:41:55.546520 [ 253 ] {6481afc2-69ed-41bd-8ffe-b07f866ca1ec} executeQuery: Read 56 rows, 4.41 KiB in 0.00168 sec., 33333.33333333333 rows/sec., 2.56 MiB/sec. 2026.03.18 01:41:55.546567 [ 253 ] {6481afc2-69ed-41bd-8ffe-b07f866ca1ec} TCPHandler: Processed in 0.002140645 sec. 2026.03.18 01:41:55.546692 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:55.546793 [ 253 ] {18b40f66-fcf8-4084-8959-d45676ff3724} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:41:55.546833 [ 253 ] {18b40f66-fcf8-4084-8959-d45676ff3724} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:41:55.547266 [ 253 ] {18b40f66-fcf8-4084-8959-d45676ff3724} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:55.547302 [ 253 ] {18b40f66-fcf8-4084-8959-d45676ff3724} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:41:55.547630 [ 253 ] {18b40f66-fcf8-4084-8959-d45676ff3724} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.18 01:41:55.547845 [ 253 ] {18b40f66-fcf8-4084-8959-d45676ff3724} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:41:55.547978 [ 253 ] {18b40f66-fcf8-4084-8959-d45676ff3724} executeQuery: Read 64 rows, 5.12 KiB in 0.001206 sec., 53067.99336650083 rows/sec., 4.14 MiB/sec. 2026.03.18 01:41:55.548014 [ 253 ] {18b40f66-fcf8-4084-8959-d45676ff3724} TCPHandler: Processed in 0.001375513 sec. 2026.03.18 01:41:55.548129 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:55.548224 [ 253 ] {2c110165-32f2-41fe-be18-1b5e3e9de4b0} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:41:55.548267 [ 253 ] {2c110165-32f2-41fe-be18-1b5e3e9de4b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:41:55.548627 [ 253 ] {2c110165-32f2-41fe-be18-1b5e3e9de4b0} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:55.548663 [ 253 ] {2c110165-32f2-41fe-be18-1b5e3e9de4b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:41:55.548977 [ 253 ] {2c110165-32f2-41fe-be18-1b5e3e9de4b0} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.18 01:41:55.549178 [ 253 ] {2c110165-32f2-41fe-be18-1b5e3e9de4b0} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:41:55.549313 [ 253 ] {2c110165-32f2-41fe-be18-1b5e3e9de4b0} executeQuery: Read 32 rows, 2.28 KiB in 0.001109 sec., 28854.82416591524 rows/sec., 2.01 MiB/sec. 2026.03.18 01:41:55.549351 [ 253 ] {2c110165-32f2-41fe-be18-1b5e3e9de4b0} TCPHandler: Processed in 0.001272461 sec. 2026.03.18 01:41:55.549452 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:41:55.549547 [ 253 ] {9e2d9087-a0c6-486a-9aac-6af532ea87cf} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:41:55.549588 [ 253 ] {9e2d9087-a0c6-486a-9aac-6af532ea87cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:41:55.549899 [ 253 ] {9e2d9087-a0c6-486a-9aac-6af532ea87cf} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:55.549934 [ 253 ] {9e2d9087-a0c6-486a-9aac-6af532ea87cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:41:55.550230 [ 253 ] {9e2d9087-a0c6-486a-9aac-6af532ea87cf} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.18 01:41:55.550432 [ 253 ] {9e2d9087-a0c6-486a-9aac-6af532ea87cf} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:41:55.550558 [ 253 ] {9e2d9087-a0c6-486a-9aac-6af532ea87cf} executeQuery: Read 12 rows, 848.00 B in 0.001029 sec., 11661.807580174927 rows/sec., 804.79 KiB/sec. 2026.03.18 01:41:55.550593 [ 253 ] {9e2d9087-a0c6-486a-9aac-6af532ea87cf} TCPHandler: Processed in 0.00118869 sec. 2026.03.18 01:41:57.246656 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18627 2026.03.18 01:41:57.247383 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:57.247434 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:41:57.247938 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.18 01:41:57.248186 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:41:57.248339 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18627 2026.03.18 01:41:58.252887 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2026.03.18 01:41:58.268752 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:41:58.268807 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:41:58.274594 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.18 01:41:58.275284 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:41:58.277976 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2026.03.18 01:42:00.553132 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:00.553343 [ 253 ] {5705126c-fccc-4cbb-8e98-7c1020fb0e2d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:42:00.553419 [ 253 ] {5705126c-fccc-4cbb-8e98-7c1020fb0e2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:42:00.554180 [ 253 ] {5705126c-fccc-4cbb-8e98-7c1020fb0e2d} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:00.554238 [ 253 ] {5705126c-fccc-4cbb-8e98-7c1020fb0e2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:00.554651 [ 253 ] {5705126c-fccc-4cbb-8e98-7c1020fb0e2d} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.18 01:42:00.554889 [ 253 ] {5705126c-fccc-4cbb-8e98-7c1020fb0e2d} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:42:00.555064 [ 253 ] {5705126c-fccc-4cbb-8e98-7c1020fb0e2d} executeQuery: Read 108 rows, 9.31 KiB in 0.001774 sec., 60879.3686583991 rows/sec., 5.12 MiB/sec. 2026.03.18 01:42:00.555112 [ 253 ] {5705126c-fccc-4cbb-8e98-7c1020fb0e2d} TCPHandler: Processed in 0.002117245 sec. 2026.03.18 01:42:00.555239 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:00.555342 [ 253 ] {71d0f1e3-2297-4a73-88b3-8d19c4c0d939} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:42:00.555387 [ 253 ] {71d0f1e3-2297-4a73-88b3-8d19c4c0d939} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:42:00.555817 [ 253 ] {71d0f1e3-2297-4a73-88b3-8d19c4c0d939} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:00.555856 [ 253 ] {71d0f1e3-2297-4a73-88b3-8d19c4c0d939} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:00.556163 [ 253 ] {71d0f1e3-2297-4a73-88b3-8d19c4c0d939} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.18 01:42:00.556369 [ 253 ] {71d0f1e3-2297-4a73-88b3-8d19c4c0d939} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:42:00.556509 [ 253 ] {71d0f1e3-2297-4a73-88b3-8d19c4c0d939} executeQuery: Read 26 rows, 1.96 KiB in 0.00119 sec., 21848.739495798316 rows/sec., 1.60 MiB/sec. 2026.03.18 01:42:00.556548 [ 253 ] {71d0f1e3-2297-4a73-88b3-8d19c4c0d939} TCPHandler: Processed in 0.001363133 sec. 2026.03.18 01:42:00.556654 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:00.556749 [ 253 ] {6430a2e0-d729-48e3-b9a1-68e5a070bde5} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:42:00.556790 [ 253 ] {6430a2e0-d729-48e3-b9a1-68e5a070bde5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:42:00.557225 [ 253 ] {6430a2e0-d729-48e3-b9a1-68e5a070bde5} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:00.557262 [ 253 ] {6430a2e0-d729-48e3-b9a1-68e5a070bde5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:00.557573 [ 253 ] {6430a2e0-d729-48e3-b9a1-68e5a070bde5} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.18 01:42:00.557783 [ 253 ] {6430a2e0-d729-48e3-b9a1-68e5a070bde5} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:42:00.557921 [ 253 ] {6430a2e0-d729-48e3-b9a1-68e5a070bde5} executeQuery: Read 90 rows, 7.20 KiB in 0.00119 sec., 75630.25210084033 rows/sec., 5.91 MiB/sec. 2026.03.18 01:42:00.557959 [ 253 ] {6430a2e0-d729-48e3-b9a1-68e5a070bde5} TCPHandler: Processed in 0.001355832 sec. 2026.03.18 01:42:00.558073 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:00.558170 [ 253 ] {591ce6a3-6893-48a6-964b-05e175071ea6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:00.558214 [ 253 ] {591ce6a3-6893-48a6-964b-05e175071ea6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:42:00.558631 [ 253 ] {591ce6a3-6893-48a6-964b-05e175071ea6} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:00.558669 [ 253 ] {591ce6a3-6893-48a6-964b-05e175071ea6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:00.559001 [ 253 ] {591ce6a3-6893-48a6-964b-05e175071ea6} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.18 01:42:00.559223 [ 253 ] {591ce6a3-6893-48a6-964b-05e175071ea6} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:42:00.559365 [ 253 ] {591ce6a3-6893-48a6-964b-05e175071ea6} executeQuery: Read 160 rows, 11.41 KiB in 0.001214 sec., 131795.71663920922 rows/sec., 9.18 MiB/sec. 2026.03.18 01:42:00.559407 [ 253 ] {591ce6a3-6893-48a6-964b-05e175071ea6} TCPHandler: Processed in 0.001383253 sec. 2026.03.18 01:42:00.559522 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:00.559624 [ 253 ] {3f3ae3eb-c7c7-4c4c-8715-41fa8ca57d76} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:00.559678 [ 253 ] {3f3ae3eb-c7c7-4c4c-8715-41fa8ca57d76} 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.18 01:42:00.560474 [ 253 ] {3f3ae3eb-c7c7-4c4c-8715-41fa8ca57d76} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:00.560511 [ 253 ] {3f3ae3eb-c7c7-4c4c-8715-41fa8ca57d76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:00.561045 [ 253 ] {3f3ae3eb-c7c7-4c4c-8715-41fa8ca57d76} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.18 01:42:00.561271 [ 253 ] {3f3ae3eb-c7c7-4c4c-8715-41fa8ca57d76} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:42:00.561415 [ 253 ] {3f3ae3eb-c7c7-4c4c-8715-41fa8ca57d76} executeQuery: Read 26 rows, 47.71 KiB in 0.00181 sec., 14364.640883977901 rows/sec., 25.74 MiB/sec. 2026.03.18 01:42:00.561473 [ 253 ] {3f3ae3eb-c7c7-4c4c-8715-41fa8ca57d76} TCPHandler: Processed in 0.002001573 sec. 2026.03.18 01:42:00.561587 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:00.561682 [ 253 ] {acd24a22-7101-4c50-839d-026c395b31e4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:42:00.561724 [ 253 ] {acd24a22-7101-4c50-839d-026c395b31e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:42:00.562065 [ 253 ] {acd24a22-7101-4c50-839d-026c395b31e4} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:00.562101 [ 253 ] {acd24a22-7101-4c50-839d-026c395b31e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:00.562406 [ 253 ] {acd24a22-7101-4c50-839d-026c395b31e4} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.18 01:42:00.562607 [ 253 ] {acd24a22-7101-4c50-839d-026c395b31e4} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:42:00.562743 [ 253 ] {acd24a22-7101-4c50-839d-026c395b31e4} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.03.18 01:42:00.562778 [ 253 ] {acd24a22-7101-4c50-839d-026c395b31e4} TCPHandler: Processed in 0.00124113 sec. 2026.03.18 01:42:04.586484 [ 26 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:42:04.586548 [ 26 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:42:04.748558 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19075 2026.03.18 01:42:04.749130 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:04.749183 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:04.749709 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.18 01:42:04.749954 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:42:04.750105 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19075 2026.03.18 01:42:04.825464 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1270 2026.03.18 01:42:04.827974 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:04.828020 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:04.829208 [ 242 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 01:42:04.829471 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:42:04.829726 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1270 2026.03.18 01:42:05.559919 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:05.560127 [ 253 ] {8f61bf3a-c88a-4b8a-b706-aaecbf6b01c3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:42:05.560198 [ 253 ] {8f61bf3a-c88a-4b8a-b706-aaecbf6b01c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:42:05.560931 [ 253 ] {8f61bf3a-c88a-4b8a-b706-aaecbf6b01c3} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:05.560976 [ 253 ] {8f61bf3a-c88a-4b8a-b706-aaecbf6b01c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:05.561375 [ 253 ] {8f61bf3a-c88a-4b8a-b706-aaecbf6b01c3} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 01:42:05.561610 [ 253 ] {8f61bf3a-c88a-4b8a-b706-aaecbf6b01c3} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:42:05.561742 [ 50 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2026.03.18 01:42:05.561760 [ 253 ] {8f61bf3a-c88a-4b8a-b706-aaecbf6b01c3} executeQuery: Read 284 rows, 18.47 KiB in 0.001687 sec., 168346.17664493184 rows/sec., 10.69 MiB/sec. 2026.03.18 01:42:05.561832 [ 50 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:05.561844 [ 253 ] {8f61bf3a-c88a-4b8a-b706-aaecbf6b01c3} TCPHandler: Processed in 0.002061264 sec. 2026.03.18 01:42:05.561871 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:05.561980 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:05.561999 [ 191 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_29_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full 2026.03.18 01:42:05.562080 [ 253 ] {94211478-73aa-4869-b252-e0d76c460274} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:42:05.562124 [ 253 ] {94211478-73aa-4869-b252-e0d76c460274} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:42:05.562137 [ 191 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:05.562174 [ 191 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 284 rows starting from the beginning of the part 2026.03.18 01:42:05.562240 [ 191 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 284 rows starting from the beginning of the part 2026.03.18 01:42:05.562287 [ 191 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 284 rows starting from the beginning of the part 2026.03.18 01:42:05.562334 [ 191 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 284 rows starting from the beginning of the part 2026.03.18 01:42:05.562374 [ 191 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 284 rows starting from the beginning of the part 2026.03.18 01:42:05.562923 [ 253 ] {94211478-73aa-4869-b252-e0d76c460274} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:05.562965 [ 253 ] {94211478-73aa-4869-b252-e0d76c460274} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:05.563330 [ 253 ] {94211478-73aa-4869-b252-e0d76c460274} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.18 01:42:05.563343 [ 192 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001396503 sec., 1016825.5993721461 rows/sec., 68.46 MiB/sec. 2026.03.18 01:42:05.563551 [ 192 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2026.03.18 01:42:05.563579 [ 253 ] {94211478-73aa-4869-b252-e0d76c460274} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:42:05.563710 [ 50 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.18 01:42:05.563724 [ 253 ] {94211478-73aa-4869-b252-e0d76c460274} executeQuery: Read 825 rows, 66.29 KiB in 0.001663 sec., 496091.40108238126 rows/sec., 38.93 MiB/sec. 2026.03.18 01:42:05.563751 [ 50 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:05.563795 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:05.563800 [ 253 ] {94211478-73aa-4869-b252-e0d76c460274} TCPHandler: Processed in 0.001869431 sec. 2026.03.18 01:42:05.563890 [ 201 ] {00e7bac3-0c43-4371-b27b-c97b01471236::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.18 01:42:05.563899 [ 192 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_29_7} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:05.563928 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:05.564004 [ 192 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_29_7} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2026.03.18 01:42:05.564011 [ 201 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:05.564029 [ 253 ] {37a0c584-c050-4bff-a0d3-74f540cc9133} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:42:05.564053 [ 201 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2766 rows starting from the beginning of the part 2026.03.18 01:42:05.564076 [ 253 ] {37a0c584-c050-4bff-a0d3-74f540cc9133} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:42:05.564110 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.18 01:42:05.564128 [ 201 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 108 rows starting from the beginning of the part 2026.03.18 01:42:05.564182 [ 201 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 2706 rows starting from the beginning of the part 2026.03.18 01:42:05.564230 [ 201 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part 2026.03.18 01:42:05.564275 [ 201 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 108 rows starting from the beginning of the part 2026.03.18 01:42:05.564319 [ 201 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 825 rows starting from the beginning of the part 2026.03.18 01:42:05.564529 [ 253 ] {37a0c584-c050-4bff-a0d3-74f540cc9133} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:05.564571 [ 253 ] {37a0c584-c050-4bff-a0d3-74f540cc9133} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:05.564893 [ 253 ] {37a0c584-c050-4bff-a0d3-74f540cc9133} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.18 01:42:05.565128 [ 253 ] {37a0c584-c050-4bff-a0d3-74f540cc9133} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:42:05.565267 [ 253 ] {37a0c584-c050-4bff-a0d3-74f540cc9133} executeQuery: Read 156 rows, 9.59 KiB in 0.001256 sec., 124203.82165605096 rows/sec., 7.46 MiB/sec. 2026.03.18 01:42:05.565305 [ 253 ] {37a0c584-c050-4bff-a0d3-74f540cc9133} TCPHandler: Processed in 0.001426203 sec. 2026.03.18 01:42:05.565417 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:05.565511 [ 253 ] {68ce97a0-da1f-4cff-b024-22f62aa664d3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:42:05.565551 [ 253 ] {68ce97a0-da1f-4cff-b024-22f62aa664d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:42:05.565979 [ 253 ] {68ce97a0-da1f-4cff-b024-22f62aa664d3} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:05.566014 [ 253 ] {68ce97a0-da1f-4cff-b024-22f62aa664d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:05.566329 [ 253 ] {68ce97a0-da1f-4cff-b024-22f62aa664d3} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 01:42:05.566401 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 6569 rows, containing 5 columns (5 merged, 0 gathered) in 0.002551803 sec., 2574258.2793420963 rows/sec., 207.65 MiB/sec. 2026.03.18 01:42:05.566547 [ 253 ] {68ce97a0-da1f-4cff-b024-22f62aa664d3} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:42:05.566679 [ 253 ] {68ce97a0-da1f-4cff-b024-22f62aa664d3} executeQuery: Read 149 rows, 9.86 KiB in 0.001186 sec., 125632.37774030355 rows/sec., 8.12 MiB/sec. 2026.03.18 01:42:05.566702 [ 192 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.18 01:42:05.566718 [ 253 ] {68ce97a0-da1f-4cff-b024-22f62aa664d3} TCPHandler: Processed in 0.001350083 sec. 2026.03.18 01:42:05.566838 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:05.566934 [ 253 ] {1a6551a3-90a1-4ed1-ba35-b3612803713e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:42:05.566976 [ 253 ] {1a6551a3-90a1-4ed1-ba35-b3612803713e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:42:05.566994 [ 192 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_66_13} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:42:05.567073 [ 192 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_66_13} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.18 01:42:05.567139 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB. 2026.03.18 01:42:05.567411 [ 253 ] {1a6551a3-90a1-4ed1-ba35-b3612803713e} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:05.567457 [ 253 ] {1a6551a3-90a1-4ed1-ba35-b3612803713e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:05.567776 [ 253 ] {1a6551a3-90a1-4ed1-ba35-b3612803713e} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 01:42:05.567987 [ 253 ] {1a6551a3-90a1-4ed1-ba35-b3612803713e} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:42:05.568095 [ 76 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2026.03.18 01:42:05.568116 [ 253 ] {1a6551a3-90a1-4ed1-ba35-b3612803713e} executeQuery: Read 148 rows, 8.62 KiB in 0.001201 sec., 123230.64113238968 rows/sec., 7.01 MiB/sec. 2026.03.18 01:42:05.568142 [ 76 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:05.568161 [ 253 ] {1a6551a3-90a1-4ed1-ba35-b3612803713e} TCPHandler: Processed in 0.001371913 sec. 2026.03.18 01:42:05.568167 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:05.568259 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_29_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full 2026.03.18 01:42:05.568283 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:05.568370 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:05.568382 [ 253 ] {1dbe85b8-dc58-4886-bd3e-34e353c7ce50} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:42:05.568409 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 148 rows starting from the beginning of the part 2026.03.18 01:42:05.568429 [ 253 ] {1dbe85b8-dc58-4886-bd3e-34e353c7ce50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:42:05.568473 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 148 rows starting from the beginning of the part 2026.03.18 01:42:05.568523 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 148 rows starting from the beginning of the part 2026.03.18 01:42:05.568570 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 148 rows starting from the beginning of the part 2026.03.18 01:42:05.568611 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 148 rows starting from the beginning of the part 2026.03.18 01:42:05.569030 [ 253 ] {1dbe85b8-dc58-4886-bd3e-34e353c7ce50} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:05.569070 [ 253 ] {1dbe85b8-dc58-4886-bd3e-34e353c7ce50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:05.569405 [ 200 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001175539 sec., 629498.4683621726 rows/sec., 38.20 MiB/sec. 2026.03.18 01:42:05.569409 [ 253 ] {1dbe85b8-dc58-4886-bd3e-34e353c7ce50} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.18 01:42:05.569572 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2026.03.18 01:42:05.569716 [ 253 ] {1dbe85b8-dc58-4886-bd3e-34e353c7ce50} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:42:05.569841 [ 76 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.18 01:42:05.569853 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_29_7} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:05.569864 [ 253 ] {1dbe85b8-dc58-4886-bd3e-34e353c7ce50} executeQuery: Read 504 rows, 36.30 KiB in 0.0015 sec., 336000 rows/sec., 23.63 MiB/sec. 2026.03.18 01:42:05.569871 [ 76 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:05.569906 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:05.569913 [ 253 ] {1dbe85b8-dc58-4886-bd3e-34e353c7ce50} TCPHandler: Processed in 0.001678718 sec. 2026.03.18 01:42:05.569929 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_29_7} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2026.03.18 01:42:05.569972 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::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.18 01:42:05.570015 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.18 01:42:05.570029 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:05.570053 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:05.570082 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1511 rows starting from the beginning of the part 2026.03.18 01:42:05.570129 [ 253 ] {90434683-7af3-4de9-a02e-b2e8bad02dc1} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:42:05.570130 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 90 rows starting from the beginning of the part 2026.03.18 01:42:05.570178 [ 253 ] {90434683-7af3-4de9-a02e-b2e8bad02dc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:42:05.570192 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1451 rows starting from the beginning of the part 2026.03.18 01:42:05.570238 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part 2026.03.18 01:42:05.570275 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 90 rows starting from the beginning of the part 2026.03.18 01:42:05.570310 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 504 rows starting from the beginning of the part 2026.03.18 01:42:05.570517 [ 253 ] {90434683-7af3-4de9-a02e-b2e8bad02dc1} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:05.570556 [ 253 ] {90434683-7af3-4de9-a02e-b2e8bad02dc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:05.570881 [ 253 ] {90434683-7af3-4de9-a02e-b2e8bad02dc1} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 01:42:05.571103 [ 253 ] {90434683-7af3-4de9-a02e-b2e8bad02dc1} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:42:05.571233 [ 253 ] {90434683-7af3-4de9-a02e-b2e8bad02dc1} executeQuery: Read 6 rows, 321.00 B in 0.001122 sec., 5347.593582887701 rows/sec., 279.39 KiB/sec. 2026.03.18 01:42:05.571270 [ 253 ] {90434683-7af3-4de9-a02e-b2e8bad02dc1} TCPHandler: Processed in 0.001289631 sec. 2026.03.18 01:42:05.571371 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:05.571464 [ 253 ] {e505cc2c-f585-49c7-9b33-0a10bfcf4f7a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:05.571506 [ 253 ] {e505cc2c-f585-49c7-9b33-0a10bfcf4f7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:42:05.571536 [ 189 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3710 rows, containing 5 columns (5 merged, 0 gathered) in 0.001592417 sec., 2329791.756807419 rows/sec., 171.69 MiB/sec. 2026.03.18 01:42:05.571699 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.18 01:42:05.571905 [ 253 ] {e505cc2c-f585-49c7-9b33-0a10bfcf4f7a} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:05.571939 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_66_13} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:42:05.571947 [ 253 ] {e505cc2c-f585-49c7-9b33-0a10bfcf4f7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:05.572012 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_66_13} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.18 01:42:05.572075 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.03.18 01:42:05.572305 [ 253 ] {e505cc2c-f585-49c7-9b33-0a10bfcf4f7a} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.18 01:42:05.572519 [ 253 ] {e505cc2c-f585-49c7-9b33-0a10bfcf4f7a} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:42:05.572627 [ 76 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.18 01:42:05.572649 [ 253 ] {e505cc2c-f585-49c7-9b33-0a10bfcf4f7a} executeQuery: Read 265 rows, 18.03 KiB in 0.001204 sec., 220099.66777408638 rows/sec., 14.63 MiB/sec. 2026.03.18 01:42:05.572656 [ 76 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:05.572686 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:05.572693 [ 253 ] {e505cc2c-f585-49c7-9b33-0a10bfcf4f7a} TCPHandler: Processed in 0.001370813 sec. 2026.03.18 01:42:05.572742 [ 199 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:42:05.572809 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:05.572830 [ 199 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:05.572861 [ 199 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 21805 rows starting from the beginning of the part 2026.03.18 01:42:05.572907 [ 253 ] {4482e583-e137-4654-9f88-4d4072b48439} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:42:05.572912 [ 199 ] {f280274a-f94e-409a-9fce-e16117755bde::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.18 01:42:05.572956 [ 253 ] {4482e583-e137-4654-9f88-4d4072b48439} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:42:05.572969 [ 199 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1419 rows starting from the beginning of the part 2026.03.18 01:42:05.573014 [ 199 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 32 rows starting from the beginning of the part 2026.03.18 01:42:05.573050 [ 199 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part 2026.03.18 01:42:05.573090 [ 199 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 265 rows starting from the beginning of the part 2026.03.18 01:42:05.573280 [ 253 ] {4482e583-e137-4654-9f88-4d4072b48439} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:05.573322 [ 253 ] {4482e583-e137-4654-9f88-4d4072b48439} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:05.573635 [ 253 ] {4482e583-e137-4654-9f88-4d4072b48439} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 01:42:05.573849 [ 253 ] {4482e583-e137-4654-9f88-4d4072b48439} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:42:05.573980 [ 253 ] {4482e583-e137-4654-9f88-4d4072b48439} executeQuery: Read 1 rows, 69.00 B in 0.001091 sec., 916.5902841429881 rows/sec., 61.76 KiB/sec. 2026.03.18 01:42:05.574016 [ 253 ] {4482e583-e137-4654-9f88-4d4072b48439} TCPHandler: Processed in 0.001255301 sec. 2026.03.18 01:42:05.574118 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:05.574211 [ 253 ] {07bf071c-37a5-44d8-817c-bb373b177e20} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:05.574262 [ 253 ] {07bf071c-37a5-44d8-817c-bb373b177e20} 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.18 01:42:05.575042 [ 253 ] {07bf071c-37a5-44d8-817c-bb373b177e20} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:05.575079 [ 253 ] {07bf071c-37a5-44d8-817c-bb373b177e20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:05.575769 [ 253 ] {07bf071c-37a5-44d8-817c-bb373b177e20} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.18 01:42:05.576002 [ 253 ] {07bf071c-37a5-44d8-817c-bb373b177e20} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:42:05.576152 [ 253 ] {07bf071c-37a5-44d8-817c-bb373b177e20} executeQuery: Read 14 rows, 25.69 KiB in 0.00196 sec., 7142.857142857143 rows/sec., 12.80 MiB/sec. 2026.03.18 01:42:05.576206 [ 253 ] {07bf071c-37a5-44d8-817c-bb373b177e20} TCPHandler: Processed in 0.002138176 sec. 2026.03.18 01:42:05.576325 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:05.576420 [ 253 ] {b007ca67-2582-4d0b-80c1-5ef004841d05} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:42:05.576462 [ 253 ] {b007ca67-2582-4d0b-80c1-5ef004841d05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:42:05.576809 [ 253 ] {b007ca67-2582-4d0b-80c1-5ef004841d05} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:05.576846 [ 253 ] {b007ca67-2582-4d0b-80c1-5ef004841d05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:05.577278 [ 253 ] {b007ca67-2582-4d0b-80c1-5ef004841d05} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.18 01:42:05.577504 [ 253 ] {b007ca67-2582-4d0b-80c1-5ef004841d05} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:42:05.577611 [ 76 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.18 01:42:05.577637 [ 253 ] {b007ca67-2582-4d0b-80c1-5ef004841d05} executeQuery: Read 90 rows, 5.77 KiB in 0.001235 sec., 72874.49392712551 rows/sec., 4.56 MiB/sec. 2026.03.18 01:42:05.577644 [ 76 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:05.577676 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:05.577682 [ 253 ] {b007ca67-2582-4d0b-80c1-5ef004841d05} TCPHandler: Processed in 0.001405803 sec. 2026.03.18 01:42:05.577745 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:42:05.577835 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:05.577860 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3954 rows starting from the beginning of the part 2026.03.18 01:42:05.577907 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:42:05.577942 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 78 rows starting from the beginning of the part 2026.03.18 01:42:05.577975 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:42:05.578005 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part 2026.03.18 01:42:05.578035 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 90 rows starting from the beginning of the part 2026.03.18 01:42:05.578698 [ 202 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 23841 rows, containing 5 columns (5 merged, 0 gathered) in 0.00597638 sec., 3989204.1670710365 rows/sec., 260.15 MiB/sec. 2026.03.18 01:42:05.579206 [ 193 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.18 01:42:05.579414 [ 202 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 4254 rows, containing 4 columns (4 merged, 0 gathered) in 0.001701218 sec., 2500561.3625061573 rows/sec., 161.12 MiB/sec. 2026.03.18 01:42:05.579478 [ 193 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_66_13} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:42:05.579544 [ 193 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_66_13} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.18 01:42:05.579633 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB. 2026.03.18 01:42:05.579806 [ 198 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.18 01:42:05.580058 [ 198 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_66_13} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:42:05.580123 [ 198 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_66_13} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.18 01:42:05.580194 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2026.03.18 01:42:05.778152 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2026.03.18 01:42:05.805168 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:05.805257 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:05.814785 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.18 01:42:05.815845 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:42:05.821113 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2026.03.18 01:42:10.552120 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:10.552333 [ 253 ] {81446b50-55c4-44b4-b1ad-db2aa7534ff6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:42:10.552407 [ 253 ] {81446b50-55c4-44b4-b1ad-db2aa7534ff6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:42:10.553051 [ 253 ] {81446b50-55c4-44b4-b1ad-db2aa7534ff6} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:10.553100 [ 253 ] {81446b50-55c4-44b4-b1ad-db2aa7534ff6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:10.553500 [ 253 ] {81446b50-55c4-44b4-b1ad-db2aa7534ff6} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 01:42:10.553729 [ 253 ] {81446b50-55c4-44b4-b1ad-db2aa7534ff6} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:42:10.553894 [ 253 ] {81446b50-55c4-44b4-b1ad-db2aa7534ff6} executeQuery: Read 2 rows, 167.00 B in 0.001613 sec., 1239.925604463732 rows/sec., 101.11 KiB/sec. 2026.03.18 01:42:10.553944 [ 253 ] {81446b50-55c4-44b4-b1ad-db2aa7534ff6} TCPHandler: Processed in 0.001962723 sec. 2026.03.18 01:42:10.554068 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:10.554170 [ 253 ] {209975bd-2d9e-4adc-ae2b-cc311f75dba4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:42:10.554212 [ 253 ] {209975bd-2d9e-4adc-ae2b-cc311f75dba4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:42:10.554675 [ 253 ] {209975bd-2d9e-4adc-ae2b-cc311f75dba4} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:10.554713 [ 253 ] {209975bd-2d9e-4adc-ae2b-cc311f75dba4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:10.555042 [ 253 ] {209975bd-2d9e-4adc-ae2b-cc311f75dba4} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.18 01:42:10.555259 [ 253 ] {209975bd-2d9e-4adc-ae2b-cc311f75dba4} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:42:10.555389 [ 253 ] {209975bd-2d9e-4adc-ae2b-cc311f75dba4} executeQuery: Read 109 rows, 9.38 KiB in 0.001242 sec., 87761.67471819646 rows/sec., 7.37 MiB/sec. 2026.03.18 01:42:10.555428 [ 253 ] {209975bd-2d9e-4adc-ae2b-cc311f75dba4} TCPHandler: Processed in 0.001412314 sec. 2026.03.18 01:42:10.555541 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:10.555635 [ 253 ] {134ad900-25aa-460f-a4cd-7082ce0d8946} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:42:10.555674 [ 253 ] {134ad900-25aa-460f-a4cd-7082ce0d8946} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:42:10.556078 [ 253 ] {134ad900-25aa-460f-a4cd-7082ce0d8946} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:10.556113 [ 253 ] {134ad900-25aa-460f-a4cd-7082ce0d8946} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:10.556408 [ 253 ] {134ad900-25aa-460f-a4cd-7082ce0d8946} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.18 01:42:10.556612 [ 253 ] {134ad900-25aa-460f-a4cd-7082ce0d8946} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:42:10.556743 [ 253 ] {134ad900-25aa-460f-a4cd-7082ce0d8946} executeQuery: Read 28 rows, 2.09 KiB in 0.001127 sec., 24844.72049689441 rows/sec., 1.82 MiB/sec. 2026.03.18 01:42:10.556780 [ 253 ] {134ad900-25aa-460f-a4cd-7082ce0d8946} TCPHandler: Processed in 0.001288681 sec. 2026.03.18 01:42:10.556889 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:10.556983 [ 253 ] {8d6fcbd8-348e-45bd-9f2a-716bb2703b9d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:42:10.557022 [ 253 ] {8d6fcbd8-348e-45bd-9f2a-716bb2703b9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:42:10.557441 [ 253 ] {8d6fcbd8-348e-45bd-9f2a-716bb2703b9d} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:10.557476 [ 253 ] {8d6fcbd8-348e-45bd-9f2a-716bb2703b9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:10.557785 [ 253 ] {8d6fcbd8-348e-45bd-9f2a-716bb2703b9d} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.18 01:42:10.557989 [ 253 ] {8d6fcbd8-348e-45bd-9f2a-716bb2703b9d} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:42:10.558114 [ 253 ] {8d6fcbd8-348e-45bd-9f2a-716bb2703b9d} executeQuery: Read 92 rows, 7.36 KiB in 0.001149 sec., 80069.62576153176 rows/sec., 6.26 MiB/sec. 2026.03.18 01:42:10.558151 [ 253 ] {8d6fcbd8-348e-45bd-9f2a-716bb2703b9d} TCPHandler: Processed in 0.001312002 sec. 2026.03.18 01:42:10.558264 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:10.558359 [ 253 ] {82e13a9c-f80f-4a6a-949b-ae80796de53f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:10.558401 [ 253 ] {82e13a9c-f80f-4a6a-949b-ae80796de53f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:42:10.558804 [ 253 ] {82e13a9c-f80f-4a6a-949b-ae80796de53f} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:10.558839 [ 253 ] {82e13a9c-f80f-4a6a-949b-ae80796de53f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:10.559176 [ 253 ] {82e13a9c-f80f-4a6a-949b-ae80796de53f} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.18 01:42:10.559387 [ 253 ] {82e13a9c-f80f-4a6a-949b-ae80796de53f} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:42:10.559529 [ 253 ] {82e13a9c-f80f-4a6a-949b-ae80796de53f} executeQuery: Read 161 rows, 11.48 KiB in 0.001189 sec., 135407.90580319596 rows/sec., 9.43 MiB/sec. 2026.03.18 01:42:10.559567 [ 253 ] {82e13a9c-f80f-4a6a-949b-ae80796de53f} TCPHandler: Processed in 0.001352513 sec. 2026.03.18 01:42:10.559668 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:10.559760 [ 253 ] {f169a031-ece1-4003-b043-2cb72c30188f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:10.559813 [ 253 ] {f169a031-ece1-4003-b043-2cb72c30188f} 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.18 01:42:10.560642 [ 253 ] {f169a031-ece1-4003-b043-2cb72c30188f} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:10.560676 [ 253 ] {f169a031-ece1-4003-b043-2cb72c30188f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:10.561235 [ 253 ] {f169a031-ece1-4003-b043-2cb72c30188f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.18 01:42:10.561466 [ 253 ] {f169a031-ece1-4003-b043-2cb72c30188f} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:42:10.561607 [ 253 ] {f169a031-ece1-4003-b043-2cb72c30188f} executeQuery: Read 26 rows, 47.71 KiB in 0.001865 sec., 13941.018766756033 rows/sec., 24.98 MiB/sec. 2026.03.18 01:42:10.561662 [ 253 ] {f169a031-ece1-4003-b043-2cb72c30188f} TCPHandler: Processed in 0.002043414 sec. 2026.03.18 01:42:10.561776 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:10.561871 [ 253 ] {5a2f0d92-5e8e-46d8-8498-b7c0d4e00b97} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:42:10.561913 [ 253 ] {5a2f0d92-5e8e-46d8-8498-b7c0d4e00b97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:42:10.562251 [ 253 ] {5a2f0d92-5e8e-46d8-8498-b7c0d4e00b97} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:10.562287 [ 253 ] {5a2f0d92-5e8e-46d8-8498-b7c0d4e00b97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:10.562597 [ 253 ] {5a2f0d92-5e8e-46d8-8498-b7c0d4e00b97} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.18 01:42:10.562808 [ 253 ] {5a2f0d92-5e8e-46d8-8498-b7c0d4e00b97} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:42:10.562936 [ 253 ] {5a2f0d92-5e8e-46d8-8498-b7c0d4e00b97} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2026.03.18 01:42:10.562971 [ 253 ] {5a2f0d92-5e8e-46d8-8498-b7c0d4e00b97} TCPHandler: Processed in 0.001245621 sec. 2026.03.18 01:42:12.250178 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19587 2026.03.18 01:42:12.251064 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:12.251108 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:12.251582 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.18 01:42:12.251806 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:42:12.251933 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19587 2026.03.18 01:42:12.251983 [ 169 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.18 01:42:12.252088 [ 169 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:12.252126 [ 169 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:12.252308 [ 192 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::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.18 01:42:12.252496 [ 192 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:12.252555 [ 192 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_41_8} MergeTreeSequentialSource: Reading 4 marks from part all_1_36_7, total 17155 rows starting from the beginning of the part 2026.03.18 01:42:12.252650 [ 192 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 512 rows starting from the beginning of the part 2026.03.18 01:42:12.252694 [ 192 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 448 rows starting from the beginning of the part 2026.03.18 01:42:12.252733 [ 192 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 512 rows starting from the beginning of the part 2026.03.18 01:42:12.252777 [ 192 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 448 rows starting from the beginning of the part 2026.03.18 01:42:12.252812 [ 192 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 512 rows starting from the beginning of the part 2026.03.18 01:42:12.254810 [ 186 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19587 rows, containing 4 columns (4 merged, 0 gathered) in 0.002579302 sec., 7593914.942879896 rows/sec., 108.63 MiB/sec. 2026.03.18 01:42:12.255179 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.18 01:42:12.255485 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_41_8} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:42:12.255563 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_41_8} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.18 01:42:12.255674 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.64 MiB. 2026.03.18 01:42:13.321178 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2026.03.18 01:42:13.338450 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:13.338509 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:13.344675 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.18 01:42:13.345357 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:42:13.345661 [ 168 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.18 01:42:13.345732 [ 168 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:13.345756 [ 168 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:13.345891 [ 197 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:42:13.348583 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2026.03.18 01:42:13.350202 [ 197 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:13.351661 [ 197 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:42:13.356161 [ 197 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:42:13.360783 [ 197 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:42:13.365340 [ 197 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:42:13.369848 [ 197 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:42:13.373870 [ 197 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:42:13.425174 [ 197 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.079348288 sec., 3894.2239056247818 rows/sec., 20.14 MiB/sec. 2026.03.18 01:42:13.426731 [ 197 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.18 01:42:13.428388 [ 197 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_41_8} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:42:13.428479 [ 197 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_41_8} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.18 01:42:13.429928 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.03.18 01:42:14.829882 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1306 2026.03.18 01:42:14.832875 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:14.832936 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:14.834161 [ 242 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 01:42:14.834472 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:42:14.834823 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1306 2026.03.18 01:42:15.560742 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:15.560938 [ 253 ] {b27403f9-a88e-4c7e-83c8-8ef718beec60} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:42:15.561006 [ 253 ] {b27403f9-a88e-4c7e-83c8-8ef718beec60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:42:15.561752 [ 253 ] {b27403f9-a88e-4c7e-83c8-8ef718beec60} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:15.561805 [ 253 ] {b27403f9-a88e-4c7e-83c8-8ef718beec60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:15.562219 [ 253 ] {b27403f9-a88e-4c7e-83c8-8ef718beec60} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 01:42:15.562448 [ 253 ] {b27403f9-a88e-4c7e-83c8-8ef718beec60} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:42:15.562622 [ 253 ] {b27403f9-a88e-4c7e-83c8-8ef718beec60} executeQuery: Read 284 rows, 18.47 KiB in 0.001731 sec., 164067.0132871173 rows/sec., 10.42 MiB/sec. 2026.03.18 01:42:15.562673 [ 253 ] {b27403f9-a88e-4c7e-83c8-8ef718beec60} TCPHandler: Processed in 0.002059185 sec. 2026.03.18 01:42:15.562802 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:15.562907 [ 253 ] {df5800f7-8f53-4172-8623-e416165e67a0} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:42:15.562951 [ 253 ] {df5800f7-8f53-4172-8623-e416165e67a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:42:15.563738 [ 253 ] {df5800f7-8f53-4172-8623-e416165e67a0} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:15.563776 [ 253 ] {df5800f7-8f53-4172-8623-e416165e67a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:15.564138 [ 253 ] {df5800f7-8f53-4172-8623-e416165e67a0} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.18 01:42:15.564350 [ 253 ] {df5800f7-8f53-4172-8623-e416165e67a0} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:42:15.564491 [ 253 ] {df5800f7-8f53-4172-8623-e416165e67a0} executeQuery: Read 825 rows, 66.29 KiB in 0.001606 sec., 513698.6301369863 rows/sec., 40.31 MiB/sec. 2026.03.18 01:42:15.564531 [ 253 ] {df5800f7-8f53-4172-8623-e416165e67a0} TCPHandler: Processed in 0.00178209 sec. 2026.03.18 01:42:15.564657 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:15.564783 [ 253 ] {205edf08-a453-4356-9978-97cb662ff763} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:42:15.564834 [ 253 ] {205edf08-a453-4356-9978-97cb662ff763} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:42:15.565387 [ 253 ] {205edf08-a453-4356-9978-97cb662ff763} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:15.565432 [ 253 ] {205edf08-a453-4356-9978-97cb662ff763} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:15.565822 [ 253 ] {205edf08-a453-4356-9978-97cb662ff763} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.18 01:42:15.566035 [ 253 ] {205edf08-a453-4356-9978-97cb662ff763} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:42:15.566173 [ 253 ] {205edf08-a453-4356-9978-97cb662ff763} executeQuery: Read 156 rows, 9.59 KiB in 0.001418 sec., 110014.10437235543 rows/sec., 6.61 MiB/sec. 2026.03.18 01:42:15.566213 [ 253 ] {205edf08-a453-4356-9978-97cb662ff763} TCPHandler: Processed in 0.001618417 sec. 2026.03.18 01:42:15.566326 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:15.566422 [ 253 ] {69646691-8aeb-473d-9e02-096ffe508114} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:42:15.566463 [ 253 ] {69646691-8aeb-473d-9e02-096ffe508114} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:42:15.566912 [ 253 ] {69646691-8aeb-473d-9e02-096ffe508114} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:15.566948 [ 253 ] {69646691-8aeb-473d-9e02-096ffe508114} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:15.567258 [ 253 ] {69646691-8aeb-473d-9e02-096ffe508114} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 01:42:15.567461 [ 253 ] {69646691-8aeb-473d-9e02-096ffe508114} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:42:15.567596 [ 253 ] {69646691-8aeb-473d-9e02-096ffe508114} executeQuery: Read 149 rows, 9.86 KiB in 0.001193 sec., 124895.22212908634 rows/sec., 8.07 MiB/sec. 2026.03.18 01:42:15.567634 [ 253 ] {69646691-8aeb-473d-9e02-096ffe508114} TCPHandler: Processed in 0.001358182 sec. 2026.03.18 01:42:15.567747 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:15.567843 [ 253 ] {6f244ba9-1f2f-41f6-b128-24ef299cc96b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:42:15.567884 [ 253 ] {6f244ba9-1f2f-41f6-b128-24ef299cc96b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:42:15.568329 [ 253 ] {6f244ba9-1f2f-41f6-b128-24ef299cc96b} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:15.568366 [ 253 ] {6f244ba9-1f2f-41f6-b128-24ef299cc96b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:15.568673 [ 253 ] {6f244ba9-1f2f-41f6-b128-24ef299cc96b} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 01:42:15.568878 [ 253 ] {6f244ba9-1f2f-41f6-b128-24ef299cc96b} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:42:15.569015 [ 253 ] {6f244ba9-1f2f-41f6-b128-24ef299cc96b} executeQuery: Read 148 rows, 8.62 KiB in 0.00119 sec., 124369.74789915966 rows/sec., 7.07 MiB/sec. 2026.03.18 01:42:15.569054 [ 253 ] {6f244ba9-1f2f-41f6-b128-24ef299cc96b} TCPHandler: Processed in 0.001356053 sec. 2026.03.18 01:42:15.569167 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:15.569260 [ 253 ] {69de95d2-9617-403d-bf16-ad1c5de45cc5} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:42:15.569301 [ 253 ] {69de95d2-9617-403d-bf16-ad1c5de45cc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:42:15.569946 [ 253 ] {69de95d2-9617-403d-bf16-ad1c5de45cc5} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:15.569984 [ 253 ] {69de95d2-9617-403d-bf16-ad1c5de45cc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:15.570310 [ 253 ] {69de95d2-9617-403d-bf16-ad1c5de45cc5} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.18 01:42:15.570527 [ 253 ] {69de95d2-9617-403d-bf16-ad1c5de45cc5} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:42:15.570662 [ 253 ] {69de95d2-9617-403d-bf16-ad1c5de45cc5} executeQuery: Read 504 rows, 36.30 KiB in 0.001419 sec., 355179.70401691337 rows/sec., 24.98 MiB/sec. 2026.03.18 01:42:15.570702 [ 253 ] {69de95d2-9617-403d-bf16-ad1c5de45cc5} TCPHandler: Processed in 0.001584826 sec. 2026.03.18 01:42:15.570817 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:15.570920 [ 253 ] {e6fb9cb5-deba-4acd-b809-9423bfae34dd} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:42:15.570963 [ 253 ] {e6fb9cb5-deba-4acd-b809-9423bfae34dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:42:15.571310 [ 253 ] {e6fb9cb5-deba-4acd-b809-9423bfae34dd} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:15.571347 [ 253 ] {e6fb9cb5-deba-4acd-b809-9423bfae34dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:15.571676 [ 253 ] {e6fb9cb5-deba-4acd-b809-9423bfae34dd} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 01:42:15.571889 [ 253 ] {e6fb9cb5-deba-4acd-b809-9423bfae34dd} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:42:15.571999 [ 152 ] {} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2026.03.18 01:42:15.572023 [ 253 ] {e6fb9cb5-deba-4acd-b809-9423bfae34dd} executeQuery: Read 6 rows, 321.00 B in 0.001122 sec., 5347.593582887701 rows/sec., 279.39 KiB/sec. 2026.03.18 01:42:15.572062 [ 152 ] {} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:15.572073 [ 253 ] {e6fb9cb5-deba-4acd-b809-9423bfae34dd} TCPHandler: Processed in 0.001307922 sec. 2026.03.18 01:42:15.572090 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:15.572192 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:15.572226 [ 208 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::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.18 01:42:15.572291 [ 253 ] {4649c490-129b-46cd-8871-5482d226de6a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:15.572341 [ 253 ] {4649c490-129b-46cd-8871-5482d226de6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:42:15.572364 [ 208 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:15.572404 [ 208 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 150 rows starting from the beginning of the part 2026.03.18 01:42:15.572471 [ 208 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part 2026.03.18 01:42:15.572555 [ 208 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part 2026.03.18 01:42:15.572622 [ 208 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part 2026.03.18 01:42:15.572686 [ 208 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part 2026.03.18 01:42:15.572732 [ 208 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part 2026.03.18 01:42:15.572755 [ 253 ] {4649c490-129b-46cd-8871-5482d226de6a} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:15.572795 [ 253 ] {4649c490-129b-46cd-8871-5482d226de6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:15.573428 [ 253 ] {4649c490-129b-46cd-8871-5482d226de6a} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.18 01:42:15.573710 [ 195 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 4 columns (4 merged, 0 gathered) in 0.001544866 sec., 116514.95987354244 rows/sec., 5.94 MiB/sec. 2026.03.18 01:42:15.573722 [ 253 ] {4649c490-129b-46cd-8871-5482d226de6a} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:42:15.573866 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2026.03.18 01:42:15.573878 [ 253 ] {4649c490-129b-46cd-8871-5482d226de6a} executeQuery: Read 265 rows, 18.03 KiB in 0.001605 sec., 165109.03426791276 rows/sec., 10.97 MiB/sec. 2026.03.18 01:42:15.573930 [ 253 ] {4649c490-129b-46cd-8871-5482d226de6a} TCPHandler: Processed in 0.00178638 sec. 2026.03.18 01:42:15.574054 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:15.574151 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_30_6} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:42:15.574153 [ 253 ] {818918aa-5fd3-4218-a437-5cb10bf4f10e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:42:15.574213 [ 253 ] {818918aa-5fd3-4218-a437-5cb10bf4f10e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:42:15.574229 [ 194 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_30_6} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2026.03.18 01:42:15.574307 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.03.18 01:42:15.574564 [ 253 ] {818918aa-5fd3-4218-a437-5cb10bf4f10e} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:15.574605 [ 253 ] {818918aa-5fd3-4218-a437-5cb10bf4f10e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:15.574920 [ 253 ] {818918aa-5fd3-4218-a437-5cb10bf4f10e} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 01:42:15.575138 [ 253 ] {818918aa-5fd3-4218-a437-5cb10bf4f10e} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:42:15.575244 [ 152 ] {} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2026.03.18 01:42:15.575271 [ 253 ] {818918aa-5fd3-4218-a437-5cb10bf4f10e} executeQuery: Read 1 rows, 69.00 B in 0.001136 sec., 880.2816901408451 rows/sec., 59.32 KiB/sec. 2026.03.18 01:42:15.575279 [ 152 ] {} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:15.575311 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:15.575315 [ 253 ] {818918aa-5fd3-4218-a437-5cb10bf4f10e} TCPHandler: Processed in 0.001310122 sec. 2026.03.18 01:42:15.575397 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::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.18 01:42:15.575444 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:15.575492 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:15.575524 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part 2026.03.18 01:42:15.575548 [ 253 ] {dbb03990-517f-47a1-9f2d-680f8d714dda} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:15.575573 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part 2026.03.18 01:42:15.575608 [ 253 ] {dbb03990-517f-47a1-9f2d-680f8d714dda} 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.18 01:42:15.575619 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part 2026.03.18 01:42:15.575682 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part 2026.03.18 01:42:15.575720 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part 2026.03.18 01:42:15.575757 [ 196 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part 2026.03.18 01:42:15.576404 [ 253 ] {dbb03990-517f-47a1-9f2d-680f8d714dda} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:15.576446 [ 253 ] {dbb03990-517f-47a1-9f2d-680f8d714dda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:15.576533 [ 200 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.00117102 sec., 25618.691397243427 rows/sec., 1.69 MiB/sec. 2026.03.18 01:42:15.576661 [ 194 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2026.03.18 01:42:15.576941 [ 194 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_30_6} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:42:15.577011 [ 253 ] {dbb03990-517f-47a1-9f2d-680f8d714dda} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.18 01:42:15.577014 [ 194 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_30_6} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2026.03.18 01:42:15.577094 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.18 01:42:15.577259 [ 253 ] {dbb03990-517f-47a1-9f2d-680f8d714dda} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:42:15.577409 [ 253 ] {dbb03990-517f-47a1-9f2d-680f8d714dda} executeQuery: Read 14 rows, 25.69 KiB in 0.00188 sec., 7446.808510638298 rows/sec., 13.34 MiB/sec. 2026.03.18 01:42:15.577463 [ 253 ] {dbb03990-517f-47a1-9f2d-680f8d714dda} TCPHandler: Processed in 0.002068435 sec. 2026.03.18 01:42:15.577588 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:15.577682 [ 253 ] {2ddf1d53-0492-43cd-a2a2-3ccb6c055732} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:42:15.577724 [ 253 ] {2ddf1d53-0492-43cd-a2a2-3ccb6c055732} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:42:15.578063 [ 253 ] {2ddf1d53-0492-43cd-a2a2-3ccb6c055732} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:15.578101 [ 253 ] {2ddf1d53-0492-43cd-a2a2-3ccb6c055732} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:15.578416 [ 253 ] {2ddf1d53-0492-43cd-a2a2-3ccb6c055732} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.18 01:42:15.578628 [ 253 ] {2ddf1d53-0492-43cd-a2a2-3ccb6c055732} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:42:15.578757 [ 253 ] {2ddf1d53-0492-43cd-a2a2-3ccb6c055732} executeQuery: Read 90 rows, 5.77 KiB in 0.001093 sec., 82342.17749313815 rows/sec., 5.15 MiB/sec. 2026.03.18 01:42:15.578794 [ 253 ] {2ddf1d53-0492-43cd-a2a2-3ccb6c055732} TCPHandler: Processed in 0.001254501 sec. 2026.03.18 01:42:19.420743 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42604 2026.03.18 01:42:19.420865 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:19.420892 [ 297 ] {} TCP-Session: ebf5d662-5cde-4681-9e9c-e82076dd8f40 Authenticating user 'default' from [fd00:1122:3344:101::e]:42604 2026.03.18 01:42:19.420915 [ 297 ] {} TCP-Session: ebf5d662-5cde-4681-9e9c-e82076dd8f40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.420928 [ 297 ] {} TCP-Session: ebf5d662-5cde-4681-9e9c-e82076dd8f40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.421131 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42399 2026.03.18 01:42:19.421164 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37126 2026.03.18 01:42:19.421194 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50280 2026.03.18 01:42:19.421211 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63427 2026.03.18 01:42:19.421254 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46018 2026.03.18 01:42:19.421258 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35246 2026.03.18 01:42:19.421305 [ 297 ] {} TCP-Session: ebf5d662-5cde-4681-9e9c-e82076dd8f40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:19.421259 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:19.421259 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:19.421419 [ 3 ] {} TCP-Session: cb7d9249-90ae-457a-986a-83ffa6fe49f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:37126 2026.03.18 01:42:19.421233 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63334 2026.03.18 01:42:19.421446 [ 3 ] {} TCP-Session: cb7d9249-90ae-457a-986a-83ffa6fe49f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.421435 [ 298 ] {} TCP-Session: a9b29f99-1dad-47bd-aeda-52f39ce20b56 Authenticating user 'default' from [fd00:1122:3344:101::e]:42399 2026.03.18 01:42:19.421474 [ 3 ] {} TCP-Session: cb7d9249-90ae-457a-986a-83ffa6fe49f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.421490 [ 298 ] {} TCP-Session: a9b29f99-1dad-47bd-aeda-52f39ce20b56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.421146 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63852 2026.03.18 01:42:19.421511 [ 298 ] {} TCP-Session: a9b29f99-1dad-47bd-aeda-52f39ce20b56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.421566 [ 297 ] {3d3c6a27-fc8e-407d-b5a3-476dac23bd3e} executeQuery: (from [fd00:1122:3344:101::e]:42604) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:42:19.421882 [ 297 ] {3d3c6a27-fc8e-407d-b5a3-476dac23bd3e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:42:19.421959 [ 297 ] {3d3c6a27-fc8e-407d-b5a3-476dac23bd3e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:42:19.421990 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:19.422047 [ 295 ] {} TCP-Session: e4f67310-5197-4f84-b357-e4f807e58c1c Authenticating user 'default' from [fd00:1122:3344:101::e]:35246 2026.03.18 01:42:19.422081 [ 295 ] {} TCP-Session: e4f67310-5197-4f84-b357-e4f807e58c1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.422099 [ 295 ] {} TCP-Session: e4f67310-5197-4f84-b357-e4f807e58c1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.422107 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:19.422146 [ 299 ] {} TCP-Session: 7490b3b0-8425-4a3e-ad57-cf3d65813241 Authenticating user 'default' from [fd00:1122:3344:101::e]:63852 2026.03.18 01:42:19.422170 [ 299 ] {} TCP-Session: 7490b3b0-8425-4a3e-ad57-cf3d65813241 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.422187 [ 299 ] {} TCP-Session: 7490b3b0-8425-4a3e-ad57-cf3d65813241 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.422238 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:19.422269 [ 297 ] {3d3c6a27-fc8e-407d-b5a3-476dac23bd3e} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:42:19.422281 [ 292 ] {} TCP-Session: 1b93db83-c1f7-433d-b28f-c7f1ff382a13 Authenticating user 'default' from [fd00:1122:3344:101::e]:50280 2026.03.18 01:42:19.422305 [ 292 ] {} TCP-Session: 1b93db83-c1f7-433d-b28f-c7f1ff382a13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.422322 [ 292 ] {} TCP-Session: 1b93db83-c1f7-433d-b28f-c7f1ff382a13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.422537 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:19.422572 [ 296 ] {} TCP-Session: fae3cc74-09be-428c-9c40-76ce37ef75bd Authenticating user 'default' from [fd00:1122:3344:101::e]:46018 2026.03.18 01:42:19.422593 [ 296 ] {} TCP-Session: fae3cc74-09be-428c-9c40-76ce37ef75bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.422607 [ 296 ] {} TCP-Session: fae3cc74-09be-428c-9c40-76ce37ef75bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.422623 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:19.422659 [ 293 ] {} TCP-Session: 5d6e891f-c60d-4a8e-b8b5-0f3ab324beb3 Authenticating user 'default' from [fd00:1122:3344:101::e]:63427 2026.03.18 01:42:19.422675 [ 293 ] {} TCP-Session: 5d6e891f-c60d-4a8e-b8b5-0f3ab324beb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.422688 [ 293 ] {} TCP-Session: 5d6e891f-c60d-4a8e-b8b5-0f3ab324beb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.422751 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:19.422792 [ 294 ] {} TCP-Session: 591f9727-e155-4451-942d-5cb2d6efa31d Authenticating user 'default' from [fd00:1122:3344:101::e]:63334 2026.03.18 01:42:19.422810 [ 294 ] {} TCP-Session: 591f9727-e155-4451-942d-5cb2d6efa31d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.422822 [ 294 ] {} TCP-Session: 591f9727-e155-4451-942d-5cb2d6efa31d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.423338 [ 301 ] {3d3c6a27-fc8e-407d-b5a3-476dac23bd3e} AggregatingTransform: Aggregating 2026.03.18 01:42:19.423395 [ 301 ] {3d3c6a27-fc8e-407d-b5a3-476dac23bd3e} Aggregator: Aggregation method: without_key 2026.03.18 01:42:19.423431 [ 301 ] {3d3c6a27-fc8e-407d-b5a3-476dac23bd3e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001051008 sec. (951.468 rows/sec., 37.17 KiB/sec.) 2026.03.18 01:42:19.423450 [ 301 ] {3d3c6a27-fc8e-407d-b5a3-476dac23bd3e} Aggregator: Merging aggregated data 2026.03.18 01:42:19.424956 [ 297 ] {3d3c6a27-fc8e-407d-b5a3-476dac23bd3e} executeQuery: Read 1 rows, 40.00 B in 0.003459 sec., 289.10089621277825 rows/sec., 11.29 KiB/sec. 2026.03.18 01:42:19.425138 [ 297 ] {3d3c6a27-fc8e-407d-b5a3-476dac23bd3e} TCPHandler: Processed in 0.003968636 sec. 2026.03.18 01:42:19.425282 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:19.425331 [ 298 ] {} TCP-Session: a9b29f99-1dad-47bd-aeda-52f39ce20b56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.425332 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:19.425357 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:19.425383 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:19.425397 [ 299 ] {} TCP-Session: 7490b3b0-8425-4a3e-ad57-cf3d65813241 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.425417 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:19.425440 [ 293 ] {} TCP-Session: 5d6e891f-c60d-4a8e-b8b5-0f3ab324beb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.425469 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:19.425479 [ 3 ] {} TCP-Session: cb7d9249-90ae-457a-986a-83ffa6fe49f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.425498 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:19.425515 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:19.425539 [ 295 ] {} TCP-Session: e4f67310-5197-4f84-b357-e4f807e58c1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.425565 [ 296 ] {} TCP-Session: fae3cc74-09be-428c-9c40-76ce37ef75bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.425587 [ 297 ] {} TCP-Session: ebf5d662-5cde-4681-9e9c-e82076dd8f40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.425422 [ 292 ] {} TCP-Session: 1b93db83-c1f7-433d-b28f-c7f1ff382a13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.425634 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:19.425686 [ 294 ] {} TCP-Session: 591f9727-e155-4451-942d-5cb2d6efa31d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.586837 [ 149 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:42:19.586913 [ 149 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:42:19.752196 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20035 2026.03.18 01:42:19.752736 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:19.752791 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:19.753332 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.18 01:42:19.753572 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:42:19.753728 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20035 2026.03.18 01:42:19.775939 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50902 2026.03.18 01:42:19.776027 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:19.776052 [ 297 ] {} TCP-Session: 3d158344-f198-4cc2-a0f4-cd4485aefceb Authenticating user 'default' from [fd00:1122:3344:101::e]:50902 2026.03.18 01:42:19.776074 [ 297 ] {} TCP-Session: 3d158344-f198-4cc2-a0f4-cd4485aefceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.776086 [ 297 ] {} TCP-Session: 3d158344-f198-4cc2-a0f4-cd4485aefceb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.776269 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60089 2026.03.18 01:42:19.776291 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37632 2026.03.18 01:42:19.776334 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38269 2026.03.18 01:42:19.776361 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60528 2026.03.18 01:42:19.776382 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41187 2026.03.18 01:42:19.776402 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:19.776424 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:19.776451 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:19.776456 [ 298 ] {} TCP-Session: 3a16e76a-3861-4f22-bf6d-6b64068bc07d Authenticating user 'default' from [fd00:1122:3344:101::e]:60089 2026.03.18 01:42:19.776473 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:19.776487 [ 3 ] {} TCP-Session: 024f09f4-8040-4558-acb2-834abdab9fd9 Authenticating user 'default' from [fd00:1122:3344:101::e]:38269 2026.03.18 01:42:19.776479 [ 299 ] {} TCP-Session: e9247a87-b107-4f29-b140-a4decd44ee24 Authenticating user 'default' from [fd00:1122:3344:101::e]:37632 2026.03.18 01:42:19.776511 [ 3 ] {} TCP-Session: 024f09f4-8040-4558-acb2-834abdab9fd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.776499 [ 298 ] {} TCP-Session: 3a16e76a-3861-4f22-bf6d-6b64068bc07d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.776531 [ 299 ] {} TCP-Session: e9247a87-b107-4f29-b140-a4decd44ee24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.776544 [ 298 ] {} TCP-Session: 3a16e76a-3861-4f22-bf6d-6b64068bc07d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.776558 [ 299 ] {} TCP-Session: e9247a87-b107-4f29-b140-a4decd44ee24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.776532 [ 3 ] {} TCP-Session: 024f09f4-8040-4558-acb2-834abdab9fd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.776505 [ 294 ] {} TCP-Session: b7322f47-9e6c-45d7-b68c-0041e7a3472f Authenticating user 'default' from [fd00:1122:3344:101::e]:41187 2026.03.18 01:42:19.776458 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:19.776627 [ 294 ] {} TCP-Session: b7322f47-9e6c-45d7-b68c-0041e7a3472f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.776653 [ 293 ] {} TCP-Session: d0b8e874-ece5-4503-a4d5-5eee70504c59 Authenticating user 'default' from [fd00:1122:3344:101::e]:60528 2026.03.18 01:42:19.776664 [ 294 ] {} TCP-Session: b7322f47-9e6c-45d7-b68c-0041e7a3472f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.776454 [ 297 ] {} TCP-Session: 3d158344-f198-4cc2-a0f4-cd4485aefceb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:19.776408 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53204 2026.03.18 01:42:19.776406 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39189 2026.03.18 01:42:19.776343 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38427 2026.03.18 01:42:19.776680 [ 293 ] {} TCP-Session: d0b8e874-ece5-4503-a4d5-5eee70504c59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.776830 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:19.776830 [ 293 ] {} TCP-Session: d0b8e874-ece5-4503-a4d5-5eee70504c59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.776839 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:19.776851 [ 296 ] {} TCP-Session: 0fc0a886-d690-4f7b-a3a1-1c412e115b4a Authenticating user 'default' from [fd00:1122:3344:101::e]:39189 2026.03.18 01:42:19.776871 [ 297 ] {e175128c-c815-4f9b-a2f6-e3d8abb20f8d} executeQuery: (from [fd00:1122:3344:101::e]:50902) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:42:19.776888 [ 296 ] {} TCP-Session: 0fc0a886-d690-4f7b-a3a1-1c412e115b4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.776882 [ 295 ] {} TCP-Session: 523d53c6-74da-488a-910c-5fab519cc651 Authenticating user 'default' from [fd00:1122:3344:101::e]:53204 2026.03.18 01:42:19.776918 [ 296 ] {} TCP-Session: 0fc0a886-d690-4f7b-a3a1-1c412e115b4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.776863 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:19.776942 [ 295 ] {} TCP-Session: 523d53c6-74da-488a-910c-5fab519cc651 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.776968 [ 292 ] {} TCP-Session: 2f0da846-3d01-4ba9-a57b-c47b4d7c6386 Authenticating user 'default' from [fd00:1122:3344:101::e]:38427 2026.03.18 01:42:19.776971 [ 295 ] {} TCP-Session: 523d53c6-74da-488a-910c-5fab519cc651 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.776995 [ 292 ] {} TCP-Session: 2f0da846-3d01-4ba9-a57b-c47b4d7c6386 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.777015 [ 292 ] {} TCP-Session: 2f0da846-3d01-4ba9-a57b-c47b4d7c6386 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.777157 [ 297 ] {e175128c-c815-4f9b-a2f6-e3d8abb20f8d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:42:19.777221 [ 297 ] {e175128c-c815-4f9b-a2f6-e3d8abb20f8d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:42:19.777530 [ 297 ] {e175128c-c815-4f9b-a2f6-e3d8abb20f8d} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:42:19.778446 [ 301 ] {e175128c-c815-4f9b-a2f6-e3d8abb20f8d} AggregatingTransform: Aggregating 2026.03.18 01:42:19.778478 [ 301 ] {e175128c-c815-4f9b-a2f6-e3d8abb20f8d} Aggregator: Aggregation method: without_key 2026.03.18 01:42:19.778508 [ 301 ] {e175128c-c815-4f9b-a2f6-e3d8abb20f8d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000864464 sec. (1156.786 rows/sec., 45.19 KiB/sec.) 2026.03.18 01:42:19.778530 [ 301 ] {e175128c-c815-4f9b-a2f6-e3d8abb20f8d} Aggregator: Merging aggregated data 2026.03.18 01:42:19.779854 [ 297 ] {e175128c-c815-4f9b-a2f6-e3d8abb20f8d} executeQuery: Read 1 rows, 40.00 B in 0.003033 sec., 329.7065611605671 rows/sec., 12.88 KiB/sec. 2026.03.18 01:42:19.780009 [ 297 ] {e175128c-c815-4f9b-a2f6-e3d8abb20f8d} TCPHandler: Processed in 0.003711032 sec. 2026.03.18 01:42:19.780108 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:19.780141 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:19.780149 [ 297 ] {} TCP-Session: 3d158344-f198-4cc2-a0f4-cd4485aefceb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.780161 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:19.780188 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:19.780205 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:19.780225 [ 299 ] {} TCP-Session: e9247a87-b107-4f29-b140-a4decd44ee24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.780250 [ 296 ] {} TCP-Session: 0fc0a886-d690-4f7b-a3a1-1c412e115b4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.780246 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:19.780271 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:19.780295 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:19.780312 [ 292 ] {} TCP-Session: 2f0da846-3d01-4ba9-a57b-c47b4d7c6386 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.780338 [ 293 ] {} TCP-Session: d0b8e874-ece5-4503-a4d5-5eee70504c59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.780354 [ 294 ] {} TCP-Session: b7322f47-9e6c-45d7-b68c-0041e7a3472f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.780268 [ 3 ] {} TCP-Session: 024f09f4-8040-4558-acb2-834abdab9fd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.780228 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:19.780201 [ 298 ] {} TCP-Session: 3a16e76a-3861-4f22-bf6d-6b64068bc07d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:19.780457 [ 295 ] {} TCP-Session: 523d53c6-74da-488a-910c-5fab519cc651 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:20.555077 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:20.555287 [ 253 ] {349c0fb4-a470-4fd3-a998-dfc487bba968} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:42:20.555355 [ 253 ] {349c0fb4-a470-4fd3-a998-dfc487bba968} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:42:20.556059 [ 253 ] {349c0fb4-a470-4fd3-a998-dfc487bba968} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:20.556115 [ 253 ] {349c0fb4-a470-4fd3-a998-dfc487bba968} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:20.556534 [ 253 ] {349c0fb4-a470-4fd3-a998-dfc487bba968} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.18 01:42:20.556777 [ 253 ] {349c0fb4-a470-4fd3-a998-dfc487bba968} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:42:20.556948 [ 253 ] {349c0fb4-a470-4fd3-a998-dfc487bba968} executeQuery: Read 108 rows, 9.31 KiB in 0.00171 sec., 63157.89473684211 rows/sec., 5.31 MiB/sec. 2026.03.18 01:42:20.556999 [ 253 ] {349c0fb4-a470-4fd3-a998-dfc487bba968} TCPHandler: Processed in 0.002054224 sec. 2026.03.18 01:42:20.557134 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:20.557238 [ 253 ] {38605669-a4b8-4437-b704-b042b77b44b3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:42:20.557282 [ 253 ] {38605669-a4b8-4437-b704-b042b77b44b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:42:20.557716 [ 253 ] {38605669-a4b8-4437-b704-b042b77b44b3} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:20.557756 [ 253 ] {38605669-a4b8-4437-b704-b042b77b44b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:20.558066 [ 253 ] {38605669-a4b8-4437-b704-b042b77b44b3} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.18 01:42:20.558272 [ 253 ] {38605669-a4b8-4437-b704-b042b77b44b3} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:42:20.558398 [ 148 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.18 01:42:20.558414 [ 253 ] {38605669-a4b8-4437-b704-b042b77b44b3} executeQuery: Read 26 rows, 1.96 KiB in 0.001199 sec., 21684.737281067555 rows/sec., 1.59 MiB/sec. 2026.03.18 01:42:20.558467 [ 148 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:20.558476 [ 253 ] {38605669-a4b8-4437-b704-b042b77b44b3} TCPHandler: Processed in 0.001394603 sec. 2026.03.18 01:42:20.558496 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:20.558603 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::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.18 01:42:20.558605 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:20.558718 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:20.558737 [ 253 ] {d20e4b16-7b2e-4ed9-ab06-de0ed05c573b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:42:20.558753 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 209 rows starting from the beginning of the part 2026.03.18 01:42:20.558779 [ 253 ] {d20e4b16-7b2e-4ed9-ab06-de0ed05c573b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:42:20.558824 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 26 rows starting from the beginning of the part 2026.03.18 01:42:20.558874 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 156 rows starting from the beginning of the part 2026.03.18 01:42:20.558921 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 28 rows starting from the beginning of the part 2026.03.18 01:42:20.558970 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 156 rows starting from the beginning of the part 2026.03.18 01:42:20.559014 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 26 rows starting from the beginning of the part 2026.03.18 01:42:20.559229 [ 253 ] {d20e4b16-7b2e-4ed9-ab06-de0ed05c573b} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:20.559265 [ 253 ] {d20e4b16-7b2e-4ed9-ab06-de0ed05c573b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:20.559581 [ 253 ] {d20e4b16-7b2e-4ed9-ab06-de0ed05c573b} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.18 01:42:20.559797 [ 253 ] {d20e4b16-7b2e-4ed9-ab06-de0ed05c573b} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:42:20.559821 [ 194 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 601 rows, containing 5 columns (5 merged, 0 gathered) in 0.001257611 sec., 477890.2220161878 rows/sec., 31.86 MiB/sec. 2026.03.18 01:42:20.559937 [ 253 ] {d20e4b16-7b2e-4ed9-ab06-de0ed05c573b} executeQuery: Read 90 rows, 7.20 KiB in 0.001219 sec., 73831.00902378999 rows/sec., 5.77 MiB/sec. 2026.03.18 01:42:20.559983 [ 253 ] {d20e4b16-7b2e-4ed9-ab06-de0ed05c573b} TCPHandler: Processed in 0.001428894 sec. 2026.03.18 01:42:20.560057 [ 200 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.18 01:42:20.560110 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:20.560211 [ 253 ] {e91c69e5-d6a6-4752-a050-9fbd6ade20fb} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:20.560259 [ 253 ] {e91c69e5-d6a6-4752-a050-9fbd6ade20fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:42:20.560406 [ 200 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_56_11} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:42:20.560502 [ 200 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_56_11} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.18 01:42:20.560625 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.18 01:42:20.560698 [ 253 ] {e91c69e5-d6a6-4752-a050-9fbd6ade20fb} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:20.560739 [ 253 ] {e91c69e5-d6a6-4752-a050-9fbd6ade20fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:20.561098 [ 253 ] {e91c69e5-d6a6-4752-a050-9fbd6ade20fb} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.18 01:42:20.561310 [ 253 ] {e91c69e5-d6a6-4752-a050-9fbd6ade20fb} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:42:20.561449 [ 253 ] {e91c69e5-d6a6-4752-a050-9fbd6ade20fb} executeQuery: Read 160 rows, 11.41 KiB in 0.001258 sec., 127186.00953895072 rows/sec., 8.86 MiB/sec. 2026.03.18 01:42:20.561486 [ 253 ] {e91c69e5-d6a6-4752-a050-9fbd6ade20fb} TCPHandler: Processed in 0.001426374 sec. 2026.03.18 01:42:20.561602 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:20.561697 [ 253 ] {c3624e4d-4d26-48c2-b92a-0dd8f7fc87be} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:20.561751 [ 253 ] {c3624e4d-4d26-48c2-b92a-0dd8f7fc87be} 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.18 01:42:20.562574 [ 253 ] {c3624e4d-4d26-48c2-b92a-0dd8f7fc87be} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:20.562613 [ 253 ] {c3624e4d-4d26-48c2-b92a-0dd8f7fc87be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:20.563169 [ 253 ] {c3624e4d-4d26-48c2-b92a-0dd8f7fc87be} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.18 01:42:20.563391 [ 253 ] {c3624e4d-4d26-48c2-b92a-0dd8f7fc87be} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:42:20.563516 [ 148 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.18 01:42:20.563536 [ 253 ] {c3624e4d-4d26-48c2-b92a-0dd8f7fc87be} executeQuery: Read 26 rows, 47.71 KiB in 0.001858 sec., 13993.541442411195 rows/sec., 25.08 MiB/sec. 2026.03.18 01:42:20.563568 [ 148 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:20.563591 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:20.563601 [ 253 ] {c3624e4d-4d26-48c2-b92a-0dd8f7fc87be} TCPHandler: Processed in 0.002048374 sec. 2026.03.18 01:42:20.563669 [ 189 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::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.18 01:42:20.563741 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:20.563837 [ 253 ] {66f597ec-ffae-427f-9ce4-71027fdc1e11} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:42:20.563868 [ 189 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:20.563880 [ 253 ] {66f597ec-ffae-427f-9ce4-71027fdc1e11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:42:20.563923 [ 189 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1015 rows starting from the beginning of the part 2026.03.18 01:42:20.564032 [ 189 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 26 rows starting from the beginning of the part 2026.03.18 01:42:20.564114 [ 189 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part 2026.03.18 01:42:20.564193 [ 189 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 26 rows starting from the beginning of the part 2026.03.18 01:42:20.564247 [ 253 ] {66f597ec-ffae-427f-9ce4-71027fdc1e11} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:20.564272 [ 189 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part 2026.03.18 01:42:20.564284 [ 253 ] {66f597ec-ffae-427f-9ce4-71027fdc1e11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:20.564348 [ 189 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 26 rows starting from the beginning of the part 2026.03.18 01:42:20.564598 [ 253 ] {66f597ec-ffae-427f-9ce4-71027fdc1e11} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.18 01:42:20.564819 [ 253 ] {66f597ec-ffae-427f-9ce4-71027fdc1e11} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:42:20.564952 [ 253 ] {66f597ec-ffae-427f-9ce4-71027fdc1e11} executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. 2026.03.18 01:42:20.564990 [ 253 ] {66f597ec-ffae-427f-9ce4-71027fdc1e11} TCPHandler: Processed in 0.001298141 sec. 2026.03.18 01:42:20.570178 [ 194 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1121 rows, containing 19 columns (19 merged, 0 gathered) in 0.006541539 sec., 171366.40169843825 rows/sec., 307.08 MiB/sec. 2026.03.18 01:42:20.571691 [ 193 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.18 01:42:20.572024 [ 193 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_56_11} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:42:20.572091 [ 193 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_56_11} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.18 01:42:20.572192 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.39 MiB. 2026.03.18 01:42:20.848819 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2026.03.18 01:42:20.871635 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:20.871725 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:20.879151 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.18 01:42:20.880289 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:42:20.886300 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2026.03.18 01:42:21.000356 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 304.34 MiB, peak 315.68 MiB, free memory in arenas 0.00 B, will set to 306.73 MiB (RSS), difference: 2.38 MiB 2026.03.18 01:42:21.225112 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56920 2026.03.18 01:42:21.225228 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:21.225255 [ 297 ] {} TCP-Session: bd5016dd-6c75-4991-bb1f-be21b47d10e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:56920 2026.03.18 01:42:21.225277 [ 297 ] {} TCP-Session: bd5016dd-6c75-4991-bb1f-be21b47d10e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.225290 [ 297 ] {} TCP-Session: bd5016dd-6c75-4991-bb1f-be21b47d10e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.225497 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55853 2026.03.18 01:42:21.225539 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46837 2026.03.18 01:42:21.225568 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52522 2026.03.18 01:42:21.225600 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39773 2026.03.18 01:42:21.225621 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:21.225625 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52626 2026.03.18 01:42:21.225646 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64197 2026.03.18 01:42:21.225679 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:21.225667 [ 298 ] {} TCP-Session: f8685501-4978-41a4-a62c-b3fe7e33db2a Authenticating user 'default' from [fd00:1122:3344:101::e]:55853 2026.03.18 01:42:21.225706 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:21.225717 [ 3 ] {} TCP-Session: eafa183a-57b2-4718-90b4-2588028f1f40 Authenticating user 'default' from [fd00:1122:3344:101::e]:52522 2026.03.18 01:42:21.225728 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:21.225754 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:21.225756 [ 293 ] {} TCP-Session: 88018f0f-8330-45bc-a925-ea2f5166e553 Authenticating user 'default' from [fd00:1122:3344:101::e]:39773 2026.03.18 01:42:21.225774 [ 294 ] {} TCP-Session: d6a0a301-5cc6-4819-86f7-c58febcb330a Authenticating user 'default' from [fd00:1122:3344:101::e]:52626 2026.03.18 01:42:21.225788 [ 296 ] {} TCP-Session: 5df156b6-287c-437c-8e9f-2378c394f208 Authenticating user 'default' from [fd00:1122:3344:101::e]:64197 2026.03.18 01:42:21.225797 [ 293 ] {} TCP-Session: 88018f0f-8330-45bc-a925-ea2f5166e553 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.225807 [ 294 ] {} TCP-Session: d6a0a301-5cc6-4819-86f7-c58febcb330a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.225826 [ 293 ] {} TCP-Session: 88018f0f-8330-45bc-a925-ea2f5166e553 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.225846 [ 294 ] {} TCP-Session: d6a0a301-5cc6-4819-86f7-c58febcb330a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.225818 [ 296 ] {} TCP-Session: 5df156b6-287c-437c-8e9f-2378c394f208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.225760 [ 3 ] {} TCP-Session: eafa183a-57b2-4718-90b4-2588028f1f40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.225890 [ 296 ] {} TCP-Session: 5df156b6-287c-437c-8e9f-2378c394f208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.225908 [ 3 ] {} TCP-Session: eafa183a-57b2-4718-90b4-2588028f1f40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.225736 [ 298 ] {} TCP-Session: f8685501-4978-41a4-a62c-b3fe7e33db2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.225659 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:21.225953 [ 298 ] {} TCP-Session: f8685501-4978-41a4-a62c-b3fe7e33db2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.225981 [ 299 ] {} TCP-Session: 6c88b089-09b4-4830-972a-bf04100d5aa9 Authenticating user 'default' from [fd00:1122:3344:101::e]:46837 2026.03.18 01:42:21.225648 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35190 2026.03.18 01:42:21.226013 [ 299 ] {} TCP-Session: 6c88b089-09b4-4830-972a-bf04100d5aa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.225639 [ 297 ] {} TCP-Session: bd5016dd-6c75-4991-bb1f-be21b47d10e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:21.226052 [ 299 ] {} TCP-Session: 6c88b089-09b4-4830-972a-bf04100d5aa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.225573 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58287 2026.03.18 01:42:21.226121 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:21.226154 [ 295 ] {} TCP-Session: d99c6021-6291-4ab4-a2fe-083a4633be49 Authenticating user 'default' from [fd00:1122:3344:101::e]:35190 2026.03.18 01:42:21.226176 [ 295 ] {} TCP-Session: d99c6021-6291-4ab4-a2fe-083a4633be49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.226188 [ 295 ] {} TCP-Session: d99c6021-6291-4ab4-a2fe-083a4633be49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.226223 [ 297 ] {697a179e-2a5c-4fb1-a095-a42fb193bb1e} executeQuery: (from [fd00:1122:3344:101::e]:56920) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:42:21.226344 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:42:21.226371 [ 292 ] {} TCP-Session: 83cea2c8-5f1d-41fc-88e6-6a1e25a652da Authenticating user 'default' from [fd00:1122:3344:101::e]:58287 2026.03.18 01:42:21.226389 [ 292 ] {} TCP-Session: 83cea2c8-5f1d-41fc-88e6-6a1e25a652da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.226402 [ 292 ] {} TCP-Session: 83cea2c8-5f1d-41fc-88e6-6a1e25a652da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.226503 [ 297 ] {697a179e-2a5c-4fb1-a095-a42fb193bb1e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:42:21.226556 [ 297 ] {697a179e-2a5c-4fb1-a095-a42fb193bb1e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:42:21.226847 [ 297 ] {697a179e-2a5c-4fb1-a095-a42fb193bb1e} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:42:21.227917 [ 325 ] {697a179e-2a5c-4fb1-a095-a42fb193bb1e} AggregatingTransform: Aggregating 2026.03.18 01:42:21.227975 [ 325 ] {697a179e-2a5c-4fb1-a095-a42fb193bb1e} Aggregator: Aggregation method: without_key 2026.03.18 01:42:21.228018 [ 325 ] {697a179e-2a5c-4fb1-a095-a42fb193bb1e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001023797 sec. (976.756 rows/sec., 38.15 KiB/sec.) 2026.03.18 01:42:21.228042 [ 325 ] {697a179e-2a5c-4fb1-a095-a42fb193bb1e} Aggregator: Merging aggregated data 2026.03.18 01:42:21.229056 [ 297 ] {697a179e-2a5c-4fb1-a095-a42fb193bb1e} executeQuery: Read 1 rows, 40.00 B in 0.002923 sec., 342.1142661648991 rows/sec., 13.36 KiB/sec. 2026.03.18 01:42:21.229198 [ 297 ] {697a179e-2a5c-4fb1-a095-a42fb193bb1e} TCPHandler: Processed in 0.003721501 sec. 2026.03.18 01:42:21.229307 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:21.229333 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:21.229334 [ 297 ] {} TCP-Session: bd5016dd-6c75-4991-bb1f-be21b47d10e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.229352 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:21.229379 [ 298 ] {} TCP-Session: f8685501-4978-41a4-a62c-b3fe7e33db2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.229384 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:21.229405 [ 3 ] {} TCP-Session: eafa183a-57b2-4718-90b4-2588028f1f40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.229425 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:21.229448 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:21.229403 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:21.229369 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:21.229442 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:42:21.229530 [ 299 ] {} TCP-Session: 6c88b089-09b4-4830-972a-bf04100d5aa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.229619 [ 296 ] {} TCP-Session: 5df156b6-287c-437c-8e9f-2378c394f208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.229625 [ 293 ] {} TCP-Session: 88018f0f-8330-45bc-a925-ea2f5166e553 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.229655 [ 292 ] {} TCP-Session: 83cea2c8-5f1d-41fc-88e6-6a1e25a652da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.229696 [ 295 ] {} TCP-Session: d99c6021-6291-4ab4-a2fe-083a4633be49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:21.229760 [ 294 ] {} TCP-Session: d6a0a301-5cc6-4819-86f7-c58febcb330a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:42:24.572367 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:24.572547 [ 253 ] {3378ff36-603c-49f4-af02-8500af621af6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:42:24.572636 [ 253 ] {3378ff36-603c-49f4-af02-8500af621af6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:42:24.573421 [ 253 ] {3378ff36-603c-49f4-af02-8500af621af6} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:24.573471 [ 253 ] {3378ff36-603c-49f4-af02-8500af621af6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:24.573876 [ 253 ] {3378ff36-603c-49f4-af02-8500af621af6} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 01:42:24.574113 [ 253 ] {3378ff36-603c-49f4-af02-8500af621af6} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:42:24.574271 [ 253 ] {3378ff36-603c-49f4-af02-8500af621af6} executeQuery: Read 284 rows, 18.47 KiB in 0.001772 sec., 160270.88036117383 rows/sec., 10.18 MiB/sec. 2026.03.18 01:42:24.574315 [ 253 ] {3378ff36-603c-49f4-af02-8500af621af6} TCPHandler: Processed in 0.002074255 sec. 2026.03.18 01:42:24.574447 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:24.574544 [ 253 ] {01125a63-a5bb-4d0a-bb57-2a773da35019} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:42:24.574590 [ 253 ] {01125a63-a5bb-4d0a-bb57-2a773da35019} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:42:24.575017 [ 253 ] {01125a63-a5bb-4d0a-bb57-2a773da35019} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:24.575054 [ 253 ] {01125a63-a5bb-4d0a-bb57-2a773da35019} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:24.575355 [ 253 ] {01125a63-a5bb-4d0a-bb57-2a773da35019} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 01:42:24.575582 [ 253 ] {01125a63-a5bb-4d0a-bb57-2a773da35019} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:42:24.575716 [ 253 ] {01125a63-a5bb-4d0a-bb57-2a773da35019} executeQuery: Read 14 rows, 1.14 KiB in 0.001192 sec., 11744.96644295302 rows/sec., 957.72 KiB/sec. 2026.03.18 01:42:24.575756 [ 253 ] {01125a63-a5bb-4d0a-bb57-2a773da35019} TCPHandler: Processed in 0.001359923 sec. 2026.03.18 01:42:24.575879 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:24.575975 [ 253 ] {2d8fd226-c567-41ec-96db-8eba671764b7} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:42:24.576016 [ 253 ] {2d8fd226-c567-41ec-96db-8eba671764b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:42:24.577776 [ 253 ] {2d8fd226-c567-41ec-96db-8eba671764b7} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:24.577814 [ 253 ] {2d8fd226-c567-41ec-96db-8eba671764b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:24.578306 [ 253 ] {2d8fd226-c567-41ec-96db-8eba671764b7} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.18 01:42:24.578525 [ 253 ] {2d8fd226-c567-41ec-96db-8eba671764b7} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:42:24.578665 [ 253 ] {2d8fd226-c567-41ec-96db-8eba671764b7} executeQuery: Read 2716 rows, 211.88 KiB in 0.002709 sec., 1002583.9793281654 rows/sec., 76.38 MiB/sec. 2026.03.18 01:42:24.578708 [ 253 ] {2d8fd226-c567-41ec-96db-8eba671764b7} MemoryTracker: Peak memory usage (for query): 4.06 MiB. 2026.03.18 01:42:24.578723 [ 253 ] {2d8fd226-c567-41ec-96db-8eba671764b7} TCPHandler: Processed in 0.002894358 sec. 2026.03.18 01:42:24.578893 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:24.578988 [ 253 ] {c5f51c0a-d9f2-4e29-a329-ae51f39fcc1c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:42:24.579029 [ 253 ] {c5f51c0a-d9f2-4e29-a329-ae51f39fcc1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:42:24.579497 [ 253 ] {c5f51c0a-d9f2-4e29-a329-ae51f39fcc1c} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:24.579534 [ 253 ] {c5f51c0a-d9f2-4e29-a329-ae51f39fcc1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:24.579866 [ 253 ] {c5f51c0a-d9f2-4e29-a329-ae51f39fcc1c} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.18 01:42:24.580099 [ 253 ] {c5f51c0a-d9f2-4e29-a329-ae51f39fcc1c} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:42:24.580262 [ 253 ] {c5f51c0a-d9f2-4e29-a329-ae51f39fcc1c} executeQuery: Read 181 rows, 11.40 KiB in 0.001292 sec., 140092.87925696594 rows/sec., 8.62 MiB/sec. 2026.03.18 01:42:24.580302 [ 253 ] {c5f51c0a-d9f2-4e29-a329-ae51f39fcc1c} TCPHandler: Processed in 0.001458574 sec. 2026.03.18 01:42:24.580422 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:24.580517 [ 253 ] {848f467d-d8ed-4ba0-b952-822ce164ae89} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:42:24.580558 [ 253 ] {848f467d-d8ed-4ba0-b952-822ce164ae89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:42:24.581276 [ 253 ] {848f467d-d8ed-4ba0-b952-822ce164ae89} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:24.581313 [ 253 ] {848f467d-d8ed-4ba0-b952-822ce164ae89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:24.581663 [ 253 ] {848f467d-d8ed-4ba0-b952-822ce164ae89} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 01:42:24.581871 [ 253 ] {848f467d-d8ed-4ba0-b952-822ce164ae89} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:42:24.581990 [ 142 ] {} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.18 01:42:24.582006 [ 253 ] {848f467d-d8ed-4ba0-b952-822ce164ae89} executeQuery: Read 857 rows, 52.15 KiB in 0.001506 sec., 569057.1049136786 rows/sec., 33.82 MiB/sec. 2026.03.18 01:42:24.582060 [ 142 ] {} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:24.582071 [ 253 ] {848f467d-d8ed-4ba0-b952-822ce164ae89} TCPHandler: Processed in 0.001696888 sec. 2026.03.18 01:42:24.582090 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:24.582190 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::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.18 01:42:24.582198 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:24.582334 [ 253 ] {df48d769-cd4f-4110-af82-e5ea887dfb43} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 01:42:24.582332 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:24.582383 [ 253 ] {df48d769-cd4f-4110-af82-e5ea887dfb43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 01:42:24.582387 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 857 rows starting from the beginning of the part 2026.03.18 01:42:24.582474 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 149 rows starting from the beginning of the part 2026.03.18 01:42:24.582545 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 857 rows starting from the beginning of the part 2026.03.18 01:42:24.582612 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 149 rows starting from the beginning of the part 2026.03.18 01:42:24.582674 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 149 rows starting from the beginning of the part 2026.03.18 01:42:24.582740 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 857 rows starting from the beginning of the part 2026.03.18 01:42:24.582863 [ 253 ] {df48d769-cd4f-4110-af82-e5ea887dfb43} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:24.582904 [ 253 ] {df48d769-cd4f-4110-af82-e5ea887dfb43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:24.583285 [ 253 ] {df48d769-cd4f-4110-af82-e5ea887dfb43} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 01:42:24.583591 [ 253 ] {df48d769-cd4f-4110-af82-e5ea887dfb43} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): 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.18 01:42:24.583759 [ 253 ] {df48d769-cd4f-4110-af82-e5ea887dfb43} executeQuery: Read 1 rows, 72.00 B in 0.001446 sec., 691.5629322268327 rows/sec., 48.63 KiB/sec. 2026.03.18 01:42:24.583811 [ 253 ] {df48d769-cd4f-4110-af82-e5ea887dfb43} TCPHandler: Processed in 0.001662318 sec. 2026.03.18 01:42:24.583943 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:24.584052 [ 253 ] {75dcec53-7abc-4a63-aca0-899cf17b3593} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:42:24.584101 [ 253 ] {75dcec53-7abc-4a63-aca0-899cf17b3593} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:42:24.584435 [ 194 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3018 rows, containing 5 columns (5 merged, 0 gathered) in 0.002280168 sec., 1323586.6830865094 rows/sec., 84.72 MiB/sec. 2026.03.18 01:42:24.584606 [ 253 ] {75dcec53-7abc-4a63-aca0-899cf17b3593} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:24.584650 [ 253 ] {75dcec53-7abc-4a63-aca0-899cf17b3593} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:24.584683 [ 187 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.18 01:42:24.585015 [ 253 ] {75dcec53-7abc-4a63-aca0-899cf17b3593} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 01:42:24.585064 [ 187 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_31_6} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:42:24.585169 [ 187 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_31_6} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.18 01:42:24.585258 [ 253 ] {75dcec53-7abc-4a63-aca0-899cf17b3593} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:42:24.585287 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.03.18 01:42:24.585398 [ 253 ] {75dcec53-7abc-4a63-aca0-899cf17b3593} executeQuery: Read 148 rows, 8.62 KiB in 0.00137 sec., 108029.19708029198 rows/sec., 6.14 MiB/sec. 2026.03.18 01:42:24.585440 [ 253 ] {75dcec53-7abc-4a63-aca0-899cf17b3593} TCPHandler: Processed in 0.001557386 sec. 2026.03.18 01:42:24.585558 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:24.585652 [ 253 ] {9f3f4756-eb7a-42ff-be19-cf9dd78ee2ed} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:42:24.585693 [ 253 ] {9f3f4756-eb7a-42ff-be19-cf9dd78ee2ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:42:24.586631 [ 253 ] {9f3f4756-eb7a-42ff-be19-cf9dd78ee2ed} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:24.586669 [ 253 ] {9f3f4756-eb7a-42ff-be19-cf9dd78ee2ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:24.587062 [ 253 ] {9f3f4756-eb7a-42ff-be19-cf9dd78ee2ed} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.18 01:42:24.587274 [ 253 ] {9f3f4756-eb7a-42ff-be19-cf9dd78ee2ed} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:42:24.587406 [ 253 ] {9f3f4756-eb7a-42ff-be19-cf9dd78ee2ed} executeQuery: Read 1465 rows, 103.55 KiB in 0.001772 sec., 826749.4356659142 rows/sec., 57.07 MiB/sec. 2026.03.18 01:42:24.587446 [ 253 ] {9f3f4756-eb7a-42ff-be19-cf9dd78ee2ed} TCPHandler: Processed in 0.001937932 sec. 2026.03.18 01:42:24.587557 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:24.587653 [ 253 ] {9be0bd00-fe50-45d9-b141-33a6ee560b4c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:42:24.587696 [ 253 ] {9be0bd00-fe50-45d9-b141-33a6ee560b4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:42:24.588031 [ 253 ] {9be0bd00-fe50-45d9-b141-33a6ee560b4c} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:24.588069 [ 253 ] {9be0bd00-fe50-45d9-b141-33a6ee560b4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:24.588387 [ 253 ] {9be0bd00-fe50-45d9-b141-33a6ee560b4c} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 01:42:24.588600 [ 253 ] {9be0bd00-fe50-45d9-b141-33a6ee560b4c} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:42:24.588734 [ 253 ] {9be0bd00-fe50-45d9-b141-33a6ee560b4c} executeQuery: Read 6 rows, 321.00 B in 0.001099 sec., 5459.50864422202 rows/sec., 285.24 KiB/sec. 2026.03.18 01:42:24.588772 [ 253 ] {9be0bd00-fe50-45d9-b141-33a6ee560b4c} TCPHandler: Processed in 0.001263691 sec. 2026.03.18 01:42:24.588895 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:24.589025 [ 253 ] {b50a7f84-8125-49c7-addf-ca7dd452b3a9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:24.589078 [ 253 ] {b50a7f84-8125-49c7-addf-ca7dd452b3a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:42:24.589852 [ 253 ] {b50a7f84-8125-49c7-addf-ca7dd452b3a9} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:24.589897 [ 253 ] {b50a7f84-8125-49c7-addf-ca7dd452b3a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:24.590382 [ 253 ] {b50a7f84-8125-49c7-addf-ca7dd452b3a9} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.18 01:42:24.590599 [ 253 ] {b50a7f84-8125-49c7-addf-ca7dd452b3a9} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:42:24.590731 [ 253 ] {b50a7f84-8125-49c7-addf-ca7dd452b3a9} executeQuery: Read 1425 rows, 91.88 KiB in 0.001732 sec., 822748.2678983833 rows/sec., 51.80 MiB/sec. 2026.03.18 01:42:24.590770 [ 253 ] {b50a7f84-8125-49c7-addf-ca7dd452b3a9} TCPHandler: Processed in 0.001935312 sec. 2026.03.18 01:42:24.590877 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:24.590976 [ 253 ] {99a85f25-653b-45e5-a82a-cba41e9a5ee1} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:42:24.591019 [ 253 ] {99a85f25-653b-45e5-a82a-cba41e9a5ee1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:42:24.591348 [ 253 ] {99a85f25-653b-45e5-a82a-cba41e9a5ee1} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:24.591385 [ 253 ] {99a85f25-653b-45e5-a82a-cba41e9a5ee1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:24.591721 [ 253 ] {99a85f25-653b-45e5-a82a-cba41e9a5ee1} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 01:42:24.591923 [ 253 ] {99a85f25-653b-45e5-a82a-cba41e9a5ee1} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:42:24.592060 [ 253 ] {99a85f25-653b-45e5-a82a-cba41e9a5ee1} executeQuery: Read 1 rows, 69.00 B in 0.001102 sec., 907.4410163339384 rows/sec., 61.15 KiB/sec. 2026.03.18 01:42:24.592097 [ 253 ] {99a85f25-653b-45e5-a82a-cba41e9a5ee1} TCPHandler: Processed in 0.00126881 sec. 2026.03.18 01:42:24.592198 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:24.592294 [ 253 ] {c137098f-9448-4ce4-b8d4-ffe2df20b344} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:24.592348 [ 253 ] {c137098f-9448-4ce4-b8d4-ffe2df20b344} 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.18 01:42:24.593128 [ 253 ] {c137098f-9448-4ce4-b8d4-ffe2df20b344} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:24.593163 [ 253 ] {c137098f-9448-4ce4-b8d4-ffe2df20b344} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:24.593752 [ 253 ] {c137098f-9448-4ce4-b8d4-ffe2df20b344} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.18 01:42:24.593975 [ 253 ] {c137098f-9448-4ce4-b8d4-ffe2df20b344} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:42:24.594116 [ 253 ] {c137098f-9448-4ce4-b8d4-ffe2df20b344} executeQuery: Read 25 rows, 45.87 KiB in 0.00184 sec., 13586.95652173913 rows/sec., 24.35 MiB/sec. 2026.03.18 01:42:24.594170 [ 253 ] {c137098f-9448-4ce4-b8d4-ffe2df20b344} TCPHandler: Processed in 0.002020233 sec. 2026.03.18 01:42:24.594282 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:24.594378 [ 253 ] {9c545a9f-945f-4831-aba8-8b350dde91f7} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:42:24.594420 [ 253 ] {9c545a9f-945f-4831-aba8-8b350dde91f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:42:24.594750 [ 253 ] {9c545a9f-945f-4831-aba8-8b350dde91f7} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:24.594788 [ 253 ] {9c545a9f-945f-4831-aba8-8b350dde91f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:24.595094 [ 253 ] {9c545a9f-945f-4831-aba8-8b350dde91f7} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.18 01:42:24.595325 [ 253 ] {9c545a9f-945f-4831-aba8-8b350dde91f7} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:42:24.595455 [ 253 ] {9c545a9f-945f-4831-aba8-8b350dde91f7} executeQuery: Read 78 rows, 4.94 KiB in 0.001096 sec., 71167.88321167884 rows/sec., 4.40 MiB/sec. 2026.03.18 01:42:24.595492 [ 253 ] {9c545a9f-945f-4831-aba8-8b350dde91f7} TCPHandler: Processed in 0.001258441 sec. 2026.03.18 01:42:24.835119 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 1372 2026.03.18 01:42:24.838336 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:24.838377 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:24.839554 [ 242 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 01:42:24.839820 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:42:24.839948 [ 142 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.18 01:42:24.839994 [ 142 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:24.840013 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2026.03.18 01:42:24.840061 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1372 2026.03.18 01:42:24.840103 [ 199 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::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.18 01:42:24.840621 [ 199 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:24.840753 [ 199 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1156 rows starting from the beginning of the part 2026.03.18 01:42:24.841106 [ 199 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part 2026.03.18 01:42:24.841436 [ 199 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::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.18 01:42:24.841793 [ 199 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part 2026.03.18 01:42:24.842129 [ 199 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part 2026.03.18 01:42:24.842453 [ 199 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 66 rows starting from the beginning of the part 2026.03.18 01:42:24.849474 [ 199 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1372 rows, containing 72 columns (72 merged, 0 gathered) in 0.009410206 sec., 145799.14616109358 rows/sec., 114.56 MiB/sec. 2026.03.18 01:42:24.850860 [ 199 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.18 01:42:24.851357 [ 199 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_31_6} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:42:24.851434 [ 199 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_31_6} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.18 01:42:24.851634 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.00 MiB. 2026.03.18 01:42:25.544927 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:25.545197 [ 253 ] {dffd3eb9-2f82-4a18-ace1-d356c490ef30} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:42:25.545266 [ 253 ] {dffd3eb9-2f82-4a18-ace1-d356c490ef30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:42:25.545911 [ 253 ] {dffd3eb9-2f82-4a18-ace1-d356c490ef30} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:25.545953 [ 253 ] {dffd3eb9-2f82-4a18-ace1-d356c490ef30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:25.546356 [ 253 ] {dffd3eb9-2f82-4a18-ace1-d356c490ef30} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.18 01:42:25.546590 [ 253 ] {dffd3eb9-2f82-4a18-ace1-d356c490ef30} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:42:25.546730 [ 139 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.18 01:42:25.546753 [ 253 ] {dffd3eb9-2f82-4a18-ace1-d356c490ef30} executeQuery: Read 56 rows, 4.41 KiB in 0.00162 sec., 34567.9012345679 rows/sec., 2.66 MiB/sec. 2026.03.18 01:42:25.546775 [ 139 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:25.546799 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:25.546802 [ 253 ] {dffd3eb9-2f82-4a18-ace1-d356c490ef30} TCPHandler: Processed in 0.002041704 sec. 2026.03.18 01:42:25.546930 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:25.546946 [ 194 ] {00e7bac3-0c43-4371-b27b-c97b01471236::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.18 01:42:25.547035 [ 253 ] {82b50057-5d03-49f4-a741-39620a7df215} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:42:25.547085 [ 253 ] {82b50057-5d03-49f4-a741-39620a7df215} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:42:25.547102 [ 194 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:25.547148 [ 194 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2766 rows starting from the beginning of the part 2026.03.18 01:42:25.547233 [ 194 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 109 rows starting from the beginning of the part 2026.03.18 01:42:25.547289 [ 194 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 825 rows starting from the beginning of the part 2026.03.18 01:42:25.547341 [ 194 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 108 rows starting from the beginning of the part 2026.03.18 01:42:25.547388 [ 194 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 2716 rows starting from the beginning of the part 2026.03.18 01:42:25.547435 [ 194 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part 2026.03.18 01:42:25.547527 [ 253 ] {82b50057-5d03-49f4-a741-39620a7df215} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:25.547570 [ 253 ] {82b50057-5d03-49f4-a741-39620a7df215} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:25.547933 [ 253 ] {82b50057-5d03-49f4-a741-39620a7df215} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.18 01:42:25.548152 [ 253 ] {82b50057-5d03-49f4-a741-39620a7df215} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:42:25.548263 [ 139 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.18 01:42:25.548287 [ 139 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:25.548294 [ 253 ] {82b50057-5d03-49f4-a741-39620a7df215} executeQuery: Read 64 rows, 5.12 KiB in 0.001284 sec., 49844.23676012461 rows/sec., 3.89 MiB/sec. 2026.03.18 01:42:25.548304 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:25.548333 [ 253 ] {82b50057-5d03-49f4-a741-39620a7df215} TCPHandler: Processed in 0.001457204 sec. 2026.03.18 01:42:25.548383 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::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.18 01:42:25.548446 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:25.548474 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:25.548503 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1511 rows starting from the beginning of the part 2026.03.18 01:42:25.548541 [ 253 ] {fea0bd9a-7b73-4181-b123-b1d0e45dd59f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:25.548567 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 92 rows starting from the beginning of the part 2026.03.18 01:42:25.548587 [ 253 ] {fea0bd9a-7b73-4181-b123-b1d0e45dd59f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:42:25.548619 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 504 rows starting from the beginning of the part 2026.03.18 01:42:25.548661 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 90 rows starting from the beginning of the part 2026.03.18 01:42:25.548702 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1465 rows starting from the beginning of the part 2026.03.18 01:42:25.548743 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part 2026.03.18 01:42:25.548946 [ 253 ] {fea0bd9a-7b73-4181-b123-b1d0e45dd59f} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:25.548982 [ 253 ] {fea0bd9a-7b73-4181-b123-b1d0e45dd59f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:25.549320 [ 253 ] {fea0bd9a-7b73-4181-b123-b1d0e45dd59f} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.18 01:42:25.549534 [ 253 ] {fea0bd9a-7b73-4181-b123-b1d0e45dd59f} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:42:25.549638 [ 139 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 5 parts from all_1_66_13 to all_70_70_0 2026.03.18 01:42:25.549661 [ 139 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:25.549676 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:25.549689 [ 253 ] {fea0bd9a-7b73-4181-b123-b1d0e45dd59f} executeQuery: Read 32 rows, 2.28 KiB in 0.001165 sec., 27467.811158798282 rows/sec., 1.91 MiB/sec. 2026.03.18 01:42:25.549747 [ 253 ] {fea0bd9a-7b73-4181-b123-b1d0e45dd59f} TCPHandler: Processed in 0.001350153 sec. 2026.03.18 01:42:25.549764 [ 191 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 6580 rows, containing 5 columns (5 merged, 0 gathered) in 0.002886988 sec., 2279192.016038861 rows/sec., 183.85 MiB/sec. 2026.03.18 01:42:25.549771 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_70_14} MergeTask::PrepareStage: Merging 5 parts: from all_1_66_13 to all_70_70_0 into Compact with storage Full 2026.03.18 01:42:25.549869 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:25.549954 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_70_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:25.549990 [ 253 ] {a14e1da3-c54a-4ade-95b6-4a3e3b326b5a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:42:25.549994 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_70_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 23841 rows starting from the beginning of the part 2026.03.18 01:42:25.550049 [ 253 ] {a14e1da3-c54a-4ade-95b6-4a3e3b326b5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:42:25.550070 [ 202 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.18 01:42:25.550082 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 161 rows starting from the beginning of the part 2026.03.18 01:42:25.550104 [ 192 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3726 rows, containing 5 columns (5 merged, 0 gathered) in 0.001755809 sec., 2122098.702079782 rows/sec., 156.47 MiB/sec. 2026.03.18 01:42:25.550132 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 265 rows starting from the beginning of the part 2026.03.18 01:42:25.550182 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part 2026.03.18 01:42:25.550223 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1425 rows starting from the beginning of the part 2026.03.18 01:42:25.550359 [ 202 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_71_14} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:42:25.550388 [ 191 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.18 01:42:25.550395 [ 253 ] {a14e1da3-c54a-4ade-95b6-4a3e3b326b5a} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:25.550443 [ 253 ] {a14e1da3-c54a-4ade-95b6-4a3e3b326b5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:25.550444 [ 202 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_71_14} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.18 01:42:25.550542 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB. 2026.03.18 01:42:25.550774 [ 191 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_71_14} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:42:25.550824 [ 253 ] {a14e1da3-c54a-4ade-95b6-4a3e3b326b5a} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.18 01:42:25.550874 [ 191 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_71_14} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.18 01:42:25.550978 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.03.18 01:42:25.551066 [ 253 ] {a14e1da3-c54a-4ade-95b6-4a3e3b326b5a} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:42:25.551170 [ 139 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.18 01:42:25.551196 [ 139 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:25.551207 [ 253 ] {a14e1da3-c54a-4ade-95b6-4a3e3b326b5a} executeQuery: Read 12 rows, 848.00 B in 0.001242 sec., 9661.83574879227 rows/sec., 666.77 KiB/sec. 2026.03.18 01:42:25.551217 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:25.551245 [ 253 ] {a14e1da3-c54a-4ade-95b6-4a3e3b326b5a} TCPHandler: Processed in 0.001437614 sec. 2026.03.18 01:42:25.551294 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:42:25.551393 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:25.551421 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4254 rows starting from the beginning of the part 2026.03.18 01:42:25.551471 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:42:25.551513 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 90 rows starting from the beginning of the part 2026.03.18 01:42:25.551553 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::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.18 01:42:25.551588 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 78 rows starting from the beginning of the part 2026.03.18 01:42:25.551628 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 12 rows starting from the beginning of the part 2026.03.18 01:42:25.553452 [ 202 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4554 rows, containing 4 columns (4 merged, 0 gathered) in 0.002191136 sec., 2078373.957618331 rows/sec., 133.93 MiB/sec. 2026.03.18 01:42:25.553729 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.18 01:42:25.553964 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_71_14} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:42:25.554037 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_71_14} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.18 01:42:25.554103 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2026.03.18 01:42:25.561788 [ 202 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_70_14} MergeTask::MergeProjectionsStage: Merge sorted 25852 rows, containing 5 columns (5 merged, 0 gathered) in 0.012066431 sec., 2142472.782548543 rows/sec., 139.60 MiB/sec. 2026.03.18 01:42:25.561992 [ 192 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_70_14} MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) 2026.03.18 01:42:25.562233 [ 192 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_70_14} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:25.562300 [ 192 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_70_14} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 5 parts: [all_1_66_13, all_70_70_0] -> all_1_70_14 2026.03.18 01:42:25.562360 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2026.03.18 01:42:26.000257 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 307.62 MiB, peak 319.07 MiB, free memory in arenas 0.00 B, will set to 309.87 MiB (RSS), difference: 2.25 MiB 2026.03.18 01:42:27.253943 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20547 2026.03.18 01:42:27.254513 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:27.254550 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:27.255031 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.18 01:42:27.255263 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:42:27.255397 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20547 2026.03.18 01:42:28.386517 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2026.03.18 01:42:28.402347 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:28.402401 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:28.408088 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.18 01:42:28.408776 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:42:28.411599 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2026.03.18 01:42:30.552415 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:30.552614 [ 253 ] {64107c39-55dc-4d36-8d87-eb04348249e5} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:42:30.552682 [ 253 ] {64107c39-55dc-4d36-8d87-eb04348249e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:42:30.553360 [ 253 ] {64107c39-55dc-4d36-8d87-eb04348249e5} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:30.553404 [ 253 ] {64107c39-55dc-4d36-8d87-eb04348249e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:30.553827 [ 253 ] {64107c39-55dc-4d36-8d87-eb04348249e5} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.18 01:42:30.554064 [ 253 ] {64107c39-55dc-4d36-8d87-eb04348249e5} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:42:30.554222 [ 253 ] {64107c39-55dc-4d36-8d87-eb04348249e5} executeQuery: Read 108 rows, 9.31 KiB in 0.00166 sec., 65060.24096385542 rows/sec., 5.47 MiB/sec. 2026.03.18 01:42:30.554265 [ 253 ] {64107c39-55dc-4d36-8d87-eb04348249e5} TCPHandler: Processed in 0.001982053 sec. 2026.03.18 01:42:30.554388 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:30.554487 [ 253 ] {6debe289-fea8-4e5d-9d5c-36622c6a5149} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:42:30.554529 [ 253 ] {6debe289-fea8-4e5d-9d5c-36622c6a5149} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:42:30.554959 [ 253 ] {6debe289-fea8-4e5d-9d5c-36622c6a5149} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:30.554995 [ 253 ] {6debe289-fea8-4e5d-9d5c-36622c6a5149} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:30.555301 [ 253 ] {6debe289-fea8-4e5d-9d5c-36622c6a5149} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.18 01:42:30.555515 [ 253 ] {6debe289-fea8-4e5d-9d5c-36622c6a5149} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:42:30.555651 [ 253 ] {6debe289-fea8-4e5d-9d5c-36622c6a5149} executeQuery: Read 26 rows, 1.96 KiB in 0.001185 sec., 21940.928270042194 rows/sec., 1.61 MiB/sec. 2026.03.18 01:42:30.555688 [ 253 ] {6debe289-fea8-4e5d-9d5c-36622c6a5149} TCPHandler: Processed in 0.001352052 sec. 2026.03.18 01:42:30.555796 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:30.555892 [ 253 ] {c294237a-cbb4-4f18-b7df-82900d7ccb95} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:42:30.555933 [ 253 ] {c294237a-cbb4-4f18-b7df-82900d7ccb95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:42:30.556356 [ 253 ] {c294237a-cbb4-4f18-b7df-82900d7ccb95} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:30.556391 [ 253 ] {c294237a-cbb4-4f18-b7df-82900d7ccb95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:30.556783 [ 253 ] {c294237a-cbb4-4f18-b7df-82900d7ccb95} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.18 01:42:30.556998 [ 253 ] {c294237a-cbb4-4f18-b7df-82900d7ccb95} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:42:30.557127 [ 253 ] {c294237a-cbb4-4f18-b7df-82900d7ccb95} executeQuery: Read 90 rows, 7.20 KiB in 0.001253 sec., 71827.61372705507 rows/sec., 5.61 MiB/sec. 2026.03.18 01:42:30.557166 [ 253 ] {c294237a-cbb4-4f18-b7df-82900d7ccb95} TCPHandler: Processed in 0.001420084 sec. 2026.03.18 01:42:30.557273 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:30.557369 [ 253 ] {78870d86-60e6-457c-9077-1b7e0b1161cd} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:30.557412 [ 253 ] {78870d86-60e6-457c-9077-1b7e0b1161cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:42:30.557830 [ 253 ] {78870d86-60e6-457c-9077-1b7e0b1161cd} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:30.557892 [ 253 ] {78870d86-60e6-457c-9077-1b7e0b1161cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:30.558271 [ 253 ] {78870d86-60e6-457c-9077-1b7e0b1161cd} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.18 01:42:30.558496 [ 253 ] {78870d86-60e6-457c-9077-1b7e0b1161cd} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:42:30.558629 [ 253 ] {78870d86-60e6-457c-9077-1b7e0b1161cd} executeQuery: Read 160 rows, 11.41 KiB in 0.001279 sec., 125097.73260359657 rows/sec., 8.71 MiB/sec. 2026.03.18 01:42:30.558666 [ 253 ] {78870d86-60e6-457c-9077-1b7e0b1161cd} TCPHandler: Processed in 0.001442834 sec. 2026.03.18 01:42:30.558785 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:30.558881 [ 253 ] {1555439e-4951-4e97-bd86-3699f0800214} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:30.558936 [ 253 ] {1555439e-4951-4e97-bd86-3699f0800214} 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.18 01:42:30.559780 [ 253 ] {1555439e-4951-4e97-bd86-3699f0800214} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:30.559816 [ 253 ] {1555439e-4951-4e97-bd86-3699f0800214} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:30.560346 [ 253 ] {1555439e-4951-4e97-bd86-3699f0800214} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.18 01:42:30.560578 [ 253 ] {1555439e-4951-4e97-bd86-3699f0800214} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:42:30.560725 [ 253 ] {1555439e-4951-4e97-bd86-3699f0800214} executeQuery: Read 26 rows, 47.71 KiB in 0.001863 sec., 13955.984970477724 rows/sec., 25.01 MiB/sec. 2026.03.18 01:42:30.560794 [ 253 ] {1555439e-4951-4e97-bd86-3699f0800214} TCPHandler: Processed in 0.002056914 sec. 2026.03.18 01:42:30.560926 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:30.561020 [ 253 ] {d1001bc9-8fc6-4893-aeac-c3581932a62c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:42:30.561061 [ 253 ] {d1001bc9-8fc6-4893-aeac-c3581932a62c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:42:30.561399 [ 253 ] {d1001bc9-8fc6-4893-aeac-c3581932a62c} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:30.561433 [ 253 ] {d1001bc9-8fc6-4893-aeac-c3581932a62c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:30.561749 [ 253 ] {d1001bc9-8fc6-4893-aeac-c3581932a62c} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.18 01:42:30.562002 [ 253 ] {d1001bc9-8fc6-4893-aeac-c3581932a62c} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:42:30.562133 [ 253 ] {d1001bc9-8fc6-4893-aeac-c3581932a62c} executeQuery: Read 60 rows, 4.14 KiB in 0.001132 sec., 53003.5335689046 rows/sec., 3.57 MiB/sec. 2026.03.18 01:42:30.562171 [ 253 ] {d1001bc9-8fc6-4893-aeac-c3581932a62c} TCPHandler: Processed in 0.001294631 sec. 2026.03.18 01:42:34.587161 [ 123 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:42:34.587215 [ 123 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:42:34.756421 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20995 2026.03.18 01:42:34.756945 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:34.756989 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:34.757497 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.18 01:42:34.757735 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:42:34.757869 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20995 2026.03.18 01:42:34.840463 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1392 2026.03.18 01:42:34.842546 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:34.842598 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:34.843782 [ 242 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 01:42:34.844057 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:42:34.844342 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1392 2026.03.18 01:42:35.001182 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 306.26 MiB, peak 319.07 MiB, free memory in arenas 0.00 B, will set to 310.25 MiB (RSS), difference: 4.00 MiB 2026.03.18 01:42:35.560084 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:35.560298 [ 253 ] {6ea10a83-d841-4490-aa70-9c3230c0462f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:42:35.560371 [ 253 ] {6ea10a83-d841-4490-aa70-9c3230c0462f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:42:35.561137 [ 253 ] {6ea10a83-d841-4490-aa70-9c3230c0462f} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:35.561187 [ 253 ] {6ea10a83-d841-4490-aa70-9c3230c0462f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:35.561594 [ 253 ] {6ea10a83-d841-4490-aa70-9c3230c0462f} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 01:42:35.561816 [ 253 ] {6ea10a83-d841-4490-aa70-9c3230c0462f} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:42:35.561969 [ 253 ] {6ea10a83-d841-4490-aa70-9c3230c0462f} executeQuery: Read 284 rows, 18.47 KiB in 0.001724 sec., 164733.17865429234 rows/sec., 10.46 MiB/sec. 2026.03.18 01:42:35.562012 [ 253 ] {6ea10a83-d841-4490-aa70-9c3230c0462f} TCPHandler: Processed in 0.002061935 sec. 2026.03.18 01:42:35.562138 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:35.562233 [ 253 ] {ec45055b-1695-4f61-bb46-2bba44b84c6c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:42:35.562274 [ 253 ] {ec45055b-1695-4f61-bb46-2bba44b84c6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:42:35.563183 [ 253 ] {ec45055b-1695-4f61-bb46-2bba44b84c6c} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:35.563220 [ 253 ] {ec45055b-1695-4f61-bb46-2bba44b84c6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:35.563581 [ 253 ] {ec45055b-1695-4f61-bb46-2bba44b84c6c} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.18 01:42:35.563791 [ 253 ] {ec45055b-1695-4f61-bb46-2bba44b84c6c} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): 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.18 01:42:35.563924 [ 253 ] {ec45055b-1695-4f61-bb46-2bba44b84c6c} executeQuery: Read 825 rows, 66.29 KiB in 0.00171 sec., 482456.1403508772 rows/sec., 37.86 MiB/sec. 2026.03.18 01:42:35.563963 [ 253 ] {ec45055b-1695-4f61-bb46-2bba44b84c6c} TCPHandler: Processed in 0.001874521 sec. 2026.03.18 01:42:35.564089 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:35.564215 [ 253 ] {18b75ef9-cb5e-47f3-a1ad-af612795d4e4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:42:35.564265 [ 253 ] {18b75ef9-cb5e-47f3-a1ad-af612795d4e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:42:35.564793 [ 253 ] {18b75ef9-cb5e-47f3-a1ad-af612795d4e4} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:35.564832 [ 253 ] {18b75ef9-cb5e-47f3-a1ad-af612795d4e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:35.565159 [ 253 ] {18b75ef9-cb5e-47f3-a1ad-af612795d4e4} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.18 01:42:35.565391 [ 253 ] {18b75ef9-cb5e-47f3-a1ad-af612795d4e4} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:42:35.565525 [ 253 ] {18b75ef9-cb5e-47f3-a1ad-af612795d4e4} executeQuery: Read 156 rows, 9.59 KiB in 0.001336 sec., 116766.46706586827 rows/sec., 7.01 MiB/sec. 2026.03.18 01:42:35.565564 [ 253 ] {18b75ef9-cb5e-47f3-a1ad-af612795d4e4} TCPHandler: Processed in 0.001536376 sec. 2026.03.18 01:42:35.565678 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:35.565774 [ 253 ] {a42d1dd6-3ce1-48c2-9e77-8a07630561ab} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:42:35.565813 [ 253 ] {a42d1dd6-3ce1-48c2-9e77-8a07630561ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:42:35.566278 [ 253 ] {a42d1dd6-3ce1-48c2-9e77-8a07630561ab} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:35.566316 [ 253 ] {a42d1dd6-3ce1-48c2-9e77-8a07630561ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:35.566624 [ 253 ] {a42d1dd6-3ce1-48c2-9e77-8a07630561ab} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 01:42:35.566829 [ 253 ] {a42d1dd6-3ce1-48c2-9e77-8a07630561ab} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:42:35.566959 [ 253 ] {a42d1dd6-3ce1-48c2-9e77-8a07630561ab} executeQuery: Read 149 rows, 9.86 KiB in 0.001204 sec., 123754.15282392026 rows/sec., 8.00 MiB/sec. 2026.03.18 01:42:35.566998 [ 253 ] {a42d1dd6-3ce1-48c2-9e77-8a07630561ab} TCPHandler: Processed in 0.001369753 sec. 2026.03.18 01:42:35.567110 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:35.567205 [ 253 ] {060d0357-7bec-40b9-9b34-d4af132acf1d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:42:35.567244 [ 253 ] {060d0357-7bec-40b9-9b34-d4af132acf1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:42:35.567704 [ 253 ] {060d0357-7bec-40b9-9b34-d4af132acf1d} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:35.567740 [ 253 ] {060d0357-7bec-40b9-9b34-d4af132acf1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:35.568042 [ 253 ] {060d0357-7bec-40b9-9b34-d4af132acf1d} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 01:42:35.568249 [ 253 ] {060d0357-7bec-40b9-9b34-d4af132acf1d} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:42:35.568379 [ 253 ] {060d0357-7bec-40b9-9b34-d4af132acf1d} executeQuery: Read 148 rows, 8.62 KiB in 0.001193 sec., 124056.99916177703 rows/sec., 7.06 MiB/sec. 2026.03.18 01:42:35.568418 [ 253 ] {060d0357-7bec-40b9-9b34-d4af132acf1d} TCPHandler: Processed in 0.001357532 sec. 2026.03.18 01:42:35.568531 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:35.568626 [ 253 ] {c7204327-0c7b-4a51-a152-70f025710274} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:42:35.568667 [ 253 ] {c7204327-0c7b-4a51-a152-70f025710274} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:42:35.569332 [ 253 ] {c7204327-0c7b-4a51-a152-70f025710274} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:35.569368 [ 253 ] {c7204327-0c7b-4a51-a152-70f025710274} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:35.569688 [ 253 ] {c7204327-0c7b-4a51-a152-70f025710274} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.18 01:42:35.569920 [ 253 ] {c7204327-0c7b-4a51-a152-70f025710274} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): 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.18 01:42:35.570051 [ 253 ] {c7204327-0c7b-4a51-a152-70f025710274} executeQuery: Read 504 rows, 36.30 KiB in 0.001443 sec., 349272.34927234927 rows/sec., 24.57 MiB/sec. 2026.03.18 01:42:35.570091 [ 253 ] {c7204327-0c7b-4a51-a152-70f025710274} TCPHandler: Processed in 0.001610037 sec. 2026.03.18 01:42:35.570193 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:35.570288 [ 253 ] {77bbd482-9645-4fd6-9733-c131031ad49d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:42:35.570329 [ 253 ] {77bbd482-9645-4fd6-9733-c131031ad49d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:42:35.570662 [ 253 ] {77bbd482-9645-4fd6-9733-c131031ad49d} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:35.570703 [ 253 ] {77bbd482-9645-4fd6-9733-c131031ad49d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:35.571008 [ 253 ] {77bbd482-9645-4fd6-9733-c131031ad49d} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 01:42:35.571217 [ 253 ] {77bbd482-9645-4fd6-9733-c131031ad49d} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:42:35.571346 [ 253 ] {77bbd482-9645-4fd6-9733-c131031ad49d} executeQuery: Read 6 rows, 321.00 B in 0.001077 sec., 5571.030640668523 rows/sec., 291.06 KiB/sec. 2026.03.18 01:42:35.571383 [ 253 ] {77bbd482-9645-4fd6-9733-c131031ad49d} TCPHandler: Processed in 0.00123896 sec. 2026.03.18 01:42:35.571484 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:35.571578 [ 253 ] {9f616fdf-3413-4b0a-b4cb-95b20dc530b9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:35.571619 [ 253 ] {9f616fdf-3413-4b0a-b4cb-95b20dc530b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:42:35.572051 [ 253 ] {9f616fdf-3413-4b0a-b4cb-95b20dc530b9} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:35.572087 [ 253 ] {9f616fdf-3413-4b0a-b4cb-95b20dc530b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:35.572415 [ 253 ] {9f616fdf-3413-4b0a-b4cb-95b20dc530b9} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.18 01:42:35.572635 [ 253 ] {9f616fdf-3413-4b0a-b4cb-95b20dc530b9} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): 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.18 01:42:35.572764 [ 253 ] {9f616fdf-3413-4b0a-b4cb-95b20dc530b9} executeQuery: Read 265 rows, 18.03 KiB in 0.001204 sec., 220099.66777408638 rows/sec., 14.63 MiB/sec. 2026.03.18 01:42:35.572801 [ 253 ] {9f616fdf-3413-4b0a-b4cb-95b20dc530b9} TCPHandler: Processed in 0.001365373 sec. 2026.03.18 01:42:35.572920 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:35.573015 [ 253 ] {cf14f32d-14b1-4408-a656-718e320f333c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:42:35.573056 [ 253 ] {cf14f32d-14b1-4408-a656-718e320f333c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:42:35.573359 [ 253 ] {cf14f32d-14b1-4408-a656-718e320f333c} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:35.573395 [ 253 ] {cf14f32d-14b1-4408-a656-718e320f333c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:35.573696 [ 253 ] {cf14f32d-14b1-4408-a656-718e320f333c} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 01:42:35.573912 [ 253 ] {cf14f32d-14b1-4408-a656-718e320f333c} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:42:35.574041 [ 253 ] {cf14f32d-14b1-4408-a656-718e320f333c} executeQuery: Read 1 rows, 69.00 B in 0.001044 sec., 957.8544061302682 rows/sec., 64.54 KiB/sec. 2026.03.18 01:42:35.574080 [ 253 ] {cf14f32d-14b1-4408-a656-718e320f333c} TCPHandler: Processed in 0.00120917 sec. 2026.03.18 01:42:35.574183 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:35.574277 [ 253 ] {43b76528-d9b4-4c45-93a7-1842f1563589} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:35.574331 [ 253 ] {43b76528-d9b4-4c45-93a7-1842f1563589} 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.18 01:42:35.575106 [ 253 ] {43b76528-d9b4-4c45-93a7-1842f1563589} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:35.575144 [ 253 ] {43b76528-d9b4-4c45-93a7-1842f1563589} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:35.575670 [ 253 ] {43b76528-d9b4-4c45-93a7-1842f1563589} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.18 01:42:35.575895 [ 253 ] {43b76528-d9b4-4c45-93a7-1842f1563589} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:42:35.576034 [ 253 ] {43b76528-d9b4-4c45-93a7-1842f1563589} executeQuery: Read 14 rows, 25.69 KiB in 0.001775 sec., 7887.3239436619715 rows/sec., 14.13 MiB/sec. 2026.03.18 01:42:35.576087 [ 253 ] {43b76528-d9b4-4c45-93a7-1842f1563589} TCPHandler: Processed in 0.001952872 sec. 2026.03.18 01:42:35.576206 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:35.576300 [ 253 ] {20777495-8154-4905-866a-1410a1c56680} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:42:35.576341 [ 253 ] {20777495-8154-4905-866a-1410a1c56680} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:42:35.576682 [ 253 ] {20777495-8154-4905-866a-1410a1c56680} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:35.576719 [ 253 ] {20777495-8154-4905-866a-1410a1c56680} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:35.577051 [ 253 ] {20777495-8154-4905-866a-1410a1c56680} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.18 01:42:35.577263 [ 253 ] {20777495-8154-4905-866a-1410a1c56680} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): 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.18 01:42:35.577391 [ 253 ] {20777495-8154-4905-866a-1410a1c56680} executeQuery: Read 90 rows, 5.77 KiB in 0.001111 sec., 81008.10081008101 rows/sec., 5.07 MiB/sec. 2026.03.18 01:42:35.577428 [ 253 ] {20777495-8154-4905-866a-1410a1c56680} TCPHandler: Processed in 0.001272781 sec. 2026.03.18 01:42:35.912585 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2026.03.18 01:42:35.930076 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:35.930143 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:35.936250 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.18 01:42:35.936963 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:42:35.940029 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2026.03.18 01:42:40.552902 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:40.553097 [ 253 ] {5d2df5b7-de00-464d-9bdb-6e51905832ba} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:42:40.553163 [ 253 ] {5d2df5b7-de00-464d-9bdb-6e51905832ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:42:40.553853 [ 253 ] {5d2df5b7-de00-464d-9bdb-6e51905832ba} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:40.553905 [ 253 ] {5d2df5b7-de00-464d-9bdb-6e51905832ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:40.554331 [ 253 ] {5d2df5b7-de00-464d-9bdb-6e51905832ba} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.18 01:42:40.554561 [ 253 ] {5d2df5b7-de00-464d-9bdb-6e51905832ba} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:40.554724 [ 253 ] {5d2df5b7-de00-464d-9bdb-6e51905832ba} executeQuery: Read 108 rows, 9.31 KiB in 0.001673 sec., 64554.69216975493 rows/sec., 5.43 MiB/sec. 2026.03.18 01:42:40.554774 [ 253 ] {5d2df5b7-de00-464d-9bdb-6e51905832ba} TCPHandler: Processed in 0.002001194 sec. 2026.03.18 01:42:40.554908 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:40.555012 [ 253 ] {7a4cfe0f-abff-43bf-adc5-6b7a75fb04a3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:42:40.555054 [ 253 ] {7a4cfe0f-abff-43bf-adc5-6b7a75fb04a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:42:40.555481 [ 253 ] {7a4cfe0f-abff-43bf-adc5-6b7a75fb04a3} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:40.555523 [ 253 ] {7a4cfe0f-abff-43bf-adc5-6b7a75fb04a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:40.555851 [ 253 ] {7a4cfe0f-abff-43bf-adc5-6b7a75fb04a3} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.18 01:42:40.556072 [ 253 ] {7a4cfe0f-abff-43bf-adc5-6b7a75fb04a3} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:42:40.556210 [ 253 ] {7a4cfe0f-abff-43bf-adc5-6b7a75fb04a3} executeQuery: Read 26 rows, 1.96 KiB in 0.001221 sec., 21294.02129402129 rows/sec., 1.56 MiB/sec. 2026.03.18 01:42:40.556250 [ 253 ] {7a4cfe0f-abff-43bf-adc5-6b7a75fb04a3} TCPHandler: Processed in 0.001395513 sec. 2026.03.18 01:42:40.556370 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:40.556469 [ 253 ] {c256983e-02da-42a8-acb8-71219fbbdcc4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:42:40.556510 [ 253 ] {c256983e-02da-42a8-acb8-71219fbbdcc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:42:40.556946 [ 253 ] {c256983e-02da-42a8-acb8-71219fbbdcc4} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:40.556982 [ 253 ] {c256983e-02da-42a8-acb8-71219fbbdcc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:40.557307 [ 253 ] {c256983e-02da-42a8-acb8-71219fbbdcc4} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.18 01:42:40.557534 [ 253 ] {c256983e-02da-42a8-acb8-71219fbbdcc4} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:40.557669 [ 253 ] {c256983e-02da-42a8-acb8-71219fbbdcc4} executeQuery: Read 90 rows, 7.20 KiB in 0.001221 sec., 73710.0737100737 rows/sec., 5.76 MiB/sec. 2026.03.18 01:42:40.557708 [ 253 ] {c256983e-02da-42a8-acb8-71219fbbdcc4} TCPHandler: Processed in 0.001388543 sec. 2026.03.18 01:42:40.557832 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:40.557930 [ 253 ] {ebef4401-aef1-4187-b4b4-8e27845d242a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:40.557974 [ 253 ] {ebef4401-aef1-4187-b4b4-8e27845d242a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:42:40.558386 [ 253 ] {ebef4401-aef1-4187-b4b4-8e27845d242a} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:40.558421 [ 253 ] {ebef4401-aef1-4187-b4b4-8e27845d242a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:40.558753 [ 253 ] {ebef4401-aef1-4187-b4b4-8e27845d242a} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.18 01:42:40.558964 [ 253 ] {ebef4401-aef1-4187-b4b4-8e27845d242a} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:40.559100 [ 253 ] {ebef4401-aef1-4187-b4b4-8e27845d242a} executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. 2026.03.18 01:42:40.559137 [ 253 ] {ebef4401-aef1-4187-b4b4-8e27845d242a} TCPHandler: Processed in 0.001356132 sec. 2026.03.18 01:42:40.559251 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:40.559345 [ 253 ] {737aef0c-d7c3-42f8-ad0d-83299f4571f8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:40.559399 [ 253 ] {737aef0c-d7c3-42f8-ad0d-83299f4571f8} 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.18 01:42:40.560209 [ 253 ] {737aef0c-d7c3-42f8-ad0d-83299f4571f8} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:40.560244 [ 253 ] {737aef0c-d7c3-42f8-ad0d-83299f4571f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:40.560796 [ 253 ] {737aef0c-d7c3-42f8-ad0d-83299f4571f8} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.18 01:42:40.561028 [ 253 ] {737aef0c-d7c3-42f8-ad0d-83299f4571f8} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:42:40.561167 [ 253 ] {737aef0c-d7c3-42f8-ad0d-83299f4571f8} executeQuery: Read 26 rows, 47.71 KiB in 0.00184 sec., 14130.434782608696 rows/sec., 25.32 MiB/sec. 2026.03.18 01:42:40.561220 [ 253 ] {737aef0c-d7c3-42f8-ad0d-83299f4571f8} TCPHandler: Processed in 0.002017563 sec. 2026.03.18 01:42:40.561340 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:40.561434 [ 253 ] {4c1834d8-e62d-46a1-97d1-4c1aaf2fdcc4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:42:40.561474 [ 253 ] {4c1834d8-e62d-46a1-97d1-4c1aaf2fdcc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:42:40.561816 [ 253 ] {4c1834d8-e62d-46a1-97d1-4c1aaf2fdcc4} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:40.561852 [ 253 ] {4c1834d8-e62d-46a1-97d1-4c1aaf2fdcc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:40.562175 [ 253 ] {4c1834d8-e62d-46a1-97d1-4c1aaf2fdcc4} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.18 01:42:40.562387 [ 253 ] {4c1834d8-e62d-46a1-97d1-4c1aaf2fdcc4} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:40.562514 [ 253 ] {4c1834d8-e62d-46a1-97d1-4c1aaf2fdcc4} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2026.03.18 01:42:40.562550 [ 253 ] {4c1834d8-e62d-46a1-97d1-4c1aaf2fdcc4} TCPHandler: Processed in 0.001259771 sec. 2026.03.18 01:42:42.258026 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21507 2026.03.18 01:42:42.258876 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:42.258958 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:42.259532 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.18 01:42:42.259763 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:42:42.259902 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21507 2026.03.18 01:42:43.440179 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2026.03.18 01:42:43.457025 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:43.457095 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:43.463584 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.18 01:42:43.464358 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:42:43.468915 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2026.03.18 01:42:44.844583 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1426 2026.03.18 01:42:44.847133 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:44.847195 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:44.848431 [ 242 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 01:42:44.848702 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:42:44.849052 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1426 2026.03.18 01:42:45.560199 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:45.560412 [ 253 ] {5221d927-ed2a-4f3d-adaf-226426cfc332} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:42:45.560487 [ 253 ] {5221d927-ed2a-4f3d-adaf-226426cfc332} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:42:45.561286 [ 253 ] {5221d927-ed2a-4f3d-adaf-226426cfc332} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:45.561337 [ 253 ] {5221d927-ed2a-4f3d-adaf-226426cfc332} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:45.561748 [ 253 ] {5221d927-ed2a-4f3d-adaf-226426cfc332} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 01:42:45.561979 [ 253 ] {5221d927-ed2a-4f3d-adaf-226426cfc332} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:42:45.562112 [ 59 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 2026.03.18 01:42:45.562130 [ 253 ] {5221d927-ed2a-4f3d-adaf-226426cfc332} executeQuery: Read 284 rows, 18.47 KiB in 0.001792 sec., 158482.14285714287 rows/sec., 10.07 MiB/sec. 2026.03.18 01:42:45.562152 [ 59 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:45.562175 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:45.562175 [ 253 ] {5221d927-ed2a-4f3d-adaf-226426cfc332} TCPHandler: Processed in 0.002141766 sec. 2026.03.18 01:42:45.562300 [ 186 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_33_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full 2026.03.18 01:42:45.562308 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:45.562445 [ 253 ] {f0e8b93b-6fe5-4b8c-9d23-f64fa78fb8ec} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:42:45.562448 [ 186 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_33_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:45.562492 [ 253 ] {f0e8b93b-6fe5-4b8c-9d23-f64fa78fb8ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:42:45.562499 [ 186 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 284 rows starting from the beginning of the part 2026.03.18 01:42:45.562576 [ 186 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 284 rows starting from the beginning of the part 2026.03.18 01:42:45.562622 [ 186 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 284 rows starting from the beginning of the part 2026.03.18 01:42:45.562668 [ 186 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 284 rows starting from the beginning of the part 2026.03.18 01:42:45.562712 [ 186 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 284 rows starting from the beginning of the part 2026.03.18 01:42:45.563395 [ 253 ] {f0e8b93b-6fe5-4b8c-9d23-f64fa78fb8ec} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:45.563438 [ 253 ] {f0e8b93b-6fe5-4b8c-9d23-f64fa78fb8ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:45.563736 [ 202 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_33_8} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001461894 sec., 971342.6554866495 rows/sec., 65.40 MiB/sec. 2026.03.18 01:42:45.563820 [ 253 ] {f0e8b93b-6fe5-4b8c-9d23-f64fa78fb8ec} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.18 01:42:45.563965 [ 195 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_33_8} MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) 2026.03.18 01:42:45.564069 [ 253 ] {f0e8b93b-6fe5-4b8c-9d23-f64fa78fb8ec} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:45.564219 [ 253 ] {f0e8b93b-6fe5-4b8c-9d23-f64fa78fb8ec} executeQuery: Read 825 rows, 66.29 KiB in 0.001756 sec., 469817.7676537586 rows/sec., 36.86 MiB/sec. 2026.03.18 01:42:45.564261 [ 253 ] {f0e8b93b-6fe5-4b8c-9d23-f64fa78fb8ec} TCPHandler: Processed in 0.001972423 sec. 2026.03.18 01:42:45.564360 [ 195 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_33_8} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:45.564369 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:45.564466 [ 195 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_33_8} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 2026.03.18 01:42:45.564482 [ 253 ] {c12d3b9a-ed15-4696-b880-8171b553a02d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:42:45.564527 [ 253 ] {c12d3b9a-ed15-4696-b880-8171b553a02d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:42:45.564595 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.18 01:42:45.564980 [ 253 ] {c12d3b9a-ed15-4696-b880-8171b553a02d} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:45.565021 [ 253 ] {c12d3b9a-ed15-4696-b880-8171b553a02d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:45.565343 [ 253 ] {c12d3b9a-ed15-4696-b880-8171b553a02d} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.18 01:42:45.565555 [ 253 ] {c12d3b9a-ed15-4696-b880-8171b553a02d} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:42:45.565657 [ 59 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.18 01:42:45.565682 [ 59 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:45.565688 [ 253 ] {c12d3b9a-ed15-4696-b880-8171b553a02d} executeQuery: Read 156 rows, 9.59 KiB in 0.001227 sec., 127139.36430317849 rows/sec., 7.64 MiB/sec. 2026.03.18 01:42:45.565699 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:45.565729 [ 253 ] {c12d3b9a-ed15-4696-b880-8171b553a02d} TCPHandler: Processed in 0.001409593 sec. 2026.03.18 01:42:45.565808 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::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.18 01:42:45.565847 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:45.565947 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:45.565949 [ 253 ] {1446040e-01b3-4ac0-a675-8a2d12943e39} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:42:45.565989 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 209 rows starting from the beginning of the part 2026.03.18 01:42:45.566006 [ 253 ] {1446040e-01b3-4ac0-a675-8a2d12943e39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:42:45.566061 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 181 rows starting from the beginning of the part 2026.03.18 01:42:45.566115 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 26 rows starting from the beginning of the part 2026.03.18 01:42:45.566160 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 156 rows starting from the beginning of the part 2026.03.18 01:42:45.566205 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 26 rows starting from the beginning of the part 2026.03.18 01:42:45.566247 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 156 rows starting from the beginning of the part 2026.03.18 01:42:45.566469 [ 253 ] {1446040e-01b3-4ac0-a675-8a2d12943e39} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:45.566510 [ 253 ] {1446040e-01b3-4ac0-a675-8a2d12943e39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:45.566844 [ 253 ] {1446040e-01b3-4ac0-a675-8a2d12943e39} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 01:42:45.567074 [ 253 ] {1446040e-01b3-4ac0-a675-8a2d12943e39} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:42:45.567182 [ 202 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.001431693 sec., 526649.2187920175 rows/sec., 34.74 MiB/sec. 2026.03.18 01:42:45.567205 [ 253 ] {1446040e-01b3-4ac0-a675-8a2d12943e39} executeQuery: Read 149 rows, 9.86 KiB in 0.001274 sec., 116954.47409733124 rows/sec., 7.56 MiB/sec. 2026.03.18 01:42:45.567242 [ 253 ] {1446040e-01b3-4ac0-a675-8a2d12943e39} TCPHandler: Processed in 0.001445654 sec. 2026.03.18 01:42:45.567313 [ 195 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.18 01:42:45.567361 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:45.567461 [ 253 ] {82cc666d-16bd-41d2-be0e-5bfb56aa291f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:42:45.567503 [ 253 ] {82cc666d-16bd-41d2-be0e-5bfb56aa291f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:42:45.567558 [ 195 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_61_12} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:42:45.567632 [ 195 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_61_12} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.18 01:42:45.567721 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.18 01:42:45.567954 [ 253 ] {82cc666d-16bd-41d2-be0e-5bfb56aa291f} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:45.567994 [ 253 ] {82cc666d-16bd-41d2-be0e-5bfb56aa291f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:45.568314 [ 253 ] {82cc666d-16bd-41d2-be0e-5bfb56aa291f} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 01:42:45.568538 [ 253 ] {82cc666d-16bd-41d2-be0e-5bfb56aa291f} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:42:45.568647 [ 56 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 2026.03.18 01:42:45.568668 [ 253 ] {82cc666d-16bd-41d2-be0e-5bfb56aa291f} executeQuery: Read 148 rows, 8.62 KiB in 0.001226 sec., 120717.78140293637 rows/sec., 6.87 MiB/sec. 2026.03.18 01:42:45.568690 [ 56 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:45.568713 [ 253 ] {82cc666d-16bd-41d2-be0e-5bfb56aa291f} TCPHandler: Processed in 0.001404134 sec. 2026.03.18 01:42:45.568715 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:45.568803 [ 186 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_33_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full 2026.03.18 01:42:45.568835 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:45.568899 [ 186 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_33_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:45.568927 [ 186 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 148 rows starting from the beginning of the part 2026.03.18 01:42:45.568935 [ 253 ] {ec5be9a0-c1d6-4d79-aca7-a149aa08bb69} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:42:45.568972 [ 186 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 148 rows starting from the beginning of the part 2026.03.18 01:42:45.568981 [ 253 ] {ec5be9a0-c1d6-4d79-aca7-a149aa08bb69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:42:45.569037 [ 186 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 148 rows starting from the beginning of the part 2026.03.18 01:42:45.569085 [ 186 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 148 rows starting from the beginning of the part 2026.03.18 01:42:45.569120 [ 186 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 148 rows starting from the beginning of the part 2026.03.18 01:42:45.569609 [ 253 ] {ec5be9a0-c1d6-4d79-aca7-a149aa08bb69} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:45.569651 [ 253 ] {ec5be9a0-c1d6-4d79-aca7-a149aa08bb69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:45.569864 [ 202 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_33_8} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001089938 sec., 678937.7010435456 rows/sec., 41.20 MiB/sec. 2026.03.18 01:42:45.569996 [ 253 ] {ec5be9a0-c1d6-4d79-aca7-a149aa08bb69} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.18 01:42:45.570002 [ 186 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_33_8} MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) 2026.03.18 01:42:45.570287 [ 253 ] {ec5be9a0-c1d6-4d79-aca7-a149aa08bb69} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:45.570330 [ 186 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_33_8} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:45.570414 [ 186 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_33_8} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 2026.03.18 01:42:45.570438 [ 253 ] {ec5be9a0-c1d6-4d79-aca7-a149aa08bb69} executeQuery: Read 504 rows, 36.30 KiB in 0.00152 sec., 331578.947368421 rows/sec., 23.32 MiB/sec. 2026.03.18 01:42:45.570482 [ 253 ] {ec5be9a0-c1d6-4d79-aca7-a149aa08bb69} TCPHandler: Processed in 0.001697578 sec. 2026.03.18 01:42:45.570491 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.18 01:42:45.570596 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:45.570696 [ 253 ] {d5535451-c359-48eb-a6ef-c846bf897f49} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:42:45.570738 [ 253 ] {d5535451-c359-48eb-a6ef-c846bf897f49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:42:45.571116 [ 253 ] {d5535451-c359-48eb-a6ef-c846bf897f49} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:45.571156 [ 253 ] {d5535451-c359-48eb-a6ef-c846bf897f49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:45.571496 [ 253 ] {d5535451-c359-48eb-a6ef-c846bf897f49} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 01:42:45.571728 [ 253 ] {d5535451-c359-48eb-a6ef-c846bf897f49} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:42:45.571865 [ 253 ] {d5535451-c359-48eb-a6ef-c846bf897f49} executeQuery: Read 6 rows, 321.00 B in 0.001188 sec., 5050.50505050505 rows/sec., 263.87 KiB/sec. 2026.03.18 01:42:45.571905 [ 253 ] {d5535451-c359-48eb-a6ef-c846bf897f49} TCPHandler: Processed in 0.001359233 sec. 2026.03.18 01:42:45.572030 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:45.572129 [ 253 ] {80a8df4f-f256-428e-8f54-89e00a914cc8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:45.572174 [ 253 ] {80a8df4f-f256-428e-8f54-89e00a914cc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:42:45.572614 [ 253 ] {80a8df4f-f256-428e-8f54-89e00a914cc8} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:45.572652 [ 253 ] {80a8df4f-f256-428e-8f54-89e00a914cc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:45.573000 [ 253 ] {80a8df4f-f256-428e-8f54-89e00a914cc8} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.18 01:42:45.573223 [ 253 ] {80a8df4f-f256-428e-8f54-89e00a914cc8} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:45.573337 [ 56 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 2026.03.18 01:42:45.573356 [ 253 ] {80a8df4f-f256-428e-8f54-89e00a914cc8} executeQuery: Read 265 rows, 18.03 KiB in 0.001246 sec., 212680.5778491172 rows/sec., 14.13 MiB/sec. 2026.03.18 01:42:45.573371 [ 56 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:45.573398 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:45.573400 [ 253 ] {80a8df4f-f256-428e-8f54-89e00a914cc8} TCPHandler: Processed in 0.001420444 sec. 2026.03.18 01:42:45.573474 [ 195 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_75_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full 2026.03.18 01:42:45.573539 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:45.573584 [ 195 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_75_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:45.573624 [ 195 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_75_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_70_14, total 25852 rows starting from the beginning of the part 2026.03.18 01:42:45.573640 [ 253 ] {1d32ebb3-11a8-4b7b-9d0e-f7fd2da88acd} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:42:45.573688 [ 253 ] {1d32ebb3-11a8-4b7b-9d0e-f7fd2da88acd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:42:45.573695 [ 195 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 32 rows starting from the beginning of the part 2026.03.18 01:42:45.573761 [ 195 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part 2026.03.18 01:42:45.573809 [ 195 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 265 rows starting from the beginning of the part 2026.03.18 01:42:45.573853 [ 195 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part 2026.03.18 01:42:45.573894 [ 195 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 265 rows starting from the beginning of the part 2026.03.18 01:42:45.574017 [ 253 ] {1d32ebb3-11a8-4b7b-9d0e-f7fd2da88acd} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:45.574058 [ 253 ] {1d32ebb3-11a8-4b7b-9d0e-f7fd2da88acd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:45.574368 [ 253 ] {1d32ebb3-11a8-4b7b-9d0e-f7fd2da88acd} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 01:42:45.574578 [ 253 ] {1d32ebb3-11a8-4b7b-9d0e-f7fd2da88acd} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:42:45.574706 [ 253 ] {1d32ebb3-11a8-4b7b-9d0e-f7fd2da88acd} executeQuery: Read 1 rows, 69.00 B in 0.001085 sec., 921.6589861751152 rows/sec., 62.10 KiB/sec. 2026.03.18 01:42:45.574743 [ 253 ] {1d32ebb3-11a8-4b7b-9d0e-f7fd2da88acd} TCPHandler: Processed in 0.001254351 sec. 2026.03.18 01:42:45.574866 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:45.574960 [ 253 ] {9939b091-d37b-4433-8642-948f32baf021} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:45.575013 [ 253 ] {9939b091-d37b-4433-8642-948f32baf021} 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.18 01:42:45.575858 [ 253 ] {9939b091-d37b-4433-8642-948f32baf021} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:45.575896 [ 253 ] {9939b091-d37b-4433-8642-948f32baf021} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:45.576449 [ 253 ] {9939b091-d37b-4433-8642-948f32baf021} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.18 01:42:45.576679 [ 253 ] {9939b091-d37b-4433-8642-948f32baf021} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:42:45.576791 [ 56 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.18 01:42:45.576820 [ 253 ] {9939b091-d37b-4433-8642-948f32baf021} executeQuery: Read 14 rows, 25.69 KiB in 0.001876 sec., 7462.686567164179 rows/sec., 13.37 MiB/sec. 2026.03.18 01:42:45.576821 [ 56 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:45.576860 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:45.576881 [ 253 ] {9939b091-d37b-4433-8642-948f32baf021} TCPHandler: Processed in 0.002064255 sec. 2026.03.18 01:42:45.576968 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::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.18 01:42:45.577031 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:45.577128 [ 253 ] {ee35c758-9675-4108-b164-f5fedd74e0b4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:42:45.577170 [ 253 ] {ee35c758-9675-4108-b164-f5fedd74e0b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:42:45.577174 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:45.577239 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1121 rows starting from the beginning of the part 2026.03.18 01:42:45.577369 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 25 rows starting from the beginning of the part 2026.03.18 01:42:45.577482 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 26 rows starting from the beginning of the part 2026.03.18 01:42:45.577508 [ 253 ] {ee35c758-9675-4108-b164-f5fedd74e0b4} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:45.577545 [ 253 ] {ee35c758-9675-4108-b164-f5fedd74e0b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:45.577616 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part 2026.03.18 01:42:45.577718 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 26 rows starting from the beginning of the part 2026.03.18 01:42:45.577821 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part 2026.03.18 01:42:45.577886 [ 253 ] {ee35c758-9675-4108-b164-f5fedd74e0b4} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.18 01:42:45.578101 [ 253 ] {ee35c758-9675-4108-b164-f5fedd74e0b4} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:45.578228 [ 253 ] {ee35c758-9675-4108-b164-f5fedd74e0b4} executeQuery: Read 90 rows, 5.77 KiB in 0.001119 sec., 80428.9544235925 rows/sec., 5.03 MiB/sec. 2026.03.18 01:42:45.578264 [ 253 ] {ee35c758-9675-4108-b164-f5fedd74e0b4} TCPHandler: Processed in 0.001283862 sec. 2026.03.18 01:42:45.585128 [ 195 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_75_15} MergeTask::MergeProjectionsStage: Merge sorted 26734 rows, containing 5 columns (5 merged, 0 gathered) in 0.011687995 sec., 2287304.195458674 rows/sec., 149.23 MiB/sec. 2026.03.18 01:42:45.585355 [ 195 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_75_15} MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) 2026.03.18 01:42:45.585604 [ 195 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_75_15} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:45.585669 [ 195 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_75_15} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 2026.03.18 01:42:45.585731 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. 2026.03.18 01:42:45.586508 [ 202 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1226 rows, containing 19 columns (19 merged, 0 gathered) in 0.009575499 sec., 128035.10292257354 rows/sec., 229.43 MiB/sec. 2026.03.18 01:42:45.587765 [ 189 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.18 01:42:45.588083 [ 189 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_61_12} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:42:45.588150 [ 189 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_61_12} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.18 01:42:45.588231 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.39 MiB. 2026.03.18 01:42:46.000195 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 311.66 MiB, peak 326.26 MiB, free memory in arenas 0.00 B, will set to 319.08 MiB (RSS), difference: 7.41 MiB 2026.03.18 01:42:49.587272 [ 111 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:42:49.587359 [ 111 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:42:49.760074 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21955 2026.03.18 01:42:49.760602 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:49.760643 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:49.761134 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.18 01:42:49.761368 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:42:49.761502 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21955 2026.03.18 01:42:49.761522 [ 111 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.18 01:42:49.761595 [ 111 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:49.761617 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:49.761714 [ 200 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::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.18 01:42:49.761809 [ 200 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:49.761839 [ 200 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19587 rows starting from the beginning of the part 2026.03.18 01:42:49.761894 [ 200 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 448 rows starting from the beginning of the part 2026.03.18 01:42:49.761937 [ 200 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 512 rows starting from the beginning of the part 2026.03.18 01:42:49.761977 [ 200 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 448 rows starting from the beginning of the part 2026.03.18 01:42:49.762015 [ 200 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 512 rows starting from the beginning of the part 2026.03.18 01:42:49.762057 [ 200 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 448 rows starting from the beginning of the part 2026.03.18 01:42:49.764004 [ 208 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 21955 rows, containing 4 columns (4 merged, 0 gathered) in 0.002332489 sec., 9412691.764034042 rows/sec., 134.65 MiB/sec. 2026.03.18 01:42:49.764395 [ 200 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.18 01:42:49.764639 [ 200 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_46_9} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:42:49.764700 [ 200 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_46_9} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.18 01:42:49.764775 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. 2026.03.18 01:42:50.552503 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:50.552698 [ 253 ] {b9c0a55d-15f4-4c40-b033-20a95841f83b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:42:50.552781 [ 253 ] {b9c0a55d-15f4-4c40-b033-20a95841f83b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:42:50.553519 [ 253 ] {b9c0a55d-15f4-4c40-b033-20a95841f83b} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:50.553569 [ 253 ] {b9c0a55d-15f4-4c40-b033-20a95841f83b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:50.554065 [ 253 ] {b9c0a55d-15f4-4c40-b033-20a95841f83b} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.18 01:42:50.554327 [ 253 ] {b9c0a55d-15f4-4c40-b033-20a95841f83b} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:50.554492 [ 253 ] {b9c0a55d-15f4-4c40-b033-20a95841f83b} executeQuery: Read 108 rows, 9.31 KiB in 0.001842 sec., 58631.92182410423 rows/sec., 4.93 MiB/sec. 2026.03.18 01:42:50.554501 [ 101 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.03.18 01:42:50.554547 [ 253 ] {b9c0a55d-15f4-4c40-b033-20a95841f83b} TCPHandler: Processed in 0.002173226 sec. 2026.03.18 01:42:50.554570 [ 101 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:50.554597 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:50.554689 [ 193 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.03.18 01:42:50.554699 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:50.554788 [ 193 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:50.554809 [ 253 ] {9f7098fe-8156-4e63-835c-22d28b53d9bd} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:42:50.554832 [ 193 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2770 rows starting from the beginning of the part 2026.03.18 01:42:50.554852 [ 253 ] {9f7098fe-8156-4e63-835c-22d28b53d9bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:42:50.554916 [ 193 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 108 rows starting from the beginning of the part 2026.03.18 01:42:50.554966 [ 193 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 825 rows starting from the beginning of the part 2026.03.18 01:42:50.555007 [ 193 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 108 rows starting from the beginning of the part 2026.03.18 01:42:50.555049 [ 193 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 825 rows starting from the beginning of the part 2026.03.18 01:42:50.555087 [ 193 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 108 rows starting from the beginning of the part 2026.03.18 01:42:50.555284 [ 253 ] {9f7098fe-8156-4e63-835c-22d28b53d9bd} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:50.555319 [ 253 ] {9f7098fe-8156-4e63-835c-22d28b53d9bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:50.555641 [ 253 ] {9f7098fe-8156-4e63-835c-22d28b53d9bd} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.18 01:42:50.555888 [ 253 ] {9f7098fe-8156-4e63-835c-22d28b53d9bd} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:42:50.556031 [ 253 ] {9f7098fe-8156-4e63-835c-22d28b53d9bd} executeQuery: Read 26 rows, 1.96 KiB in 0.001247 sec., 20850.040096230954 rows/sec., 1.53 MiB/sec. 2026.03.18 01:42:50.556071 [ 253 ] {9f7098fe-8156-4e63-835c-22d28b53d9bd} TCPHandler: Processed in 0.001422173 sec. 2026.03.18 01:42:50.556189 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:50.556283 [ 253 ] {f83bcca9-18c8-4b0f-812c-498a0589c122} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:42:50.556323 [ 253 ] {f83bcca9-18c8-4b0f-812c-498a0589c122} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:42:50.556751 [ 253 ] {f83bcca9-18c8-4b0f-812c-498a0589c122} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:50.556788 [ 253 ] {f83bcca9-18c8-4b0f-812c-498a0589c122} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:50.556800 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4744 rows, containing 5 columns (5 merged, 0 gathered) in 0.002149506 sec., 2207018.728954467 rows/sec., 179.89 MiB/sec. 2026.03.18 01:42:50.557099 [ 253 ] {f83bcca9-18c8-4b0f-812c-498a0589c122} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.18 01:42:50.557146 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.03.18 01:42:50.557331 [ 253 ] {f83bcca9-18c8-4b0f-812c-498a0589c122} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:50.557478 [ 253 ] {f83bcca9-18c8-4b0f-812c-498a0589c122} executeQuery: Read 90 rows, 7.20 KiB in 0.001213 sec., 74196.20774938169 rows/sec., 5.79 MiB/sec. 2026.03.18 01:42:50.557485 [ 112 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.03.18 01:42:50.557518 [ 253 ] {f83bcca9-18c8-4b0f-812c-498a0589c122} TCPHandler: Processed in 0.001379072 sec. 2026.03.18 01:42:50.557532 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_76_15} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:50.557536 [ 112 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:50.557567 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:50.557631 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_76_15} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.03.18 01:42:50.557642 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:50.557647 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.03.18 01:42:50.557743 [ 253 ] {c4913205-d341-4495-a2b0-02585d6a652d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:50.557754 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.03.18 01:42:50.557761 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:50.557786 [ 253 ] {c4913205-d341-4495-a2b0-02585d6a652d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:42:50.557819 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1513 rows starting from the beginning of the part 2026.03.18 01:42:50.557885 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 90 rows starting from the beginning of the part 2026.03.18 01:42:50.557939 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 504 rows starting from the beginning of the part 2026.03.18 01:42:50.557986 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 90 rows starting from the beginning of the part 2026.03.18 01:42:50.558026 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 504 rows starting from the beginning of the part 2026.03.18 01:42:50.558063 [ 198 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 90 rows starting from the beginning of the part 2026.03.18 01:42:50.558211 [ 253 ] {c4913205-d341-4495-a2b0-02585d6a652d} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:50.558246 [ 253 ] {c4913205-d341-4495-a2b0-02585d6a652d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:50.558576 [ 253 ] {c4913205-d341-4495-a2b0-02585d6a652d} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.18 01:42:50.558784 [ 253 ] {c4913205-d341-4495-a2b0-02585d6a652d} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:50.558917 [ 253 ] {c4913205-d341-4495-a2b0-02585d6a652d} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2026.03.18 01:42:50.558953 [ 253 ] {c4913205-d341-4495-a2b0-02585d6a652d} TCPHandler: Processed in 0.001361062 sec. 2026.03.18 01:42:50.559059 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:50.559158 [ 253 ] {e20429c6-1f60-4be4-b6d8-ee465a5c7df7} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:50.559159 [ 191 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2791 rows, containing 5 columns (5 merged, 0 gathered) in 0.001548196 sec., 1802743.3219049785 rows/sec., 134.04 MiB/sec. 2026.03.18 01:42:50.559216 [ 253 ] {e20429c6-1f60-4be4-b6d8-ee465a5c7df7} 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.18 01:42:50.559467 [ 201 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.03.18 01:42:50.559898 [ 201 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_76_15} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:50.559994 [ 201 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_76_15} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.03.18 01:42:50.560070 [ 253 ] {e20429c6-1f60-4be4-b6d8-ee465a5c7df7} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:50.560112 [ 253 ] {e20429c6-1f60-4be4-b6d8-ee465a5c7df7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:50.560122 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.03.18 01:42:50.560677 [ 253 ] {e20429c6-1f60-4be4-b6d8-ee465a5c7df7} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.18 01:42:50.560910 [ 253 ] {e20429c6-1f60-4be4-b6d8-ee465a5c7df7} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:42:50.561055 [ 253 ] {e20429c6-1f60-4be4-b6d8-ee465a5c7df7} executeQuery: Read 26 rows, 47.71 KiB in 0.001915 sec., 13577.023498694516 rows/sec., 24.33 MiB/sec. 2026.03.18 01:42:50.561119 [ 253 ] {e20429c6-1f60-4be4-b6d8-ee465a5c7df7} TCPHandler: Processed in 0.002110665 sec. 2026.03.18 01:42:50.561236 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:50.561331 [ 253 ] {3a012143-edc9-4978-ae5e-4e71b461ebe4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:42:50.561373 [ 253 ] {3a012143-edc9-4978-ae5e-4e71b461ebe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:42:50.561717 [ 253 ] {3a012143-edc9-4978-ae5e-4e71b461ebe4} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:50.561753 [ 253 ] {3a012143-edc9-4978-ae5e-4e71b461ebe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:50.562067 [ 253 ] {3a012143-edc9-4978-ae5e-4e71b461ebe4} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.18 01:42:50.562274 [ 253 ] {3a012143-edc9-4978-ae5e-4e71b461ebe4} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:50.562392 [ 112 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.03.18 01:42:50.562407 [ 253 ] {3a012143-edc9-4978-ae5e-4e71b461ebe4} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.03.18 01:42:50.562434 [ 112 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:50.562459 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:50.562464 [ 253 ] {3a012143-edc9-4978-ae5e-4e71b461ebe4} TCPHandler: Processed in 0.001279022 sec. 2026.03.18 01:42:50.562555 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.03.18 01:42:50.562690 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:50.562727 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4554 rows starting from the beginning of the part 2026.03.18 01:42:50.562795 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part 2026.03.18 01:42:50.562843 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 90 rows starting from the beginning of the part 2026.03.18 01:42:50.562884 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part 2026.03.18 01:42:50.562924 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 90 rows starting from the beginning of the part 2026.03.18 01:42:50.562961 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part 2026.03.18 01:42:50.564568 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4914 rows, containing 4 columns (4 merged, 0 gathered) in 0.002056304 sec., 2389724.476536543 rows/sec., 154.09 MiB/sec. 2026.03.18 01:42:50.564965 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.03.18 01:42:50.565234 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_76_15} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:50.565303 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_76_15} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.03.18 01:42:50.565386 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2026.03.18 01:42:50.969071 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2026.03.18 01:42:50.986907 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:50.986973 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:50.993209 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.18 01:42:50.993929 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:42:50.994216 [ 112 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.18 01:42:50.994263 [ 112 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:50.994285 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:50.994411 [ 201 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:42:50.997970 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2026.03.18 01:42:50.998330 [ 201 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:42:50.999780 [ 201 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part 2026.03.18 01:42:51.000183 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 320.30 MiB, peak 326.26 MiB, free memory in arenas 0.00 B, will set to 319.28 MiB (RSS), difference: -1.02 MiB 2026.03.18 01:42:51.004220 [ 201 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part 2026.03.18 01:42:51.008606 [ 201 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part 2026.03.18 01:42:51.013253 [ 201 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part 2026.03.18 01:42:51.017910 [ 201 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part 2026.03.18 01:42:51.021799 [ 201 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part 2026.03.18 01:42:51.071972 [ 191 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.07761968 sec., 4470.515724878021 rows/sec., 23.12 MiB/sec. 2026.03.18 01:42:51.074943 [ 194 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.18 01:42:51.077250 [ 194 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_46_9} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:42:51.077370 [ 194 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_46_9} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.18 01:42:51.079885 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.03.18 01:42:54.570991 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:54.571174 [ 253 ] {a2398183-4a82-496c-bf17-a0cc6d81dec9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:42:54.571242 [ 253 ] {a2398183-4a82-496c-bf17-a0cc6d81dec9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:42:54.571997 [ 253 ] {a2398183-4a82-496c-bf17-a0cc6d81dec9} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:54.572050 [ 253 ] {a2398183-4a82-496c-bf17-a0cc6d81dec9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:54.572465 [ 253 ] {a2398183-4a82-496c-bf17-a0cc6d81dec9} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.18 01:42:54.572700 [ 253 ] {a2398183-4a82-496c-bf17-a0cc6d81dec9} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:42:54.572875 [ 253 ] {a2398183-4a82-496c-bf17-a0cc6d81dec9} executeQuery: Read 284 rows, 18.47 KiB in 0.00175 sec., 162285.7142857143 rows/sec., 10.31 MiB/sec. 2026.03.18 01:42:54.572926 [ 253 ] {a2398183-4a82-496c-bf17-a0cc6d81dec9} TCPHandler: Processed in 0.002062104 sec. 2026.03.18 01:42:54.573058 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:54.573164 [ 253 ] {b208deb2-4860-48f4-a5c3-ae977e70e486} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:42:54.573209 [ 253 ] {b208deb2-4860-48f4-a5c3-ae977e70e486} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:42:54.573622 [ 253 ] {b208deb2-4860-48f4-a5c3-ae977e70e486} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:54.573661 [ 253 ] {b208deb2-4860-48f4-a5c3-ae977e70e486} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:54.573955 [ 253 ] {b208deb2-4860-48f4-a5c3-ae977e70e486} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 01:42:54.574161 [ 253 ] {b208deb2-4860-48f4-a5c3-ae977e70e486} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:42:54.574294 [ 253 ] {b208deb2-4860-48f4-a5c3-ae977e70e486} executeQuery: Read 2 rows, 167.00 B in 0.001154 sec., 1733.1022530329287 rows/sec., 141.32 KiB/sec. 2026.03.18 01:42:54.574332 [ 253 ] {b208deb2-4860-48f4-a5c3-ae977e70e486} TCPHandler: Processed in 0.001327972 sec. 2026.03.18 01:42:54.574439 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:54.574535 [ 253 ] {1b3f5d58-ffb6-4a4d-ada7-27e047709bfa} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:42:54.574574 [ 253 ] {1b3f5d58-ffb6-4a4d-ada7-27e047709bfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:42:54.576829 [ 253 ] {1b3f5d58-ffb6-4a4d-ada7-27e047709bfa} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:54.576867 [ 253 ] {1b3f5d58-ffb6-4a4d-ada7-27e047709bfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:54.577332 [ 253 ] {1b3f5d58-ffb6-4a4d-ada7-27e047709bfa} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.18 01:42:54.577547 [ 253 ] {1b3f5d58-ffb6-4a4d-ada7-27e047709bfa} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:54.577681 [ 253 ] {1b3f5d58-ffb6-4a4d-ada7-27e047709bfa} executeQuery: Read 2710 rows, 211.44 KiB in 0.003165 sec., 856240.1263823066 rows/sec., 65.24 MiB/sec. 2026.03.18 01:42:54.577720 [ 253 ] {1b3f5d58-ffb6-4a4d-ada7-27e047709bfa} MemoryTracker: Peak memory usage (for query): 4.06 MiB. 2026.03.18 01:42:54.577734 [ 253 ] {1b3f5d58-ffb6-4a4d-ada7-27e047709bfa} TCPHandler: Processed in 0.003346006 sec. 2026.03.18 01:42:54.577857 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:54.577958 [ 253 ] {a31ed89a-1f2b-4739-aa4b-63956a3d5187} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:42:54.577999 [ 253 ] {a31ed89a-1f2b-4739-aa4b-63956a3d5187} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:42:54.578489 [ 253 ] {a31ed89a-1f2b-4739-aa4b-63956a3d5187} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:54.578525 [ 253 ] {a31ed89a-1f2b-4739-aa4b-63956a3d5187} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:54.578853 [ 253 ] {a31ed89a-1f2b-4739-aa4b-63956a3d5187} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.18 01:42:54.579073 [ 253 ] {a31ed89a-1f2b-4739-aa4b-63956a3d5187} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:42:54.579209 [ 253 ] {a31ed89a-1f2b-4739-aa4b-63956a3d5187} executeQuery: Read 169 rows, 10.56 KiB in 0.001269 sec., 133175.72892040978 rows/sec., 8.13 MiB/sec. 2026.03.18 01:42:54.579247 [ 253 ] {a31ed89a-1f2b-4739-aa4b-63956a3d5187} TCPHandler: Processed in 0.001440284 sec. 2026.03.18 01:42:54.579359 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:54.579455 [ 253 ] {5047760f-0700-44dd-8a83-8b8d31970b79} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:42:54.579495 [ 253 ] {5047760f-0700-44dd-8a83-8b8d31970b79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:42:54.580330 [ 253 ] {5047760f-0700-44dd-8a83-8b8d31970b79} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:54.580367 [ 253 ] {5047760f-0700-44dd-8a83-8b8d31970b79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:54.580723 [ 253 ] {5047760f-0700-44dd-8a83-8b8d31970b79} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.18 01:42:54.580952 [ 253 ] {5047760f-0700-44dd-8a83-8b8d31970b79} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:42:54.581087 [ 253 ] {5047760f-0700-44dd-8a83-8b8d31970b79} executeQuery: Read 857 rows, 52.15 KiB in 0.00165 sec., 519393.9393939394 rows/sec., 30.87 MiB/sec. 2026.03.18 01:42:54.581126 [ 253 ] {5047760f-0700-44dd-8a83-8b8d31970b79} TCPHandler: Processed in 0.00181595 sec. 2026.03.18 01:42:54.581249 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:54.581370 [ 253 ] {4c1e5bde-53d7-4c51-ba87-23cdb349ea61} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 01:42:54.581420 [ 253 ] {4c1e5bde-53d7-4c51-ba87-23cdb349ea61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 01:42:54.581921 [ 253 ] {4c1e5bde-53d7-4c51-ba87-23cdb349ea61} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:54.581967 [ 253 ] {4c1e5bde-53d7-4c51-ba87-23cdb349ea61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:54.582316 [ 253 ] {4c1e5bde-53d7-4c51-ba87-23cdb349ea61} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 01:42:54.582530 [ 253 ] {4c1e5bde-53d7-4c51-ba87-23cdb349ea61} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): 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.18 01:42:54.582680 [ 253 ] {4c1e5bde-53d7-4c51-ba87-23cdb349ea61} executeQuery: Read 1 rows, 72.00 B in 0.001334 sec., 749.625187406297 rows/sec., 52.71 KiB/sec. 2026.03.18 01:42:54.582720 [ 253 ] {4c1e5bde-53d7-4c51-ba87-23cdb349ea61} TCPHandler: Processed in 0.001532746 sec. 2026.03.18 01:42:54.582842 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:54.582937 [ 253 ] {8c77c2aa-b568-455b-9892-04ed293c01cf} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:42:54.582978 [ 253 ] {8c77c2aa-b568-455b-9892-04ed293c01cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:42:54.583457 [ 253 ] {8c77c2aa-b568-455b-9892-04ed293c01cf} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:54.583494 [ 253 ] {8c77c2aa-b568-455b-9892-04ed293c01cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:54.583804 [ 253 ] {8c77c2aa-b568-455b-9892-04ed293c01cf} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.18 01:42:54.584012 [ 253 ] {8c77c2aa-b568-455b-9892-04ed293c01cf} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:42:54.584144 [ 253 ] {8c77c2aa-b568-455b-9892-04ed293c01cf} executeQuery: Read 148 rows, 8.62 KiB in 0.001225 sec., 120816.32653061225 rows/sec., 6.87 MiB/sec. 2026.03.18 01:42:54.584183 [ 253 ] {8c77c2aa-b568-455b-9892-04ed293c01cf} TCPHandler: Processed in 0.001391793 sec. 2026.03.18 01:42:54.584299 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:54.584392 [ 253 ] {e5bf162c-a1a6-4f46-b5e0-b9a572da988a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:42:54.584432 [ 253 ] {e5bf162c-a1a6-4f46-b5e0-b9a572da988a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:42:54.585527 [ 253 ] {e5bf162c-a1a6-4f46-b5e0-b9a572da988a} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:54.585564 [ 253 ] {e5bf162c-a1a6-4f46-b5e0-b9a572da988a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:54.585934 [ 253 ] {e5bf162c-a1a6-4f46-b5e0-b9a572da988a} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.18 01:42:54.586147 [ 253 ] {e5bf162c-a1a6-4f46-b5e0-b9a572da988a} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:54.586283 [ 253 ] {e5bf162c-a1a6-4f46-b5e0-b9a572da988a} executeQuery: Read 1453 rows, 102.57 KiB in 0.001908 sec., 761530.3983228512 rows/sec., 52.50 MiB/sec. 2026.03.18 01:42:54.586323 [ 253 ] {e5bf162c-a1a6-4f46-b5e0-b9a572da988a} TCPHandler: Processed in 0.002074555 sec. 2026.03.18 01:42:54.586433 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:54.586528 [ 253 ] {062ae9c4-0bf5-4717-83ed-e3ebaf7aa44f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:42:54.586570 [ 253 ] {062ae9c4-0bf5-4717-83ed-e3ebaf7aa44f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:42:54.586890 [ 253 ] {062ae9c4-0bf5-4717-83ed-e3ebaf7aa44f} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:54.586926 [ 253 ] {062ae9c4-0bf5-4717-83ed-e3ebaf7aa44f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:54.587229 [ 253 ] {062ae9c4-0bf5-4717-83ed-e3ebaf7aa44f} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.18 01:42:54.587431 [ 253 ] {062ae9c4-0bf5-4717-83ed-e3ebaf7aa44f} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:42:54.587562 [ 253 ] {062ae9c4-0bf5-4717-83ed-e3ebaf7aa44f} executeQuery: Read 6 rows, 321.00 B in 0.001052 sec., 5703.42205323194 rows/sec., 297.98 KiB/sec. 2026.03.18 01:42:54.587600 [ 253 ] {062ae9c4-0bf5-4717-83ed-e3ebaf7aa44f} TCPHandler: Processed in 0.00121616 sec. 2026.03.18 01:42:54.587721 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:54.587837 [ 253 ] {4b01ae3d-62b9-442c-b5d8-74ab4575fca4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:54.587888 [ 253 ] {4b01ae3d-62b9-442c-b5d8-74ab4575fca4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:42:54.588734 [ 253 ] {4b01ae3d-62b9-442c-b5d8-74ab4575fca4} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:54.588771 [ 253 ] {4b01ae3d-62b9-442c-b5d8-74ab4575fca4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:54.589194 [ 253 ] {4b01ae3d-62b9-442c-b5d8-74ab4575fca4} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.18 01:42:54.589416 [ 253 ] {4b01ae3d-62b9-442c-b5d8-74ab4575fca4} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:54.589553 [ 253 ] {4b01ae3d-62b9-442c-b5d8-74ab4575fca4} executeQuery: Read 1419 rows, 91.46 KiB in 0.001741 sec., 815048.8225157956 rows/sec., 51.30 MiB/sec. 2026.03.18 01:42:54.589592 [ 253 ] {4b01ae3d-62b9-442c-b5d8-74ab4575fca4} TCPHandler: Processed in 0.001931082 sec. 2026.03.18 01:42:54.589702 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:54.589796 [ 253 ] {cb600e16-5671-411d-a160-886fca70d5f1} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:42:54.589838 [ 253 ] {cb600e16-5671-411d-a160-886fca70d5f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:42:54.590144 [ 253 ] {cb600e16-5671-411d-a160-886fca70d5f1} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:54.590179 [ 253 ] {cb600e16-5671-411d-a160-886fca70d5f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:54.590466 [ 253 ] {cb600e16-5671-411d-a160-886fca70d5f1} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.18 01:42:54.590669 [ 253 ] {cb600e16-5671-411d-a160-886fca70d5f1} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:42:54.590800 [ 253 ] {cb600e16-5671-411d-a160-886fca70d5f1} executeQuery: Read 1 rows, 69.00 B in 0.001022 sec., 978.4735812133073 rows/sec., 65.93 KiB/sec. 2026.03.18 01:42:54.590838 [ 253 ] {cb600e16-5671-411d-a160-886fca70d5f1} TCPHandler: Processed in 0.00118453 sec. 2026.03.18 01:42:54.590947 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:54.591041 [ 253 ] {afc663f3-8431-40cd-9d5f-680c1e05dd7b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:54.591094 [ 253 ] {afc663f3-8431-40cd-9d5f-680c1e05dd7b} 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.18 01:42:54.591903 [ 253 ] {afc663f3-8431-40cd-9d5f-680c1e05dd7b} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:54.591940 [ 253 ] {afc663f3-8431-40cd-9d5f-680c1e05dd7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:54.592477 [ 253 ] {afc663f3-8431-40cd-9d5f-680c1e05dd7b} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.18 01:42:54.592716 [ 253 ] {afc663f3-8431-40cd-9d5f-680c1e05dd7b} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:42:54.592854 [ 253 ] {afc663f3-8431-40cd-9d5f-680c1e05dd7b} executeQuery: Read 25 rows, 45.87 KiB in 0.001832 sec., 13646.288209606986 rows/sec., 24.45 MiB/sec. 2026.03.18 01:42:54.592908 [ 253 ] {afc663f3-8431-40cd-9d5f-680c1e05dd7b} TCPHandler: Processed in 0.002010504 sec. 2026.03.18 01:42:54.593032 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:54.593148 [ 253 ] {dcfe8978-b5f5-4171-942a-cff1124771a9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:42:54.593199 [ 253 ] {dcfe8978-b5f5-4171-942a-cff1124771a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:42:54.593549 [ 253 ] {dcfe8978-b5f5-4171-942a-cff1124771a9} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:54.593586 [ 253 ] {dcfe8978-b5f5-4171-942a-cff1124771a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:54.593901 [ 253 ] {dcfe8978-b5f5-4171-942a-cff1124771a9} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.18 01:42:54.594107 [ 253 ] {dcfe8978-b5f5-4171-942a-cff1124771a9} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:54.594234 [ 253 ] {dcfe8978-b5f5-4171-942a-cff1124771a9} executeQuery: Read 78 rows, 4.94 KiB in 0.001111 sec., 70207.02070207021 rows/sec., 4.34 MiB/sec. 2026.03.18 01:42:54.594271 [ 253 ] {dcfe8978-b5f5-4171-942a-cff1124771a9} TCPHandler: Processed in 0.001299692 sec. 2026.03.18 01:42:54.849347 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 1486 2026.03.18 01:42:54.852210 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:54.852273 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:54.853526 [ 242 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.18 01:42:54.853809 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:42:54.854091 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1486 2026.03.18 01:42:55.546375 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:55.546677 [ 253 ] {8b3c1247-489b-4777-9d67-9f6d4ad68bf8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:42:55.546786 [ 253 ] {8b3c1247-489b-4777-9d67-9f6d4ad68bf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:42:55.547647 [ 253 ] {8b3c1247-489b-4777-9d67-9f6d4ad68bf8} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:55.547684 [ 253 ] {8b3c1247-489b-4777-9d67-9f6d4ad68bf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:55.548072 [ 253 ] {8b3c1247-489b-4777-9d67-9f6d4ad68bf8} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.03.18 01:42:55.548299 [ 253 ] {8b3c1247-489b-4777-9d67-9f6d4ad68bf8} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:55.548462 [ 253 ] {8b3c1247-489b-4777-9d67-9f6d4ad68bf8} executeQuery: Read 56 rows, 4.41 KiB in 0.001861 sec., 30091.348737238044 rows/sec., 2.31 MiB/sec. 2026.03.18 01:42:55.548503 [ 253 ] {8b3c1247-489b-4777-9d67-9f6d4ad68bf8} TCPHandler: Processed in 0.002296348 sec. 2026.03.18 01:42:55.548631 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:55.548727 [ 253 ] {5a0e9c52-5bac-47fd-bad4-3c8a8c1b596f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:42:55.548770 [ 253 ] {5a0e9c52-5bac-47fd-bad4-3c8a8c1b596f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:42:55.549208 [ 253 ] {5a0e9c52-5bac-47fd-bad4-3c8a8c1b596f} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:55.549243 [ 253 ] {5a0e9c52-5bac-47fd-bad4-3c8a8c1b596f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:55.549558 [ 253 ] {5a0e9c52-5bac-47fd-bad4-3c8a8c1b596f} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.03.18 01:42:55.549772 [ 253 ] {5a0e9c52-5bac-47fd-bad4-3c8a8c1b596f} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:55.549907 [ 253 ] {5a0e9c52-5bac-47fd-bad4-3c8a8c1b596f} executeQuery: Read 64 rows, 5.12 KiB in 0.001198 sec., 53422.37061769616 rows/sec., 4.17 MiB/sec. 2026.03.18 01:42:55.549945 [ 253 ] {5a0e9c52-5bac-47fd-bad4-3c8a8c1b596f} TCPHandler: Processed in 0.001362993 sec. 2026.03.18 01:42:55.550073 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:55.550169 [ 253 ] {73b8730e-41bd-46f1-b39c-359d6d5d90f8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:42:55.550214 [ 253 ] {73b8730e-41bd-46f1-b39c-359d6d5d90f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:42:55.550579 [ 253 ] {73b8730e-41bd-46f1-b39c-359d6d5d90f8} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:55.550613 [ 253 ] {73b8730e-41bd-46f1-b39c-359d6d5d90f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:55.550942 [ 253 ] {73b8730e-41bd-46f1-b39c-359d6d5d90f8} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.03.18 01:42:55.551161 [ 253 ] {73b8730e-41bd-46f1-b39c-359d6d5d90f8} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:55.551296 [ 253 ] {73b8730e-41bd-46f1-b39c-359d6d5d90f8} executeQuery: Read 32 rows, 2.28 KiB in 0.001146 sec., 27923.211169284466 rows/sec., 1.94 MiB/sec. 2026.03.18 01:42:55.551336 [ 253 ] {73b8730e-41bd-46f1-b39c-359d6d5d90f8} TCPHandler: Processed in 0.001312042 sec. 2026.03.18 01:42:55.551443 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:42:55.551543 [ 253 ] {bdf7795a-c290-4ef3-ab06-9ebb9baacb58} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:42:55.551586 [ 253 ] {bdf7795a-c290-4ef3-ab06-9ebb9baacb58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:42:55.551915 [ 253 ] {bdf7795a-c290-4ef3-ab06-9ebb9baacb58} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:55.551951 [ 253 ] {bdf7795a-c290-4ef3-ab06-9ebb9baacb58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:55.552260 [ 253 ] {bdf7795a-c290-4ef3-ab06-9ebb9baacb58} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.03.18 01:42:55.552474 [ 253 ] {bdf7795a-c290-4ef3-ab06-9ebb9baacb58} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:42:55.552609 [ 253 ] {bdf7795a-c290-4ef3-ab06-9ebb9baacb58} executeQuery: Read 12 rows, 848.00 B in 0.001084 sec., 11070.110701107013 rows/sec., 763.95 KiB/sec. 2026.03.18 01:42:55.552644 [ 253 ] {bdf7795a-c290-4ef3-ab06-9ebb9baacb58} TCPHandler: Processed in 0.001250861 sec. 2026.03.18 01:42:57.261658 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22467 2026.03.18 01:42:57.262191 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:57.262229 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:57.262760 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.18 01:42:57.262998 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:42:57.263132 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22467 2026.03.18 01:42:58.498112 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2026.03.18 01:42:58.513851 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:42:58.513909 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:42:58.519870 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.18 01:42:58.520565 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:42:58.523329 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2026.03.18 01:43:00.553061 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:00.553253 [ 253 ] {cfa611cb-6a1f-4db0-8662-495f82a5b23d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:43:00.553322 [ 253 ] {cfa611cb-6a1f-4db0-8662-495f82a5b23d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:43:00.553998 [ 253 ] {cfa611cb-6a1f-4db0-8662-495f82a5b23d} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:00.554042 [ 253 ] {cfa611cb-6a1f-4db0-8662-495f82a5b23d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:43:00.554436 [ 253 ] {cfa611cb-6a1f-4db0-8662-495f82a5b23d} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.03.18 01:43:00.554657 [ 253 ] {cfa611cb-6a1f-4db0-8662-495f82a5b23d} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:00.554807 [ 253 ] {cfa611cb-6a1f-4db0-8662-495f82a5b23d} executeQuery: Read 108 rows, 9.31 KiB in 0.001602 sec., 67415.73033707865 rows/sec., 5.67 MiB/sec. 2026.03.18 01:43:00.554850 [ 253 ] {cfa611cb-6a1f-4db0-8662-495f82a5b23d} TCPHandler: Processed in 0.001932202 sec. 2026.03.18 01:43:00.554977 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:00.555074 [ 253 ] {6183a949-ec96-4f79-8678-c697ac5f3ce2} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:43:00.555114 [ 253 ] {6183a949-ec96-4f79-8678-c697ac5f3ce2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:43:00.555548 [ 253 ] {6183a949-ec96-4f79-8678-c697ac5f3ce2} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:00.555584 [ 253 ] {6183a949-ec96-4f79-8678-c697ac5f3ce2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:43:00.555883 [ 253 ] {6183a949-ec96-4f79-8678-c697ac5f3ce2} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.18 01:43:00.556135 [ 253 ] {6183a949-ec96-4f79-8678-c697ac5f3ce2} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:43:00.556286 [ 253 ] {6183a949-ec96-4f79-8678-c697ac5f3ce2} executeQuery: Read 26 rows, 1.96 KiB in 0.001231 sec., 21121.039805036555 rows/sec., 1.55 MiB/sec. 2026.03.18 01:43:00.556331 [ 253 ] {6183a949-ec96-4f79-8678-c697ac5f3ce2} TCPHandler: Processed in 0.001402824 sec. 2026.03.18 01:43:00.556462 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:00.556589 [ 253 ] {8bebdc0e-d86b-45fd-a462-6cc6be83746e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:43:00.556645 [ 253 ] {8bebdc0e-d86b-45fd-a462-6cc6be83746e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:43:00.557245 [ 253 ] {8bebdc0e-d86b-45fd-a462-6cc6be83746e} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:00.557292 [ 253 ] {8bebdc0e-d86b-45fd-a462-6cc6be83746e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:43:00.557737 [ 253 ] {8bebdc0e-d86b-45fd-a462-6cc6be83746e} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.03.18 01:43:00.558072 [ 253 ] {8bebdc0e-d86b-45fd-a462-6cc6be83746e} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:00.558221 [ 253 ] {8bebdc0e-d86b-45fd-a462-6cc6be83746e} executeQuery: Read 90 rows, 7.20 KiB in 0.001658 sec., 54282.26779252111 rows/sec., 4.24 MiB/sec. 2026.03.18 01:43:00.558261 [ 253 ] {8bebdc0e-d86b-45fd-a462-6cc6be83746e} TCPHandler: Processed in 0.001863111 sec. 2026.03.18 01:43:00.558378 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:00.558476 [ 253 ] {b46f1661-4a31-404a-8205-8ae03bc3e9e5} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:00.558519 [ 253 ] {b46f1661-4a31-404a-8205-8ae03bc3e9e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:43:00.558994 [ 253 ] {b46f1661-4a31-404a-8205-8ae03bc3e9e5} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:00.559032 [ 253 ] {b46f1661-4a31-404a-8205-8ae03bc3e9e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:43:00.559369 [ 253 ] {b46f1661-4a31-404a-8205-8ae03bc3e9e5} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.03.18 01:43:00.559583 [ 253 ] {b46f1661-4a31-404a-8205-8ae03bc3e9e5} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:00.559717 [ 253 ] {b46f1661-4a31-404a-8205-8ae03bc3e9e5} executeQuery: Read 160 rows, 11.41 KiB in 0.001261 sec., 126883.42585249803 rows/sec., 8.84 MiB/sec. 2026.03.18 01:43:00.559754 [ 253 ] {b46f1661-4a31-404a-8205-8ae03bc3e9e5} TCPHandler: Processed in 0.001426304 sec. 2026.03.18 01:43:00.559857 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:00.559951 [ 253 ] {15a5950e-a2ff-4298-be0f-77f8739e9db9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:00.560011 [ 253 ] {15a5950e-a2ff-4298-be0f-77f8739e9db9} 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.18 01:43:00.560861 [ 253 ] {15a5950e-a2ff-4298-be0f-77f8739e9db9} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:00.560900 [ 253 ] {15a5950e-a2ff-4298-be0f-77f8739e9db9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:43:00.561468 [ 253 ] {15a5950e-a2ff-4298-be0f-77f8739e9db9} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.18 01:43:00.561699 [ 253 ] {15a5950e-a2ff-4298-be0f-77f8739e9db9} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:43:00.561841 [ 253 ] {15a5950e-a2ff-4298-be0f-77f8739e9db9} executeQuery: Read 26 rows, 47.71 KiB in 0.001908 sec., 13626.834381551364 rows/sec., 24.42 MiB/sec. 2026.03.18 01:43:00.561913 [ 253 ] {15a5950e-a2ff-4298-be0f-77f8739e9db9} TCPHandler: Processed in 0.002105204 sec. 2026.03.18 01:43:00.562030 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:00.562126 [ 253 ] {24010d96-b25b-4ab5-b897-36ad251581be} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:43:00.562172 [ 253 ] {24010d96-b25b-4ab5-b897-36ad251581be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:43:00.562511 [ 253 ] {24010d96-b25b-4ab5-b897-36ad251581be} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:00.562545 [ 253 ] {24010d96-b25b-4ab5-b897-36ad251581be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:43:00.562848 [ 253 ] {24010d96-b25b-4ab5-b897-36ad251581be} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.03.18 01:43:00.563057 [ 253 ] {24010d96-b25b-4ab5-b897-36ad251581be} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:00.563184 [ 253 ] {24010d96-b25b-4ab5-b897-36ad251581be} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2026.03.18 01:43:00.563219 [ 253 ] {24010d96-b25b-4ab5-b897-36ad251581be} TCPHandler: Processed in 0.0012397 sec. 2026.03.18 01:43:04.587416 [ 97 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:43:04.587467 [ 97 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:43:04.763303 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22915 2026.03.18 01:43:04.763944 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:04.763981 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:43:04.764469 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.18 01:43:04.764698 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:43:04.764828 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22915 2026.03.18 01:43:04.854480 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1506 2026.03.18 01:43:04.856534 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:04.856581 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2026.03.18 01:43:04.857773 [ 242 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.18 01:43:04.858044 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:43:04.858296 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1506 2026.03.18 01:43:05.001783 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001389763 sec. 2026.03.18 01:43:05.515686 [ 95 ] {} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3) (MergerMutator): Selected 5 parts from all_1_30_6 to all_34_34_0 2026.03.18 01:43:05.515774 [ 95 ] {} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:05.515799 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:05.515918 [ 199 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_34_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_30_6 to all_34_34_0 into Compact with storage Full 2026.03.18 01:43:05.516067 [ 199 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_34_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:05.516103 [ 199 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part 2026.03.18 01:43:05.516169 [ 199 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part 2026.03.18 01:43:05.516213 [ 199 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part 2026.03.18 01:43:05.516255 [ 199 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part 2026.03.18 01:43:05.516294 [ 199 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part 2026.03.18 01:43:05.517032 [ 192 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_34_7} MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 4 columns (4 merged, 0 gathered) in 0.00116449 sec., 29197.33102044672 rows/sec., 1.92 MiB/sec. 2026.03.18 01:43:05.517227 [ 197 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_34_7} MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) 2026.03.18 01:43:05.517577 [ 197 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_34_7} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:05.517671 [ 197 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_34_7} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3) (MergerMutator): Merged 5 parts: [all_1_30_6, all_34_34_0] -> all_1_34_7 2026.03.18 01:43:05.517782 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. 2026.03.18 01:43:05.560665 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:05.560825 [ 253 ] {182504c4-a737-4cdc-8984-5077597b2863} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:43:05.560888 [ 253 ] {182504c4-a737-4cdc-8984-5077597b2863} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:43:05.561615 [ 253 ] {182504c4-a737-4cdc-8984-5077597b2863} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:05.561655 [ 253 ] {182504c4-a737-4cdc-8984-5077597b2863} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:05.562077 [ 253 ] {182504c4-a737-4cdc-8984-5077597b2863} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.18 01:43:05.562312 [ 253 ] {182504c4-a737-4cdc-8984-5077597b2863} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:43:05.562477 [ 253 ] {182504c4-a737-4cdc-8984-5077597b2863} executeQuery: Read 284 rows, 18.47 KiB in 0.001698 sec., 167255.59481743225 rows/sec., 10.62 MiB/sec. 2026.03.18 01:43:05.562524 [ 253 ] {182504c4-a737-4cdc-8984-5077597b2863} TCPHandler: Processed in 0.001990793 sec. 2026.03.18 01:43:05.562651 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:05.562755 [ 253 ] {7e62582e-09b6-4e7b-9ca9-43f5d4b296d9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:43:05.562799 [ 253 ] {7e62582e-09b6-4e7b-9ca9-43f5d4b296d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:43:05.563606 [ 253 ] {7e62582e-09b6-4e7b-9ca9-43f5d4b296d9} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:05.563642 [ 253 ] {7e62582e-09b6-4e7b-9ca9-43f5d4b296d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:05.564000 [ 253 ] {7e62582e-09b6-4e7b-9ca9-43f5d4b296d9} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.03.18 01:43:05.564212 [ 253 ] {7e62582e-09b6-4e7b-9ca9-43f5d4b296d9} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:05.564350 [ 253 ] {7e62582e-09b6-4e7b-9ca9-43f5d4b296d9} executeQuery: Read 825 rows, 66.29 KiB in 0.001619 sec., 509573.81099444104 rows/sec., 39.98 MiB/sec. 2026.03.18 01:43:05.564388 [ 253 ] {7e62582e-09b6-4e7b-9ca9-43f5d4b296d9} TCPHandler: Processed in 0.00179031 sec. 2026.03.18 01:43:05.564514 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:05.564640 [ 253 ] {c35f5b30-afd1-464f-80dd-46c709427e31} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:43:05.564689 [ 253 ] {c35f5b30-afd1-464f-80dd-46c709427e31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:43:05.565226 [ 253 ] {c35f5b30-afd1-464f-80dd-46c709427e31} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:05.565268 [ 253 ] {c35f5b30-afd1-464f-80dd-46c709427e31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:05.565657 [ 253 ] {c35f5b30-afd1-464f-80dd-46c709427e31} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.18 01:43:05.565882 [ 253 ] {c35f5b30-afd1-464f-80dd-46c709427e31} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:43:05.566025 [ 253 ] {c35f5b30-afd1-464f-80dd-46c709427e31} executeQuery: Read 156 rows, 9.59 KiB in 0.001412 sec., 110481.58640226629 rows/sec., 6.64 MiB/sec. 2026.03.18 01:43:05.566064 [ 253 ] {c35f5b30-afd1-464f-80dd-46c709427e31} TCPHandler: Processed in 0.001612287 sec. 2026.03.18 01:43:05.566177 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:05.566274 [ 253 ] {c2151e6a-252c-4839-be91-0aa1fc9d8c5b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:43:05.566315 [ 253 ] {c2151e6a-252c-4839-be91-0aa1fc9d8c5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:43:05.566747 [ 253 ] {c2151e6a-252c-4839-be91-0aa1fc9d8c5b} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:05.566781 [ 253 ] {c2151e6a-252c-4839-be91-0aa1fc9d8c5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:05.567088 [ 253 ] {c2151e6a-252c-4839-be91-0aa1fc9d8c5b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.18 01:43:05.567301 [ 253 ] {c2151e6a-252c-4839-be91-0aa1fc9d8c5b} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:43:05.567430 [ 253 ] {c2151e6a-252c-4839-be91-0aa1fc9d8c5b} executeQuery: Read 149 rows, 9.86 KiB in 0.001175 sec., 126808.51063829787 rows/sec., 8.19 MiB/sec. 2026.03.18 01:43:05.567466 [ 253 ] {c2151e6a-252c-4839-be91-0aa1fc9d8c5b} TCPHandler: Processed in 0.001338382 sec. 2026.03.18 01:43:05.567579 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:05.567674 [ 253 ] {393e0717-18b1-43e9-a0cd-5014345af039} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:43:05.567713 [ 253 ] {393e0717-18b1-43e9-a0cd-5014345af039} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:43:05.568147 [ 253 ] {393e0717-18b1-43e9-a0cd-5014345af039} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:05.568183 [ 253 ] {393e0717-18b1-43e9-a0cd-5014345af039} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:05.568488 [ 253 ] {393e0717-18b1-43e9-a0cd-5014345af039} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.18 01:43:05.568697 [ 253 ] {393e0717-18b1-43e9-a0cd-5014345af039} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:43:05.568826 [ 253 ] {393e0717-18b1-43e9-a0cd-5014345af039} executeQuery: Read 148 rows, 8.62 KiB in 0.001168 sec., 126712.32876712328 rows/sec., 7.21 MiB/sec. 2026.03.18 01:43:05.568863 [ 253 ] {393e0717-18b1-43e9-a0cd-5014345af039} TCPHandler: Processed in 0.001335002 sec. 2026.03.18 01:43:05.568976 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:05.569069 [ 253 ] {cd2fe66e-4fde-4764-9060-f23b2bff31ed} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:43:05.569109 [ 253 ] {cd2fe66e-4fde-4764-9060-f23b2bff31ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:43:05.569697 [ 253 ] {cd2fe66e-4fde-4764-9060-f23b2bff31ed} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:05.569733 [ 253 ] {cd2fe66e-4fde-4764-9060-f23b2bff31ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:05.570051 [ 253 ] {cd2fe66e-4fde-4764-9060-f23b2bff31ed} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.03.18 01:43:05.570268 [ 253 ] {cd2fe66e-4fde-4764-9060-f23b2bff31ed} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:05.570400 [ 253 ] {cd2fe66e-4fde-4764-9060-f23b2bff31ed} executeQuery: Read 504 rows, 36.30 KiB in 0.001349 sec., 373610.0815418829 rows/sec., 26.28 MiB/sec. 2026.03.18 01:43:05.570436 [ 253 ] {cd2fe66e-4fde-4764-9060-f23b2bff31ed} TCPHandler: Processed in 0.001509925 sec. 2026.03.18 01:43:05.570607 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:05.570719 [ 253 ] {71b93184-235e-4498-9a44-7564d08f41b2} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:43:05.570767 [ 253 ] {71b93184-235e-4498-9a44-7564d08f41b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:43:05.571170 [ 253 ] {71b93184-235e-4498-9a44-7564d08f41b2} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:05.571213 [ 253 ] {71b93184-235e-4498-9a44-7564d08f41b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:05.571580 [ 253 ] {71b93184-235e-4498-9a44-7564d08f41b2} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.18 01:43:05.571799 [ 253 ] {71b93184-235e-4498-9a44-7564d08f41b2} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:43:05.571915 [ 96 ] {} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 2026.03.18 01:43:05.571934 [ 253 ] {71b93184-235e-4498-9a44-7564d08f41b2} executeQuery: Read 6 rows, 321.00 B in 0.00124 sec., 4838.709677419355 rows/sec., 252.80 KiB/sec. 2026.03.18 01:43:05.571963 [ 96 ] {} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:05.571979 [ 253 ] {71b93184-235e-4498-9a44-7564d08f41b2} TCPHandler: Processed in 0.001422874 sec. 2026.03.18 01:43:05.571988 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:05.572066 [ 199 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::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.18 01:43:05.572098 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:05.572156 [ 199 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:05.572186 [ 199 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 180 rows starting from the beginning of the part 2026.03.18 01:43:05.572199 [ 253 ] {15b5a3ab-698e-49c7-bde6-265c8e9b234d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:05.572231 [ 199 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part 2026.03.18 01:43:05.572245 [ 253 ] {15b5a3ab-698e-49c7-bde6-265c8e9b234d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:43:05.572274 [ 199 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part 2026.03.18 01:43:05.572313 [ 199 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part 2026.03.18 01:43:05.572344 [ 199 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part 2026.03.18 01:43:05.572377 [ 199 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part 2026.03.18 01:43:05.572665 [ 253 ] {15b5a3ab-698e-49c7-bde6-265c8e9b234d} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:05.572705 [ 253 ] {15b5a3ab-698e-49c7-bde6-265c8e9b234d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:05.573044 [ 253 ] {15b5a3ab-698e-49c7-bde6-265c8e9b234d} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.03.18 01:43:05.573083 [ 197 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 4 columns (4 merged, 0 gathered) in 0.001046167 sec., 200732.77019825706 rows/sec., 10.24 MiB/sec. 2026.03.18 01:43:05.573220 [ 199 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2026.03.18 01:43:05.573303 [ 253 ] {15b5a3ab-698e-49c7-bde6-265c8e9b234d} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:05.573437 [ 96 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 2026.03.18 01:43:05.573451 [ 253 ] {15b5a3ab-698e-49c7-bde6-265c8e9b234d} executeQuery: Read 265 rows, 18.03 KiB in 0.001271 sec., 208497.24626278522 rows/sec., 13.85 MiB/sec. 2026.03.18 01:43:05.573474 [ 96 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:05.573498 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:05.573499 [ 253 ] {15b5a3ab-698e-49c7-bde6-265c8e9b234d} TCPHandler: Processed in 0.001449874 sec. 2026.03.18 01:43:05.573504 [ 199 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_35_7} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:43:05.573599 [ 199 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_35_7} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 2026.03.18 01:43:05.573602 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_80_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full 2026.03.18 01:43:05.573655 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:05.573667 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.03.18 01:43:05.573754 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_80_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:05.573777 [ 253 ] {370e7bb7-beef-4f39-b11d-11bac68debe8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:43:05.573795 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_80_16} MergeTreeSequentialSource: Reading 5 marks from part all_1_75_15, total 26734 rows starting from the beginning of the part 2026.03.18 01:43:05.573833 [ 253 ] {370e7bb7-beef-4f39-b11d-11bac68debe8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:43:05.573865 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part 2026.03.18 01:43:05.573916 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1419 rows starting from the beginning of the part 2026.03.18 01:43:05.573958 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 32 rows starting from the beginning of the part 2026.03.18 01:43:05.574000 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part 2026.03.18 01:43:05.574047 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 265 rows starting from the beginning of the part 2026.03.18 01:43:05.574220 [ 253 ] {370e7bb7-beef-4f39-b11d-11bac68debe8} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:05.574269 [ 253 ] {370e7bb7-beef-4f39-b11d-11bac68debe8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:05.574663 [ 253 ] {370e7bb7-beef-4f39-b11d-11bac68debe8} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.18 01:43:05.574872 [ 253 ] {370e7bb7-beef-4f39-b11d-11bac68debe8} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:43:05.575005 [ 253 ] {370e7bb7-beef-4f39-b11d-11bac68debe8} executeQuery: Read 1 rows, 69.00 B in 0.001252 sec., 798.7220447284344 rows/sec., 53.82 KiB/sec. 2026.03.18 01:43:05.575041 [ 253 ] {370e7bb7-beef-4f39-b11d-11bac68debe8} TCPHandler: Processed in 0.001446564 sec. 2026.03.18 01:43:05.575156 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:05.575249 [ 253 ] {1365a7e1-d03c-4de1-acb2-4c841b8867e2} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:05.575302 [ 253 ] {1365a7e1-d03c-4de1-acb2-4c841b8867e2} 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.18 01:43:05.576074 [ 253 ] {1365a7e1-d03c-4de1-acb2-4c841b8867e2} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:05.576110 [ 253 ] {1365a7e1-d03c-4de1-acb2-4c841b8867e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:05.576649 [ 253 ] {1365a7e1-d03c-4de1-acb2-4c841b8867e2} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.18 01:43:05.576870 [ 253 ] {1365a7e1-d03c-4de1-acb2-4c841b8867e2} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:43:05.577015 [ 253 ] {1365a7e1-d03c-4de1-acb2-4c841b8867e2} executeQuery: Read 14 rows, 25.69 KiB in 0.001784 sec., 7847.533632286995 rows/sec., 14.06 MiB/sec. 2026.03.18 01:43:05.577068 [ 253 ] {1365a7e1-d03c-4de1-acb2-4c841b8867e2} TCPHandler: Processed in 0.001961503 sec. 2026.03.18 01:43:05.577187 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:05.577282 [ 253 ] {85475d6f-cb9f-48cd-8f88-57c9e6aad564} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:43:05.577323 [ 253 ] {85475d6f-cb9f-48cd-8f88-57c9e6aad564} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:43:05.577654 [ 253 ] {85475d6f-cb9f-48cd-8f88-57c9e6aad564} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:05.577690 [ 253 ] {85475d6f-cb9f-48cd-8f88-57c9e6aad564} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:05.578138 [ 253 ] {85475d6f-cb9f-48cd-8f88-57c9e6aad564} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.03.18 01:43:05.578359 [ 253 ] {85475d6f-cb9f-48cd-8f88-57c9e6aad564} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:05.578487 [ 253 ] {85475d6f-cb9f-48cd-8f88-57c9e6aad564} executeQuery: Read 90 rows, 5.77 KiB in 0.001223 sec., 73589.53393295176 rows/sec., 4.60 MiB/sec. 2026.03.18 01:43:05.578522 [ 253 ] {85475d6f-cb9f-48cd-8f88-57c9e6aad564} TCPHandler: Processed in 0.001383883 sec. 2026.03.18 01:43:05.581552 [ 202 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_80_16} MergeTask::MergeProjectionsStage: Merge sorted 28770 rows, containing 5 columns (5 merged, 0 gathered) in 0.008000193 sec., 3596163.2425617734 rows/sec., 234.45 MiB/sec. 2026.03.18 01:43:05.582096 [ 202 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_80_16} MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) 2026.03.18 01:43:05.582416 [ 202 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_80_16} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:05.582500 [ 202 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_80_16} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 2026.03.18 01:43:05.582593 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.03.18 01:43:06.000198 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 320.86 MiB, peak 333.25 MiB, free memory in arenas 0.00 B, will set to 322.13 MiB (RSS), difference: 1.26 MiB 2026.03.18 01:43:06.023465 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2026.03.18 01:43:06.040436 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:06.040492 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:06.046692 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.18 01:43:06.047387 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:43:06.050406 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2026.03.18 01:43:06.530026 [ 93 ] {} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.03.18 01:43:06.530112 [ 93 ] {} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:06.530139 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:06.530280 [ 197 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2026.03.18 01:43:06.530446 [ 197 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:06.530484 [ 197 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part 2026.03.18 01:43:06.530572 [ 197 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2026.03.18 01:43:06.530625 [ 197 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part 2026.03.18 01:43:06.530677 [ 197 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part 2026.03.18 01:43:06.530723 [ 197 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part 2026.03.18 01:43:06.531566 [ 195 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001347832 sec., 28193.42469981422 rows/sec., 2.35 MiB/sec. 2026.03.18 01:43:06.531790 [ 189 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.03.18 01:43:06.532169 [ 189 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_17_4} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:06.532264 [ 189 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_17_4} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.03.18 01:43:06.532374 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.18 01:43:10.553627 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:10.553838 [ 253 ] {b2bf3251-f048-40e4-ba8d-c24ed69af870} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:43:10.553918 [ 253 ] {b2bf3251-f048-40e4-ba8d-c24ed69af870} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:43:10.554523 [ 253 ] {b2bf3251-f048-40e4-ba8d-c24ed69af870} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:10.554558 [ 253 ] {b2bf3251-f048-40e4-ba8d-c24ed69af870} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:10.554934 [ 253 ] {b2bf3251-f048-40e4-ba8d-c24ed69af870} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 01:43:10.555158 [ 253 ] {b2bf3251-f048-40e4-ba8d-c24ed69af870} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:43:10.555310 [ 253 ] {b2bf3251-f048-40e4-ba8d-c24ed69af870} executeQuery: Read 2 rows, 167.00 B in 0.001529 sec., 1308.0444735120993 rows/sec., 106.66 KiB/sec. 2026.03.18 01:43:10.555352 [ 253 ] {b2bf3251-f048-40e4-ba8d-c24ed69af870} TCPHandler: Processed in 0.001855561 sec. 2026.03.18 01:43:10.555470 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:10.555564 [ 253 ] {dbcf6c8d-e1fb-4266-a43e-7c6ec078296b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:43:10.555602 [ 253 ] {dbcf6c8d-e1fb-4266-a43e-7c6ec078296b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:43:10.556039 [ 253 ] {dbcf6c8d-e1fb-4266-a43e-7c6ec078296b} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:10.556074 [ 253 ] {dbcf6c8d-e1fb-4266-a43e-7c6ec078296b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:10.556380 [ 253 ] {dbcf6c8d-e1fb-4266-a43e-7c6ec078296b} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.03.18 01:43:10.556590 [ 253 ] {dbcf6c8d-e1fb-4266-a43e-7c6ec078296b} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:10.556697 [ 87 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.03.18 01:43:10.556720 [ 253 ] {dbcf6c8d-e1fb-4266-a43e-7c6ec078296b} executeQuery: Read 109 rows, 9.38 KiB in 0.001174 sec., 92844.97444633732 rows/sec., 7.80 MiB/sec. 2026.03.18 01:43:10.556734 [ 87 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:10.556755 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:10.556757 [ 253 ] {dbcf6c8d-e1fb-4266-a43e-7c6ec078296b} TCPHandler: Processed in 0.001336132 sec. 2026.03.18 01:43:10.556870 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:10.556904 [ 197 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.03.18 01:43:10.556964 [ 253 ] {26f17493-3591-4841-853d-0417214b9a80} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:43:10.557012 [ 253 ] {26f17493-3591-4841-853d-0417214b9a80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:43:10.557128 [ 197 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:10.557189 [ 197 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2770 rows starting from the beginning of the part 2026.03.18 01:43:10.557297 [ 197 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 2710 rows starting from the beginning of the part 2026.03.18 01:43:10.557377 [ 197 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part 2026.03.18 01:43:10.557408 [ 253 ] {26f17493-3591-4841-853d-0417214b9a80} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:10.557449 [ 253 ] {26f17493-3591-4841-853d-0417214b9a80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:10.557452 [ 197 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 108 rows starting from the beginning of the part 2026.03.18 01:43:10.557529 [ 197 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 825 rows starting from the beginning of the part 2026.03.18 01:43:10.557598 [ 197 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 109 rows starting from the beginning of the part 2026.03.18 01:43:10.557768 [ 253 ] {26f17493-3591-4841-853d-0417214b9a80} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.18 01:43:10.558053 [ 253 ] {26f17493-3591-4841-853d-0417214b9a80} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:43:10.558163 [ 87 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.18 01:43:10.558189 [ 87 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:10.558195 [ 253 ] {26f17493-3591-4841-853d-0417214b9a80} executeQuery: Read 28 rows, 2.09 KiB in 0.001248 sec., 22435.897435897437 rows/sec., 1.64 MiB/sec. 2026.03.18 01:43:10.558206 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:10.558231 [ 253 ] {26f17493-3591-4841-853d-0417214b9a80} TCPHandler: Processed in 0.001410724 sec. 2026.03.18 01:43:10.558279 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::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.18 01:43:10.558332 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:10.558362 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:10.558390 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 211 rows starting from the beginning of the part 2026.03.18 01:43:10.558425 [ 253 ] {9b579a58-7a0d-4431-a390-a4950fbcb631} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:43:10.558450 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 26 rows starting from the beginning of the part 2026.03.18 01:43:10.558465 [ 253 ] {9b579a58-7a0d-4431-a390-a4950fbcb631} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:43:10.558494 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 169 rows starting from the beginning of the part 2026.03.18 01:43:10.558534 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 26 rows starting from the beginning of the part 2026.03.18 01:43:10.558578 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 156 rows starting from the beginning of the part 2026.03.18 01:43:10.558616 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 28 rows starting from the beginning of the part 2026.03.18 01:43:10.558886 [ 253 ] {9b579a58-7a0d-4431-a390-a4950fbcb631} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:10.558920 [ 253 ] {9b579a58-7a0d-4431-a390-a4950fbcb631} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:10.559258 [ 253 ] {9b579a58-7a0d-4431-a390-a4950fbcb631} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.03.18 01:43:10.559465 [ 253 ] {9b579a58-7a0d-4431-a390-a4950fbcb631} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:10.559561 [ 200 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 616 rows, containing 5 columns (5 merged, 0 gathered) in 0.001310591 sec., 470016.96181341086 rows/sec., 31.45 MiB/sec. 2026.03.18 01:43:10.559591 [ 253 ] {9b579a58-7a0d-4431-a390-a4950fbcb631} executeQuery: Read 92 rows, 7.36 KiB in 0.001184 sec., 77702.7027027027 rows/sec., 6.07 MiB/sec. 2026.03.18 01:43:10.559569 [ 87 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.03.18 01:43:10.559640 [ 87 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:10.559642 [ 253 ] {9b579a58-7a0d-4431-a390-a4950fbcb631} TCPHandler: Processed in 0.001358773 sec. 2026.03.18 01:43:10.559657 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:10.559753 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:10.559765 [ 208 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.03.18 01:43:10.559782 [ 187 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.18 01:43:10.559849 [ 253 ] {6e11c0ab-bb82-4839-9462-099b05d7ead5} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:10.559896 [ 253 ] {6e11c0ab-bb82-4839-9462-099b05d7ead5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:43:10.559907 [ 208 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:10.559947 [ 208 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1513 rows starting from the beginning of the part 2026.03.18 01:43:10.560015 [ 208 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1453 rows starting from the beginning of the part 2026.03.18 01:43:10.560066 [ 208 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part 2026.03.18 01:43:10.560111 [ 208 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 90 rows starting from the beginning of the part 2026.03.18 01:43:10.560125 [ 187 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_66_13} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:43:10.560132 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 6578 rows, containing 5 columns (5 merged, 0 gathered) in 0.003315255 sec., 1984161.0977134488 rows/sec., 160.08 MiB/sec. 2026.03.18 01:43:10.560162 [ 208 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 504 rows starting from the beginning of the part 2026.03.18 01:43:10.560214 [ 187 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_66_13} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.18 01:43:10.560218 [ 208 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 92 rows starting from the beginning of the part 2026.03.18 01:43:10.560313 [ 253 ] {6e11c0ab-bb82-4839-9462-099b05d7ead5} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:10.560335 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.18 01:43:10.560357 [ 253 ] {6e11c0ab-bb82-4839-9462-099b05d7ead5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:10.560512 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.03.18 01:43:10.560742 [ 253 ] {6e11c0ab-bb82-4839-9462-099b05d7ead5} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.03.18 01:43:10.560862 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_81_16} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:10.560975 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_81_16} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.03.18 01:43:10.561017 [ 253 ] {6e11c0ab-bb82-4839-9462-099b05d7ead5} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:10.561092 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB. 2026.03.18 01:43:10.561159 [ 253 ] {6e11c0ab-bb82-4839-9462-099b05d7ead5} executeQuery: Read 161 rows, 11.48 KiB in 0.00133 sec., 121052.63157894737 rows/sec., 8.43 MiB/sec. 2026.03.18 01:43:10.561201 [ 253 ] {6e11c0ab-bb82-4839-9462-099b05d7ead5} TCPHandler: Processed in 0.001498055 sec. 2026.03.18 01:43:10.561304 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:10.561398 [ 253 ] {cbd41434-cecf-459f-b5c3-da32cdea7047} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:10.561536 [ 253 ] {cbd41434-cecf-459f-b5c3-da32cdea7047} 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.18 01:43:10.561634 [ 197 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3716 rows, containing 5 columns (5 merged, 0 gathered) in 0.001917152 sec., 1938291.7995025953 rows/sec., 142.86 MiB/sec. 2026.03.18 01:43:10.561844 [ 200 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.03.18 01:43:10.562076 [ 200 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_81_16} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:10.562143 [ 200 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_81_16} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.03.18 01:43:10.562217 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.03.18 01:43:10.562342 [ 253 ] {cbd41434-cecf-459f-b5c3-da32cdea7047} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:10.562384 [ 253 ] {cbd41434-cecf-459f-b5c3-da32cdea7047} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:10.562938 [ 253 ] {cbd41434-cecf-459f-b5c3-da32cdea7047} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.18 01:43:10.563178 [ 253 ] {cbd41434-cecf-459f-b5c3-da32cdea7047} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:43:10.563284 [ 87 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.18 01:43:10.563312 [ 87 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:10.563315 [ 253 ] {cbd41434-cecf-459f-b5c3-da32cdea7047} executeQuery: Read 26 rows, 47.71 KiB in 0.001935 sec., 13436.692506459947 rows/sec., 24.08 MiB/sec. 2026.03.18 01:43:10.563331 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:10.563372 [ 253 ] {cbd41434-cecf-459f-b5c3-da32cdea7047} TCPHandler: Processed in 0.002115555 sec. 2026.03.18 01:43:10.563404 [ 193 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::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.18 01:43:10.563477 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:10.563572 [ 253 ] {c500f29d-29c7-4c0c-a0e9-d3d7d4347eb5} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:43:10.563584 [ 193 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:10.563614 [ 253 ] {c500f29d-29c7-4c0c-a0e9-d3d7d4347eb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:43:10.563633 [ 193 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1226 rows starting from the beginning of the part 2026.03.18 01:43:10.563742 [ 193 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 26 rows starting from the beginning of the part 2026.03.18 01:43:10.563841 [ 193 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 25 rows starting from the beginning of the part 2026.03.18 01:43:10.563935 [ 193 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 26 rows starting from the beginning of the part 2026.03.18 01:43:10.563938 [ 253 ] {c500f29d-29c7-4c0c-a0e9-d3d7d4347eb5} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:10.563976 [ 253 ] {c500f29d-29c7-4c0c-a0e9-d3d7d4347eb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:10.564027 [ 193 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part 2026.03.18 01:43:10.564118 [ 193 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 26 rows starting from the beginning of the part 2026.03.18 01:43:10.564281 [ 253 ] {c500f29d-29c7-4c0c-a0e9-d3d7d4347eb5} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.03.18 01:43:10.564486 [ 253 ] {c500f29d-29c7-4c0c-a0e9-d3d7d4347eb5} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:10.564580 [ 87 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.03.18 01:43:10.564602 [ 87 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:10.564613 [ 253 ] {c500f29d-29c7-4c0c-a0e9-d3d7d4347eb5} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2026.03.18 01:43:10.564618 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:10.564649 [ 253 ] {c500f29d-29c7-4c0c-a0e9-d3d7d4347eb5} TCPHandler: Processed in 0.00122066 sec. 2026.03.18 01:43:10.564698 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.03.18 01:43:10.564802 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:10.564834 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4914 rows starting from the beginning of the part 2026.03.18 01:43:10.564886 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 78 rows starting from the beginning of the part 2026.03.18 01:43:10.564929 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 12 rows starting from the beginning of the part 2026.03.18 01:43:10.564968 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part 2026.03.18 01:43:10.565005 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 90 rows starting from the beginning of the part 2026.03.18 01:43:10.565044 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part 2026.03.18 01:43:10.566700 [ 198 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 5214 rows, containing 4 columns (4 merged, 0 gathered) in 0.002037264 sec., 2559314.8457931816 rows/sec., 165.03 MiB/sec. 2026.03.18 01:43:10.567000 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.03.18 01:43:10.567246 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_81_16} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:10.567321 [ 197 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_81_16} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.03.18 01:43:10.567391 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2026.03.18 01:43:10.569288 [ 197 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1343 rows, containing 19 columns (19 merged, 0 gathered) in 0.005914658 sec., 227063.00178302787 rows/sec., 406.89 MiB/sec. 2026.03.18 01:43:10.570559 [ 198 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.18 01:43:10.570860 [ 198 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_66_13} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:43:10.570923 [ 198 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_66_13} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.18 01:43:10.571000 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.44 MiB. 2026.03.18 01:43:12.265001 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23427 2026.03.18 01:43:12.265823 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:12.265886 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:12.266404 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.18 01:43:12.266630 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:43:12.266756 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23427 2026.03.18 01:43:13.550531 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2026.03.18 01:43:13.566948 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:13.567002 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:13.573005 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.18 01:43:13.573714 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:43:13.576511 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2026.03.18 01:43:14.858503 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1542 2026.03.18 01:43:14.860939 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:14.860984 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:14.862192 [ 242 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.18 01:43:14.862471 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:43:14.862616 [ 84 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.18 01:43:14.862681 [ 84 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:14.862706 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:14.862733 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1542 2026.03.18 01:43:14.862830 [ 194 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::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.18 01:43:14.863464 [ 194 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:14.863623 [ 194 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1372 rows starting from the beginning of the part 2026.03.18 01:43:14.864023 [ 194 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part 2026.03.18 01:43:14.864368 [ 194 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part 2026.03.18 01:43:14.864686 [ 194 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::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.18 01:43:14.864986 [ 194 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 20 rows starting from the beginning of the part 2026.03.18 01:43:14.865362 [ 194 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part 2026.03.18 01:43:14.872320 [ 197 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1542 rows, containing 72 columns (72 merged, 0 gathered) in 0.009542338 sec., 161595.61734241652 rows/sec., 125.58 MiB/sec. 2026.03.18 01:43:14.874326 [ 201 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.18 01:43:14.874975 [ 201 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_36_7} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:43:14.875060 [ 201 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_36_7} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.18 01:43:14.875436 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. 2026.03.18 01:43:15.560779 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:15.561077 [ 253 ] {91630b88-35e3-4dc2-bbd5-3cde57507e66} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:43:15.561146 [ 253 ] {91630b88-35e3-4dc2-bbd5-3cde57507e66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:43:15.561904 [ 253 ] {91630b88-35e3-4dc2-bbd5-3cde57507e66} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:15.561954 [ 253 ] {91630b88-35e3-4dc2-bbd5-3cde57507e66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:15.562362 [ 253 ] {91630b88-35e3-4dc2-bbd5-3cde57507e66} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.18 01:43:15.562593 [ 253 ] {91630b88-35e3-4dc2-bbd5-3cde57507e66} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:43:15.562759 [ 253 ] {91630b88-35e3-4dc2-bbd5-3cde57507e66} executeQuery: Read 284 rows, 18.47 KiB in 0.001753 sec., 162007.98630918426 rows/sec., 10.29 MiB/sec. 2026.03.18 01:43:15.562810 [ 253 ] {91630b88-35e3-4dc2-bbd5-3cde57507e66} TCPHandler: Processed in 0.002215547 sec. 2026.03.18 01:43:15.562936 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:15.563040 [ 253 ] {71c6459d-d14f-42a9-a21e-7a78448713e6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:43:15.563084 [ 253 ] {71c6459d-d14f-42a9-a21e-7a78448713e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:43:15.563895 [ 253 ] {71c6459d-d14f-42a9-a21e-7a78448713e6} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:15.563933 [ 253 ] {71c6459d-d14f-42a9-a21e-7a78448713e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:15.564299 [ 253 ] {71c6459d-d14f-42a9-a21e-7a78448713e6} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.03.18 01:43:15.564514 [ 253 ] {71c6459d-d14f-42a9-a21e-7a78448713e6} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:15.564650 [ 253 ] {71c6459d-d14f-42a9-a21e-7a78448713e6} executeQuery: Read 825 rows, 66.29 KiB in 0.001632 sec., 505514.70588235295 rows/sec., 39.67 MiB/sec. 2026.03.18 01:43:15.564689 [ 253 ] {71c6459d-d14f-42a9-a21e-7a78448713e6} TCPHandler: Processed in 0.00180453 sec. 2026.03.18 01:43:15.564800 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:15.564897 [ 253 ] {d0a66c17-a748-4ea6-986d-6d4af3fee576} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:43:15.564938 [ 253 ] {d0a66c17-a748-4ea6-986d-6d4af3fee576} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:43:15.565382 [ 253 ] {d0a66c17-a748-4ea6-986d-6d4af3fee576} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:15.565418 [ 253 ] {d0a66c17-a748-4ea6-986d-6d4af3fee576} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:15.565719 [ 253 ] {d0a66c17-a748-4ea6-986d-6d4af3fee576} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.18 01:43:15.565923 [ 253 ] {d0a66c17-a748-4ea6-986d-6d4af3fee576} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:43:15.566051 [ 253 ] {d0a66c17-a748-4ea6-986d-6d4af3fee576} executeQuery: Read 156 rows, 9.59 KiB in 0.001174 sec., 132879.04599659285 rows/sec., 7.98 MiB/sec. 2026.03.18 01:43:15.566089 [ 253 ] {d0a66c17-a748-4ea6-986d-6d4af3fee576} TCPHandler: Processed in 0.001338602 sec. 2026.03.18 01:43:15.566202 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:15.566298 [ 253 ] {7c666d47-19e3-4009-a88c-c777dfeaca3f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:43:15.566338 [ 253 ] {7c666d47-19e3-4009-a88c-c777dfeaca3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:43:15.566764 [ 253 ] {7c666d47-19e3-4009-a88c-c777dfeaca3f} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:15.566800 [ 253 ] {7c666d47-19e3-4009-a88c-c777dfeaca3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:15.567097 [ 253 ] {7c666d47-19e3-4009-a88c-c777dfeaca3f} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.18 01:43:15.567301 [ 253 ] {7c666d47-19e3-4009-a88c-c777dfeaca3f} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:43:15.567408 [ 84 ] {} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.18 01:43:15.567427 [ 253 ] {7c666d47-19e3-4009-a88c-c777dfeaca3f} executeQuery: Read 149 rows, 9.86 KiB in 0.001147 sec., 129904.09764603313 rows/sec., 8.39 MiB/sec. 2026.03.18 01:43:15.567474 [ 84 ] {} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:15.567484 [ 253 ] {7c666d47-19e3-4009-a88c-c777dfeaca3f} TCPHandler: Processed in 0.001331152 sec. 2026.03.18 01:43:15.567503 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:15.567603 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::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.18 01:43:15.567605 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:15.567705 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:15.567719 [ 253 ] {4f699633-0750-4e30-ae27-03bfeca45bb7} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:43:15.567737 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 857 rows starting from the beginning of the part 2026.03.18 01:43:15.567759 [ 253 ] {4f699633-0750-4e30-ae27-03bfeca45bb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:43:15.567802 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 149 rows starting from the beginning of the part 2026.03.18 01:43:15.567856 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 149 rows starting from the beginning of the part 2026.03.18 01:43:15.567903 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 857 rows starting from the beginning of the part 2026.03.18 01:43:15.567947 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 149 rows starting from the beginning of the part 2026.03.18 01:43:15.567989 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 149 rows starting from the beginning of the part 2026.03.18 01:43:15.568201 [ 253 ] {4f699633-0750-4e30-ae27-03bfeca45bb7} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:15.568236 [ 253 ] {4f699633-0750-4e30-ae27-03bfeca45bb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:15.568535 [ 253 ] {4f699633-0750-4e30-ae27-03bfeca45bb7} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.18 01:43:15.568745 [ 253 ] {4f699633-0750-4e30-ae27-03bfeca45bb7} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:43:15.568874 [ 253 ] {4f699633-0750-4e30-ae27-03bfeca45bb7} executeQuery: Read 148 rows, 8.62 KiB in 0.001173 sec., 126172.20801364024 rows/sec., 7.18 MiB/sec. 2026.03.18 01:43:15.568912 [ 253 ] {4f699633-0750-4e30-ae27-03bfeca45bb7} TCPHandler: Processed in 0.001356213 sec. 2026.03.18 01:43:15.568979 [ 201 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2310 rows, containing 5 columns (5 merged, 0 gathered) in 0.001413543 sec., 1634191.5314921443 rows/sec., 105.53 MiB/sec. 2026.03.18 01:43:15.569024 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:15.569122 [ 253 ] {1cd4886c-6dff-4c80-ba8f-fca30ce98e66} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:43:15.569166 [ 253 ] {1cd4886c-6dff-4c80-ba8f-fca30ce98e66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:43:15.569229 [ 197 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.18 01:43:15.569577 [ 197 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_36_7} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:43:15.569671 [ 197 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_36_7} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.18 01:43:15.569747 [ 253 ] {1cd4886c-6dff-4c80-ba8f-fca30ce98e66} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:15.569787 [ 253 ] {1cd4886c-6dff-4c80-ba8f-fca30ce98e66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:15.569795 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.03.18 01:43:15.570121 [ 253 ] {1cd4886c-6dff-4c80-ba8f-fca30ce98e66} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.03.18 01:43:15.570344 [ 253 ] {1cd4886c-6dff-4c80-ba8f-fca30ce98e66} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:15.570476 [ 253 ] {1cd4886c-6dff-4c80-ba8f-fca30ce98e66} executeQuery: Read 504 rows, 36.30 KiB in 0.001372 sec., 367346.93877551024 rows/sec., 25.84 MiB/sec. 2026.03.18 01:43:15.570515 [ 253 ] {1cd4886c-6dff-4c80-ba8f-fca30ce98e66} TCPHandler: Processed in 0.001540326 sec. 2026.03.18 01:43:15.570628 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:15.570722 [ 253 ] {c2c39560-dee3-4ea7-bd5b-857fbcf51786} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:43:15.570764 [ 253 ] {c2c39560-dee3-4ea7-bd5b-857fbcf51786} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:43:15.571093 [ 253 ] {c2c39560-dee3-4ea7-bd5b-857fbcf51786} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:15.571128 [ 253 ] {c2c39560-dee3-4ea7-bd5b-857fbcf51786} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:15.571430 [ 253 ] {c2c39560-dee3-4ea7-bd5b-857fbcf51786} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.18 01:43:15.571632 [ 253 ] {c2c39560-dee3-4ea7-bd5b-857fbcf51786} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:43:15.571758 [ 253 ] {c2c39560-dee3-4ea7-bd5b-857fbcf51786} executeQuery: Read 6 rows, 321.00 B in 0.001054 sec., 5692.599620493358 rows/sec., 297.42 KiB/sec. 2026.03.18 01:43:15.571795 [ 253 ] {c2c39560-dee3-4ea7-bd5b-857fbcf51786} TCPHandler: Processed in 0.00121583 sec. 2026.03.18 01:43:15.571909 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:15.572012 [ 253 ] {f59a6b0d-1e51-44e2-ab55-04c8e2687fef} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:15.572065 [ 253 ] {f59a6b0d-1e51-44e2-ab55-04c8e2687fef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:43:15.572560 [ 253 ] {f59a6b0d-1e51-44e2-ab55-04c8e2687fef} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:15.572603 [ 253 ] {f59a6b0d-1e51-44e2-ab55-04c8e2687fef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:15.573020 [ 253 ] {f59a6b0d-1e51-44e2-ab55-04c8e2687fef} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.03.18 01:43:15.573242 [ 253 ] {f59a6b0d-1e51-44e2-ab55-04c8e2687fef} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:15.573373 [ 253 ] {f59a6b0d-1e51-44e2-ab55-04c8e2687fef} executeQuery: Read 265 rows, 18.03 KiB in 0.001382 sec., 191751.08538350218 rows/sec., 12.74 MiB/sec. 2026.03.18 01:43:15.573410 [ 253 ] {f59a6b0d-1e51-44e2-ab55-04c8e2687fef} TCPHandler: Processed in 0.001551256 sec. 2026.03.18 01:43:15.573523 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:15.573618 [ 253 ] {272113e4-e7a1-411d-94dc-2ad7339f99d3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:43:15.573660 [ 253 ] {272113e4-e7a1-411d-94dc-2ad7339f99d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:43:15.573976 [ 253 ] {272113e4-e7a1-411d-94dc-2ad7339f99d3} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:15.574011 [ 253 ] {272113e4-e7a1-411d-94dc-2ad7339f99d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:15.574314 [ 253 ] {272113e4-e7a1-411d-94dc-2ad7339f99d3} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.18 01:43:15.574523 [ 253 ] {272113e4-e7a1-411d-94dc-2ad7339f99d3} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:43:15.574651 [ 253 ] {272113e4-e7a1-411d-94dc-2ad7339f99d3} executeQuery: Read 1 rows, 69.00 B in 0.001051 sec., 951.4747859181731 rows/sec., 64.11 KiB/sec. 2026.03.18 01:43:15.574687 [ 253 ] {272113e4-e7a1-411d-94dc-2ad7339f99d3} TCPHandler: Processed in 0.00121378 sec. 2026.03.18 01:43:15.574800 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:15.574899 [ 253 ] {9f7b0d5a-c280-473c-b51c-865bbf6b4b86} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:15.574954 [ 253 ] {9f7b0d5a-c280-473c-b51c-865bbf6b4b86} 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.18 01:43:15.575849 [ 253 ] {9f7b0d5a-c280-473c-b51c-865bbf6b4b86} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:15.575894 [ 253 ] {9f7b0d5a-c280-473c-b51c-865bbf6b4b86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:15.576424 [ 253 ] {9f7b0d5a-c280-473c-b51c-865bbf6b4b86} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.18 01:43:15.576650 [ 253 ] {9f7b0d5a-c280-473c-b51c-865bbf6b4b86} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:43:15.576787 [ 253 ] {9f7b0d5a-c280-473c-b51c-865bbf6b4b86} executeQuery: Read 14 rows, 25.69 KiB in 0.001908 sec., 7337.526205450734 rows/sec., 13.15 MiB/sec. 2026.03.18 01:43:15.576842 [ 253 ] {9f7b0d5a-c280-473c-b51c-865bbf6b4b86} TCPHandler: Processed in 0.002091385 sec. 2026.03.18 01:43:15.576956 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:15.577049 [ 253 ] {6e09b3cb-4b6f-4207-9aa2-946f13469bc0} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:43:15.577090 [ 253 ] {6e09b3cb-4b6f-4207-9aa2-946f13469bc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:43:15.577441 [ 253 ] {6e09b3cb-4b6f-4207-9aa2-946f13469bc0} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:15.577476 [ 253 ] {6e09b3cb-4b6f-4207-9aa2-946f13469bc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:15.577778 [ 253 ] {6e09b3cb-4b6f-4207-9aa2-946f13469bc0} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.03.18 01:43:15.577974 [ 253 ] {6e09b3cb-4b6f-4207-9aa2-946f13469bc0} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:15.578099 [ 253 ] {6e09b3cb-4b6f-4207-9aa2-946f13469bc0} executeQuery: Read 90 rows, 5.77 KiB in 0.001068 sec., 84269.66292134832 rows/sec., 5.27 MiB/sec. 2026.03.18 01:43:15.578137 [ 253 ] {6e09b3cb-4b6f-4207-9aa2-946f13469bc0} TCPHandler: Processed in 0.001230141 sec. 2026.03.18 01:43:19.428728 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44248 2026.03.18 01:43:19.428845 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:19.428872 [ 297 ] {} TCP-Session: 74a0731b-bc22-48ff-b951-73b7e11e502c Authenticating user 'default' from [fd00:1122:3344:101::e]:44248 2026.03.18 01:43:19.428895 [ 297 ] {} TCP-Session: 74a0731b-bc22-48ff-b951-73b7e11e502c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.428908 [ 297 ] {} TCP-Session: 74a0731b-bc22-48ff-b951-73b7e11e502c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.429120 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46898 2026.03.18 01:43:19.429134 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55643 2026.03.18 01:43:19.429132 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45930 2026.03.18 01:43:19.429216 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58393 2026.03.18 01:43:19.429235 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64632 2026.03.18 01:43:19.429246 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:19.429263 [ 297 ] {} TCP-Session: 74a0731b-bc22-48ff-b951-73b7e11e502c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:19.429298 [ 298 ] {} TCP-Session: 533673d4-6a55-41a1-ae04-17c4c231ffc2 Authenticating user 'default' from [fd00:1122:3344:101::e]:46898 2026.03.18 01:43:19.429306 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:19.429320 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:19.429335 [ 298 ] {} TCP-Session: 533673d4-6a55-41a1-ae04-17c4c231ffc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.429344 [ 294 ] {} TCP-Session: 432c1d6a-81a6-4418-a7b3-54653d78bdb5 Authenticating user 'default' from [fd00:1122:3344:101::e]:58393 2026.03.18 01:43:19.429366 [ 298 ] {} TCP-Session: 533673d4-6a55-41a1-ae04-17c4c231ffc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.429366 [ 299 ] {} TCP-Session: afaece2c-4c8e-42d6-9652-628ca9c070e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:45930 2026.03.18 01:43:19.429391 [ 294 ] {} TCP-Session: 432c1d6a-81a6-4418-a7b3-54653d78bdb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.429244 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56592 2026.03.18 01:43:19.429427 [ 299 ] {} TCP-Session: afaece2c-4c8e-42d6-9652-628ca9c070e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.429452 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:19.429471 [ 299 ] {} TCP-Session: afaece2c-4c8e-42d6-9652-628ca9c070e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.429478 [ 297 ] {6868bcd8-0ad4-4cf8-aea1-0ef24a2c8656} executeQuery: (from [fd00:1122:3344:101::e]:44248) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:43:19.429491 [ 296 ] {} TCP-Session: f54187a9-f83b-41e0-bac0-31f04271a214 Authenticating user 'default' from [fd00:1122:3344:101::e]:64632 2026.03.18 01:43:19.429437 [ 294 ] {} TCP-Session: 432c1d6a-81a6-4418-a7b3-54653d78bdb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.429527 [ 296 ] {} TCP-Session: f54187a9-f83b-41e0-bac0-31f04271a214 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.429246 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:19.429553 [ 296 ] {} TCP-Session: f54187a9-f83b-41e0-bac0-31f04271a214 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.429584 [ 3 ] {} TCP-Session: be13fab5-bcda-438f-9c79-e2ba4cb80999 Authenticating user 'default' from [fd00:1122:3344:101::e]:55643 2026.03.18 01:43:19.429140 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46348 2026.03.18 01:43:19.429613 [ 3 ] {} TCP-Session: be13fab5-bcda-438f-9c79-e2ba4cb80999 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.429200 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55491 2026.03.18 01:43:19.429653 [ 3 ] {} TCP-Session: be13fab5-bcda-438f-9c79-e2ba4cb80999 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.429734 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:19.429771 [ 295 ] {} TCP-Session: 5fd1379b-4111-44cc-8866-04f52d635191 Authenticating user 'default' from [fd00:1122:3344:101::e]:56592 2026.03.18 01:43:19.429780 [ 297 ] {6868bcd8-0ad4-4cf8-aea1-0ef24a2c8656} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:43:19.429795 [ 295 ] {} TCP-Session: 5fd1379b-4111-44cc-8866-04f52d635191 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.429825 [ 295 ] {} TCP-Session: 5fd1379b-4111-44cc-8866-04f52d635191 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.429857 [ 297 ] {6868bcd8-0ad4-4cf8-aea1-0ef24a2c8656} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:43:19.430106 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:19.430138 [ 292 ] {} TCP-Session: 10b0d391-13a6-424e-926a-5d56176e52b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:46348 2026.03.18 01:43:19.430155 [ 292 ] {} TCP-Session: 10b0d391-13a6-424e-926a-5d56176e52b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.430169 [ 292 ] {} TCP-Session: 10b0d391-13a6-424e-926a-5d56176e52b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.430168 [ 297 ] {6868bcd8-0ad4-4cf8-aea1-0ef24a2c8656} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:43:19.430221 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:19.430254 [ 293 ] {} TCP-Session: 8ac84633-8fa9-4daf-ba71-33a1e5dec533 Authenticating user 'default' from [fd00:1122:3344:101::e]:55491 2026.03.18 01:43:19.430269 [ 293 ] {} TCP-Session: 8ac84633-8fa9-4daf-ba71-33a1e5dec533 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.430281 [ 293 ] {} TCP-Session: 8ac84633-8fa9-4daf-ba71-33a1e5dec533 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.431134 [ 310 ] {6868bcd8-0ad4-4cf8-aea1-0ef24a2c8656} AggregatingTransform: Aggregating 2026.03.18 01:43:19.431195 [ 310 ] {6868bcd8-0ad4-4cf8-aea1-0ef24a2c8656} Aggregator: Aggregation method: without_key 2026.03.18 01:43:19.431235 [ 310 ] {6868bcd8-0ad4-4cf8-aea1-0ef24a2c8656} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000950016 sec. (1052.614 rows/sec., 41.12 KiB/sec.) 2026.03.18 01:43:19.431252 [ 310 ] {6868bcd8-0ad4-4cf8-aea1-0ef24a2c8656} Aggregator: Merging aggregated data 2026.03.18 01:43:19.432518 [ 297 ] {6868bcd8-0ad4-4cf8-aea1-0ef24a2c8656} executeQuery: Read 1 rows, 40.00 B in 0.003109 sec., 321.646831778707 rows/sec., 12.56 KiB/sec. 2026.03.18 01:43:19.432686 [ 297 ] {6868bcd8-0ad4-4cf8-aea1-0ef24a2c8656} TCPHandler: Processed in 0.003557449 sec. 2026.03.18 01:43:19.432803 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:19.432833 [ 297 ] {} TCP-Session: 74a0731b-bc22-48ff-b951-73b7e11e502c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.432839 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:19.432859 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:19.432879 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:19.432884 [ 298 ] {} TCP-Session: 533673d4-6a55-41a1-ae04-17c4c231ffc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.432899 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:19.432919 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:19.432936 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:19.432957 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:19.432968 [ 299 ] {} TCP-Session: afaece2c-4c8e-42d6-9652-628ca9c070e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.432977 [ 296 ] {} TCP-Session: f54187a9-f83b-41e0-bac0-31f04271a214 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.432990 [ 293 ] {} TCP-Session: 8ac84633-8fa9-4daf-ba71-33a1e5dec533 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.432949 [ 294 ] {} TCP-Session: 432c1d6a-81a6-4418-a7b3-54653d78bdb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.432999 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:19.432923 [ 292 ] {} TCP-Session: 10b0d391-13a6-424e-926a-5d56176e52b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.432903 [ 3 ] {} TCP-Session: be13fab5-bcda-438f-9c79-e2ba4cb80999 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.433064 [ 295 ] {} TCP-Session: 5fd1379b-4111-44cc-8866-04f52d635191 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.499156 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50953 2026.03.18 01:43:19.499221 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:19.499241 [ 293 ] {} TCP-Session: 9e46251f-5f18-477b-871e-1d6592442d4c Authenticating user 'default' from [fd00:1122:3344:101::e]:50953 2026.03.18 01:43:19.499256 [ 293 ] {} TCP-Session: 9e46251f-5f18-477b-871e-1d6592442d4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.499268 [ 293 ] {} TCP-Session: 9e46251f-5f18-477b-871e-1d6592442d4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.499445 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63577 2026.03.18 01:43:19.499462 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62286 2026.03.18 01:43:19.499492 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55191 2026.03.18 01:43:19.499509 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37247 2026.03.18 01:43:19.499541 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:19.499551 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:19.499578 [ 293 ] {} TCP-Session: 9e46251f-5f18-477b-871e-1d6592442d4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:19.499582 [ 294 ] {} TCP-Session: 450904e6-d20a-4fa7-9b43-507a817a26a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:63577 2026.03.18 01:43:19.499597 [ 296 ] {} TCP-Session: c5502f71-189f-410f-af74-a0e1abe06838 Authenticating user 'default' from [fd00:1122:3344:101::e]:62286 2026.03.18 01:43:19.499604 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:19.499639 [ 294 ] {} TCP-Session: 450904e6-d20a-4fa7-9b43-507a817a26a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.499642 [ 296 ] {} TCP-Session: c5502f71-189f-410f-af74-a0e1abe06838 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.499656 [ 299 ] {} TCP-Session: 316f7db8-1d75-4533-b780-e3d1de58ab9a Authenticating user 'default' from [fd00:1122:3344:101::e]:37247 2026.03.18 01:43:19.499664 [ 294 ] {} TCP-Session: 450904e6-d20a-4fa7-9b43-507a817a26a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.499676 [ 296 ] {} TCP-Session: c5502f71-189f-410f-af74-a0e1abe06838 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.499689 [ 299 ] {} TCP-Session: 316f7db8-1d75-4533-b780-e3d1de58ab9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.499522 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45069 2026.03.18 01:43:19.499737 [ 293 ] {c36b185f-352a-49f0-a5e3-10091ef20b20} executeQuery: (from [fd00:1122:3344:101::e]:50953) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:43:19.499723 [ 299 ] {} TCP-Session: 316f7db8-1d75-4533-b780-e3d1de58ab9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.499502 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56225 2026.03.18 01:43:19.499805 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:19.499460 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57328 2026.03.18 01:43:19.499865 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:19.499851 [ 3 ] {} TCP-Session: 6ac6a57c-fe56-417f-abc1-32cf8f03abde Authenticating user 'default' from [fd00:1122:3344:101::e]:45069 2026.03.18 01:43:19.499901 [ 298 ] {} TCP-Session: 08eae316-f695-4b90-9989-36d6dd78c532 Authenticating user 'default' from [fd00:1122:3344:101::e]:56225 2026.03.18 01:43:19.499529 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49669 2026.03.18 01:43:19.499935 [ 298 ] {} TCP-Session: 08eae316-f695-4b90-9989-36d6dd78c532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.499943 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:19.499973 [ 298 ] {} TCP-Session: 08eae316-f695-4b90-9989-36d6dd78c532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.499917 [ 3 ] {} TCP-Session: 6ac6a57c-fe56-417f-abc1-32cf8f03abde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.499997 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:19.500009 [ 293 ] {c36b185f-352a-49f0-a5e3-10091ef20b20} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:43:19.500015 [ 3 ] {} TCP-Session: 6ac6a57c-fe56-417f-abc1-32cf8f03abde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.500041 [ 292 ] {} TCP-Session: 35ab183f-d2dd-417f-b777-f8b4938526e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:49669 2026.03.18 01:43:19.499997 [ 295 ] {} TCP-Session: d80604a3-1d26-4c21-b488-0b554cf9a541 Authenticating user 'default' from [fd00:1122:3344:101::e]:57328 2026.03.18 01:43:19.500091 [ 292 ] {} TCP-Session: 35ab183f-d2dd-417f-b777-f8b4938526e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.500092 [ 293 ] {c36b185f-352a-49f0-a5e3-10091ef20b20} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:43:19.500116 [ 295 ] {} TCP-Session: d80604a3-1d26-4c21-b488-0b554cf9a541 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.500121 [ 292 ] {} TCP-Session: 35ab183f-d2dd-417f-b777-f8b4938526e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.500146 [ 295 ] {} TCP-Session: d80604a3-1d26-4c21-b488-0b554cf9a541 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.499584 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:19.500203 [ 297 ] {} TCP-Session: a8469b9a-d346-4775-934e-fec4b088b58b Authenticating user 'default' from [fd00:1122:3344:101::e]:55191 2026.03.18 01:43:19.500220 [ 297 ] {} TCP-Session: a8469b9a-d346-4775-934e-fec4b088b58b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.500232 [ 297 ] {} TCP-Session: a8469b9a-d346-4775-934e-fec4b088b58b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.500442 [ 293 ] {c36b185f-352a-49f0-a5e3-10091ef20b20} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:43:19.501300 [ 347 ] {c36b185f-352a-49f0-a5e3-10091ef20b20} AggregatingTransform: Aggregating 2026.03.18 01:43:19.501337 [ 347 ] {c36b185f-352a-49f0-a5e3-10091ef20b20} Aggregator: Aggregation method: without_key 2026.03.18 01:43:19.501369 [ 347 ] {c36b185f-352a-49f0-a5e3-10091ef20b20} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000824393 sec. (1213.014 rows/sec., 47.38 KiB/sec.) 2026.03.18 01:43:19.501387 [ 347 ] {c36b185f-352a-49f0-a5e3-10091ef20b20} Aggregator: Merging aggregated data 2026.03.18 01:43:19.502705 [ 293 ] {c36b185f-352a-49f0-a5e3-10091ef20b20} executeQuery: Read 1 rows, 40.00 B in 0.003023 sec., 330.797221303341 rows/sec., 12.92 KiB/sec. 2026.03.18 01:43:19.502862 [ 293 ] {c36b185f-352a-49f0-a5e3-10091ef20b20} TCPHandler: Processed in 0.003410416 sec. 2026.03.18 01:43:19.502974 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:19.503003 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:19.503008 [ 293 ] {} TCP-Session: 9e46251f-5f18-477b-871e-1d6592442d4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.503025 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:19.503041 [ 294 ] {} TCP-Session: 450904e6-d20a-4fa7-9b43-507a817a26a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.503049 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:19.503062 [ 296 ] {} TCP-Session: c5502f71-189f-410f-af74-a0e1abe06838 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.503085 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:19.503107 [ 295 ] {} TCP-Session: d80604a3-1d26-4c21-b488-0b554cf9a541 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.503125 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:19.503138 [ 298 ] {} TCP-Session: 08eae316-f695-4b90-9989-36d6dd78c532 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.503148 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:19.503170 [ 299 ] {} TCP-Session: 316f7db8-1d75-4533-b780-e3d1de58ab9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.503194 [ 3 ] {} TCP-Session: 6ac6a57c-fe56-417f-abc1-32cf8f03abde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.503106 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:19.503066 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:19.503253 [ 297 ] {} TCP-Session: a8469b9a-d346-4775-934e-fec4b088b58b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.503265 [ 292 ] {} TCP-Session: 35ab183f-d2dd-417f-b777-f8b4938526e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:19.587715 [ 75 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:43:19.587769 [ 75 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:43:19.766871 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23875 2026.03.18 01:43:19.767376 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:19.767427 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:19.767969 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.18 01:43:19.768231 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:43:19.768389 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23875 2026.03.18 01:43:20.554062 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:20.554281 [ 253 ] {c7f7bee1-f20a-4636-85f4-8e4447be5bcf} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:43:20.554346 [ 253 ] {c7f7bee1-f20a-4636-85f4-8e4447be5bcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:43:20.555044 [ 253 ] {c7f7bee1-f20a-4636-85f4-8e4447be5bcf} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:20.555095 [ 253 ] {c7f7bee1-f20a-4636-85f4-8e4447be5bcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:20.555520 [ 253 ] {c7f7bee1-f20a-4636-85f4-8e4447be5bcf} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.03.18 01:43:20.555760 [ 253 ] {c7f7bee1-f20a-4636-85f4-8e4447be5bcf} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:20.555918 [ 253 ] {c7f7bee1-f20a-4636-85f4-8e4447be5bcf} executeQuery: Read 108 rows, 9.31 KiB in 0.001686 sec., 64056.93950177936 rows/sec., 5.39 MiB/sec. 2026.03.18 01:43:20.555961 [ 253 ] {c7f7bee1-f20a-4636-85f4-8e4447be5bcf} TCPHandler: Processed in 0.002033874 sec. 2026.03.18 01:43:20.556098 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:20.556198 [ 253 ] {a255a12b-e5d0-45bc-a05d-debc303d97b3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:43:20.556240 [ 253 ] {a255a12b-e5d0-45bc-a05d-debc303d97b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:43:20.556656 [ 253 ] {a255a12b-e5d0-45bc-a05d-debc303d97b3} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:20.556693 [ 253 ] {a255a12b-e5d0-45bc-a05d-debc303d97b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:20.557006 [ 253 ] {a255a12b-e5d0-45bc-a05d-debc303d97b3} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.18 01:43:20.557234 [ 253 ] {a255a12b-e5d0-45bc-a05d-debc303d97b3} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:43:20.557370 [ 253 ] {a255a12b-e5d0-45bc-a05d-debc303d97b3} executeQuery: Read 26 rows, 1.96 KiB in 0.001195 sec., 21757.322175732217 rows/sec., 1.60 MiB/sec. 2026.03.18 01:43:20.557408 [ 253 ] {a255a12b-e5d0-45bc-a05d-debc303d97b3} TCPHandler: Processed in 0.001360033 sec. 2026.03.18 01:43:20.557533 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:20.557661 [ 253 ] {ac7dc845-9d3e-4b8f-b691-faa4df2ff5db} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:43:20.557710 [ 253 ] {ac7dc845-9d3e-4b8f-b691-faa4df2ff5db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:43:20.558231 [ 253 ] {ac7dc845-9d3e-4b8f-b691-faa4df2ff5db} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:20.558268 [ 253 ] {ac7dc845-9d3e-4b8f-b691-faa4df2ff5db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:20.558595 [ 253 ] {ac7dc845-9d3e-4b8f-b691-faa4df2ff5db} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.03.18 01:43:20.558810 [ 253 ] {ac7dc845-9d3e-4b8f-b691-faa4df2ff5db} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:20.558946 [ 253 ] {ac7dc845-9d3e-4b8f-b691-faa4df2ff5db} executeQuery: Read 90 rows, 7.20 KiB in 0.001311 sec., 68649.88558352402 rows/sec., 5.36 MiB/sec. 2026.03.18 01:43:20.558987 [ 253 ] {ac7dc845-9d3e-4b8f-b691-faa4df2ff5db} TCPHandler: Processed in 0.001515385 sec. 2026.03.18 01:43:20.559103 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:20.559200 [ 253 ] {7ad89152-dfdb-4099-8a9d-d17beaf92091} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:20.559243 [ 253 ] {7ad89152-dfdb-4099-8a9d-d17beaf92091} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:43:20.559669 [ 253 ] {7ad89152-dfdb-4099-8a9d-d17beaf92091} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:20.559705 [ 253 ] {7ad89152-dfdb-4099-8a9d-d17beaf92091} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:20.560040 [ 253 ] {7ad89152-dfdb-4099-8a9d-d17beaf92091} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.03.18 01:43:20.560261 [ 253 ] {7ad89152-dfdb-4099-8a9d-d17beaf92091} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:20.560393 [ 253 ] {7ad89152-dfdb-4099-8a9d-d17beaf92091} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2026.03.18 01:43:20.560431 [ 253 ] {7ad89152-dfdb-4099-8a9d-d17beaf92091} TCPHandler: Processed in 0.001378293 sec. 2026.03.18 01:43:20.560546 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:20.560642 [ 253 ] {48127ef2-8add-4798-8805-3ceb99c3e2e5} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:20.560696 [ 253 ] {48127ef2-8add-4798-8805-3ceb99c3e2e5} 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.18 01:43:20.561522 [ 253 ] {48127ef2-8add-4798-8805-3ceb99c3e2e5} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:20.561560 [ 253 ] {48127ef2-8add-4798-8805-3ceb99c3e2e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:20.562090 [ 253 ] {48127ef2-8add-4798-8805-3ceb99c3e2e5} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.18 01:43:20.562338 [ 253 ] {48127ef2-8add-4798-8805-3ceb99c3e2e5} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:43:20.562478 [ 253 ] {48127ef2-8add-4798-8805-3ceb99c3e2e5} executeQuery: Read 26 rows, 47.71 KiB in 0.001855 sec., 14016.172506738543 rows/sec., 25.12 MiB/sec. 2026.03.18 01:43:20.562534 [ 253 ] {48127ef2-8add-4798-8805-3ceb99c3e2e5} TCPHandler: Processed in 0.002037434 sec. 2026.03.18 01:43:20.562657 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:20.562753 [ 253 ] {f4579e2f-4854-43c0-aadf-334197e37ab7} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:43:20.562796 [ 253 ] {f4579e2f-4854-43c0-aadf-334197e37ab7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:43:20.563146 [ 253 ] {f4579e2f-4854-43c0-aadf-334197e37ab7} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:20.563184 [ 253 ] {f4579e2f-4854-43c0-aadf-334197e37ab7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:20.563497 [ 253 ] {f4579e2f-4854-43c0-aadf-334197e37ab7} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.03.18 01:43:20.563714 [ 253 ] {f4579e2f-4854-43c0-aadf-334197e37ab7} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:20.563847 [ 253 ] {f4579e2f-4854-43c0-aadf-334197e37ab7} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2026.03.18 01:43:20.563884 [ 253 ] {f4579e2f-4854-43c0-aadf-334197e37ab7} TCPHandler: Processed in 0.001276351 sec. 2026.03.18 01:43:21.076608 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2026.03.18 01:43:21.094694 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:21.094761 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:21.101984 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.18 01:43:21.102750 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:43:21.106713 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2026.03.18 01:43:21.147725 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46874 2026.03.18 01:43:21.147809 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:21.147835 [ 293 ] {} TCP-Session: ce43ad53-238e-4459-9220-ffe1d1448505 Authenticating user 'default' from [fd00:1122:3344:101::e]:46874 2026.03.18 01:43:21.147855 [ 293 ] {} TCP-Session: ce43ad53-238e-4459-9220-ffe1d1448505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.147869 [ 293 ] {} TCP-Session: ce43ad53-238e-4459-9220-ffe1d1448505 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.148090 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48012 2026.03.18 01:43:21.148100 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52320 2026.03.18 01:43:21.148133 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32993 2026.03.18 01:43:21.148148 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44658 2026.03.18 01:43:21.148153 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55785 2026.03.18 01:43:21.148227 [ 293 ] {} TCP-Session: ce43ad53-238e-4459-9220-ffe1d1448505 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:21.148251 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:21.148214 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:21.148294 [ 3 ] {} TCP-Session: c2721a59-55a9-4d22-ba8f-a781d3a76fec Authenticating user 'default' from [fd00:1122:3344:101::e]:44658 2026.03.18 01:43:21.148126 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62836 2026.03.18 01:43:21.148320 [ 3 ] {} TCP-Session: c2721a59-55a9-4d22-ba8f-a781d3a76fec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.148324 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:21.148349 [ 3 ] {} TCP-Session: c2721a59-55a9-4d22-ba8f-a781d3a76fec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.148310 [ 294 ] {} TCP-Session: b0609e07-118c-443c-9de2-e19e4dc16aed Authenticating user 'default' from [fd00:1122:3344:101::e]:48012 2026.03.18 01:43:21.148378 [ 292 ] {} TCP-Session: 528e2f9a-f737-4329-97a5-a3cfa40e2a9b Authenticating user 'default' from [fd00:1122:3344:101::e]:55785 2026.03.18 01:43:21.148396 [ 294 ] {} TCP-Session: b0609e07-118c-443c-9de2-e19e4dc16aed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.148391 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:21.148419 [ 294 ] {} TCP-Session: b0609e07-118c-443c-9de2-e19e4dc16aed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.148419 [ 292 ] {} TCP-Session: 528e2f9a-f737-4329-97a5-a3cfa40e2a9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.148439 [ 298 ] {} TCP-Session: 0ac6972d-a638-4907-9a0f-34aeba19a029 Authenticating user 'default' from [fd00:1122:3344:101::e]:62836 2026.03.18 01:43:21.148457 [ 292 ] {} TCP-Session: 528e2f9a-f737-4329-97a5-a3cfa40e2a9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.148475 [ 298 ] {} TCP-Session: 0ac6972d-a638-4907-9a0f-34aeba19a029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.148395 [ 293 ] {37411658-640d-4167-8881-322b06e44425} executeQuery: (from [fd00:1122:3344:101::e]:46874) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:43:21.148505 [ 298 ] {} TCP-Session: 0ac6972d-a638-4907-9a0f-34aeba19a029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.148117 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62440 2026.03.18 01:43:21.148101 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59443 2026.03.18 01:43:21.148220 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:21.148620 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:21.148641 [ 299 ] {} TCP-Session: d65b4f3d-82be-48bb-ba09-2b776ec2df23 Authenticating user 'default' from [fd00:1122:3344:101::e]:32993 2026.03.18 01:43:21.148655 [ 297 ] {} TCP-Session: 8128baa8-de4c-4711-90ee-463beaf2f564 Authenticating user 'default' from [fd00:1122:3344:101::e]:62440 2026.03.18 01:43:21.148669 [ 299 ] {} TCP-Session: d65b4f3d-82be-48bb-ba09-2b776ec2df23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.148686 [ 297 ] {} TCP-Session: 8128baa8-de4c-4711-90ee-463beaf2f564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.148686 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:21.148692 [ 299 ] {} TCP-Session: d65b4f3d-82be-48bb-ba09-2b776ec2df23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.148706 [ 297 ] {} TCP-Session: 8128baa8-de4c-4711-90ee-463beaf2f564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.148732 [ 295 ] {} TCP-Session: 6e7f2f3d-185c-485a-bb18-b989374687e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:59443 2026.03.18 01:43:21.148739 [ 293 ] {37411658-640d-4167-8881-322b06e44425} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:43:21.148770 [ 295 ] {} TCP-Session: 6e7f2f3d-185c-485a-bb18-b989374687e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.148214 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:43:21.148797 [ 295 ] {} TCP-Session: 6e7f2f3d-185c-485a-bb18-b989374687e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.148811 [ 293 ] {37411658-640d-4167-8881-322b06e44425} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:43:21.148832 [ 296 ] {} TCP-Session: 1fb28b57-1373-4bcf-a9ff-2a24187f0dd4 Authenticating user 'default' from [fd00:1122:3344:101::e]:52320 2026.03.18 01:43:21.148861 [ 296 ] {} TCP-Session: 1fb28b57-1373-4bcf-a9ff-2a24187f0dd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.148875 [ 296 ] {} TCP-Session: 1fb28b57-1373-4bcf-a9ff-2a24187f0dd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.149100 [ 293 ] {37411658-640d-4167-8881-322b06e44425} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:43:21.150010 [ 315 ] {37411658-640d-4167-8881-322b06e44425} AggregatingTransform: Aggregating 2026.03.18 01:43:21.150061 [ 315 ] {37411658-640d-4167-8881-322b06e44425} Aggregator: Aggregation method: without_key 2026.03.18 01:43:21.150094 [ 315 ] {37411658-640d-4167-8881-322b06e44425} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000898485 sec. (1112.985 rows/sec., 43.48 KiB/sec.) 2026.03.18 01:43:21.150112 [ 315 ] {37411658-640d-4167-8881-322b06e44425} Aggregator: Merging aggregated data 2026.03.18 01:43:21.151428 [ 293 ] {37411658-640d-4167-8881-322b06e44425} executeQuery: Read 1 rows, 40.00 B in 0.003079 sec., 324.78077297823967 rows/sec., 12.69 KiB/sec. 2026.03.18 01:43:21.151588 [ 293 ] {37411658-640d-4167-8881-322b06e44425} TCPHandler: Processed in 0.003468707 sec. 2026.03.18 01:43:21.151682 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:21.151728 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:21.151743 [ 293 ] {} TCP-Session: ce43ad53-238e-4459-9220-ffe1d1448505 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.151749 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:21.151770 [ 298 ] {} TCP-Session: 0ac6972d-a638-4907-9a0f-34aeba19a029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.151764 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:21.151800 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:21.151825 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:21.151834 [ 297 ] {} TCP-Session: 8128baa8-de4c-4711-90ee-463beaf2f564 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.151844 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:21.151863 [ 299 ] {} TCP-Session: d65b4f3d-82be-48bb-ba09-2b776ec2df23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.151796 [ 294 ] {} TCP-Session: b0609e07-118c-443c-9de2-e19e4dc16aed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.151892 [ 3 ] {} TCP-Session: c2721a59-55a9-4d22-ba8f-a781d3a76fec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.151786 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:21.151706 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:43:21.151976 [ 295 ] {} TCP-Session: 6e7f2f3d-185c-485a-bb18-b989374687e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.151856 [ 296 ] {} TCP-Session: 1fb28b57-1373-4bcf-a9ff-2a24187f0dd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:21.152000 [ 292 ] {} TCP-Session: 528e2f9a-f737-4329-97a5-a3cfa40e2a9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:43:24.566856 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:24.567033 [ 253 ] {36c299ba-3671-4cf4-bbc6-0fc071ac6f9d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:43:24.567097 [ 253 ] {36c299ba-3671-4cf4-bbc6-0fc071ac6f9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:43:24.567847 [ 253 ] {36c299ba-3671-4cf4-bbc6-0fc071ac6f9d} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:24.567887 [ 253 ] {36c299ba-3671-4cf4-bbc6-0fc071ac6f9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:24.568275 [ 253 ] {36c299ba-3671-4cf4-bbc6-0fc071ac6f9d} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.18 01:43:24.568524 [ 253 ] {36c299ba-3671-4cf4-bbc6-0fc071ac6f9d} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:43:24.568662 [ 71 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 2026.03.18 01:43:24.568699 [ 253 ] {36c299ba-3671-4cf4-bbc6-0fc071ac6f9d} executeQuery: Read 284 rows, 18.47 KiB in 0.001711 sec., 165984.80420806544 rows/sec., 10.54 MiB/sec. 2026.03.18 01:43:24.568705 [ 71 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:24.568738 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:24.568749 [ 253 ] {36c299ba-3671-4cf4-bbc6-0fc071ac6f9d} TCPHandler: Processed in 0.002033154 sec. 2026.03.18 01:43:24.568849 [ 198 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_37_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full 2026.03.18 01:43:24.568915 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:24.568941 [ 198 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_37_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:24.568971 [ 198 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 284 rows starting from the beginning of the part 2026.03.18 01:43:24.569014 [ 253 ] {f7a07efe-7469-4092-8715-ab56ee6c4597} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:43:24.569029 [ 198 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 284 rows starting from the beginning of the part 2026.03.18 01:43:24.569059 [ 253 ] {f7a07efe-7469-4092-8715-ab56ee6c4597} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:43:24.569075 [ 198 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 284 rows starting from the beginning of the part 2026.03.18 01:43:24.569121 [ 198 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 284 rows starting from the beginning of the part 2026.03.18 01:43:24.569160 [ 198 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 284 rows starting from the beginning of the part 2026.03.18 01:43:24.569491 [ 253 ] {f7a07efe-7469-4092-8715-ab56ee6c4597} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:24.569527 [ 253 ] {f7a07efe-7469-4092-8715-ab56ee6c4597} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:24.569846 [ 253 ] {f7a07efe-7469-4092-8715-ab56ee6c4597} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 01:43:24.569992 [ 197 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_37_9} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.00118799 sec., 1195296.2567024974 rows/sec., 80.48 MiB/sec. 2026.03.18 01:43:24.570063 [ 253 ] {f7a07efe-7469-4092-8715-ab56ee6c4597} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:43:24.570193 [ 192 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_37_9} MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) 2026.03.18 01:43:24.570206 [ 253 ] {f7a07efe-7469-4092-8715-ab56ee6c4597} executeQuery: Read 14 rows, 1.14 KiB in 0.001211 sec., 11560.693641618496 rows/sec., 942.69 KiB/sec. 2026.03.18 01:43:24.570257 [ 253 ] {f7a07efe-7469-4092-8715-ab56ee6c4597} TCPHandler: Processed in 0.001403513 sec. 2026.03.18 01:43:24.570380 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:24.570478 [ 253 ] {43188c22-7162-4072-9420-a9cdf0ed943b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:43:24.570512 [ 192 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_37_9} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:24.570525 [ 253 ] {43188c22-7162-4072-9420-a9cdf0ed943b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:43:24.570596 [ 192 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_37_9} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 2026.03.18 01:43:24.570695 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.18 01:43:24.572337 [ 253 ] {43188c22-7162-4072-9420-a9cdf0ed943b} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:24.572378 [ 253 ] {43188c22-7162-4072-9420-a9cdf0ed943b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:24.572876 [ 253 ] {43188c22-7162-4072-9420-a9cdf0ed943b} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.03.18 01:43:24.573091 [ 253 ] {43188c22-7162-4072-9420-a9cdf0ed943b} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:24.573225 [ 253 ] {43188c22-7162-4072-9420-a9cdf0ed943b} executeQuery: Read 2716 rows, 211.88 KiB in 0.002765 sec., 982278.4810126582 rows/sec., 74.83 MiB/sec. 2026.03.18 01:43:24.573267 [ 253 ] {43188c22-7162-4072-9420-a9cdf0ed943b} MemoryTracker: Peak memory usage (for query): 4.06 MiB. 2026.03.18 01:43:24.573280 [ 253 ] {43188c22-7162-4072-9420-a9cdf0ed943b} TCPHandler: Processed in 0.00295018 sec. 2026.03.18 01:43:24.573398 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:24.573494 [ 253 ] {0d864979-d2c9-4009-b8da-e856a099f44c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:43:24.573535 [ 253 ] {0d864979-d2c9-4009-b8da-e856a099f44c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:43:24.574008 [ 253 ] {0d864979-d2c9-4009-b8da-e856a099f44c} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:24.574044 [ 253 ] {0d864979-d2c9-4009-b8da-e856a099f44c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:24.574356 [ 253 ] {0d864979-d2c9-4009-b8da-e856a099f44c} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.18 01:43:24.574574 [ 253 ] {0d864979-d2c9-4009-b8da-e856a099f44c} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:43:24.574704 [ 253 ] {0d864979-d2c9-4009-b8da-e856a099f44c} executeQuery: Read 181 rows, 11.40 KiB in 0.001228 sec., 147394.1368078176 rows/sec., 9.07 MiB/sec. 2026.03.18 01:43:24.574743 [ 253 ] {0d864979-d2c9-4009-b8da-e856a099f44c} TCPHandler: Processed in 0.001394373 sec. 2026.03.18 01:43:24.574862 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:24.574957 [ 253 ] {a5028372-e499-4a99-9ef0-8a99653cea45} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:43:24.574996 [ 253 ] {a5028372-e499-4a99-9ef0-8a99653cea45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:43:24.575707 [ 253 ] {a5028372-e499-4a99-9ef0-8a99653cea45} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:24.575742 [ 253 ] {a5028372-e499-4a99-9ef0-8a99653cea45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:24.576111 [ 253 ] {a5028372-e499-4a99-9ef0-8a99653cea45} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.18 01:43:24.576323 [ 253 ] {a5028372-e499-4a99-9ef0-8a99653cea45} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:43:24.576456 [ 253 ] {a5028372-e499-4a99-9ef0-8a99653cea45} executeQuery: Read 857 rows, 52.15 KiB in 0.001517 sec., 564930.7844429796 rows/sec., 33.57 MiB/sec. 2026.03.18 01:43:24.576496 [ 253 ] {a5028372-e499-4a99-9ef0-8a99653cea45} TCPHandler: Processed in 0.001683848 sec. 2026.03.18 01:43:24.576613 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:24.576711 [ 253 ] {9e8a4488-a965-4012-b9af-380c3f260062} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 01:43:24.576752 [ 253 ] {9e8a4488-a965-4012-b9af-380c3f260062} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 01:43:24.577145 [ 253 ] {9e8a4488-a965-4012-b9af-380c3f260062} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:24.577181 [ 253 ] {9e8a4488-a965-4012-b9af-380c3f260062} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:24.577474 [ 253 ] {9e8a4488-a965-4012-b9af-380c3f260062} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 01:43:24.577684 [ 253 ] {9e8a4488-a965-4012-b9af-380c3f260062} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): 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.18 01:43:24.577813 [ 253 ] {9e8a4488-a965-4012-b9af-380c3f260062} executeQuery: Read 1 rows, 72.00 B in 0.00112 sec., 892.8571428571429 rows/sec., 62.78 KiB/sec. 2026.03.18 01:43:24.577851 [ 253 ] {9e8a4488-a965-4012-b9af-380c3f260062} TCPHandler: Processed in 0.001287501 sec. 2026.03.18 01:43:24.577963 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:24.578056 [ 253 ] {52f18d78-8477-4d87-8de0-447f75f7d3ca} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:43:24.578096 [ 253 ] {52f18d78-8477-4d87-8de0-447f75f7d3ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:43:24.578570 [ 253 ] {52f18d78-8477-4d87-8de0-447f75f7d3ca} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:24.578606 [ 253 ] {52f18d78-8477-4d87-8de0-447f75f7d3ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:24.578910 [ 253 ] {52f18d78-8477-4d87-8de0-447f75f7d3ca} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.18 01:43:24.579115 [ 253 ] {52f18d78-8477-4d87-8de0-447f75f7d3ca} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:43:24.579214 [ 71 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 2026.03.18 01:43:24.579243 [ 253 ] {52f18d78-8477-4d87-8de0-447f75f7d3ca} executeQuery: Read 148 rows, 8.62 KiB in 0.001205 sec., 122821.57676348549 rows/sec., 6.99 MiB/sec. 2026.03.18 01:43:24.579248 [ 71 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:24.579277 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:24.579282 [ 253 ] {52f18d78-8477-4d87-8de0-447f75f7d3ca} TCPHandler: Processed in 0.001370103 sec. 2026.03.18 01:43:24.579374 [ 197 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_37_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full 2026.03.18 01:43:24.579416 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:24.579483 [ 197 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_37_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:24.579514 [ 253 ] {a0fa1f02-f64d-4f8e-86ff-3ad641ec2aa8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:43:24.579518 [ 197 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 148 rows starting from the beginning of the part 2026.03.18 01:43:24.579560 [ 253 ] {a0fa1f02-f64d-4f8e-86ff-3ad641ec2aa8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:43:24.579599 [ 197 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 148 rows starting from the beginning of the part 2026.03.18 01:43:24.579648 [ 197 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 148 rows starting from the beginning of the part 2026.03.18 01:43:24.579687 [ 197 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 148 rows starting from the beginning of the part 2026.03.18 01:43:24.579726 [ 197 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 148 rows starting from the beginning of the part 2026.03.18 01:43:24.580533 [ 253 ] {a0fa1f02-f64d-4f8e-86ff-3ad641ec2aa8} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:24.580531 [ 199 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_37_9} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.00119164 sec., 620992.917324024 rows/sec., 37.69 MiB/sec. 2026.03.18 01:43:24.580571 [ 253 ] {a0fa1f02-f64d-4f8e-86ff-3ad641ec2aa8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:24.580714 [ 202 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_37_9} MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) 2026.03.18 01:43:24.580969 [ 202 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_37_9} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:24.581022 [ 253 ] {a0fa1f02-f64d-4f8e-86ff-3ad641ec2aa8} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.03.18 01:43:24.581031 [ 202 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_37_9} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 2026.03.18 01:43:24.581106 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.18 01:43:24.581255 [ 253 ] {a0fa1f02-f64d-4f8e-86ff-3ad641ec2aa8} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:24.581389 [ 253 ] {a0fa1f02-f64d-4f8e-86ff-3ad641ec2aa8} executeQuery: Read 1465 rows, 103.55 KiB in 0.001892 sec., 774312.8964059197 rows/sec., 53.45 MiB/sec. 2026.03.18 01:43:24.581428 [ 253 ] {a0fa1f02-f64d-4f8e-86ff-3ad641ec2aa8} TCPHandler: Processed in 0.002061784 sec. 2026.03.18 01:43:24.581540 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:24.581634 [ 253 ] {72281c95-4dd7-455e-98af-a9d2f606a200} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:43:24.581676 [ 253 ] {72281c95-4dd7-455e-98af-a9d2f606a200} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:43:24.582015 [ 253 ] {72281c95-4dd7-455e-98af-a9d2f606a200} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:24.582049 [ 253 ] {72281c95-4dd7-455e-98af-a9d2f606a200} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:24.582358 [ 253 ] {72281c95-4dd7-455e-98af-a9d2f606a200} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.18 01:43:24.582569 [ 253 ] {72281c95-4dd7-455e-98af-a9d2f606a200} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:43:24.582699 [ 253 ] {72281c95-4dd7-455e-98af-a9d2f606a200} executeQuery: Read 6 rows, 321.00 B in 0.001083 sec., 5540.16620498615 rows/sec., 289.45 KiB/sec. 2026.03.18 01:43:24.582738 [ 253 ] {72281c95-4dd7-455e-98af-a9d2f606a200} TCPHandler: Processed in 0.001247051 sec. 2026.03.18 01:43:24.582856 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:24.582950 [ 253 ] {93418123-7314-4c00-9a2e-bac017af716f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:24.582993 [ 253 ] {93418123-7314-4c00-9a2e-bac017af716f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:43:24.583672 [ 253 ] {93418123-7314-4c00-9a2e-bac017af716f} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:24.583711 [ 253 ] {93418123-7314-4c00-9a2e-bac017af716f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:24.584142 [ 253 ] {93418123-7314-4c00-9a2e-bac017af716f} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.03.18 01:43:24.584368 [ 253 ] {93418123-7314-4c00-9a2e-bac017af716f} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:24.584504 [ 253 ] {93418123-7314-4c00-9a2e-bac017af716f} executeQuery: Read 1425 rows, 91.88 KiB in 0.001572 sec., 906488.5496183205 rows/sec., 57.08 MiB/sec. 2026.03.18 01:43:24.584542 [ 253 ] {93418123-7314-4c00-9a2e-bac017af716f} TCPHandler: Processed in 0.001736339 sec. 2026.03.18 01:43:24.584649 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:24.584745 [ 253 ] {13a0be6c-0107-4be5-b4b7-525412f80bb9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:43:24.584789 [ 253 ] {13a0be6c-0107-4be5-b4b7-525412f80bb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:43:24.585128 [ 253 ] {13a0be6c-0107-4be5-b4b7-525412f80bb9} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:24.585162 [ 253 ] {13a0be6c-0107-4be5-b4b7-525412f80bb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:24.585472 [ 253 ] {13a0be6c-0107-4be5-b4b7-525412f80bb9} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.18 01:43:24.585675 [ 253 ] {13a0be6c-0107-4be5-b4b7-525412f80bb9} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:43:24.585804 [ 253 ] {13a0be6c-0107-4be5-b4b7-525412f80bb9} executeQuery: Read 1 rows, 69.00 B in 0.001077 sec., 928.5051067780872 rows/sec., 62.57 KiB/sec. 2026.03.18 01:43:24.585840 [ 253 ] {13a0be6c-0107-4be5-b4b7-525412f80bb9} TCPHandler: Processed in 0.001241961 sec. 2026.03.18 01:43:24.585951 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:24.586046 [ 253 ] {ffd574c5-ff4c-4ae0-aa2b-d6f439915459} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:24.586100 [ 253 ] {ffd574c5-ff4c-4ae0-aa2b-d6f439915459} 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.18 01:43:24.586917 [ 253 ] {ffd574c5-ff4c-4ae0-aa2b-d6f439915459} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:24.586952 [ 253 ] {ffd574c5-ff4c-4ae0-aa2b-d6f439915459} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:24.587482 [ 253 ] {ffd574c5-ff4c-4ae0-aa2b-d6f439915459} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.18 01:43:24.587700 [ 253 ] {ffd574c5-ff4c-4ae0-aa2b-d6f439915459} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:43:24.587838 [ 253 ] {ffd574c5-ff4c-4ae0-aa2b-d6f439915459} executeQuery: Read 25 rows, 45.87 KiB in 0.00181 sec., 13812.154696132597 rows/sec., 24.75 MiB/sec. 2026.03.18 01:43:24.587892 [ 253 ] {ffd574c5-ff4c-4ae0-aa2b-d6f439915459} TCPHandler: Processed in 0.001990333 sec. 2026.03.18 01:43:24.588016 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:24.588110 [ 253 ] {18f23360-768e-462e-b8e6-558ded5a85b3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:43:24.588151 [ 253 ] {18f23360-768e-462e-b8e6-558ded5a85b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:43:24.588481 [ 253 ] {18f23360-768e-462e-b8e6-558ded5a85b3} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:24.588517 [ 253 ] {18f23360-768e-462e-b8e6-558ded5a85b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:24.588817 [ 253 ] {18f23360-768e-462e-b8e6-558ded5a85b3} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.03.18 01:43:24.589020 [ 253 ] {18f23360-768e-462e-b8e6-558ded5a85b3} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:24.589146 [ 253 ] {18f23360-768e-462e-b8e6-558ded5a85b3} executeQuery: Read 78 rows, 4.94 KiB in 0.001054 sec., 74003.79506641366 rows/sec., 4.58 MiB/sec. 2026.03.18 01:43:24.589183 [ 253 ] {18f23360-768e-462e-b8e6-558ded5a85b3} TCPHandler: Processed in 0.00121539 sec. 2026.03.18 01:43:24.863052 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 1608 2026.03.18 01:43:24.866114 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:24.866164 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:24.867395 [ 242 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.18 01:43:24.867679 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:43:24.867942 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1608 2026.03.18 01:43:25.546189 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:25.546392 [ 253 ] {f8ab78cd-2999-4fae-8bba-e33faecfda49} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:43:25.546454 [ 253 ] {f8ab78cd-2999-4fae-8bba-e33faecfda49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:43:25.547122 [ 253 ] {f8ab78cd-2999-4fae-8bba-e33faecfda49} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:25.547165 [ 253 ] {f8ab78cd-2999-4fae-8bba-e33faecfda49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:25.547550 [ 253 ] {f8ab78cd-2999-4fae-8bba-e33faecfda49} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.03.18 01:43:25.547766 [ 253 ] {f8ab78cd-2999-4fae-8bba-e33faecfda49} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:25.547927 [ 253 ] {f8ab78cd-2999-4fae-8bba-e33faecfda49} executeQuery: Read 56 rows, 4.41 KiB in 0.001587 sec., 35286.704473850026 rows/sec., 2.71 MiB/sec. 2026.03.18 01:43:25.547969 [ 253 ] {f8ab78cd-2999-4fae-8bba-e33faecfda49} TCPHandler: Processed in 0.001911082 sec. 2026.03.18 01:43:25.548099 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:25.548195 [ 253 ] {1118fc34-744d-4e8f-a2d5-5b39312b06c3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:43:25.548235 [ 253 ] {1118fc34-744d-4e8f-a2d5-5b39312b06c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:43:25.548662 [ 253 ] {1118fc34-744d-4e8f-a2d5-5b39312b06c3} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:25.548698 [ 253 ] {1118fc34-744d-4e8f-a2d5-5b39312b06c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:25.548997 [ 253 ] {1118fc34-744d-4e8f-a2d5-5b39312b06c3} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.03.18 01:43:25.549202 [ 253 ] {1118fc34-744d-4e8f-a2d5-5b39312b06c3} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:25.549334 [ 253 ] {1118fc34-744d-4e8f-a2d5-5b39312b06c3} executeQuery: Read 64 rows, 5.12 KiB in 0.001157 sec., 55315.471045808124 rows/sec., 4.32 MiB/sec. 2026.03.18 01:43:25.549371 [ 253 ] {1118fc34-744d-4e8f-a2d5-5b39312b06c3} TCPHandler: Processed in 0.001320682 sec. 2026.03.18 01:43:25.549484 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:25.549579 [ 253 ] {f9cde77c-54c2-489c-9216-28fea6d88ecd} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:25.549622 [ 253 ] {f9cde77c-54c2-489c-9216-28fea6d88ecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:43:25.549982 [ 253 ] {f9cde77c-54c2-489c-9216-28fea6d88ecd} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:25.550018 [ 253 ] {f9cde77c-54c2-489c-9216-28fea6d88ecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:25.550330 [ 253 ] {f9cde77c-54c2-489c-9216-28fea6d88ecd} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.03.18 01:43:25.550534 [ 253 ] {f9cde77c-54c2-489c-9216-28fea6d88ecd} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:25.550652 [ 68 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 5 parts from all_1_80_16 to all_84_84_0 2026.03.18 01:43:25.550667 [ 253 ] {f9cde77c-54c2-489c-9216-28fea6d88ecd} executeQuery: Read 32 rows, 2.28 KiB in 0.001107 sec., 28906.95573622403 rows/sec., 2.01 MiB/sec. 2026.03.18 01:43:25.550716 [ 68 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:25.550725 [ 253 ] {f9cde77c-54c2-489c-9216-28fea6d88ecd} TCPHandler: Processed in 0.001288521 sec. 2026.03.18 01:43:25.550744 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:25.550842 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:25.550865 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_84_17} MergeTask::PrepareStage: Merging 5 parts: from all_1_80_16 to all_84_84_0 into Compact with storage Full 2026.03.18 01:43:25.550940 [ 253 ] {6e3209cc-0e5b-4310-9a0a-f0340cec9466} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:43:25.550986 [ 253 ] {6e3209cc-0e5b-4310-9a0a-f0340cec9466} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:43:25.551030 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_84_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:25.551076 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_84_17} MergeTreeSequentialSource: Reading 5 marks from part all_1_80_16, total 28770 rows starting from the beginning of the part 2026.03.18 01:43:25.551155 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_84_17} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 161 rows starting from the beginning of the part 2026.03.18 01:43:25.551209 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_84_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 265 rows starting from the beginning of the part 2026.03.18 01:43:25.551257 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_84_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part 2026.03.18 01:43:25.551301 [ 253 ] {6e3209cc-0e5b-4310-9a0a-f0340cec9466} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:25.551305 [ 197 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_84_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1425 rows starting from the beginning of the part 2026.03.18 01:43:25.551345 [ 253 ] {6e3209cc-0e5b-4310-9a0a-f0340cec9466} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:25.551674 [ 253 ] {6e3209cc-0e5b-4310-9a0a-f0340cec9466} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.03.18 01:43:25.551883 [ 253 ] {6e3209cc-0e5b-4310-9a0a-f0340cec9466} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:25.552017 [ 253 ] {6e3209cc-0e5b-4310-9a0a-f0340cec9466} executeQuery: Read 12 rows, 848.00 B in 0.001096 sec., 10948.905109489051 rows/sec., 755.59 KiB/sec. 2026.03.18 01:43:25.552054 [ 253 ] {6e3209cc-0e5b-4310-9a0a-f0340cec9466} TCPHandler: Processed in 0.00126059 sec. 2026.03.18 01:43:25.558423 [ 186 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_84_17} MergeTask::MergeProjectionsStage: Merge sorted 30781 rows, containing 5 columns (5 merged, 0 gathered) in 0.007606297 sec., 4046778.6098807347 rows/sec., 263.64 MiB/sec. 2026.03.18 01:43:25.559266 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_84_17} MergedBlockOutputStream: filled checksums all_1_84_17 (state Temporary) 2026.03.18 01:43:25.559648 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_84_17} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_merge_all_1_84_17 to all_1_84_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:25.559735 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_84_17} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 5 parts: [all_1_80_16, all_84_84_0] -> all_1_84_17 2026.03.18 01:43:25.559840 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.03.18 01:43:26.000207 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 324.24 MiB, peak 334.30 MiB, free memory in arenas 0.00 B, will set to 326.12 MiB (RSS), difference: 1.88 MiB 2026.03.18 01:43:27.268648 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24387 2026.03.18 01:43:27.269523 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:27.269612 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:27.270259 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.18 01:43:27.270518 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:43:27.270710 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24387 2026.03.18 01:43:27.270731 [ 67 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.18 01:43:27.270841 [ 67 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:27.270888 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:27.271040 [ 199 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::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.18 01:43:27.271193 [ 199 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:27.271233 [ 199 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21955 rows starting from the beginning of the part 2026.03.18 01:43:27.271297 [ 199 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 512 rows starting from the beginning of the part 2026.03.18 01:43:27.271346 [ 199 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 448 rows starting from the beginning of the part 2026.03.18 01:43:27.271403 [ 199 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 512 rows starting from the beginning of the part 2026.03.18 01:43:27.271447 [ 199 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 448 rows starting from the beginning of the part 2026.03.18 01:43:27.271511 [ 199 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 512 rows starting from the beginning of the part 2026.03.18 01:43:27.273641 [ 186 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24387 rows, containing 4 columns (4 merged, 0 gathered) in 0.002662344 sec., 9159973.316746445 rows/sec., 131.03 MiB/sec. 2026.03.18 01:43:27.273968 [ 195 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.18 01:43:27.274241 [ 195 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_51_10} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:43:27.274339 [ 195 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_51_10} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.18 01:43:27.274431 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.74 MiB. 2026.03.18 01:43:28.606890 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2026.03.18 01:43:28.624493 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:28.624562 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:28.630353 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.18 01:43:28.631072 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:43:28.631371 [ 65 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.18 01:43:28.631463 [ 65 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:28.631498 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:28.631607 [ 199 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:43:28.634134 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2026.03.18 01:43:28.634597 [ 199 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:28.635331 [ 199 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part 2026.03.18 01:43:28.638596 [ 199 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part 2026.03.18 01:43:28.641923 [ 199 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part 2026.03.18 01:43:28.645650 [ 199 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 7 rows starting from the beginning of the part 2026.03.18 01:43:28.649457 [ 199 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part 2026.03.18 01:43:28.653137 [ 199 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part 2026.03.18 01:43:28.709339 [ 186 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.077771943 sec., 4937.513262334207 rows/sec., 25.53 MiB/sec. 2026.03.18 01:43:28.711599 [ 187 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.18 01:43:28.713465 [ 187 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_51_10} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:43:28.713576 [ 187 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_51_10} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.18 01:43:28.715402 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.03.18 01:43:29.000204 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 327.27 MiB, peak 340.69 MiB, free memory in arenas 0.00 B, will set to 329.80 MiB (RSS), difference: 2.53 MiB 2026.03.18 01:43:30.553495 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:30.553773 [ 253 ] {8c75a1b7-dd95-4860-9b96-816294e9bdcc} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:43:30.553869 [ 253 ] {8c75a1b7-dd95-4860-9b96-816294e9bdcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:43:30.554829 [ 253 ] {8c75a1b7-dd95-4860-9b96-816294e9bdcc} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:30.554876 [ 253 ] {8c75a1b7-dd95-4860-9b96-816294e9bdcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:30.555277 [ 253 ] {8c75a1b7-dd95-4860-9b96-816294e9bdcc} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.03.18 01:43:30.555501 [ 253 ] {8c75a1b7-dd95-4860-9b96-816294e9bdcc} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:30.555657 [ 253 ] {8c75a1b7-dd95-4860-9b96-816294e9bdcc} executeQuery: Read 108 rows, 9.31 KiB in 0.001951 sec., 55356.22757560226 rows/sec., 4.66 MiB/sec. 2026.03.18 01:43:30.555670 [ 62 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.03.18 01:43:30.555698 [ 253 ] {8c75a1b7-dd95-4860-9b96-816294e9bdcc} TCPHandler: Processed in 0.00237015 sec. 2026.03.18 01:43:30.555767 [ 62 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:30.555814 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:30.555862 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:30.555963 [ 253 ] {ad79ad00-1d02-44ec-beb3-b697a41349b4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:43:30.555970 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.03.18 01:43:30.556005 [ 253 ] {ad79ad00-1d02-44ec-beb3-b697a41349b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:43:30.556135 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:30.556179 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2770 rows starting from the beginning of the part 2026.03.18 01:43:30.556257 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 825 rows starting from the beginning of the part 2026.03.18 01:43:30.556311 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 108 rows starting from the beginning of the part 2026.03.18 01:43:30.556368 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 2716 rows starting from the beginning of the part 2026.03.18 01:43:30.556418 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part 2026.03.18 01:43:30.556433 [ 253 ] {ad79ad00-1d02-44ec-beb3-b697a41349b4} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:30.556467 [ 200 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 108 rows starting from the beginning of the part 2026.03.18 01:43:30.556475 [ 253 ] {ad79ad00-1d02-44ec-beb3-b697a41349b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:30.556830 [ 253 ] {ad79ad00-1d02-44ec-beb3-b697a41349b4} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.18 01:43:30.557053 [ 253 ] {ad79ad00-1d02-44ec-beb3-b697a41349b4} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:43:30.557189 [ 253 ] {ad79ad00-1d02-44ec-beb3-b697a41349b4} executeQuery: Read 26 rows, 1.96 KiB in 0.001243 sec., 20917.13596138375 rows/sec., 1.54 MiB/sec. 2026.03.18 01:43:30.557228 [ 253 ] {ad79ad00-1d02-44ec-beb3-b697a41349b4} TCPHandler: Processed in 0.001417233 sec. 2026.03.18 01:43:30.557342 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:30.557437 [ 253 ] {ae9ffe2c-63eb-44d0-8112-64f97f28fd92} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:43:30.557477 [ 253 ] {ae9ffe2c-63eb-44d0-8112-64f97f28fd92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:43:30.557907 [ 253 ] {ae9ffe2c-63eb-44d0-8112-64f97f28fd92} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:30.557943 [ 253 ] {ae9ffe2c-63eb-44d0-8112-64f97f28fd92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:30.558249 [ 253 ] {ae9ffe2c-63eb-44d0-8112-64f97f28fd92} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.03.18 01:43:30.558470 [ 253 ] {ae9ffe2c-63eb-44d0-8112-64f97f28fd92} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:30.558582 [ 62 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.03.18 01:43:30.558600 [ 253 ] {ae9ffe2c-63eb-44d0-8112-64f97f28fd92} executeQuery: Read 90 rows, 7.20 KiB in 0.00118 sec., 76271.18644067796 rows/sec., 5.96 MiB/sec. 2026.03.18 01:43:30.558634 [ 62 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:30.558650 [ 253 ] {ae9ffe2c-63eb-44d0-8112-64f97f28fd92} TCPHandler: Processed in 0.001356623 sec. 2026.03.18 01:43:30.558675 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:30.558774 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:30.558797 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.03.18 01:43:30.558849 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 6583 rows, containing 5 columns (5 merged, 0 gathered) in 0.002949089 sec., 2232214.761914612 rows/sec., 180.08 MiB/sec. 2026.03.18 01:43:30.558873 [ 253 ] {55583019-6eae-42d6-a549-6ddea20ec5fe} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:30.558907 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:30.558932 [ 253 ] {55583019-6eae-42d6-a549-6ddea20ec5fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:43:30.558943 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1513 rows starting from the beginning of the part 2026.03.18 01:43:30.559012 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 504 rows starting from the beginning of the part 2026.03.18 01:43:30.559064 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 90 rows starting from the beginning of the part 2026.03.18 01:43:30.559111 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1465 rows starting from the beginning of the part 2026.03.18 01:43:30.559161 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part 2026.03.18 01:43:30.559190 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.03.18 01:43:30.559212 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 90 rows starting from the beginning of the part 2026.03.18 01:43:30.559352 [ 253 ] {55583019-6eae-42d6-a549-6ddea20ec5fe} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:30.559391 [ 253 ] {55583019-6eae-42d6-a549-6ddea20ec5fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:30.559564 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_86_17} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:30.559662 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_86_17} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.03.18 01:43:30.559755 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. 2026.03.18 01:43:30.559889 [ 253 ] {55583019-6eae-42d6-a549-6ddea20ec5fe} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.03.18 01:43:30.560112 [ 253 ] {55583019-6eae-42d6-a549-6ddea20ec5fe} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:30.560247 [ 253 ] {55583019-6eae-42d6-a549-6ddea20ec5fe} executeQuery: Read 160 rows, 11.41 KiB in 0.001392 sec., 114942.52873563218 rows/sec., 8.01 MiB/sec. 2026.03.18 01:43:30.560287 [ 253 ] {55583019-6eae-42d6-a549-6ddea20ec5fe} TCPHandler: Processed in 0.001561646 sec. 2026.03.18 01:43:30.560400 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:30.560494 [ 253 ] {1888ce43-d1b4-4e97-82ec-8d334a92378e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:30.560550 [ 253 ] {1888ce43-d1b4-4e97-82ec-8d334a92378e} 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.18 01:43:30.560613 [ 208 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 3726 rows, containing 5 columns (5 merged, 0 gathered) in 0.001872172 sec., 1990201.7549669582 rows/sec., 146.74 MiB/sec. 2026.03.18 01:43:30.560777 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.03.18 01:43:30.561026 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_86_17} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:30.561093 [ 193 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_86_17} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.03.18 01:43:30.561158 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.03.18 01:43:30.561362 [ 253 ] {1888ce43-d1b4-4e97-82ec-8d334a92378e} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:30.561398 [ 253 ] {1888ce43-d1b4-4e97-82ec-8d334a92378e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:30.561999 [ 253 ] {1888ce43-d1b4-4e97-82ec-8d334a92378e} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.18 01:43:30.562226 [ 253 ] {1888ce43-d1b4-4e97-82ec-8d334a92378e} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:43:30.562364 [ 253 ] {1888ce43-d1b4-4e97-82ec-8d334a92378e} executeQuery: Read 26 rows, 47.71 KiB in 0.001887 sec., 13778.48436671966 rows/sec., 24.69 MiB/sec. 2026.03.18 01:43:30.562417 [ 253 ] {1888ce43-d1b4-4e97-82ec-8d334a92378e} TCPHandler: Processed in 0.002065584 sec. 2026.03.18 01:43:30.562532 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:30.562629 [ 253 ] {56ed3b63-2950-4ef7-9cf8-5947e732fbad} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:43:30.562672 [ 253 ] {56ed3b63-2950-4ef7-9cf8-5947e732fbad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:43:30.563010 [ 253 ] {56ed3b63-2950-4ef7-9cf8-5947e732fbad} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:30.563047 [ 253 ] {56ed3b63-2950-4ef7-9cf8-5947e732fbad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:30.563351 [ 253 ] {56ed3b63-2950-4ef7-9cf8-5947e732fbad} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.03.18 01:43:30.563561 [ 253 ] {56ed3b63-2950-4ef7-9cf8-5947e732fbad} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:30.563665 [ 62 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.03.18 01:43:30.563694 [ 253 ] {56ed3b63-2950-4ef7-9cf8-5947e732fbad} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.03.18 01:43:30.563697 [ 62 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:30.563733 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:30.563738 [ 253 ] {56ed3b63-2950-4ef7-9cf8-5947e732fbad} TCPHandler: Processed in 0.001254001 sec. 2026.03.18 01:43:30.563822 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.03.18 01:43:30.563948 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:30.563984 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5214 rows starting from the beginning of the part 2026.03.18 01:43:30.564045 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 90 rows starting from the beginning of the part 2026.03.18 01:43:30.564088 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part 2026.03.18 01:43:30.564128 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 78 rows starting from the beginning of the part 2026.03.18 01:43:30.564167 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 12 rows starting from the beginning of the part 2026.03.18 01:43:30.564207 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part 2026.03.18 01:43:30.566050 [ 194 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5514 rows, containing 4 columns (4 merged, 0 gathered) in 0.002269948 sec., 2429130.5351488227 rows/sec., 156.63 MiB/sec. 2026.03.18 01:43:30.566537 [ 194 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.03.18 01:43:30.566821 [ 194 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_86_17} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:30.566900 [ 194 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_86_17} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.03.18 01:43:30.566997 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2026.03.18 01:43:34.587805 [ 10 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:43:34.587862 [ 10 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:43:34.770915 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24835 2026.03.18 01:43:34.771488 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:34.771539 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:34.772065 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.18 01:43:34.772318 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:43:34.772474 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24835 2026.03.18 01:43:34.868358 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1628 2026.03.18 01:43:34.870464 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:34.870515 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:34.871780 [ 242 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.18 01:43:34.872083 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:43:34.872378 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1628 2026.03.18 01:43:35.560467 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:35.560741 [ 253 ] {666d2144-de0d-4028-9838-a51721553bd9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:43:35.560831 [ 253 ] {666d2144-de0d-4028-9838-a51721553bd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:43:35.561560 [ 253 ] {666d2144-de0d-4028-9838-a51721553bd9} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:35.561606 [ 253 ] {666d2144-de0d-4028-9838-a51721553bd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:35.562000 [ 253 ] {666d2144-de0d-4028-9838-a51721553bd9} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.18 01:43:35.562217 [ 253 ] {666d2144-de0d-4028-9838-a51721553bd9} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:43:35.562371 [ 253 ] {666d2144-de0d-4028-9838-a51721553bd9} executeQuery: Read 284 rows, 18.47 KiB in 0.001699 sec., 167157.15126545026 rows/sec., 10.62 MiB/sec. 2026.03.18 01:43:35.562411 [ 253 ] {666d2144-de0d-4028-9838-a51721553bd9} TCPHandler: Processed in 0.002114635 sec. 2026.03.18 01:43:35.562525 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:35.562614 [ 253 ] {be8ab2f9-3d37-4369-bb02-2322bb89b241} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:43:35.562653 [ 253 ] {be8ab2f9-3d37-4369-bb02-2322bb89b241} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:43:35.563452 [ 253 ] {be8ab2f9-3d37-4369-bb02-2322bb89b241} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:35.563488 [ 253 ] {be8ab2f9-3d37-4369-bb02-2322bb89b241} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:35.563846 [ 253 ] {be8ab2f9-3d37-4369-bb02-2322bb89b241} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.03.18 01:43:35.564054 [ 253 ] {be8ab2f9-3d37-4369-bb02-2322bb89b241} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:35.564183 [ 253 ] {be8ab2f9-3d37-4369-bb02-2322bb89b241} executeQuery: Read 825 rows, 66.29 KiB in 0.00157 sec., 525477.7070063695 rows/sec., 41.23 MiB/sec. 2026.03.18 01:43:35.564221 [ 253 ] {be8ab2f9-3d37-4369-bb02-2322bb89b241} TCPHandler: Processed in 0.001735069 sec. 2026.03.18 01:43:35.564341 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:35.564435 [ 253 ] {824b07cf-c418-43ab-80f0-de8e8d58f231} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:43:35.564476 [ 253 ] {824b07cf-c418-43ab-80f0-de8e8d58f231} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:43:35.564918 [ 253 ] {824b07cf-c418-43ab-80f0-de8e8d58f231} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:35.564955 [ 253 ] {824b07cf-c418-43ab-80f0-de8e8d58f231} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:35.565265 [ 253 ] {824b07cf-c418-43ab-80f0-de8e8d58f231} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.18 01:43:35.565485 [ 253 ] {824b07cf-c418-43ab-80f0-de8e8d58f231} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:43:35.565614 [ 253 ] {824b07cf-c418-43ab-80f0-de8e8d58f231} executeQuery: Read 156 rows, 9.59 KiB in 0.001196 sec., 130434.78260869565 rows/sec., 7.83 MiB/sec. 2026.03.18 01:43:35.565605 [ 29 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.18 01:43:35.565653 [ 253 ] {824b07cf-c418-43ab-80f0-de8e8d58f231} TCPHandler: Processed in 0.001360133 sec. 2026.03.18 01:43:35.565691 [ 29 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:35.565721 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:35.565782 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:35.565840 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::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.18 01:43:35.565880 [ 253 ] {65086561-95e4-435b-b42f-fbeabad51f43} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:43:35.565925 [ 253 ] {65086561-95e4-435b-b42f-fbeabad51f43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:43:35.565995 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:35.566039 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 211 rows starting from the beginning of the part 2026.03.18 01:43:35.566115 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 156 rows starting from the beginning of the part 2026.03.18 01:43:35.566171 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 26 rows starting from the beginning of the part 2026.03.18 01:43:35.566221 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 181 rows starting from the beginning of the part 2026.03.18 01:43:35.566267 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 26 rows starting from the beginning of the part 2026.03.18 01:43:35.566314 [ 201 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 156 rows starting from the beginning of the part 2026.03.18 01:43:35.566379 [ 253 ] {65086561-95e4-435b-b42f-fbeabad51f43} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:35.566420 [ 253 ] {65086561-95e4-435b-b42f-fbeabad51f43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:35.566756 [ 253 ] {65086561-95e4-435b-b42f-fbeabad51f43} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.18 01:43:35.566982 [ 253 ] {65086561-95e4-435b-b42f-fbeabad51f43} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:43:35.567117 [ 253 ] {65086561-95e4-435b-b42f-fbeabad51f43} executeQuery: Read 149 rows, 9.86 KiB in 0.001255 sec., 118725.09960159363 rows/sec., 7.67 MiB/sec. 2026.03.18 01:43:35.567157 [ 253 ] {65086561-95e4-435b-b42f-fbeabad51f43} TCPHandler: Processed in 0.001423334 sec. 2026.03.18 01:43:35.567270 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:35.567299 [ 194 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.001514835 sec., 499064.2545227698 rows/sec., 32.93 MiB/sec. 2026.03.18 01:43:35.567365 [ 253 ] {58fcd10a-9aee-4191-9e16-6693078e0923} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:43:35.567411 [ 253 ] {58fcd10a-9aee-4191-9e16-6693078e0923} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:43:35.567477 [ 193 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.18 01:43:35.567779 [ 193 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_71_14} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:43:35.567850 [ 193 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_71_14} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.18 01:43:35.567863 [ 253 ] {58fcd10a-9aee-4191-9e16-6693078e0923} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:35.567899 [ 253 ] {58fcd10a-9aee-4191-9e16-6693078e0923} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:35.567936 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.18 01:43:35.568200 [ 253 ] {58fcd10a-9aee-4191-9e16-6693078e0923} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.18 01:43:35.568405 [ 253 ] {58fcd10a-9aee-4191-9e16-6693078e0923} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:43:35.568531 [ 253 ] {58fcd10a-9aee-4191-9e16-6693078e0923} executeQuery: Read 148 rows, 8.62 KiB in 0.001182 sec., 125211.50592216582 rows/sec., 7.12 MiB/sec. 2026.03.18 01:43:35.568567 [ 253 ] {58fcd10a-9aee-4191-9e16-6693078e0923} TCPHandler: Processed in 0.001345742 sec. 2026.03.18 01:43:35.568678 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:35.568771 [ 253 ] {64455330-b3f5-447f-bf33-ca4af70fd8a4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:43:35.568809 [ 253 ] {64455330-b3f5-447f-bf33-ca4af70fd8a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:43:35.569466 [ 253 ] {64455330-b3f5-447f-bf33-ca4af70fd8a4} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:35.569502 [ 253 ] {64455330-b3f5-447f-bf33-ca4af70fd8a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:35.569825 [ 253 ] {64455330-b3f5-447f-bf33-ca4af70fd8a4} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.03.18 01:43:35.570035 [ 253 ] {64455330-b3f5-447f-bf33-ca4af70fd8a4} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:35.570163 [ 253 ] {64455330-b3f5-447f-bf33-ca4af70fd8a4} executeQuery: Read 504 rows, 36.30 KiB in 0.00141 sec., 357446.8085106383 rows/sec., 25.14 MiB/sec. 2026.03.18 01:43:35.570202 [ 253 ] {64455330-b3f5-447f-bf33-ca4af70fd8a4} TCPHandler: Processed in 0.001572576 sec. 2026.03.18 01:43:35.570309 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:35.570417 [ 253 ] {953e3b94-29ec-4caa-9159-339c519f19ac} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:43:35.570459 [ 253 ] {953e3b94-29ec-4caa-9159-339c519f19ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:43:35.570792 [ 253 ] {953e3b94-29ec-4caa-9159-339c519f19ac} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:35.570829 [ 253 ] {953e3b94-29ec-4caa-9159-339c519f19ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:35.571145 [ 253 ] {953e3b94-29ec-4caa-9159-339c519f19ac} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.18 01:43:35.571359 [ 253 ] {953e3b94-29ec-4caa-9159-339c519f19ac} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:43:35.571495 [ 253 ] {953e3b94-29ec-4caa-9159-339c519f19ac} executeQuery: Read 6 rows, 321.00 B in 0.001097 sec., 5469.462169553327 rows/sec., 285.76 KiB/sec. 2026.03.18 01:43:35.571533 [ 253 ] {953e3b94-29ec-4caa-9159-339c519f19ac} TCPHandler: Processed in 0.001273981 sec. 2026.03.18 01:43:35.571643 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:35.571738 [ 253 ] {0c062961-f5c8-421e-bfbc-fc520ff39625} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:35.571780 [ 253 ] {0c062961-f5c8-421e-bfbc-fc520ff39625} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:43:35.572211 [ 253 ] {0c062961-f5c8-421e-bfbc-fc520ff39625} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:35.572244 [ 253 ] {0c062961-f5c8-421e-bfbc-fc520ff39625} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:35.572580 [ 253 ] {0c062961-f5c8-421e-bfbc-fc520ff39625} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.03.18 01:43:35.572787 [ 253 ] {0c062961-f5c8-421e-bfbc-fc520ff39625} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:35.572914 [ 253 ] {0c062961-f5c8-421e-bfbc-fc520ff39625} executeQuery: Read 265 rows, 18.03 KiB in 0.001196 sec., 221571.90635451506 rows/sec., 14.72 MiB/sec. 2026.03.18 01:43:35.572952 [ 253 ] {0c062961-f5c8-421e-bfbc-fc520ff39625} TCPHandler: Processed in 0.001357623 sec. 2026.03.18 01:43:35.573063 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:35.573157 [ 253 ] {78354ba6-63d2-44e1-b09b-32d52b90e60f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:43:35.573197 [ 253 ] {78354ba6-63d2-44e1-b09b-32d52b90e60f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:43:35.573538 [ 253 ] {78354ba6-63d2-44e1-b09b-32d52b90e60f} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:35.573578 [ 253 ] {78354ba6-63d2-44e1-b09b-32d52b90e60f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:35.573915 [ 253 ] {78354ba6-63d2-44e1-b09b-32d52b90e60f} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.18 01:43:35.574118 [ 253 ] {78354ba6-63d2-44e1-b09b-32d52b90e60f} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:43:35.574252 [ 253 ] {78354ba6-63d2-44e1-b09b-32d52b90e60f} executeQuery: Read 1 rows, 69.00 B in 0.001114 sec., 897.6660682226212 rows/sec., 60.49 KiB/sec. 2026.03.18 01:43:35.574289 [ 253 ] {78354ba6-63d2-44e1-b09b-32d52b90e60f} TCPHandler: Processed in 0.001274631 sec. 2026.03.18 01:43:35.574399 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:35.574495 [ 253 ] {bebf743c-07a2-4227-94c5-8fb793ac6cf5} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:35.574551 [ 253 ] {bebf743c-07a2-4227-94c5-8fb793ac6cf5} 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.18 01:43:35.575331 [ 253 ] {bebf743c-07a2-4227-94c5-8fb793ac6cf5} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:35.575365 [ 253 ] {bebf743c-07a2-4227-94c5-8fb793ac6cf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:35.575882 [ 253 ] {bebf743c-07a2-4227-94c5-8fb793ac6cf5} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.18 01:43:35.576102 [ 253 ] {bebf743c-07a2-4227-94c5-8fb793ac6cf5} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:43:35.576206 [ 47 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.18 01:43:35.576239 [ 253 ] {bebf743c-07a2-4227-94c5-8fb793ac6cf5} executeQuery: Read 14 rows, 25.69 KiB in 0.001763 sec., 7941.009642654566 rows/sec., 14.23 MiB/sec. 2026.03.18 01:43:35.576241 [ 47 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:35.576271 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:35.576294 [ 253 ] {bebf743c-07a2-4227-94c5-8fb793ac6cf5} TCPHandler: Processed in 0.001943992 sec. 2026.03.18 01:43:35.576348 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::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.18 01:43:35.576409 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:35.576509 [ 253 ] {5d27cb96-423b-4bf1-b4c6-39eda98e3fbc} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:43:35.576551 [ 253 ] {5d27cb96-423b-4bf1-b4c6-39eda98e3fbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:43:35.576563 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:35.576623 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1343 rows starting from the beginning of the part 2026.03.18 01:43:35.576747 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part 2026.03.18 01:43:35.576847 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 26 rows starting from the beginning of the part 2026.03.18 01:43:35.576896 [ 253 ] {5d27cb96-423b-4bf1-b4c6-39eda98e3fbc} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:35.576937 [ 253 ] {5d27cb96-423b-4bf1-b4c6-39eda98e3fbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:35.576942 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 25 rows starting from the beginning of the part 2026.03.18 01:43:35.577048 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 26 rows starting from the beginning of the part 2026.03.18 01:43:35.577143 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 14 rows starting from the beginning of the part 2026.03.18 01:43:35.577267 [ 253 ] {5d27cb96-423b-4bf1-b4c6-39eda98e3fbc} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.03.18 01:43:35.577501 [ 253 ] {5d27cb96-423b-4bf1-b4c6-39eda98e3fbc} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:35.577635 [ 253 ] {5d27cb96-423b-4bf1-b4c6-39eda98e3fbc} executeQuery: Read 90 rows, 5.77 KiB in 0.001145 sec., 78602.62008733624 rows/sec., 4.92 MiB/sec. 2026.03.18 01:43:35.577672 [ 253 ] {5d27cb96-423b-4bf1-b4c6-39eda98e3fbc} TCPHandler: Processed in 0.001312742 sec. 2026.03.18 01:43:35.582813 [ 198 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1448 rows, containing 19 columns (19 merged, 0 gathered) in 0.006501598 sec., 222714.4772715877 rows/sec., 399.09 MiB/sec. 2026.03.18 01:43:35.584089 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.18 01:43:35.584418 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_71_14} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:43:35.584492 [ 192 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_71_14} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.18 01:43:35.584579 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.53 MiB. 2026.03.18 01:43:36.134262 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2026.03.18 01:43:36.150142 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:36.150206 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:36.155561 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.18 01:43:36.156294 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:43:36.159490 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2026.03.18 01:43:40.553185 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:40.553397 [ 253 ] {59260ec9-c2fb-4ade-a663-e5781563b01b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:43:40.553473 [ 253 ] {59260ec9-c2fb-4ade-a663-e5781563b01b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:43:40.554206 [ 253 ] {59260ec9-c2fb-4ade-a663-e5781563b01b} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:40.554259 [ 253 ] {59260ec9-c2fb-4ade-a663-e5781563b01b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:40.554674 [ 253 ] {59260ec9-c2fb-4ade-a663-e5781563b01b} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.03.18 01:43:40.554903 [ 253 ] {59260ec9-c2fb-4ade-a663-e5781563b01b} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:40.555065 [ 253 ] {59260ec9-c2fb-4ade-a663-e5781563b01b} executeQuery: Read 108 rows, 9.31 KiB in 0.001721 sec., 62754.21266705404 rows/sec., 5.28 MiB/sec. 2026.03.18 01:43:40.555115 [ 253 ] {59260ec9-c2fb-4ade-a663-e5781563b01b} TCPHandler: Processed in 0.002070344 sec. 2026.03.18 01:43:40.555250 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:40.555355 [ 253 ] {a3130424-b79b-4ac2-b495-2811a62d863f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:43:40.555400 [ 253 ] {a3130424-b79b-4ac2-b495-2811a62d863f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:43:40.555825 [ 253 ] {a3130424-b79b-4ac2-b495-2811a62d863f} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:40.555865 [ 253 ] {a3130424-b79b-4ac2-b495-2811a62d863f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:40.556169 [ 253 ] {a3130424-b79b-4ac2-b495-2811a62d863f} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.18 01:43:40.556383 [ 253 ] {a3130424-b79b-4ac2-b495-2811a62d863f} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:43:40.556519 [ 253 ] {a3130424-b79b-4ac2-b495-2811a62d863f} executeQuery: Read 26 rows, 1.96 KiB in 0.001186 sec., 21922.428330522765 rows/sec., 1.61 MiB/sec. 2026.03.18 01:43:40.556556 [ 253 ] {a3130424-b79b-4ac2-b495-2811a62d863f} TCPHandler: Processed in 0.001358742 sec. 2026.03.18 01:43:40.556682 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:40.556805 [ 253 ] {68052b39-dc9a-4f44-b831-ba54c316bbb5} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:43:40.556855 [ 253 ] {68052b39-dc9a-4f44-b831-ba54c316bbb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:43:40.557343 [ 253 ] {68052b39-dc9a-4f44-b831-ba54c316bbb5} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:40.557380 [ 253 ] {68052b39-dc9a-4f44-b831-ba54c316bbb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:40.557717 [ 253 ] {68052b39-dc9a-4f44-b831-ba54c316bbb5} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.03.18 01:43:40.557932 [ 253 ] {68052b39-dc9a-4f44-b831-ba54c316bbb5} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:40.558068 [ 253 ] {68052b39-dc9a-4f44-b831-ba54c316bbb5} executeQuery: Read 90 rows, 7.20 KiB in 0.001288 sec., 69875.77639751552 rows/sec., 5.46 MiB/sec. 2026.03.18 01:43:40.558106 [ 253 ] {68052b39-dc9a-4f44-b831-ba54c316bbb5} TCPHandler: Processed in 0.001487765 sec. 2026.03.18 01:43:40.558225 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:40.558320 [ 253 ] {478a5846-76a5-4854-b4c5-5ac5fe60143e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:40.558364 [ 253 ] {478a5846-76a5-4854-b4c5-5ac5fe60143e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:43:40.558768 [ 253 ] {478a5846-76a5-4854-b4c5-5ac5fe60143e} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:40.558805 [ 253 ] {478a5846-76a5-4854-b4c5-5ac5fe60143e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:40.559152 [ 253 ] {478a5846-76a5-4854-b4c5-5ac5fe60143e} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.03.18 01:43:40.559373 [ 253 ] {478a5846-76a5-4854-b4c5-5ac5fe60143e} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:40.559508 [ 253 ] {478a5846-76a5-4854-b4c5-5ac5fe60143e} executeQuery: Read 160 rows, 11.41 KiB in 0.001207 sec., 132560.06628003315 rows/sec., 9.23 MiB/sec. 2026.03.18 01:43:40.559547 [ 253 ] {478a5846-76a5-4854-b4c5-5ac5fe60143e} TCPHandler: Processed in 0.001372663 sec. 2026.03.18 01:43:40.559659 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:40.559751 [ 253 ] {b50ad0fa-e7c9-4f67-bb17-0475fd2923ce} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:40.559806 [ 253 ] {b50ad0fa-e7c9-4f67-bb17-0475fd2923ce} 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.18 01:43:40.560713 [ 253 ] {b50ad0fa-e7c9-4f67-bb17-0475fd2923ce} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:40.560751 [ 253 ] {b50ad0fa-e7c9-4f67-bb17-0475fd2923ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:40.561342 [ 253 ] {b50ad0fa-e7c9-4f67-bb17-0475fd2923ce} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.18 01:43:40.561572 [ 253 ] {b50ad0fa-e7c9-4f67-bb17-0475fd2923ce} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:43:40.561716 [ 253 ] {b50ad0fa-e7c9-4f67-bb17-0475fd2923ce} executeQuery: Read 26 rows, 47.71 KiB in 0.001982 sec., 13118.06256306761 rows/sec., 23.51 MiB/sec. 2026.03.18 01:43:40.561781 [ 253 ] {b50ad0fa-e7c9-4f67-bb17-0475fd2923ce} TCPHandler: Processed in 0.002172446 sec. 2026.03.18 01:43:40.561905 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:40.562000 [ 253 ] {2f2f167c-28bb-4acb-af8b-7b1490f46207} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:43:40.562043 [ 253 ] {2f2f167c-28bb-4acb-af8b-7b1490f46207} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:43:40.562388 [ 253 ] {2f2f167c-28bb-4acb-af8b-7b1490f46207} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:40.562425 [ 253 ] {2f2f167c-28bb-4acb-af8b-7b1490f46207} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:40.562730 [ 253 ] {2f2f167c-28bb-4acb-af8b-7b1490f46207} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.03.18 01:43:40.562939 [ 253 ] {2f2f167c-28bb-4acb-af8b-7b1490f46207} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:40.563072 [ 253 ] {2f2f167c-28bb-4acb-af8b-7b1490f46207} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2026.03.18 01:43:40.563108 [ 253 ] {2f2f167c-28bb-4acb-af8b-7b1490f46207} TCPHandler: Processed in 0.001253391 sec. 2026.03.18 01:43:42.272768 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25347 2026.03.18 01:43:42.273366 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:42.273429 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:42.273999 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.18 01:43:42.274262 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:43:42.274450 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25347 2026.03.18 01:43:43.659719 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 2026.03.18 01:43:43.675531 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:43.675591 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:43.680856 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.18 01:43:43.681551 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:43:43.684308 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 400 2026.03.18 01:43:44.872730 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1662 2026.03.18 01:43:44.875115 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:44.875167 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2026.03.18 01:43:44.876380 [ 242 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.18 01:43:44.876661 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:43:44.876940 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1662 2026.03.18 01:43:45.565656 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:45.565968 [ 253 ] {7777a3e5-a432-4828-8559-ef091877f8c8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:43:45.566085 [ 253 ] {7777a3e5-a432-4828-8559-ef091877f8c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:43:45.567153 [ 253 ] {7777a3e5-a432-4828-8559-ef091877f8c8} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:45.567221 [ 253 ] {7777a3e5-a432-4828-8559-ef091877f8c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:45.567790 [ 253 ] {7777a3e5-a432-4828-8559-ef091877f8c8} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.18 01:43:45.568103 [ 253 ] {7777a3e5-a432-4828-8559-ef091877f8c8} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:43:45.568314 [ 253 ] {7777a3e5-a432-4828-8559-ef091877f8c8} executeQuery: Read 284 rows, 18.47 KiB in 0.002423 sec., 117210.0701609575 rows/sec., 7.44 MiB/sec. 2026.03.18 01:43:45.568383 [ 253 ] {7777a3e5-a432-4828-8559-ef091877f8c8} TCPHandler: Processed in 0.002927299 sec. 2026.03.18 01:43:45.568571 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:45.568718 [ 253 ] {fb029aa4-7cee-4b47-b04b-306761331a25} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:43:45.568780 [ 253 ] {fb029aa4-7cee-4b47-b04b-306761331a25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:43:45.569940 [ 253 ] {fb029aa4-7cee-4b47-b04b-306761331a25} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:45.569992 [ 253 ] {fb029aa4-7cee-4b47-b04b-306761331a25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:45.570508 [ 253 ] {fb029aa4-7cee-4b47-b04b-306761331a25} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.03.18 01:43:45.570827 [ 253 ] {fb029aa4-7cee-4b47-b04b-306761331a25} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:45.571019 [ 253 ] {fb029aa4-7cee-4b47-b04b-306761331a25} executeQuery: Read 825 rows, 66.29 KiB in 0.002334 sec., 353470.4370179948 rows/sec., 27.74 MiB/sec. 2026.03.18 01:43:45.571075 [ 253 ] {fb029aa4-7cee-4b47-b04b-306761331a25} TCPHandler: Processed in 0.002578272 sec. 2026.03.18 01:43:45.571248 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:45.571446 [ 253 ] {dabcb533-eb2b-453c-aa83-f715676e389e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:43:45.571525 [ 253 ] {dabcb533-eb2b-453c-aa83-f715676e389e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:43:45.572352 [ 253 ] {dabcb533-eb2b-453c-aa83-f715676e389e} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:45.572403 [ 253 ] {dabcb533-eb2b-453c-aa83-f715676e389e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:45.572880 [ 253 ] {dabcb533-eb2b-453c-aa83-f715676e389e} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.18 01:43:45.573206 [ 253 ] {dabcb533-eb2b-453c-aa83-f715676e389e} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): 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.18 01:43:45.573402 [ 253 ] {dabcb533-eb2b-453c-aa83-f715676e389e} executeQuery: Read 156 rows, 9.59 KiB in 0.001998 sec., 78078.07807807808 rows/sec., 4.69 MiB/sec. 2026.03.18 01:43:45.573458 [ 253 ] {dabcb533-eb2b-453c-aa83-f715676e389e} TCPHandler: Processed in 0.002299678 sec. 2026.03.18 01:43:45.573613 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:45.573742 [ 253 ] {3b44c18e-c87d-4e28-b448-be5c1fffab56} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:43:45.573801 [ 253 ] {3b44c18e-c87d-4e28-b448-be5c1fffab56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:43:45.574458 [ 253 ] {3b44c18e-c87d-4e28-b448-be5c1fffab56} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:45.574509 [ 253 ] {3b44c18e-c87d-4e28-b448-be5c1fffab56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:45.574974 [ 253 ] {3b44c18e-c87d-4e28-b448-be5c1fffab56} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.18 01:43:45.575302 [ 253 ] {3b44c18e-c87d-4e28-b448-be5c1fffab56} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:43:45.575495 [ 253 ] {3b44c18e-c87d-4e28-b448-be5c1fffab56} executeQuery: Read 149 rows, 9.86 KiB in 0.001776 sec., 83896.39639639639 rows/sec., 5.42 MiB/sec. 2026.03.18 01:43:45.575549 [ 253 ] {3b44c18e-c87d-4e28-b448-be5c1fffab56} TCPHandler: Processed in 0.002005644 sec. 2026.03.18 01:43:45.575702 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:45.575845 [ 253 ] {479a30b9-432b-4752-aee4-38e1e027c88e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:43:45.575908 [ 253 ] {479a30b9-432b-4752-aee4-38e1e027c88e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:43:45.576548 [ 253 ] {479a30b9-432b-4752-aee4-38e1e027c88e} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:45.576603 [ 253 ] {479a30b9-432b-4752-aee4-38e1e027c88e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:45.577039 [ 253 ] {479a30b9-432b-4752-aee4-38e1e027c88e} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.18 01:43:45.577355 [ 253 ] {479a30b9-432b-4752-aee4-38e1e027c88e} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:43:45.577538 [ 253 ] {479a30b9-432b-4752-aee4-38e1e027c88e} executeQuery: Read 148 rows, 8.62 KiB in 0.00178 sec., 83146.06741573034 rows/sec., 4.73 MiB/sec. 2026.03.18 01:43:45.577652 [ 253 ] {479a30b9-432b-4752-aee4-38e1e027c88e} TCPHandler: Processed in 0.002015244 sec. 2026.03.18 01:43:45.577814 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:45.577947 [ 253 ] {382a6be2-ea5b-42dc-ba7b-b2b645746166} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:43:45.578024 [ 253 ] {382a6be2-ea5b-42dc-ba7b-b2b645746166} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:43:45.579053 [ 253 ] {382a6be2-ea5b-42dc-ba7b-b2b645746166} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:45.579114 [ 253 ] {382a6be2-ea5b-42dc-ba7b-b2b645746166} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:45.579610 [ 253 ] {382a6be2-ea5b-42dc-ba7b-b2b645746166} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.03.18 01:43:45.579900 [ 253 ] {382a6be2-ea5b-42dc-ba7b-b2b645746166} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:45.580084 [ 253 ] {382a6be2-ea5b-42dc-ba7b-b2b645746166} executeQuery: Read 504 rows, 36.30 KiB in 0.002164 sec., 232902.03327171903 rows/sec., 16.38 MiB/sec. 2026.03.18 01:43:45.580137 [ 253 ] {382a6be2-ea5b-42dc-ba7b-b2b645746166} TCPHandler: Processed in 0.00239207 sec. 2026.03.18 01:43:45.580276 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:45.580449 [ 253 ] {4cf59a96-b69c-404d-9d28-ffaf28f54bf2} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:43:45.580523 [ 253 ] {4cf59a96-b69c-404d-9d28-ffaf28f54bf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:43:45.581107 [ 253 ] {4cf59a96-b69c-404d-9d28-ffaf28f54bf2} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:45.581169 [ 253 ] {4cf59a96-b69c-404d-9d28-ffaf28f54bf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:45.581692 [ 253 ] {4cf59a96-b69c-404d-9d28-ffaf28f54bf2} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.18 01:43:45.581992 [ 253 ] {4cf59a96-b69c-404d-9d28-ffaf28f54bf2} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:43:45.582173 [ 253 ] {4cf59a96-b69c-404d-9d28-ffaf28f54bf2} executeQuery: Read 6 rows, 321.00 B in 0.001762 sec., 3405.22133938706 rows/sec., 177.91 KiB/sec. 2026.03.18 01:43:45.582230 [ 253 ] {4cf59a96-b69c-404d-9d28-ffaf28f54bf2} TCPHandler: Processed in 0.002017904 sec. 2026.03.18 01:43:45.582382 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:45.582516 [ 253 ] {da29875a-b4d8-4963-835c-5896f3e66112} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:45.582579 [ 253 ] {da29875a-b4d8-4963-835c-5896f3e66112} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:43:45.583170 [ 253 ] {da29875a-b4d8-4963-835c-5896f3e66112} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:45.583224 [ 253 ] {da29875a-b4d8-4963-835c-5896f3e66112} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:45.583701 [ 253 ] {da29875a-b4d8-4963-835c-5896f3e66112} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.03.18 01:43:45.583994 [ 253 ] {da29875a-b4d8-4963-835c-5896f3e66112} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:45.584177 [ 253 ] {da29875a-b4d8-4963-835c-5896f3e66112} executeQuery: Read 265 rows, 18.03 KiB in 0.001689 sec., 156897.57252812316 rows/sec., 10.43 MiB/sec. 2026.03.18 01:43:45.584172 [ 53 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 6 parts from all_1_84_17 to all_89_89_0 2026.03.18 01:43:45.584235 [ 253 ] {da29875a-b4d8-4963-835c-5896f3e66112} TCPHandler: Processed in 0.001918252 sec. 2026.03.18 01:43:45.584287 [ 53 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:45.584330 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:45.584423 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:45.584513 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_89_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_84_17 to all_89_89_0 into Compact with storage Full 2026.03.18 01:43:45.584561 [ 253 ] {729a962a-c768-4158-9b34-05b21cdbb52b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:43:45.584664 [ 253 ] {729a962a-c768-4158-9b34-05b21cdbb52b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:43:45.584800 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_89_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:45.584871 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_89_18} MergeTreeSequentialSource: Reading 5 marks from part all_1_84_17, total 30781 rows starting from the beginning of the part 2026.03.18 01:43:45.584986 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_89_18} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 32 rows starting from the beginning of the part 2026.03.18 01:43:45.585064 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_89_18} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part 2026.03.18 01:43:45.585093 [ 253 ] {729a962a-c768-4158-9b34-05b21cdbb52b} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:45.585140 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_89_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 265 rows starting from the beginning of the part 2026.03.18 01:43:45.585146 [ 253 ] {729a962a-c768-4158-9b34-05b21cdbb52b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:45.585216 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_89_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part 2026.03.18 01:43:45.585292 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_89_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 265 rows starting from the beginning of the part 2026.03.18 01:43:45.585595 [ 253 ] {729a962a-c768-4158-9b34-05b21cdbb52b} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.18 01:43:45.585929 [ 253 ] {729a962a-c768-4158-9b34-05b21cdbb52b} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:43:45.586083 [ 53 ] {} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 2026.03.18 01:43:45.586120 [ 253 ] {729a962a-c768-4158-9b34-05b21cdbb52b} executeQuery: Read 1 rows, 69.00 B in 0.001584 sec., 631.3131313131314 rows/sec., 42.54 KiB/sec. 2026.03.18 01:43:45.586127 [ 53 ] {} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:45.586172 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:45.586181 [ 253 ] {729a962a-c768-4158-9b34-05b21cdbb52b} TCPHandler: Processed in 0.00183682 sec. 2026.03.18 01:43:45.586283 [ 192 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_39_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full 2026.03.18 01:43:45.586369 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:45.586418 [ 192 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_39_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:45.586465 [ 192 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 34 rows starting from the beginning of the part 2026.03.18 01:43:45.586508 [ 253 ] {7a391dbb-2657-4c86-b30b-c33957a2bea7} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:45.586535 [ 192 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part 2026.03.18 01:43:45.586586 [ 253 ] {7a391dbb-2657-4c86-b30b-c33957a2bea7} 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.18 01:43:45.586600 [ 192 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part 2026.03.18 01:43:45.586671 [ 192 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part 2026.03.18 01:43:45.586721 [ 192 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part 2026.03.18 01:43:45.586775 [ 192 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part 2026.03.18 01:43:45.587652 [ 253 ] {7a391dbb-2657-4c86-b30b-c33957a2bea7} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:45.587705 [ 253 ] {7a391dbb-2657-4c86-b30b-c33957a2bea7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:45.588168 [ 197 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_39_8} MergeTask::MergeProjectionsStage: Merge sorted 39 rows, containing 4 columns (4 merged, 0 gathered) in 0.001935302 sec., 20151.8936062692 rows/sec., 1.33 MiB/sec. 2026.03.18 01:43:45.588342 [ 197 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_39_8} MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) 2026.03.18 01:43:45.588695 [ 197 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_39_8} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:45.588794 [ 197 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_39_8} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 2026.03.18 01:43:45.588857 [ 253 ] {7a391dbb-2657-4c86-b30b-c33957a2bea7} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.18 01:43:45.588900 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.03.18 01:43:45.589200 [ 253 ] {7a391dbb-2657-4c86-b30b-c33957a2bea7} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): 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.18 01:43:45.589402 [ 253 ] {7a391dbb-2657-4c86-b30b-c33957a2bea7} executeQuery: Read 14 rows, 25.69 KiB in 0.00292 sec., 4794.520547945206 rows/sec., 8.59 MiB/sec. 2026.03.18 01:43:45.589481 [ 253 ] {7a391dbb-2657-4c86-b30b-c33957a2bea7} TCPHandler: Processed in 0.003180503 sec. 2026.03.18 01:43:45.589650 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:45.589780 [ 253 ] {684cb241-7399-470e-b2fb-2e38be1bece5} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:43:45.589839 [ 253 ] {684cb241-7399-470e-b2fb-2e38be1bece5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:43:45.590302 [ 253 ] {684cb241-7399-470e-b2fb-2e38be1bece5} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:45.590351 [ 253 ] {684cb241-7399-470e-b2fb-2e38be1bece5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:45.590779 [ 253 ] {684cb241-7399-470e-b2fb-2e38be1bece5} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.03.18 01:43:45.591036 [ 253 ] {684cb241-7399-470e-b2fb-2e38be1bece5} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:45.591203 [ 253 ] {684cb241-7399-470e-b2fb-2e38be1bece5} executeQuery: Read 90 rows, 5.77 KiB in 0.001487 sec., 60524.546065904506 rows/sec., 3.79 MiB/sec. 2026.03.18 01:43:45.591250 [ 253 ] {684cb241-7399-470e-b2fb-2e38be1bece5} TCPHandler: Processed in 0.001707938 sec. 2026.03.18 01:43:45.593699 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_89_18} MergeTask::MergeProjectionsStage: Merge sorted 31663 rows, containing 5 columns (5 merged, 0 gathered) in 0.009270804 sec., 3415345.6377677703 rows/sec., 222.75 MiB/sec. 2026.03.18 01:43:45.594648 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_89_18} MergedBlockOutputStream: filled checksums all_1_89_18 (state Temporary) 2026.03.18 01:43:45.595086 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_89_18} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_merge_all_1_89_18 to all_1_89_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:45.595204 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_89_18} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 6 parts: [all_1_84_17, all_89_89_0] -> all_1_89_18 2026.03.18 01:43:45.595350 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.03.18 01:43:49.587909 [ 48 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:43:49.587959 [ 48 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:43:49.774740 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25795 2026.03.18 01:43:49.775243 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:49.775287 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:49.775777 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.18 01:43:49.776011 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:43:49.776142 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25795 2026.03.18 01:43:50.554169 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:50.554401 [ 253 ] {10569411-2d96-4a83-8822-f34127e6a812} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:43:50.554476 [ 253 ] {10569411-2d96-4a83-8822-f34127e6a812} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:43:50.555180 [ 253 ] {10569411-2d96-4a83-8822-f34127e6a812} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:50.555230 [ 253 ] {10569411-2d96-4a83-8822-f34127e6a812} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:50.555644 [ 253 ] {10569411-2d96-4a83-8822-f34127e6a812} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.03.18 01:43:50.555873 [ 253 ] {10569411-2d96-4a83-8822-f34127e6a812} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:50.556042 [ 253 ] {10569411-2d96-4a83-8822-f34127e6a812} executeQuery: Read 108 rows, 9.31 KiB in 0.001695 sec., 63716.81415929204 rows/sec., 5.36 MiB/sec. 2026.03.18 01:43:50.556094 [ 253 ] {10569411-2d96-4a83-8822-f34127e6a812} TCPHandler: Processed in 0.002063474 sec. 2026.03.18 01:43:50.556223 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:50.556328 [ 253 ] {22c4ec62-4882-47c4-8d49-c85ce7801295} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:43:50.556373 [ 253 ] {22c4ec62-4882-47c4-8d49-c85ce7801295} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:43:50.556840 [ 253 ] {22c4ec62-4882-47c4-8d49-c85ce7801295} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:50.556888 [ 253 ] {22c4ec62-4882-47c4-8d49-c85ce7801295} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:50.557264 [ 253 ] {22c4ec62-4882-47c4-8d49-c85ce7801295} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.18 01:43:50.557523 [ 253 ] {22c4ec62-4882-47c4-8d49-c85ce7801295} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:50.557665 [ 253 ] {22c4ec62-4882-47c4-8d49-c85ce7801295} executeQuery: Read 26 rows, 1.96 KiB in 0.00136 sec., 19117.647058823528 rows/sec., 1.40 MiB/sec. 2026.03.18 01:43:50.557710 [ 253 ] {22c4ec62-4882-47c4-8d49-c85ce7801295} TCPHandler: Processed in 0.001538736 sec. 2026.03.18 01:43:50.557818 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:50.557915 [ 253 ] {2f308129-573b-494b-a108-fbce2b1b77cd} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:43:50.557958 [ 253 ] {2f308129-573b-494b-a108-fbce2b1b77cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:43:50.558402 [ 253 ] {2f308129-573b-494b-a108-fbce2b1b77cd} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:50.558439 [ 253 ] {2f308129-573b-494b-a108-fbce2b1b77cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:50.558743 [ 253 ] {2f308129-573b-494b-a108-fbce2b1b77cd} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.03.18 01:43:50.558951 [ 253 ] {2f308129-573b-494b-a108-fbce2b1b77cd} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:50.559090 [ 253 ] {2f308129-573b-494b-a108-fbce2b1b77cd} executeQuery: Read 90 rows, 7.20 KiB in 0.001194 sec., 75376.88442211055 rows/sec., 5.89 MiB/sec. 2026.03.18 01:43:50.559128 [ 253 ] {2f308129-573b-494b-a108-fbce2b1b77cd} TCPHandler: Processed in 0.001361002 sec. 2026.03.18 01:43:50.559242 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:50.559336 [ 253 ] {9881527a-ca0e-4bf0-a15e-0828bd00baee} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:50.559380 [ 253 ] {9881527a-ca0e-4bf0-a15e-0828bd00baee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:43:50.559788 [ 253 ] {9881527a-ca0e-4bf0-a15e-0828bd00baee} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:50.559824 [ 253 ] {9881527a-ca0e-4bf0-a15e-0828bd00baee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:50.560163 [ 253 ] {9881527a-ca0e-4bf0-a15e-0828bd00baee} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.03.18 01:43:50.560371 [ 253 ] {9881527a-ca0e-4bf0-a15e-0828bd00baee} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:50.560502 [ 253 ] {9881527a-ca0e-4bf0-a15e-0828bd00baee} executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. 2026.03.18 01:43:50.560539 [ 253 ] {9881527a-ca0e-4bf0-a15e-0828bd00baee} TCPHandler: Processed in 0.001346183 sec. 2026.03.18 01:43:50.560658 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:50.560789 [ 253 ] {778aecb0-afef-44a2-bccb-812566138429} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:50.560849 [ 253 ] {778aecb0-afef-44a2-bccb-812566138429} 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.18 01:43:50.561667 [ 253 ] {778aecb0-afef-44a2-bccb-812566138429} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:50.561705 [ 253 ] {778aecb0-afef-44a2-bccb-812566138429} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:50.562258 [ 253 ] {778aecb0-afef-44a2-bccb-812566138429} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.18 01:43:50.562487 [ 253 ] {778aecb0-afef-44a2-bccb-812566138429} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:50.562636 [ 253 ] {778aecb0-afef-44a2-bccb-812566138429} executeQuery: Read 26 rows, 47.71 KiB in 0.001867 sec., 13926.084627745046 rows/sec., 24.95 MiB/sec. 2026.03.18 01:43:50.562697 [ 253 ] {778aecb0-afef-44a2-bccb-812566138429} TCPHandler: Processed in 0.002099725 sec. 2026.03.18 01:43:50.562815 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:50.562912 [ 253 ] {a5c696c7-5ce7-48ed-a033-5f7a3720106e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:43:50.562956 [ 253 ] {a5c696c7-5ce7-48ed-a033-5f7a3720106e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:43:50.563303 [ 253 ] {a5c696c7-5ce7-48ed-a033-5f7a3720106e} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:50.563340 [ 253 ] {a5c696c7-5ce7-48ed-a033-5f7a3720106e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:50.563649 [ 253 ] {a5c696c7-5ce7-48ed-a033-5f7a3720106e} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.03.18 01:43:50.563866 [ 253 ] {a5c696c7-5ce7-48ed-a033-5f7a3720106e} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:50.564000 [ 253 ] {a5c696c7-5ce7-48ed-a033-5f7a3720106e} executeQuery: Read 60 rows, 4.14 KiB in 0.001107 sec., 54200.54200542006 rows/sec., 3.65 MiB/sec. 2026.03.18 01:43:50.564037 [ 253 ] {a5c696c7-5ce7-48ed-a033-5f7a3720106e} TCPHandler: Processed in 0.001273331 sec. 2026.03.18 01:43:51.184454 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 2026.03.18 01:43:51.201737 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:51.201804 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:51.208228 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.18 01:43:51.209030 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:43:51.213132 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2026.03.18 01:43:54.566859 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:54.567046 [ 253 ] {671eca2d-963e-4418-9019-b7e651d03578} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:43:54.567114 [ 253 ] {671eca2d-963e-4418-9019-b7e651d03578} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:43:54.567871 [ 253 ] {671eca2d-963e-4418-9019-b7e651d03578} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:54.567923 [ 253 ] {671eca2d-963e-4418-9019-b7e651d03578} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:54.568353 [ 253 ] {671eca2d-963e-4418-9019-b7e651d03578} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.18 01:43:54.568595 [ 253 ] {671eca2d-963e-4418-9019-b7e651d03578} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:43:54.568757 [ 253 ] {671eca2d-963e-4418-9019-b7e651d03578} executeQuery: Read 284 rows, 18.47 KiB in 0.00176 sec., 161363.63636363635 rows/sec., 10.25 MiB/sec. 2026.03.18 01:43:54.568799 [ 253 ] {671eca2d-963e-4418-9019-b7e651d03578} TCPHandler: Processed in 0.002072135 sec. 2026.03.18 01:43:54.568931 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:54.569032 [ 253 ] {6f0e510b-84b4-4b2e-ada7-3d20414a4232} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:43:54.569074 [ 253 ] {6f0e510b-84b4-4b2e-ada7-3d20414a4232} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:43:54.569478 [ 253 ] {6f0e510b-84b4-4b2e-ada7-3d20414a4232} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:54.569534 [ 253 ] {6f0e510b-84b4-4b2e-ada7-3d20414a4232} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:54.569863 [ 253 ] {6f0e510b-84b4-4b2e-ada7-3d20414a4232} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 01:43:54.570095 [ 253 ] {6f0e510b-84b4-4b2e-ada7-3d20414a4232} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:43:54.570232 [ 253 ] {6f0e510b-84b4-4b2e-ada7-3d20414a4232} executeQuery: Read 2 rows, 167.00 B in 0.001222 sec., 1636.6612111292961 rows/sec., 133.46 KiB/sec. 2026.03.18 01:43:54.570271 [ 253 ] {6f0e510b-84b4-4b2e-ada7-3d20414a4232} TCPHandler: Processed in 0.001391424 sec. 2026.03.18 01:43:54.570386 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:54.570480 [ 253 ] {6e83a9db-ac79-4336-b4db-ee1fc7126dba} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:43:54.570520 [ 253 ] {6e83a9db-ac79-4336-b4db-ee1fc7126dba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:43:54.572299 [ 253 ] {6e83a9db-ac79-4336-b4db-ee1fc7126dba} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:54.572335 [ 253 ] {6e83a9db-ac79-4336-b4db-ee1fc7126dba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:54.572810 [ 253 ] {6e83a9db-ac79-4336-b4db-ee1fc7126dba} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.03.18 01:43:54.573037 [ 253 ] {6e83a9db-ac79-4336-b4db-ee1fc7126dba} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:54.573184 [ 44 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.03.18 01:43:54.573193 [ 253 ] {6e83a9db-ac79-4336-b4db-ee1fc7126dba} executeQuery: Read 2710 rows, 211.44 KiB in 0.002729 sec., 993037.7427629168 rows/sec., 75.66 MiB/sec. 2026.03.18 01:43:54.573244 [ 44 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:54.573260 [ 253 ] {6e83a9db-ac79-4336-b4db-ee1fc7126dba} MemoryTracker: Peak memory usage (for query): 4.06 MiB. 2026.03.18 01:43:54.573276 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:54.573281 [ 253 ] {6e83a9db-ac79-4336-b4db-ee1fc7126dba} TCPHandler: Processed in 0.002944458 sec. 2026.03.18 01:43:54.573373 [ 202 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.03.18 01:43:54.573415 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:54.573464 [ 202 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:54.573496 [ 202 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 2770 rows starting from the beginning of the part 2026.03.18 01:43:54.573511 [ 253 ] {596f10b4-516e-443a-8de5-dc3d6fa06ae3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:43:54.573555 [ 253 ] {596f10b4-516e-443a-8de5-dc3d6fa06ae3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:43:54.573559 [ 202 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 825 rows starting from the beginning of the part 2026.03.18 01:43:54.573612 [ 202 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 108 rows starting from the beginning of the part 2026.03.18 01:43:54.573656 [ 202 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 825 rows starting from the beginning of the part 2026.03.18 01:43:54.573696 [ 202 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 108 rows starting from the beginning of the part 2026.03.18 01:43:54.573738 [ 202 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 2710 rows starting from the beginning of the part 2026.03.18 01:43:54.574065 [ 253 ] {596f10b4-516e-443a-8de5-dc3d6fa06ae3} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:54.574101 [ 253 ] {596f10b4-516e-443a-8de5-dc3d6fa06ae3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:54.574418 [ 253 ] {596f10b4-516e-443a-8de5-dc3d6fa06ae3} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.18 01:43:54.574666 [ 253 ] {596f10b4-516e-443a-8de5-dc3d6fa06ae3} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:54.574804 [ 253 ] {596f10b4-516e-443a-8de5-dc3d6fa06ae3} executeQuery: Read 169 rows, 10.56 KiB in 0.001312 sec., 128810.97560975609 rows/sec., 7.86 MiB/sec. 2026.03.18 01:43:54.574846 [ 253 ] {596f10b4-516e-443a-8de5-dc3d6fa06ae3} TCPHandler: Processed in 0.001482145 sec. 2026.03.18 01:43:54.574968 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:54.575064 [ 253 ] {46e56760-8dc5-45fa-af27-c5a0532efed4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:43:54.575105 [ 253 ] {46e56760-8dc5-45fa-af27-c5a0532efed4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:43:54.575888 [ 196 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 7346 rows, containing 5 columns (5 merged, 0 gathered) in 0.002547223 sec., 2883924.9645594438 rows/sec., 233.19 MiB/sec. 2026.03.18 01:43:54.575983 [ 253 ] {46e56760-8dc5-45fa-af27-c5a0532efed4} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:54.576025 [ 253 ] {46e56760-8dc5-45fa-af27-c5a0532efed4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:54.576186 [ 202 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.03.18 01:43:54.576409 [ 253 ] {46e56760-8dc5-45fa-af27-c5a0532efed4} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.18 01:43:54.576433 [ 202 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_91_18} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:54.576512 [ 202 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_91_18} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.03.18 01:43:54.576578 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. 2026.03.18 01:43:54.576631 [ 253 ] {46e56760-8dc5-45fa-af27-c5a0532efed4} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:43:54.576765 [ 253 ] {46e56760-8dc5-45fa-af27-c5a0532efed4} executeQuery: Read 857 rows, 52.15 KiB in 0.001718 sec., 498835.8556461001 rows/sec., 29.64 MiB/sec. 2026.03.18 01:43:54.576803 [ 253 ] {46e56760-8dc5-45fa-af27-c5a0532efed4} TCPHandler: Processed in 0.001884411 sec. 2026.03.18 01:43:54.576931 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:54.577029 [ 253 ] {82439f32-02f1-4845-9b1d-d0ff40e32757} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 01:43:54.577070 [ 253 ] {82439f32-02f1-4845-9b1d-d0ff40e32757} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 01:43:54.577469 [ 253 ] {82439f32-02f1-4845-9b1d-d0ff40e32757} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:54.577505 [ 253 ] {82439f32-02f1-4845-9b1d-d0ff40e32757} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:54.577801 [ 253 ] {82439f32-02f1-4845-9b1d-d0ff40e32757} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 01:43:54.578031 [ 253 ] {82439f32-02f1-4845-9b1d-d0ff40e32757} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): 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.18 01:43:54.578134 [ 44 ] {} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.03.18 01:43:54.578163 [ 253 ] {82439f32-02f1-4845-9b1d-d0ff40e32757} executeQuery: Read 1 rows, 72.00 B in 0.001153 sec., 867.3026886383349 rows/sec., 60.98 KiB/sec. 2026.03.18 01:43:54.578168 [ 44 ] {} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:54.578203 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:54.578208 [ 253 ] {82439f32-02f1-4845-9b1d-d0ff40e32757} TCPHandler: Processed in 0.001338632 sec. 2026.03.18 01:43:54.578319 [ 186 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.03.18 01:43:54.578341 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:54.578443 [ 253 ] {e95a582d-e8f3-4fb5-ab20-99d7f5a33e84} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:43:54.578443 [ 186 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:54.578488 [ 253 ] {e95a582d-e8f3-4fb5-ab20-99d7f5a33e84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:43:54.578495 [ 186 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 1 rows starting from the beginning of the part 2026.03.18 01:43:54.578574 [ 186 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.03.18 01:43:54.578621 [ 186 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.03.18 01:43:54.578664 [ 186 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2026.03.18 01:43:54.578704 [ 186 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2026.03.18 01:43:54.578995 [ 253 ] {e95a582d-e8f3-4fb5-ab20-99d7f5a33e84} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:54.579038 [ 253 ] {e95a582d-e8f3-4fb5-ab20-99d7f5a33e84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:54.579367 [ 253 ] {e95a582d-e8f3-4fb5-ab20-99d7f5a33e84} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.18 01:43:54.579581 [ 202 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 5 columns (5 merged, 0 gathered) in 0.001310442 sec., 3815.5065237530544 rows/sec., 283.18 KiB/sec. 2026.03.18 01:43:54.579619 [ 253 ] {e95a582d-e8f3-4fb5-ab20-99d7f5a33e84} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:43:54.579705 [ 196 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.03.18 01:43:54.579760 [ 253 ] {e95a582d-e8f3-4fb5-ab20-99d7f5a33e84} executeQuery: Read 148 rows, 8.62 KiB in 0.001335 sec., 110861.42322097378 rows/sec., 6.30 MiB/sec. 2026.03.18 01:43:54.579805 [ 253 ] {e95a582d-e8f3-4fb5-ab20-99d7f5a33e84} TCPHandler: Processed in 0.001513735 sec. 2026.03.18 01:43:54.579933 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:54.579981 [ 196 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_13_3} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:54.580031 [ 253 ] {58b4cc64-df47-4189-ba50-a41c636c6f23} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:43:54.580059 [ 196 ] {6fd19f58-19ae-4f0d-a27a-b943ab1df7e1::all_1_13_3} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.03.18 01:43:54.580078 [ 253 ] {58b4cc64-df47-4189-ba50-a41c636c6f23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:43:54.580136 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.18 01:43:54.581269 [ 253 ] {58b4cc64-df47-4189-ba50-a41c636c6f23} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:54.581312 [ 253 ] {58b4cc64-df47-4189-ba50-a41c636c6f23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:54.581712 [ 253 ] {58b4cc64-df47-4189-ba50-a41c636c6f23} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.03.18 01:43:54.581938 [ 253 ] {58b4cc64-df47-4189-ba50-a41c636c6f23} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:54.582072 [ 40 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.03.18 01:43:54.582078 [ 253 ] {58b4cc64-df47-4189-ba50-a41c636c6f23} executeQuery: Read 1453 rows, 102.57 KiB in 0.002064 sec., 703972.8682170543 rows/sec., 48.53 MiB/sec. 2026.03.18 01:43:54.582115 [ 40 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:54.582137 [ 253 ] {58b4cc64-df47-4189-ba50-a41c636c6f23} TCPHandler: Processed in 0.002254748 sec. 2026.03.18 01:43:54.582140 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:54.582230 [ 202 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.03.18 01:43:54.582269 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:54.582312 [ 202 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:54.582338 [ 202 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1513 rows starting from the beginning of the part 2026.03.18 01:43:54.582372 [ 253 ] {1296eb9d-b728-424d-910d-1c016da50b4b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:43:54.582389 [ 202 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 504 rows starting from the beginning of the part 2026.03.18 01:43:54.582416 [ 253 ] {1296eb9d-b728-424d-910d-1c016da50b4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:43:54.582430 [ 202 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 90 rows starting from the beginning of the part 2026.03.18 01:43:54.582466 [ 202 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 504 rows starting from the beginning of the part 2026.03.18 01:43:54.582505 [ 202 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 90 rows starting from the beginning of the part 2026.03.18 01:43:54.582543 [ 202 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1453 rows starting from the beginning of the part 2026.03.18 01:43:54.582776 [ 253 ] {1296eb9d-b728-424d-910d-1c016da50b4b} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:54.582813 [ 253 ] {1296eb9d-b728-424d-910d-1c016da50b4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:54.583125 [ 253 ] {1296eb9d-b728-424d-910d-1c016da50b4b} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.18 01:43:54.583350 [ 253 ] {1296eb9d-b728-424d-910d-1c016da50b4b} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:43:54.583465 [ 40 ] {} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2026.03.18 01:43:54.583485 [ 253 ] {1296eb9d-b728-424d-910d-1c016da50b4b} executeQuery: Read 6 rows, 321.00 B in 0.001132 sec., 5300.3533568904595 rows/sec., 276.92 KiB/sec. 2026.03.18 01:43:54.583501 [ 40 ] {} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:54.583526 [ 253 ] {1296eb9d-b728-424d-910d-1c016da50b4b} TCPHandler: Processed in 0.001308762 sec. 2026.03.18 01:43:54.583527 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:54.583620 [ 196 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::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.18 01:43:54.583653 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:54.583715 [ 196 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:54.583746 [ 196 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 210 rows starting from the beginning of the part 2026.03.18 01:43:54.583753 [ 253 ] {6e6a2295-fc17-49b2-8049-a2cdd9ebbc33} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:54.583799 [ 196 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part 2026.03.18 01:43:54.583801 [ 253 ] {6e6a2295-fc17-49b2-8049-a2cdd9ebbc33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:43:54.583855 [ 196 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part 2026.03.18 01:43:54.583870 [ 191 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 4154 rows, containing 5 columns (5 merged, 0 gathered) in 0.001667677 sec., 2490890.0224683797 rows/sec., 183.40 MiB/sec. 2026.03.18 01:43:54.583904 [ 196 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part 2026.03.18 01:43:54.583949 [ 196 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part 2026.03.18 01:43:54.583988 [ 196 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part 2026.03.18 01:43:54.584064 [ 189 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.03.18 01:43:54.584393 [ 189 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_91_18} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:54.584476 [ 189 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_91_18} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.03.18 01:43:54.584542 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2026.03.18 01:43:54.584606 [ 253 ] {6e6a2295-fc17-49b2-8049-a2cdd9ebbc33} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:54.584694 [ 253 ] {6e6a2295-fc17-49b2-8049-a2cdd9ebbc33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:54.584822 [ 191 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 4 columns (4 merged, 0 gathered) in 0.00123714 sec., 193995.82908967457 rows/sec., 9.90 MiB/sec. 2026.03.18 01:43:54.584940 [ 196 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2026.03.18 01:43:54.585130 [ 253 ] {6e6a2295-fc17-49b2-8049-a2cdd9ebbc33} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.03.18 01:43:54.585233 [ 196 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_40_8} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:43:54.585313 [ 196 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_40_8} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2026.03.18 01:43:54.585377 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.03.18 01:43:54.585396 [ 253 ] {6e6a2295-fc17-49b2-8049-a2cdd9ebbc33} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:54.585633 [ 253 ] {6e6a2295-fc17-49b2-8049-a2cdd9ebbc33} executeQuery: Read 1419 rows, 91.46 KiB in 0.001898 sec., 747629.0832455216 rows/sec., 47.06 MiB/sec. 2026.03.18 01:43:54.585673 [ 253 ] {6e6a2295-fc17-49b2-8049-a2cdd9ebbc33} TCPHandler: Processed in 0.002068754 sec. 2026.03.18 01:43:54.585788 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:54.585883 [ 253 ] {de861176-a837-4ab2-acf3-062b79468b23} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:43:54.585925 [ 253 ] {de861176-a837-4ab2-acf3-062b79468b23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:43:54.586235 [ 253 ] {de861176-a837-4ab2-acf3-062b79468b23} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:54.586271 [ 253 ] {de861176-a837-4ab2-acf3-062b79468b23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:54.586565 [ 253 ] {de861176-a837-4ab2-acf3-062b79468b23} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.18 01:43:54.586779 [ 253 ] {de861176-a837-4ab2-acf3-062b79468b23} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:43:54.586912 [ 253 ] {de861176-a837-4ab2-acf3-062b79468b23} executeQuery: Read 1 rows, 69.00 B in 0.001047 sec., 955.1098376313277 rows/sec., 64.36 KiB/sec. 2026.03.18 01:43:54.586948 [ 253 ] {de861176-a837-4ab2-acf3-062b79468b23} TCPHandler: Processed in 0.00120986 sec. 2026.03.18 01:43:54.587061 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:54.587158 [ 253 ] {0f0ad61e-3712-4d63-80cc-a1bcc9feaf16} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:54.587214 [ 253 ] {0f0ad61e-3712-4d63-80cc-a1bcc9feaf16} 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.18 01:43:54.588061 [ 253 ] {0f0ad61e-3712-4d63-80cc-a1bcc9feaf16} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:54.588098 [ 253 ] {0f0ad61e-3712-4d63-80cc-a1bcc9feaf16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:54.588648 [ 253 ] {0f0ad61e-3712-4d63-80cc-a1bcc9feaf16} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.18 01:43:54.588879 [ 253 ] {0f0ad61e-3712-4d63-80cc-a1bcc9feaf16} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:54.589017 [ 253 ] {0f0ad61e-3712-4d63-80cc-a1bcc9feaf16} executeQuery: Read 25 rows, 45.87 KiB in 0.001878 sec., 13312.034078807243 rows/sec., 23.85 MiB/sec. 2026.03.18 01:43:54.589073 [ 253 ] {0f0ad61e-3712-4d63-80cc-a1bcc9feaf16} TCPHandler: Processed in 0.002061514 sec. 2026.03.18 01:43:54.589185 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:54.589279 [ 253 ] {4b7abf0a-5eb8-4bb2-bac9-fe389436963d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:43:54.589321 [ 253 ] {4b7abf0a-5eb8-4bb2-bac9-fe389436963d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:43:54.589656 [ 253 ] {4b7abf0a-5eb8-4bb2-bac9-fe389436963d} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:54.589693 [ 253 ] {4b7abf0a-5eb8-4bb2-bac9-fe389436963d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:54.590018 [ 253 ] {4b7abf0a-5eb8-4bb2-bac9-fe389436963d} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.03.18 01:43:54.590246 [ 253 ] {4b7abf0a-5eb8-4bb2-bac9-fe389436963d} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:54.590369 [ 40 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.03.18 01:43:54.590384 [ 253 ] {4b7abf0a-5eb8-4bb2-bac9-fe389436963d} executeQuery: Read 78 rows, 4.94 KiB in 0.001122 sec., 69518.71657754011 rows/sec., 4.30 MiB/sec. 2026.03.18 01:43:54.590416 [ 40 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:54.590435 [ 253 ] {4b7abf0a-5eb8-4bb2-bac9-fe389436963d} TCPHandler: Processed in 0.001300281 sec. 2026.03.18 01:43:54.590442 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:54.590540 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.03.18 01:43:54.590643 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:43:54.590671 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5514 rows starting from the beginning of the part 2026.03.18 01:43:54.590727 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 90 rows starting from the beginning of the part 2026.03.18 01:43:54.590769 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part 2026.03.18 01:43:54.590808 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 90 rows starting from the beginning of the part 2026.03.18 01:43:54.590845 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part 2026.03.18 01:43:54.590882 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 78 rows starting from the beginning of the part 2026.03.18 01:43:54.592584 [ 191 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5892 rows, containing 4 columns (4 merged, 0 gathered) in 0.002084835 sec., 2826122.9305916294 rows/sec., 182.14 MiB/sec. 2026.03.18 01:43:54.593003 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.03.18 01:43:54.593249 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_91_18} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:54.593323 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_91_18} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.03.18 01:43:54.593386 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.03.18 01:43:54.877226 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 1722 2026.03.18 01:43:54.880210 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:54.880263 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:54.881567 [ 242 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.18 01:43:54.881853 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:43:54.882214 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1722 2026.03.18 01:43:55.000219 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 333.50 MiB, peak 342.47 MiB, free memory in arenas 0.00 B, will set to 332.48 MiB (RSS), difference: -1.02 MiB 2026.03.18 01:43:55.546807 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:55.547020 [ 253 ] {618353fa-7f91-44f3-a8ec-cdb4dc41f990} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:43:55.547094 [ 253 ] {618353fa-7f91-44f3-a8ec-cdb4dc41f990} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:43:55.547780 [ 253 ] {618353fa-7f91-44f3-a8ec-cdb4dc41f990} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:55.547829 [ 253 ] {618353fa-7f91-44f3-a8ec-cdb4dc41f990} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:55.548219 [ 253 ] {618353fa-7f91-44f3-a8ec-cdb4dc41f990} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.03.18 01:43:55.548461 [ 253 ] {618353fa-7f91-44f3-a8ec-cdb4dc41f990} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:55.548615 [ 253 ] {618353fa-7f91-44f3-a8ec-cdb4dc41f990} executeQuery: Read 56 rows, 4.41 KiB in 0.001646 sec., 34021.87120291616 rows/sec., 2.61 MiB/sec. 2026.03.18 01:43:55.548658 [ 253 ] {618353fa-7f91-44f3-a8ec-cdb4dc41f990} TCPHandler: Processed in 0.001986233 sec. 2026.03.18 01:43:55.548784 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:55.548879 [ 253 ] {06dca4bf-4391-44d8-920c-a215c2551b6e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:43:55.548921 [ 253 ] {06dca4bf-4391-44d8-920c-a215c2551b6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:43:55.549346 [ 253 ] {06dca4bf-4391-44d8-920c-a215c2551b6e} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:55.549382 [ 253 ] {06dca4bf-4391-44d8-920c-a215c2551b6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:55.549691 [ 253 ] {06dca4bf-4391-44d8-920c-a215c2551b6e} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.03.18 01:43:55.549898 [ 253 ] {06dca4bf-4391-44d8-920c-a215c2551b6e} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:55.550025 [ 253 ] {06dca4bf-4391-44d8-920c-a215c2551b6e} executeQuery: Read 64 rows, 5.12 KiB in 0.001164 sec., 54982.817869415805 rows/sec., 4.29 MiB/sec. 2026.03.18 01:43:55.550063 [ 253 ] {06dca4bf-4391-44d8-920c-a215c2551b6e} TCPHandler: Processed in 0.001329632 sec. 2026.03.18 01:43:55.550178 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:55.550272 [ 253 ] {ebbefeb3-1655-495d-a8d6-f6ef3df3d61b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:43:55.550316 [ 253 ] {ebbefeb3-1655-495d-a8d6-f6ef3df3d61b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:43:55.550680 [ 253 ] {ebbefeb3-1655-495d-a8d6-f6ef3df3d61b} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:55.550716 [ 253 ] {ebbefeb3-1655-495d-a8d6-f6ef3df3d61b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:55.551034 [ 253 ] {ebbefeb3-1655-495d-a8d6-f6ef3df3d61b} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.03.18 01:43:55.551240 [ 253 ] {ebbefeb3-1655-495d-a8d6-f6ef3df3d61b} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:55.551368 [ 253 ] {ebbefeb3-1655-495d-a8d6-f6ef3df3d61b} executeQuery: Read 32 rows, 2.28 KiB in 0.001115 sec., 28699.551569506722 rows/sec., 2.00 MiB/sec. 2026.03.18 01:43:55.551410 [ 253 ] {ebbefeb3-1655-495d-a8d6-f6ef3df3d61b} TCPHandler: Processed in 0.001281631 sec. 2026.03.18 01:43:55.551535 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:43:55.551659 [ 253 ] {84d4fd48-ba83-47a8-9ce3-87631ab15962} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:43:55.551714 [ 253 ] {84d4fd48-ba83-47a8-9ce3-87631ab15962} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:43:55.552179 [ 253 ] {84d4fd48-ba83-47a8-9ce3-87631ab15962} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:55.552234 [ 253 ] {84d4fd48-ba83-47a8-9ce3-87631ab15962} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:55.552697 [ 253 ] {84d4fd48-ba83-47a8-9ce3-87631ab15962} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.03.18 01:43:55.553029 [ 253 ] {84d4fd48-ba83-47a8-9ce3-87631ab15962} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:43:55.553210 [ 253 ] {84d4fd48-ba83-47a8-9ce3-87631ab15962} executeQuery: Read 12 rows, 848.00 B in 0.001574 sec., 7623.888182973316 rows/sec., 526.13 KiB/sec. 2026.03.18 01:43:55.553262 [ 253 ] {84d4fd48-ba83-47a8-9ce3-87631ab15962} TCPHandler: Processed in 0.0017879 sec. 2026.03.18 01:43:57.277194 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 26307 2026.03.18 01:43:57.277724 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:57.277764 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:57.278258 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.18 01:43:57.278492 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:43:57.278631 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26307 2026.03.18 01:43:58.713203 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2026.03.18 01:43:58.730367 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:43:58.730433 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:43:58.736677 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.18 01:43:58.737413 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:43:58.741284 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2026.03.18 01:44:00.553615 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:00.553828 [ 253 ] {c909bb7f-6925-4698-a264-c423106b4201} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:44:00.553903 [ 253 ] {c909bb7f-6925-4698-a264-c423106b4201} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:44:00.554666 [ 253 ] {c909bb7f-6925-4698-a264-c423106b4201} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:00.554719 [ 253 ] {c909bb7f-6925-4698-a264-c423106b4201} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:44:00.555147 [ 253 ] {c909bb7f-6925-4698-a264-c423106b4201} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.03.18 01:44:00.555373 [ 253 ] {c909bb7f-6925-4698-a264-c423106b4201} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:00.555530 [ 253 ] {c909bb7f-6925-4698-a264-c423106b4201} executeQuery: Read 108 rows, 9.31 KiB in 0.001754 sec., 61573.54618015964 rows/sec., 5.18 MiB/sec. 2026.03.18 01:44:00.555582 [ 253 ] {c909bb7f-6925-4698-a264-c423106b4201} TCPHandler: Processed in 0.002104035 sec. 2026.03.18 01:44:00.555709 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:00.555807 [ 253 ] {1551835c-6757-41b4-a218-2904760c35e8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:44:00.555849 [ 253 ] {1551835c-6757-41b4-a218-2904760c35e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:44:00.556235 [ 253 ] {1551835c-6757-41b4-a218-2904760c35e8} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:00.556268 [ 253 ] {1551835c-6757-41b4-a218-2904760c35e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:44:00.556557 [ 253 ] {1551835c-6757-41b4-a218-2904760c35e8} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.18 01:44:00.556825 [ 253 ] {1551835c-6757-41b4-a218-2904760c35e8} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:00.556940 [ 27 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.03.18 01:44:00.556963 [ 253 ] {1551835c-6757-41b4-a218-2904760c35e8} executeQuery: Read 26 rows, 1.96 KiB in 0.001173 sec., 22165.38789428815 rows/sec., 1.63 MiB/sec. 2026.03.18 01:44:00.556976 [ 27 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:00.556997 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:44:00.557004 [ 253 ] {1551835c-6757-41b4-a218-2904760c35e8} TCPHandler: Processed in 0.001345922 sec. 2026.03.18 01:44:00.557120 [ 187 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.03.18 01:44:00.557125 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:00.557269 [ 253 ] {427ecad1-6c3c-4251-b5ab-ed10db0736c4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:44:00.557276 [ 187 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:00.557315 [ 253 ] {427ecad1-6c3c-4251-b5ab-ed10db0736c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:44:00.557324 [ 187 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 211 rows starting from the beginning of the part 2026.03.18 01:44:00.557414 [ 187 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 26 rows starting from the beginning of the part 2026.03.18 01:44:00.557471 [ 187 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 156 rows starting from the beginning of the part 2026.03.18 01:44:00.557521 [ 187 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 26 rows starting from the beginning of the part 2026.03.18 01:44:00.557569 [ 187 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 169 rows starting from the beginning of the part 2026.03.18 01:44:00.557618 [ 187 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 26 rows starting from the beginning of the part 2026.03.18 01:44:00.557774 [ 253 ] {427ecad1-6c3c-4251-b5ab-ed10db0736c4} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:00.557814 [ 253 ] {427ecad1-6c3c-4251-b5ab-ed10db0736c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:44:00.558153 [ 253 ] {427ecad1-6c3c-4251-b5ab-ed10db0736c4} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.03.18 01:44:00.558377 [ 253 ] {427ecad1-6c3c-4251-b5ab-ed10db0736c4} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:00.558509 [ 253 ] {427ecad1-6c3c-4251-b5ab-ed10db0736c4} executeQuery: Read 90 rows, 7.20 KiB in 0.001257 sec., 71599.04534606205 rows/sec., 5.59 MiB/sec. 2026.03.18 01:44:00.558527 [ 208 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 614 rows, containing 5 columns (5 merged, 0 gathered) in 0.001466634 sec., 418645.6880175967 rows/sec., 28.00 MiB/sec. 2026.03.18 01:44:00.558548 [ 253 ] {427ecad1-6c3c-4251-b5ab-ed10db0736c4} TCPHandler: Processed in 0.001472385 sec. 2026.03.18 01:44:00.558691 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:00.558705 [ 191 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.03.18 01:44:00.558787 [ 253 ] {f42fc56b-3ac3-410e-add4-2b2c50237718} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:00.558837 [ 253 ] {f42fc56b-3ac3-410e-add4-2b2c50237718} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:44:00.559009 [ 191 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_76_15} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:00.559096 [ 191 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_76_15} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.03.18 01:44:00.559179 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.18 01:44:00.559254 [ 253 ] {f42fc56b-3ac3-410e-add4-2b2c50237718} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:00.559293 [ 253 ] {f42fc56b-3ac3-410e-add4-2b2c50237718} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:44:00.559640 [ 253 ] {f42fc56b-3ac3-410e-add4-2b2c50237718} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.03.18 01:44:00.559851 [ 253 ] {f42fc56b-3ac3-410e-add4-2b2c50237718} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:00.559981 [ 253 ] {f42fc56b-3ac3-410e-add4-2b2c50237718} executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. 2026.03.18 01:44:00.560018 [ 253 ] {f42fc56b-3ac3-410e-add4-2b2c50237718} TCPHandler: Processed in 0.001375793 sec. 2026.03.18 01:44:00.560118 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:00.560212 [ 253 ] {f622e2d0-33db-45ee-9576-a0e221a053a2} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:00.560267 [ 253 ] {f622e2d0-33db-45ee-9576-a0e221a053a2} 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.18 01:44:00.561086 [ 253 ] {f622e2d0-33db-45ee-9576-a0e221a053a2} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:00.561122 [ 253 ] {f622e2d0-33db-45ee-9576-a0e221a053a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:44:00.561665 [ 253 ] {f622e2d0-33db-45ee-9576-a0e221a053a2} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.18 01:44:00.561886 [ 253 ] {f622e2d0-33db-45ee-9576-a0e221a053a2} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:00.561988 [ 27 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.03.18 01:44:00.562018 [ 27 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:00.562022 [ 253 ] {f622e2d0-33db-45ee-9576-a0e221a053a2} executeQuery: Read 26 rows, 47.71 KiB in 0.001827 sec., 14230.979748221127 rows/sec., 25.50 MiB/sec. 2026.03.18 01:44:00.562035 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:44:00.562077 [ 253 ] {f622e2d0-33db-45ee-9576-a0e221a053a2} TCPHandler: Processed in 0.002007004 sec. 2026.03.18 01:44:00.562134 [ 208 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.03.18 01:44:00.562194 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:00.562292 [ 253 ] {b1b89901-5673-456e-80f9-636dbd810215} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:44:00.562335 [ 253 ] {b1b89901-5673-456e-80f9-636dbd810215} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:44:00.562372 [ 208 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:00.562454 [ 208 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1448 rows starting from the beginning of the part 2026.03.18 01:44:00.562587 [ 208 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 26 rows starting from the beginning of the part 2026.03.18 01:44:00.562669 [ 253 ] {b1b89901-5673-456e-80f9-636dbd810215} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:00.562693 [ 208 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 14 rows starting from the beginning of the part 2026.03.18 01:44:00.562710 [ 253 ] {b1b89901-5673-456e-80f9-636dbd810215} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:44:00.562800 [ 208 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 26 rows starting from the beginning of the part 2026.03.18 01:44:00.562905 [ 208 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 25 rows starting from the beginning of the part 2026.03.18 01:44:00.563000 [ 208 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 26 rows starting from the beginning of the part 2026.03.18 01:44:00.563041 [ 253 ] {b1b89901-5673-456e-80f9-636dbd810215} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.03.18 01:44:00.563262 [ 253 ] {b1b89901-5673-456e-80f9-636dbd810215} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:00.563399 [ 253 ] {b1b89901-5673-456e-80f9-636dbd810215} executeQuery: Read 60 rows, 4.14 KiB in 0.001125 sec., 53333.333333333336 rows/sec., 3.59 MiB/sec. 2026.03.18 01:44:00.563436 [ 253 ] {b1b89901-5673-456e-80f9-636dbd810215} TCPHandler: Processed in 0.001292221 sec. 2026.03.18 01:44:00.569433 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1565 rows, containing 19 columns (19 merged, 0 gathered) in 0.007340252 sec., 213207.93890999927 rows/sec., 382.06 MiB/sec. 2026.03.18 01:44:00.570908 [ 199 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.03.18 01:44:00.571250 [ 199 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_76_15} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:00.571328 [ 199 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_76_15} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.03.18 01:44:00.571484 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.74 MiB. 2026.03.18 01:44:01.000192 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 332.98 MiB, peak 344.67 MiB, free memory in arenas 0.00 B, will set to 334.45 MiB (RSS), difference: 1.46 MiB 2026.03.18 01:44:04.587987 [ 7 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:44:04.588036 [ 7 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:44:04.778882 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 26755 2026.03.18 01:44:04.779436 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:04.779481 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:44:04.780020 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.18 01:44:04.780243 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:44:04.780376 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26755 2026.03.18 01:44:04.780389 [ 7 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.18 01:44:04.780448 [ 7 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:04.780472 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:44:04.780569 [ 200 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::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.18 01:44:04.780667 [ 200 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:04.780697 [ 200 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 24387 rows starting from the beginning of the part 2026.03.18 01:44:04.780761 [ 200 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 448 rows starting from the beginning of the part 2026.03.18 01:44:04.780806 [ 200 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 512 rows starting from the beginning of the part 2026.03.18 01:44:04.780850 [ 200 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 448 rows starting from the beginning of the part 2026.03.18 01:44:04.780888 [ 200 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 512 rows starting from the beginning of the part 2026.03.18 01:44:04.780925 [ 200 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 448 rows starting from the beginning of the part 2026.03.18 01:44:04.783106 [ 191 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 26755 rows, containing 4 columns (4 merged, 0 gathered) in 0.002574222 sec., 10393431.491145674 rows/sec., 148.68 MiB/sec. 2026.03.18 01:44:04.783476 [ 193 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.18 01:44:04.783814 [ 193 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_56_11} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:44:04.783903 [ 193 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_56_11} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.18 01:44:04.784037 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.74 MiB. 2026.03.18 01:44:04.882587 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1742 2026.03.18 01:44:04.884689 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:04.884745 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:44:04.886392 [ 242 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.18 01:44:04.886769 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:44:04.886922 [ 7 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.18 01:44:04.886974 [ 7 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:04.886995 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2026.03.18 01:44:04.887058 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1742 2026.03.18 01:44:04.887102 [ 191 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::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.18 01:44:04.887671 [ 191 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:04.887814 [ 191 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1542 rows starting from the beginning of the part 2026.03.18 01:44:04.888145 [ 191 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 66 rows starting from the beginning of the part 2026.03.18 01:44:04.888452 [ 191 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 20 rows starting from the beginning of the part 2026.03.18 01:44:04.888752 [ 191 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 34 rows starting from the beginning of the part 2026.03.18 01:44:04.889078 [ 191 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::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.18 01:44:04.889429 [ 191 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 20 rows starting from the beginning of the part 2026.03.18 01:44:04.895784 [ 193 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1742 rows, containing 72 columns (72 merged, 0 gathered) in 0.008726095 sec., 199631.10646858648 rows/sec., 153.64 MiB/sec. 2026.03.18 01:44:04.897521 [ 198 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.18 01:44:04.898090 [ 198 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_41_8} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:44:04.898160 [ 198 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_41_8} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.18 01:44:04.898430 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.96 MiB. 2026.03.18 01:44:05.561268 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:05.561513 [ 253 ] {3ffeec6c-febb-4d33-a547-15db704cbccf} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:44:05.561600 [ 253 ] {3ffeec6c-febb-4d33-a547-15db704cbccf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:44:05.562412 [ 253 ] {3ffeec6c-febb-4d33-a547-15db704cbccf} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:05.562461 [ 253 ] {3ffeec6c-febb-4d33-a547-15db704cbccf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:05.562863 [ 253 ] {3ffeec6c-febb-4d33-a547-15db704cbccf} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.18 01:44:05.563098 [ 253 ] {3ffeec6c-febb-4d33-a547-15db704cbccf} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:44:05.563253 [ 253 ] {3ffeec6c-febb-4d33-a547-15db704cbccf} executeQuery: Read 284 rows, 18.47 KiB in 0.001801 sec., 157690.17212659633 rows/sec., 10.02 MiB/sec. 2026.03.18 01:44:05.563256 [ 88 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 2026.03.18 01:44:05.563296 [ 253 ] {3ffeec6c-febb-4d33-a547-15db704cbccf} TCPHandler: Processed in 0.002191337 sec. 2026.03.18 01:44:05.563326 [ 88 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:05.563352 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:05.563427 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:05.563449 [ 193 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_41_10} MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full 2026.03.18 01:44:05.563527 [ 253 ] {33fdf022-ba38-4b8d-9cbd-6687a9b1679c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:44:05.563555 [ 193 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_41_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:05.563568 [ 253 ] {33fdf022-ba38-4b8d-9cbd-6687a9b1679c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:44:05.563591 [ 193 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 284 rows starting from the beginning of the part 2026.03.18 01:44:05.563664 [ 193 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 284 rows starting from the beginning of the part 2026.03.18 01:44:05.563717 [ 193 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 284 rows starting from the beginning of the part 2026.03.18 01:44:05.563768 [ 193 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 284 rows starting from the beginning of the part 2026.03.18 01:44:05.563813 [ 193 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 284 rows starting from the beginning of the part 2026.03.18 01:44:05.564310 [ 253 ] {33fdf022-ba38-4b8d-9cbd-6687a9b1679c} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:05.564346 [ 253 ] {33fdf022-ba38-4b8d-9cbd-6687a9b1679c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:05.564689 [ 197 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_41_10} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001278712 sec., 1110492.4330107172 rows/sec., 74.77 MiB/sec. 2026.03.18 01:44:05.564706 [ 253 ] {33fdf022-ba38-4b8d-9cbd-6687a9b1679c} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.03.18 01:44:05.564890 [ 197 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_41_10} MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) 2026.03.18 01:44:05.564979 [ 253 ] {33fdf022-ba38-4b8d-9cbd-6687a9b1679c} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:05.565126 [ 253 ] {33fdf022-ba38-4b8d-9cbd-6687a9b1679c} executeQuery: Read 825 rows, 66.29 KiB in 0.001619 sec., 509573.81099444104 rows/sec., 39.98 MiB/sec. 2026.03.18 01:44:05.565168 [ 253 ] {33fdf022-ba38-4b8d-9cbd-6687a9b1679c} TCPHandler: Processed in 0.00179066 sec. 2026.03.18 01:44:05.565198 [ 197 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_41_10} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:05.565280 [ 197 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_41_10} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 2026.03.18 01:44:05.565307 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:05.565376 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.18 01:44:05.565436 [ 253 ] {903be6d7-52f6-43fe-9a5a-64e4aad3de20} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:44:05.565491 [ 253 ] {903be6d7-52f6-43fe-9a5a-64e4aad3de20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:44:05.566019 [ 253 ] {903be6d7-52f6-43fe-9a5a-64e4aad3de20} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:05.566057 [ 253 ] {903be6d7-52f6-43fe-9a5a-64e4aad3de20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:05.566392 [ 253 ] {903be6d7-52f6-43fe-9a5a-64e4aad3de20} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.18 01:44:05.566603 [ 253 ] {903be6d7-52f6-43fe-9a5a-64e4aad3de20} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:05.566734 [ 253 ] {903be6d7-52f6-43fe-9a5a-64e4aad3de20} executeQuery: Read 156 rows, 9.59 KiB in 0.001323 sec., 117913.8321995465 rows/sec., 7.08 MiB/sec. 2026.03.18 01:44:05.566773 [ 253 ] {903be6d7-52f6-43fe-9a5a-64e4aad3de20} TCPHandler: Processed in 0.001527676 sec. 2026.03.18 01:44:05.566888 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:05.566985 [ 253 ] {ebb2824a-48fb-4079-904c-5b976ef8d5c3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:44:05.567026 [ 253 ] {ebb2824a-48fb-4079-904c-5b976ef8d5c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:44:05.567457 [ 253 ] {ebb2824a-48fb-4079-904c-5b976ef8d5c3} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:05.567495 [ 253 ] {ebb2824a-48fb-4079-904c-5b976ef8d5c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:05.567802 [ 253 ] {ebb2824a-48fb-4079-904c-5b976ef8d5c3} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.18 01:44:05.568025 [ 253 ] {ebb2824a-48fb-4079-904c-5b976ef8d5c3} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:44:05.568131 [ 88 ] {} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.18 01:44:05.568155 [ 253 ] {ebb2824a-48fb-4079-904c-5b976ef8d5c3} executeQuery: Read 149 rows, 9.86 KiB in 0.001189 sec., 125315.39108494534 rows/sec., 8.10 MiB/sec. 2026.03.18 01:44:05.568162 [ 88 ] {} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:05.568194 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:05.568199 [ 253 ] {ebb2824a-48fb-4079-904c-5b976ef8d5c3} TCPHandler: Processed in 0.001361583 sec. 2026.03.18 01:44:05.568281 [ 201 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::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.18 01:44:05.568345 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:05.568387 [ 201 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:05.568421 [ 201 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 857 rows starting from the beginning of the part 2026.03.18 01:44:05.568444 [ 253 ] {5da624f4-6331-4cc7-8a3e-bc99f911c1dd} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:44:05.568483 [ 201 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 857 rows starting from the beginning of the part 2026.03.18 01:44:05.568490 [ 253 ] {5da624f4-6331-4cc7-8a3e-bc99f911c1dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:44:05.568537 [ 201 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 149 rows starting from the beginning of the part 2026.03.18 01:44:05.568586 [ 201 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 149 rows starting from the beginning of the part 2026.03.18 01:44:05.568625 [ 201 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 857 rows starting from the beginning of the part 2026.03.18 01:44:05.568663 [ 201 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 149 rows starting from the beginning of the part 2026.03.18 01:44:05.568949 [ 253 ] {5da624f4-6331-4cc7-8a3e-bc99f911c1dd} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:05.568990 [ 253 ] {5da624f4-6331-4cc7-8a3e-bc99f911c1dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:05.569312 [ 253 ] {5da624f4-6331-4cc7-8a3e-bc99f911c1dd} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.18 01:44:05.569533 [ 253 ] {5da624f4-6331-4cc7-8a3e-bc99f911c1dd} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:44:05.569636 [ 88 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 2026.03.18 01:44:05.569662 [ 253 ] {5da624f4-6331-4cc7-8a3e-bc99f911c1dd} executeQuery: Read 148 rows, 8.62 KiB in 0.001235 sec., 119838.05668016194 rows/sec., 6.82 MiB/sec. 2026.03.18 01:44:05.569664 [ 88 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:05.569701 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:05.569707 [ 253 ] {5da624f4-6331-4cc7-8a3e-bc99f911c1dd} TCPHandler: Processed in 0.001412443 sec. 2026.03.18 01:44:05.569772 [ 193 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_41_10} MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full 2026.03.18 01:44:05.569844 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:05.569865 [ 193 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_41_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:05.569893 [ 193 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 148 rows starting from the beginning of the part 2026.03.18 01:44:05.569940 [ 253 ] {ed60d170-6c8b-4cee-b722-c75544ecc0af} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:44:05.569944 [ 193 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 148 rows starting from the beginning of the part 2026.03.18 01:44:05.569942 [ 195 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3018 rows, containing 5 columns (5 merged, 0 gathered) in 0.001696958 sec., 1778476.544499039 rows/sec., 113.84 MiB/sec. 2026.03.18 01:44:05.569983 [ 253 ] {ed60d170-6c8b-4cee-b722-c75544ecc0af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:44:05.569995 [ 193 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 148 rows starting from the beginning of the part 2026.03.18 01:44:05.570038 [ 193 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 148 rows starting from the beginning of the part 2026.03.18 01:44:05.570072 [ 193 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 148 rows starting from the beginning of the part 2026.03.18 01:44:05.570218 [ 186 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.18 01:44:05.570559 [ 186 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_41_8} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:44:05.570607 [ 253 ] {ed60d170-6c8b-4cee-b722-c75544ecc0af} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:05.570649 [ 186 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_41_8} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.18 01:44:05.570650 [ 253 ] {ed60d170-6c8b-4cee-b722-c75544ecc0af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:05.570760 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.03.18 01:44:05.570819 [ 186 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_41_10} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001076538 sec., 687388.6476835932 rows/sec., 41.72 MiB/sec. 2026.03.18 01:44:05.570949 [ 201 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_41_10} MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) 2026.03.18 01:44:05.571025 [ 253 ] {ed60d170-6c8b-4cee-b722-c75544ecc0af} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.03.18 01:44:05.571264 [ 201 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_41_10} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:05.571319 [ 253 ] {ed60d170-6c8b-4cee-b722-c75544ecc0af} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:05.571347 [ 201 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_41_10} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 2026.03.18 01:44:05.571431 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.18 01:44:05.571466 [ 253 ] {ed60d170-6c8b-4cee-b722-c75544ecc0af} executeQuery: Read 504 rows, 36.30 KiB in 0.001544 sec., 326424.87046632124 rows/sec., 22.96 MiB/sec. 2026.03.18 01:44:05.571510 [ 253 ] {ed60d170-6c8b-4cee-b722-c75544ecc0af} TCPHandler: Processed in 0.001715838 sec. 2026.03.18 01:44:05.571616 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:05.571712 [ 253 ] {826e1f2b-4dca-4038-be98-b8a49f0d86e0} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:44:05.571752 [ 253 ] {826e1f2b-4dca-4038-be98-b8a49f0d86e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:44:05.572079 [ 253 ] {826e1f2b-4dca-4038-be98-b8a49f0d86e0} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:05.572115 [ 253 ] {826e1f2b-4dca-4038-be98-b8a49f0d86e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:05.572435 [ 253 ] {826e1f2b-4dca-4038-be98-b8a49f0d86e0} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.18 01:44:05.572669 [ 253 ] {826e1f2b-4dca-4038-be98-b8a49f0d86e0} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:44:05.572802 [ 253 ] {826e1f2b-4dca-4038-be98-b8a49f0d86e0} executeQuery: Read 6 rows, 321.00 B in 0.001109 sec., 5410.279531109108 rows/sec., 282.67 KiB/sec. 2026.03.18 01:44:05.572839 [ 253 ] {826e1f2b-4dca-4038-be98-b8a49f0d86e0} TCPHandler: Processed in 0.001272771 sec. 2026.03.18 01:44:05.572950 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:05.573045 [ 253 ] {6a80c9ed-c5a2-467c-9b1f-9c066503243f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:05.573087 [ 253 ] {6a80c9ed-c5a2-467c-9b1f-9c066503243f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:44:05.573501 [ 253 ] {6a80c9ed-c5a2-467c-9b1f-9c066503243f} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:05.573537 [ 253 ] {6a80c9ed-c5a2-467c-9b1f-9c066503243f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:05.573869 [ 253 ] {6a80c9ed-c5a2-467c-9b1f-9c066503243f} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.03.18 01:44:05.574084 [ 253 ] {6a80c9ed-c5a2-467c-9b1f-9c066503243f} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:05.574217 [ 253 ] {6a80c9ed-c5a2-467c-9b1f-9c066503243f} executeQuery: Read 265 rows, 18.03 KiB in 0.00119 sec., 222689.07563025207 rows/sec., 14.80 MiB/sec. 2026.03.18 01:44:05.574225 [ 94 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 6 parts from all_1_89_18 to all_94_94_0 2026.03.18 01:44:05.574254 [ 253 ] {6a80c9ed-c5a2-467c-9b1f-9c066503243f} TCPHandler: Processed in 0.001353573 sec. 2026.03.18 01:44:05.574271 [ 94 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:05.574298 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:05.574374 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:05.574391 [ 195 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_94_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_89_18 to all_94_94_0 into Compact with storage Full 2026.03.18 01:44:05.574472 [ 253 ] {501fadec-2002-469f-b6ce-b2bac664e5ba} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:44:05.574518 [ 253 ] {501fadec-2002-469f-b6ce-b2bac664e5ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:44:05.574521 [ 195 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_94_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:05.574571 [ 195 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_94_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_89_18, total 31663 rows starting from the beginning of the part 2026.03.18 01:44:05.574644 [ 195 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_94_19} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part 2026.03.18 01:44:05.574696 [ 195 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_94_19} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1419 rows starting from the beginning of the part 2026.03.18 01:44:05.574742 [ 195 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_94_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 32 rows starting from the beginning of the part 2026.03.18 01:44:05.574787 [ 195 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_94_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part 2026.03.18 01:44:05.574823 [ 253 ] {501fadec-2002-469f-b6ce-b2bac664e5ba} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:05.574832 [ 195 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_94_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 265 rows starting from the beginning of the part 2026.03.18 01:44:05.574867 [ 253 ] {501fadec-2002-469f-b6ce-b2bac664e5ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:05.575195 [ 253 ] {501fadec-2002-469f-b6ce-b2bac664e5ba} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.18 01:44:05.575420 [ 253 ] {501fadec-2002-469f-b6ce-b2bac664e5ba} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:44:05.575554 [ 253 ] {501fadec-2002-469f-b6ce-b2bac664e5ba} executeQuery: Read 1 rows, 69.00 B in 0.0011 sec., 909.090909090909 rows/sec., 61.26 KiB/sec. 2026.03.18 01:44:05.575590 [ 253 ] {501fadec-2002-469f-b6ce-b2bac664e5ba} TCPHandler: Processed in 0.001266901 sec. 2026.03.18 01:44:05.575694 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:05.575788 [ 253 ] {8a47167d-348c-426a-b7fd-b4f691b8c049} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:05.575843 [ 253 ] {8a47167d-348c-426a-b7fd-b4f691b8c049} 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.18 01:44:05.576608 [ 253 ] {8a47167d-348c-426a-b7fd-b4f691b8c049} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:05.576646 [ 253 ] {8a47167d-348c-426a-b7fd-b4f691b8c049} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:05.577179 [ 253 ] {8a47167d-348c-426a-b7fd-b4f691b8c049} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.18 01:44:05.577404 [ 253 ] {8a47167d-348c-426a-b7fd-b4f691b8c049} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:05.577543 [ 253 ] {8a47167d-348c-426a-b7fd-b4f691b8c049} executeQuery: Read 14 rows, 25.69 KiB in 0.001773 sec., 7896.221094190637 rows/sec., 14.15 MiB/sec. 2026.03.18 01:44:05.577595 [ 253 ] {8a47167d-348c-426a-b7fd-b4f691b8c049} TCPHandler: Processed in 0.001951442 sec. 2026.03.18 01:44:05.577710 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:05.577805 [ 253 ] {5f855784-1a7e-47a5-ab22-eb2e9bb35263} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:44:05.577846 [ 253 ] {5f855784-1a7e-47a5-ab22-eb2e9bb35263} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:44:05.578180 [ 253 ] {5f855784-1a7e-47a5-ab22-eb2e9bb35263} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:05.578216 [ 253 ] {5f855784-1a7e-47a5-ab22-eb2e9bb35263} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:05.578553 [ 253 ] {5f855784-1a7e-47a5-ab22-eb2e9bb35263} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.03.18 01:44:05.578767 [ 253 ] {5f855784-1a7e-47a5-ab22-eb2e9bb35263} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:05.578896 [ 253 ] {5f855784-1a7e-47a5-ab22-eb2e9bb35263} executeQuery: Read 90 rows, 5.77 KiB in 0.001109 sec., 81154.19296663662 rows/sec., 5.08 MiB/sec. 2026.03.18 01:44:05.578931 [ 253 ] {5f855784-1a7e-47a5-ab22-eb2e9bb35263} TCPHandler: Processed in 0.001271832 sec. 2026.03.18 01:44:05.581563 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_94_19} MergeTask::MergeProjectionsStage: Merge sorted 33699 rows, containing 5 columns (5 merged, 0 gathered) in 0.00721451 sec., 4671003.297521245 rows/sec., 304.46 MiB/sec. 2026.03.18 01:44:05.581878 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_94_19} MergedBlockOutputStream: filled checksums all_1_94_19 (state Temporary) 2026.03.18 01:44:05.582134 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_94_19} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_merge_all_1_94_19 to all_1_94_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:05.582201 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_94_19} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 6 parts: [all_1_89_18, all_94_94_0] -> all_1_94_19 2026.03.18 01:44:05.582275 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.03.18 01:44:06.241479 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2026.03.18 01:44:06.260000 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:06.260063 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:06.265648 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.18 01:44:06.266301 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:44:06.266585 [ 94 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.18 01:44:06.266652 [ 94 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:06.266679 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:06.266840 [ 195 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:44:06.269501 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2026.03.18 01:44:06.270044 [ 195 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:06.270777 [ 195 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 384 rows starting from the beginning of the part 2026.03.18 01:44:06.274140 [ 195 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part 2026.03.18 01:44:06.277497 [ 195 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part 2026.03.18 01:44:06.281294 [ 195 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part 2026.03.18 01:44:06.285115 [ 195 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part 2026.03.18 01:44:06.288906 [ 195 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part 2026.03.18 01:44:06.341794 [ 196 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.074986236 sec., 5627.699462071946 rows/sec., 29.10 MiB/sec. 2026.03.18 01:44:06.344604 [ 202 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.18 01:44:06.346611 [ 202 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_56_11} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:44:06.346724 [ 202 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_56_11} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.18 01:44:06.349073 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.03.18 01:44:10.554249 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:10.554465 [ 253 ] {87ebef78-1eb0-45f3-899c-ccd70d9558a6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:44:10.554541 [ 253 ] {87ebef78-1eb0-45f3-899c-ccd70d9558a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:44:10.555297 [ 253 ] {87ebef78-1eb0-45f3-899c-ccd70d9558a6} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:10.555358 [ 253 ] {87ebef78-1eb0-45f3-899c-ccd70d9558a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:10.555757 [ 253 ] {87ebef78-1eb0-45f3-899c-ccd70d9558a6} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 01:44:10.556000 [ 253 ] {87ebef78-1eb0-45f3-899c-ccd70d9558a6} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:44:10.556170 [ 253 ] {87ebef78-1eb0-45f3-899c-ccd70d9558a6} executeQuery: Read 2 rows, 167.00 B in 0.001758 sec., 1137.6564277588168 rows/sec., 92.77 KiB/sec. 2026.03.18 01:44:10.556223 [ 253 ] {87ebef78-1eb0-45f3-899c-ccd70d9558a6} TCPHandler: Processed in 0.002113636 sec. 2026.03.18 01:44:10.556352 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:10.556458 [ 253 ] {359e9707-9c47-4d03-b825-878dadc07b39} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:44:10.556500 [ 253 ] {359e9707-9c47-4d03-b825-878dadc07b39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:44:10.556976 [ 253 ] {359e9707-9c47-4d03-b825-878dadc07b39} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:10.557015 [ 253 ] {359e9707-9c47-4d03-b825-878dadc07b39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:10.557333 [ 253 ] {359e9707-9c47-4d03-b825-878dadc07b39} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.03.18 01:44:10.557548 [ 253 ] {359e9707-9c47-4d03-b825-878dadc07b39} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:10.557684 [ 253 ] {359e9707-9c47-4d03-b825-878dadc07b39} executeQuery: Read 109 rows, 9.38 KiB in 0.00125 sec., 87200 rows/sec., 7.33 MiB/sec. 2026.03.18 01:44:10.557723 [ 253 ] {359e9707-9c47-4d03-b825-878dadc07b39} TCPHandler: Processed in 0.001425453 sec. 2026.03.18 01:44:10.557842 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:10.557940 [ 253 ] {3ed9b314-3ad9-4f07-bbcd-826239f26fba} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:44:10.557982 [ 253 ] {3ed9b314-3ad9-4f07-bbcd-826239f26fba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:44:10.558396 [ 253 ] {3ed9b314-3ad9-4f07-bbcd-826239f26fba} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:10.558433 [ 253 ] {3ed9b314-3ad9-4f07-bbcd-826239f26fba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:10.558747 [ 253 ] {3ed9b314-3ad9-4f07-bbcd-826239f26fba} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.03.18 01:44:10.558956 [ 253 ] {3ed9b314-3ad9-4f07-bbcd-826239f26fba} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:10.559095 [ 253 ] {3ed9b314-3ad9-4f07-bbcd-826239f26fba} executeQuery: Read 28 rows, 2.09 KiB in 0.001175 sec., 23829.787234042553 rows/sec., 1.74 MiB/sec. 2026.03.18 01:44:10.559134 [ 253 ] {3ed9b314-3ad9-4f07-bbcd-826239f26fba} TCPHandler: Processed in 0.001342572 sec. 2026.03.18 01:44:10.559257 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:10.559379 [ 253 ] {235966a9-3b97-44d6-a8d5-060250b20c2f} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:44:10.559428 [ 253 ] {235966a9-3b97-44d6-a8d5-060250b20c2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:44:10.559950 [ 253 ] {235966a9-3b97-44d6-a8d5-060250b20c2f} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:10.559994 [ 253 ] {235966a9-3b97-44d6-a8d5-060250b20c2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:10.560342 [ 253 ] {235966a9-3b97-44d6-a8d5-060250b20c2f} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.03.18 01:44:10.560552 [ 253 ] {235966a9-3b97-44d6-a8d5-060250b20c2f} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:10.560684 [ 253 ] {235966a9-3b97-44d6-a8d5-060250b20c2f} executeQuery: Read 92 rows, 7.36 KiB in 0.00133 sec., 69172.93233082707 rows/sec., 5.40 MiB/sec. 2026.03.18 01:44:10.560722 [ 253 ] {235966a9-3b97-44d6-a8d5-060250b20c2f} TCPHandler: Processed in 0.001525925 sec. 2026.03.18 01:44:10.560835 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:10.560957 [ 253 ] {e6f784a8-68d9-4682-9460-521f6e534623} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:10.561023 [ 253 ] {e6f784a8-68d9-4682-9460-521f6e534623} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:44:10.561509 [ 253 ] {e6f784a8-68d9-4682-9460-521f6e534623} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:10.561554 [ 253 ] {e6f784a8-68d9-4682-9460-521f6e534623} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:10.561960 [ 253 ] {e6f784a8-68d9-4682-9460-521f6e534623} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.03.18 01:44:10.562220 [ 253 ] {e6f784a8-68d9-4682-9460-521f6e534623} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:10.562355 [ 253 ] {e6f784a8-68d9-4682-9460-521f6e534623} executeQuery: Read 161 rows, 11.48 KiB in 0.001424 sec., 113061.797752809 rows/sec., 7.87 MiB/sec. 2026.03.18 01:44:10.562393 [ 253 ] {e6f784a8-68d9-4682-9460-521f6e534623} TCPHandler: Processed in 0.001608137 sec. 2026.03.18 01:44:10.562501 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:10.562600 [ 253 ] {e06c1438-e974-4d4a-8f90-752d83f674d9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:10.562656 [ 253 ] {e06c1438-e974-4d4a-8f90-752d83f674d9} 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.18 01:44:10.563482 [ 253 ] {e06c1438-e974-4d4a-8f90-752d83f674d9} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:10.563520 [ 253 ] {e06c1438-e974-4d4a-8f90-752d83f674d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:10.564058 [ 253 ] {e06c1438-e974-4d4a-8f90-752d83f674d9} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.03.18 01:44:10.564288 [ 253 ] {e06c1438-e974-4d4a-8f90-752d83f674d9} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:10.564431 [ 253 ] {e06c1438-e974-4d4a-8f90-752d83f674d9} executeQuery: Read 26 rows, 47.71 KiB in 0.001849 sec., 14061.654948620877 rows/sec., 25.20 MiB/sec. 2026.03.18 01:44:10.564484 [ 253 ] {e06c1438-e974-4d4a-8f90-752d83f674d9} TCPHandler: Processed in 0.002033504 sec. 2026.03.18 01:44:10.564600 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:10.564694 [ 253 ] {1c63f1e7-2465-4be4-9a35-7f7a2fbf11c3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:44:10.564735 [ 253 ] {1c63f1e7-2465-4be4-9a35-7f7a2fbf11c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:44:10.565086 [ 253 ] {1c63f1e7-2465-4be4-9a35-7f7a2fbf11c3} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:10.565122 [ 253 ] {1c63f1e7-2465-4be4-9a35-7f7a2fbf11c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:10.565430 [ 253 ] {1c63f1e7-2465-4be4-9a35-7f7a2fbf11c3} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.03.18 01:44:10.565631 [ 253 ] {1c63f1e7-2465-4be4-9a35-7f7a2fbf11c3} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:10.565760 [ 253 ] {1c63f1e7-2465-4be4-9a35-7f7a2fbf11c3} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2026.03.18 01:44:10.565797 [ 253 ] {1c63f1e7-2465-4be4-9a35-7f7a2fbf11c3} TCPHandler: Processed in 0.001246901 sec. 2026.03.18 01:44:12.280594 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 27267 2026.03.18 01:44:12.281195 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:12.281240 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:12.281911 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.18 01:44:12.282137 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:44:12.282267 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27267 2026.03.18 01:44:13.769653 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2026.03.18 01:44:13.784436 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:13.784485 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:13.789756 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.18 01:44:13.790461 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:44:13.793126 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2026.03.18 01:44:14.887364 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1778 2026.03.18 01:44:14.890217 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:14.890264 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:14.891447 [ 242 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.18 01:44:14.891709 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:44:14.891978 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1778 2026.03.18 01:44:15.560701 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:15.560913 [ 253 ] {67d6fae7-a215-433b-b633-b7b4b0151235} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:44:15.560988 [ 253 ] {67d6fae7-a215-433b-b633-b7b4b0151235} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:44:15.561721 [ 253 ] {67d6fae7-a215-433b-b633-b7b4b0151235} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:15.561766 [ 253 ] {67d6fae7-a215-433b-b633-b7b4b0151235} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:15.562224 [ 253 ] {67d6fae7-a215-433b-b633-b7b4b0151235} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.18 01:44:15.562447 [ 253 ] {67d6fae7-a215-433b-b633-b7b4b0151235} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:44:15.562599 [ 253 ] {67d6fae7-a215-433b-b633-b7b4b0151235} executeQuery: Read 284 rows, 18.47 KiB in 0.001738 sec., 163406.21403912542 rows/sec., 10.38 MiB/sec. 2026.03.18 01:44:15.562641 [ 253 ] {67d6fae7-a215-433b-b633-b7b4b0151235} TCPHandler: Processed in 0.002075344 sec. 2026.03.18 01:44:15.562769 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:15.562866 [ 253 ] {33dcb0a4-6e36-477a-8167-4e6ddbfca106} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:44:15.562907 [ 253 ] {33dcb0a4-6e36-477a-8167-4e6ddbfca106} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:44:15.563689 [ 253 ] {33dcb0a4-6e36-477a-8167-4e6ddbfca106} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:15.563724 [ 253 ] {33dcb0a4-6e36-477a-8167-4e6ddbfca106} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:15.564107 [ 253 ] {33dcb0a4-6e36-477a-8167-4e6ddbfca106} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.03.18 01:44:15.564316 [ 253 ] {33dcb0a4-6e36-477a-8167-4e6ddbfca106} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:15.564446 [ 253 ] {33dcb0a4-6e36-477a-8167-4e6ddbfca106} executeQuery: Read 825 rows, 66.29 KiB in 0.001599 sec., 515947.4671669794 rows/sec., 40.48 MiB/sec. 2026.03.18 01:44:15.564483 [ 253 ] {33dcb0a4-6e36-477a-8167-4e6ddbfca106} TCPHandler: Processed in 0.001763339 sec. 2026.03.18 01:44:15.564493 [ 150 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.03.18 01:44:15.564567 [ 150 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:15.564593 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:15.564607 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:15.564735 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.03.18 01:44:15.564742 [ 253 ] {fde218b0-0f29-4577-b74c-9e5a068a485e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:44:15.564838 [ 253 ] {fde218b0-0f29-4577-b74c-9e5a068a485e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:44:15.564895 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:15.564938 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 2770 rows starting from the beginning of the part 2026.03.18 01:44:15.565018 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part 2026.03.18 01:44:15.565073 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 108 rows starting from the beginning of the part 2026.03.18 01:44:15.565124 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 825 rows starting from the beginning of the part 2026.03.18 01:44:15.565173 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 109 rows starting from the beginning of the part 2026.03.18 01:44:15.565220 [ 187 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 825 rows starting from the beginning of the part 2026.03.18 01:44:15.565383 [ 253 ] {fde218b0-0f29-4577-b74c-9e5a068a485e} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:15.565432 [ 253 ] {fde218b0-0f29-4577-b74c-9e5a068a485e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:15.565782 [ 253 ] {fde218b0-0f29-4577-b74c-9e5a068a485e} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.03.18 01:44:15.566016 [ 253 ] {fde218b0-0f29-4577-b74c-9e5a068a485e} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:15.566154 [ 253 ] {fde218b0-0f29-4577-b74c-9e5a068a485e} executeQuery: Read 156 rows, 9.59 KiB in 0.001436 sec., 108635.09749303621 rows/sec., 6.52 MiB/sec. 2026.03.18 01:44:15.566193 [ 253 ] {fde218b0-0f29-4577-b74c-9e5a068a485e} TCPHandler: Processed in 0.001647657 sec. 2026.03.18 01:44:15.566307 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:15.566402 [ 253 ] {ba8ffcec-0651-42f0-969d-560268bfe1c0} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:44:15.566441 [ 253 ] {ba8ffcec-0651-42f0-969d-560268bfe1c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:44:15.566878 [ 253 ] {ba8ffcec-0651-42f0-969d-560268bfe1c0} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:15.566914 [ 253 ] {ba8ffcec-0651-42f0-969d-560268bfe1c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:15.567043 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 4693 rows, containing 5 columns (5 merged, 0 gathered) in 0.00237487 sec., 1976108.165920661 rows/sec., 160.75 MiB/sec. 2026.03.18 01:44:15.567228 [ 253 ] {ba8ffcec-0651-42f0-969d-560268bfe1c0} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.18 01:44:15.567441 [ 199 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.03.18 01:44:15.567453 [ 253 ] {ba8ffcec-0651-42f0-969d-560268bfe1c0} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:44:15.567597 [ 253 ] {ba8ffcec-0651-42f0-969d-560268bfe1c0} executeQuery: Read 149 rows, 9.86 KiB in 0.001213 sec., 122835.94394064302 rows/sec., 7.94 MiB/sec. 2026.03.18 01:44:15.567637 [ 253 ] {ba8ffcec-0651-42f0-969d-560268bfe1c0} TCPHandler: Processed in 0.001377993 sec. 2026.03.18 01:44:15.567722 [ 199 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_96_19} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:15.567753 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:15.567802 [ 199 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_96_19} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.03.18 01:44:15.567850 [ 253 ] {d0869154-26d8-4ce9-bd9f-5b48aa959ac9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:44:15.567889 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2026.03.18 01:44:15.567895 [ 253 ] {d0869154-26d8-4ce9-bd9f-5b48aa959ac9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:44:15.568347 [ 253 ] {d0869154-26d8-4ce9-bd9f-5b48aa959ac9} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:15.568384 [ 253 ] {d0869154-26d8-4ce9-bd9f-5b48aa959ac9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:15.568693 [ 253 ] {d0869154-26d8-4ce9-bd9f-5b48aa959ac9} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.18 01:44:15.568905 [ 253 ] {d0869154-26d8-4ce9-bd9f-5b48aa959ac9} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:44:15.569033 [ 253 ] {d0869154-26d8-4ce9-bd9f-5b48aa959ac9} executeQuery: Read 148 rows, 8.62 KiB in 0.001201 sec., 123230.64113238968 rows/sec., 7.01 MiB/sec. 2026.03.18 01:44:15.569070 [ 253 ] {d0869154-26d8-4ce9-bd9f-5b48aa959ac9} TCPHandler: Processed in 0.001366462 sec. 2026.03.18 01:44:15.569182 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:15.569278 [ 253 ] {764eca43-abc4-4362-b88c-06e7681604b8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:44:15.569318 [ 253 ] {764eca43-abc4-4362-b88c-06e7681604b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:44:15.569916 [ 253 ] {764eca43-abc4-4362-b88c-06e7681604b8} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:15.569952 [ 253 ] {764eca43-abc4-4362-b88c-06e7681604b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:15.570282 [ 253 ] {764eca43-abc4-4362-b88c-06e7681604b8} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.03.18 01:44:15.570493 [ 253 ] {764eca43-abc4-4362-b88c-06e7681604b8} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:15.570629 [ 253 ] {764eca43-abc4-4362-b88c-06e7681604b8} executeQuery: Read 504 rows, 36.30 KiB in 0.001369 sec., 368151.93571950326 rows/sec., 25.89 MiB/sec. 2026.03.18 01:44:15.570632 [ 150 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.03.18 01:44:15.570670 [ 253 ] {764eca43-abc4-4362-b88c-06e7681604b8} TCPHandler: Processed in 0.001537216 sec. 2026.03.18 01:44:15.570690 [ 150 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:15.570719 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:15.570798 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:15.570799 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.03.18 01:44:15.570923 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:15.570928 [ 253 ] {ed9d77c3-27c0-4b30-9844-574c24ebeaf9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:44:15.570953 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1513 rows starting from the beginning of the part 2026.03.18 01:44:15.571012 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part 2026.03.18 01:44:15.571055 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 90 rows starting from the beginning of the part 2026.03.18 01:44:15.571073 [ 253 ] {ed9d77c3-27c0-4b30-9844-574c24ebeaf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:44:15.571095 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 504 rows starting from the beginning of the part 2026.03.18 01:44:15.571142 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 92 rows starting from the beginning of the part 2026.03.18 01:44:15.571185 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 504 rows starting from the beginning of the part 2026.03.18 01:44:15.571466 [ 253 ] {ed9d77c3-27c0-4b30-9844-574c24ebeaf9} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:15.571507 [ 253 ] {ed9d77c3-27c0-4b30-9844-574c24ebeaf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:15.571845 [ 253 ] {ed9d77c3-27c0-4b30-9844-574c24ebeaf9} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.18 01:44:15.572074 [ 253 ] {ed9d77c3-27c0-4b30-9844-574c24ebeaf9} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:44:15.572213 [ 253 ] {ed9d77c3-27c0-4b30-9844-574c24ebeaf9} executeQuery: Read 6 rows, 321.00 B in 0.00131 sec., 4580.152671755725 rows/sec., 239.30 KiB/sec. 2026.03.18 01:44:15.572251 [ 253 ] {ed9d77c3-27c0-4b30-9844-574c24ebeaf9} TCPHandler: Processed in 0.001514905 sec. 2026.03.18 01:44:15.572273 [ 199 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 2767 rows, containing 5 columns (5 merged, 0 gathered) in 0.001508376 sec., 1834423.2472540003 rows/sec., 136.27 MiB/sec. 2026.03.18 01:44:15.572369 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:15.572434 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.03.18 01:44:15.572471 [ 253 ] {808703bd-e02b-447b-aa20-2447762d75d8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:15.572518 [ 253 ] {808703bd-e02b-447b-aa20-2447762d75d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:44:15.572668 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_96_19} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:15.572738 [ 187 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_96_19} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.03.18 01:44:15.572797 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.03.18 01:44:15.572941 [ 253 ] {808703bd-e02b-447b-aa20-2447762d75d8} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:15.572981 [ 253 ] {808703bd-e02b-447b-aa20-2447762d75d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:15.573317 [ 253 ] {808703bd-e02b-447b-aa20-2447762d75d8} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.03.18 01:44:15.573527 [ 253 ] {808703bd-e02b-447b-aa20-2447762d75d8} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:15.573661 [ 253 ] {808703bd-e02b-447b-aa20-2447762d75d8} executeQuery: Read 265 rows, 18.03 KiB in 0.001209 sec., 219189.41273779984 rows/sec., 14.57 MiB/sec. 2026.03.18 01:44:15.573697 [ 253 ] {808703bd-e02b-447b-aa20-2447762d75d8} TCPHandler: Processed in 0.001378323 sec. 2026.03.18 01:44:15.573812 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:15.573905 [ 253 ] {f1100eed-9407-4deb-9c92-d0b711e4a3b5} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:44:15.573945 [ 253 ] {f1100eed-9407-4deb-9c92-d0b711e4a3b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:44:15.574260 [ 253 ] {f1100eed-9407-4deb-9c92-d0b711e4a3b5} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:15.574296 [ 253 ] {f1100eed-9407-4deb-9c92-d0b711e4a3b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:15.574585 [ 253 ] {f1100eed-9407-4deb-9c92-d0b711e4a3b5} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.18 01:44:15.574788 [ 253 ] {f1100eed-9407-4deb-9c92-d0b711e4a3b5} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:44:15.574916 [ 253 ] {f1100eed-9407-4deb-9c92-d0b711e4a3b5} executeQuery: Read 1 rows, 69.00 B in 0.001029 sec., 971.8172983479107 rows/sec., 65.48 KiB/sec. 2026.03.18 01:44:15.574952 [ 253 ] {f1100eed-9407-4deb-9c92-d0b711e4a3b5} TCPHandler: Processed in 0.00119003 sec. 2026.03.18 01:44:15.575068 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:15.575181 [ 253 ] {e66ee97b-a3d5-48c5-af73-39667290a8b1} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:15.575243 [ 253 ] {e66ee97b-a3d5-48c5-af73-39667290a8b1} 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.18 01:44:15.576059 [ 253 ] {e66ee97b-a3d5-48c5-af73-39667290a8b1} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:15.576094 [ 253 ] {e66ee97b-a3d5-48c5-af73-39667290a8b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:15.576628 [ 253 ] {e66ee97b-a3d5-48c5-af73-39667290a8b1} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.03.18 01:44:15.576854 [ 253 ] {e66ee97b-a3d5-48c5-af73-39667290a8b1} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:15.576993 [ 253 ] {e66ee97b-a3d5-48c5-af73-39667290a8b1} executeQuery: Read 14 rows, 25.69 KiB in 0.001835 sec., 7629.427792915531 rows/sec., 13.67 MiB/sec. 2026.03.18 01:44:15.577054 [ 253 ] {e66ee97b-a3d5-48c5-af73-39667290a8b1} TCPHandler: Processed in 0.002046654 sec. 2026.03.18 01:44:15.577169 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:15.577263 [ 253 ] {685b08d2-a67c-410d-b3cc-c3f8669bcc43} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:44:15.577303 [ 253 ] {685b08d2-a67c-410d-b3cc-c3f8669bcc43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:44:15.577632 [ 253 ] {685b08d2-a67c-410d-b3cc-c3f8669bcc43} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:15.577668 [ 253 ] {685b08d2-a67c-410d-b3cc-c3f8669bcc43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:15.577974 [ 253 ] {685b08d2-a67c-410d-b3cc-c3f8669bcc43} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.03.18 01:44:15.578186 [ 253 ] {685b08d2-a67c-410d-b3cc-c3f8669bcc43} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:15.578300 [ 150 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.03.18 01:44:15.578314 [ 253 ] {685b08d2-a67c-410d-b3cc-c3f8669bcc43} executeQuery: Read 90 rows, 5.77 KiB in 0.00107 sec., 84112.14953271027 rows/sec., 5.26 MiB/sec. 2026.03.18 01:44:15.578340 [ 150 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:15.578362 [ 253 ] {685b08d2-a67c-410d-b3cc-c3f8669bcc43} TCPHandler: Processed in 0.001242051 sec. 2026.03.18 01:44:15.578363 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:15.578455 [ 187 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.03.18 01:44:15.578550 [ 187 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:15.578577 [ 187 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5892 rows starting from the beginning of the part 2026.03.18 01:44:15.578626 [ 187 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 12 rows starting from the beginning of the part 2026.03.18 01:44:15.578667 [ 187 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part 2026.03.18 01:44:15.578703 [ 187 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 90 rows starting from the beginning of the part 2026.03.18 01:44:15.578739 [ 187 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part 2026.03.18 01:44:15.578774 [ 187 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 90 rows starting from the beginning of the part 2026.03.18 01:44:15.580319 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 6204 rows, containing 4 columns (4 merged, 0 gathered) in 0.001894111 sec., 3275415.2211776394 rows/sec., 211.12 MiB/sec. 2026.03.18 01:44:15.580929 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.03.18 01:44:15.581276 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_96_19} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:15.581368 [ 192 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_96_19} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.03.18 01:44:15.581467 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.03.18 01:44:19.477809 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57509 2026.03.18 01:44:19.477924 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:19.477949 [ 293 ] {} TCP-Session: 8be436c3-c72c-44e2-8069-e83cca02a266 Authenticating user 'default' from [fd00:1122:3344:101::e]:57509 2026.03.18 01:44:19.477971 [ 293 ] {} TCP-Session: 8be436c3-c72c-44e2-8069-e83cca02a266 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.477983 [ 293 ] {} TCP-Session: 8be436c3-c72c-44e2-8069-e83cca02a266 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.478175 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63337 2026.03.18 01:44:19.478188 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45774 2026.03.18 01:44:19.478229 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38387 2026.03.18 01:44:19.478244 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35218 2026.03.18 01:44:19.478293 [ 293 ] {} TCP-Session: 8be436c3-c72c-44e2-8069-e83cca02a266 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:19.478298 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:19.478249 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48563 2026.03.18 01:44:19.478354 [ 294 ] {} TCP-Session: e88d957d-05e8-4c8d-aced-01fb70fddc64 Authenticating user 'default' from [fd00:1122:3344:101::e]:63337 2026.03.18 01:44:19.478221 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43357 2026.03.18 01:44:19.478406 [ 294 ] {} TCP-Session: e88d957d-05e8-4c8d-aced-01fb70fddc64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.478207 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49487 2026.03.18 01:44:19.478439 [ 294 ] {} TCP-Session: e88d957d-05e8-4c8d-aced-01fb70fddc64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.478472 [ 293 ] {2c2f3b9f-5a28-4fba-a13e-9898737abdaa} executeQuery: (from [fd00:1122:3344:101::e]:57509) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:44:19.478181 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37598 2026.03.18 01:44:19.478595 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:19.478636 [ 295 ] {} TCP-Session: 8bae8121-c4a1-4b0b-9350-1cbf8740a839 Authenticating user 'default' from [fd00:1122:3344:101::e]:45774 2026.03.18 01:44:19.478663 [ 295 ] {} TCP-Session: 8bae8121-c4a1-4b0b-9350-1cbf8740a839 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.478677 [ 295 ] {} TCP-Session: 8bae8121-c4a1-4b0b-9350-1cbf8740a839 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.478758 [ 293 ] {2c2f3b9f-5a28-4fba-a13e-9898737abdaa} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:44:19.478776 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:19.478818 [ 292 ] {} TCP-Session: 2444ef0f-075d-48de-bea6-012d2401712a Authenticating user 'default' from [fd00:1122:3344:101::e]:48563 2026.03.18 01:44:19.478820 [ 293 ] {2c2f3b9f-5a28-4fba-a13e-9898737abdaa} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:44:19.478850 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:19.478857 [ 292 ] {} TCP-Session: 2444ef0f-075d-48de-bea6-012d2401712a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.478884 [ 297 ] {} TCP-Session: d6349522-88cf-44b6-a219-f05c61466871 Authenticating user 'default' from [fd00:1122:3344:101::e]:49487 2026.03.18 01:44:19.479015 [ 292 ] {} TCP-Session: 2444ef0f-075d-48de-bea6-012d2401712a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.479030 [ 297 ] {} TCP-Session: d6349522-88cf-44b6-a219-f05c61466871 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.479044 [ 297 ] {} TCP-Session: d6349522-88cf-44b6-a219-f05c61466871 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.479131 [ 293 ] {2c2f3b9f-5a28-4fba-a13e-9898737abdaa} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:44:19.479252 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:19.479281 [ 296 ] {} TCP-Session: 4069e52e-3cd8-41d4-a2e2-7c0da5ce485c Authenticating user 'default' from [fd00:1122:3344:101::e]:37598 2026.03.18 01:44:19.479297 [ 296 ] {} TCP-Session: 4069e52e-3cd8-41d4-a2e2-7c0da5ce485c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.479309 [ 296 ] {} TCP-Session: 4069e52e-3cd8-41d4-a2e2-7c0da5ce485c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.479486 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:19.479515 [ 299 ] {} TCP-Session: f07d43e9-c02d-4a10-b600-bb53efaa1d87 Authenticating user 'default' from [fd00:1122:3344:101::e]:38387 2026.03.18 01:44:19.479529 [ 299 ] {} TCP-Session: f07d43e9-c02d-4a10-b600-bb53efaa1d87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.479542 [ 299 ] {} TCP-Session: f07d43e9-c02d-4a10-b600-bb53efaa1d87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.479597 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:19.479631 [ 3 ] {} TCP-Session: 55551fc3-6545-4ef5-a0e1-ce3a47d7eb90 Authenticating user 'default' from [fd00:1122:3344:101::e]:35218 2026.03.18 01:44:19.479647 [ 3 ] {} TCP-Session: 55551fc3-6545-4ef5-a0e1-ce3a47d7eb90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.479662 [ 3 ] {} TCP-Session: 55551fc3-6545-4ef5-a0e1-ce3a47d7eb90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.479677 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:19.479706 [ 298 ] {} TCP-Session: 8bc39336-4dfb-4a1e-b2a9-932cbfec1b15 Authenticating user 'default' from [fd00:1122:3344:101::e]:43357 2026.03.18 01:44:19.479722 [ 298 ] {} TCP-Session: 8bc39336-4dfb-4a1e-b2a9-932cbfec1b15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.479735 [ 298 ] {} TCP-Session: 8bc39336-4dfb-4a1e-b2a9-932cbfec1b15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.480082 [ 343 ] {2c2f3b9f-5a28-4fba-a13e-9898737abdaa} AggregatingTransform: Aggregating 2026.03.18 01:44:19.480138 [ 343 ] {2c2f3b9f-5a28-4fba-a13e-9898737abdaa} Aggregator: Aggregation method: without_key 2026.03.18 01:44:19.480171 [ 343 ] {2c2f3b9f-5a28-4fba-a13e-9898737abdaa} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000924715 sec. (1081.414 rows/sec., 42.24 KiB/sec.) 2026.03.18 01:44:19.480190 [ 343 ] {2c2f3b9f-5a28-4fba-a13e-9898737abdaa} Aggregator: Merging aggregated data 2026.03.18 01:44:19.481859 [ 293 ] {2c2f3b9f-5a28-4fba-a13e-9898737abdaa} executeQuery: Read 1 rows, 40.00 B in 0.003451 sec., 289.77108084613155 rows/sec., 11.32 KiB/sec. 2026.03.18 01:44:19.481987 [ 293 ] {2c2f3b9f-5a28-4fba-a13e-9898737abdaa} TCPHandler: Processed in 0.003803504 sec. 2026.03.18 01:44:19.482105 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:19.482132 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:19.482153 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:19.482174 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:19.482183 [ 294 ] {} TCP-Session: e88d957d-05e8-4c8d-aced-01fb70fddc64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.482206 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:19.482224 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:19.482240 [ 295 ] {} TCP-Session: 8bae8121-c4a1-4b0b-9350-1cbf8740a839 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.482252 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:19.482272 [ 296 ] {} TCP-Session: 4069e52e-3cd8-41d4-a2e2-7c0da5ce485c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.482265 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:19.482310 [ 298 ] {} TCP-Session: 8bc39336-4dfb-4a1e-b2a9-932cbfec1b15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.482205 [ 297 ] {} TCP-Session: d6349522-88cf-44b6-a219-f05c61466871 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.482340 [ 3 ] {} TCP-Session: 55551fc3-6545-4ef5-a0e1-ce3a47d7eb90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.482188 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:19.482135 [ 293 ] {} TCP-Session: 8be436c3-c72c-44e2-8069-e83cca02a266 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.482256 [ 299 ] {} TCP-Session: f07d43e9-c02d-4a10-b600-bb53efaa1d87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.482416 [ 292 ] {} TCP-Session: 2444ef0f-075d-48de-bea6-012d2401712a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.543670 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50891 2026.03.18 01:44:19.543738 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:19.543759 [ 293 ] {} TCP-Session: 01ad4b07-d549-44be-a14d-42f4f8c1ed99 Authenticating user 'default' from [fd00:1122:3344:101::e]:50891 2026.03.18 01:44:19.543775 [ 293 ] {} TCP-Session: 01ad4b07-d549-44be-a14d-42f4f8c1ed99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.543787 [ 293 ] {} TCP-Session: 01ad4b07-d549-44be-a14d-42f4f8c1ed99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.543959 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52330 2026.03.18 01:44:19.543979 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59279 2026.03.18 01:44:19.544001 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50272 2026.03.18 01:44:19.544041 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:19.544025 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60911 2026.03.18 01:44:19.544066 [ 293 ] {} TCP-Session: 01ad4b07-d549-44be-a14d-42f4f8c1ed99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:19.544098 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:19.544060 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:19.544138 [ 298 ] {} TCP-Session: 3203a09e-8afc-4a12-ab90-4ed3007acdb6 Authenticating user 'default' from [fd00:1122:3344:101::e]:50272 2026.03.18 01:44:19.544159 [ 296 ] {} TCP-Session: a8afce20-85c6-40a9-83b5-5add96b8fa3a Authenticating user 'default' from [fd00:1122:3344:101::e]:59279 2026.03.18 01:44:19.544173 [ 298 ] {} TCP-Session: 3203a09e-8afc-4a12-ab90-4ed3007acdb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.544187 [ 296 ] {} TCP-Session: a8afce20-85c6-40a9-83b5-5add96b8fa3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.544198 [ 298 ] {} TCP-Session: 3203a09e-8afc-4a12-ab90-4ed3007acdb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.544212 [ 296 ] {} TCP-Session: a8afce20-85c6-40a9-83b5-5add96b8fa3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.544222 [ 293 ] {32939104-5077-4e67-afcd-3f341c1c2453} executeQuery: (from [fd00:1122:3344:101::e]:50891) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:44:19.544133 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:19.544019 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49296 2026.03.18 01:44:19.544298 [ 292 ] {} TCP-Session: 506067ca-b85a-41ee-82c2-9f7f40612b4e Authenticating user 'default' from [fd00:1122:3344:101::e]:60911 2026.03.18 01:44:19.544012 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60164 2026.03.18 01:44:19.544329 [ 292 ] {} TCP-Session: 506067ca-b85a-41ee-82c2-9f7f40612b4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.544346 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:19.544363 [ 292 ] {} TCP-Session: 506067ca-b85a-41ee-82c2-9f7f40612b4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.544383 [ 3 ] {} TCP-Session: 51ec3dbe-fe6c-4e05-aa0e-e2c292d2616e Authenticating user 'default' from [fd00:1122:3344:101::e]:49296 2026.03.18 01:44:19.544390 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:19.544417 [ 293 ] {32939104-5077-4e67-afcd-3f341c1c2453} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:44:19.544436 [ 3 ] {} TCP-Session: 51ec3dbe-fe6c-4e05-aa0e-e2c292d2616e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.544442 [ 299 ] {} TCP-Session: 3fad4a2b-838b-4b33-b34f-db53f061a02c Authenticating user 'default' from [fd00:1122:3344:101::e]:60164 2026.03.18 01:44:19.544468 [ 3 ] {} TCP-Session: 51ec3dbe-fe6c-4e05-aa0e-e2c292d2616e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.544472 [ 293 ] {32939104-5077-4e67-afcd-3f341c1c2453} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:44:19.544484 [ 299 ] {} TCP-Session: 3fad4a2b-838b-4b33-b34f-db53f061a02c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.543986 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52712 2026.03.18 01:44:19.544524 [ 299 ] {} TCP-Session: 3fad4a2b-838b-4b33-b34f-db53f061a02c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.543982 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47578 2026.03.18 01:44:19.544071 [ 294 ] {} TCP-Session: c2e05243-87a1-47d8-b1c5-ed5e65afaa99 Authenticating user 'default' from [fd00:1122:3344:101::e]:52330 2026.03.18 01:44:19.544635 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:19.544638 [ 294 ] {} TCP-Session: c2e05243-87a1-47d8-b1c5-ed5e65afaa99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.544645 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:19.544670 [ 295 ] {} TCP-Session: 0d75e7ae-e87a-4fb2-bb86-9a7310ca4bb8 Authenticating user 'default' from [fd00:1122:3344:101::e]:52712 2026.03.18 01:44:19.544684 [ 294 ] {} TCP-Session: c2e05243-87a1-47d8-b1c5-ed5e65afaa99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.544716 [ 293 ] {32939104-5077-4e67-afcd-3f341c1c2453} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:44:19.544718 [ 295 ] {} TCP-Session: 0d75e7ae-e87a-4fb2-bb86-9a7310ca4bb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.544698 [ 297 ] {} TCP-Session: dc0dd779-7d28-4518-a12e-60587f3967f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:47578 2026.03.18 01:44:19.544762 [ 295 ] {} TCP-Session: 0d75e7ae-e87a-4fb2-bb86-9a7310ca4bb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.544784 [ 297 ] {} TCP-Session: dc0dd779-7d28-4518-a12e-60587f3967f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.544802 [ 297 ] {} TCP-Session: dc0dd779-7d28-4518-a12e-60587f3967f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.545484 [ 318 ] {32939104-5077-4e67-afcd-3f341c1c2453} AggregatingTransform: Aggregating 2026.03.18 01:44:19.545531 [ 318 ] {32939104-5077-4e67-afcd-3f341c1c2453} Aggregator: Aggregation method: without_key 2026.03.18 01:44:19.545568 [ 318 ] {32939104-5077-4e67-afcd-3f341c1c2453} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000756232 sec. (1322.346 rows/sec., 51.65 KiB/sec.) 2026.03.18 01:44:19.545587 [ 318 ] {32939104-5077-4e67-afcd-3f341c1c2453} Aggregator: Merging aggregated data 2026.03.18 01:44:19.547158 [ 293 ] {32939104-5077-4e67-afcd-3f341c1c2453} executeQuery: Read 1 rows, 40.00 B in 0.002969 sec., 336.81374200067364 rows/sec., 13.16 KiB/sec. 2026.03.18 01:44:19.547321 [ 293 ] {32939104-5077-4e67-afcd-3f341c1c2453} TCPHandler: Processed in 0.003311705 sec. 2026.03.18 01:44:19.547443 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:19.547469 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:19.547470 [ 293 ] {} TCP-Session: 01ad4b07-d549-44be-a14d-42f4f8c1ed99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.547492 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:19.547508 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:19.547528 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:19.547548 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:19.547568 [ 296 ] {} TCP-Session: a8afce20-85c6-40a9-83b5-5add96b8fa3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.547582 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:19.547600 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:19.547611 [ 299 ] {} TCP-Session: 3fad4a2b-838b-4b33-b34f-db53f061a02c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.547631 [ 298 ] {} TCP-Session: 3203a09e-8afc-4a12-ab90-4ed3007acdb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.547644 [ 3 ] {} TCP-Session: 51ec3dbe-fe6c-4e05-aa0e-e2c292d2616e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.547584 [ 297 ] {} TCP-Session: dc0dd779-7d28-4518-a12e-60587f3967f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.547553 [ 295 ] {} TCP-Session: 0d75e7ae-e87a-4fb2-bb86-9a7310ca4bb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.547567 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:19.547513 [ 294 ] {} TCP-Session: c2e05243-87a1-47d8-b1c5-ed5e65afaa99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.547754 [ 292 ] {} TCP-Session: 506067ca-b85a-41ee-82c2-9f7f40612b4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:19.588074 [ 146 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:44:19.588136 [ 146 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:44:19.782581 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 27715 2026.03.18 01:44:19.783246 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:19.783299 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:19.783885 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.18 01:44:19.784146 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:44:19.784288 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27715 2026.03.18 01:44:20.554758 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:20.555044 [ 253 ] {77926579-2bd4-4017-bf44-77fa8a40dadb} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:44:20.555145 [ 253 ] {77926579-2bd4-4017-bf44-77fa8a40dadb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:44:20.556009 [ 253 ] {77926579-2bd4-4017-bf44-77fa8a40dadb} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:20.556058 [ 253 ] {77926579-2bd4-4017-bf44-77fa8a40dadb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:20.556477 [ 253 ] {77926579-2bd4-4017-bf44-77fa8a40dadb} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.03.18 01:44:20.556724 [ 253 ] {77926579-2bd4-4017-bf44-77fa8a40dadb} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:20.556891 [ 253 ] {77926579-2bd4-4017-bf44-77fa8a40dadb} executeQuery: Read 108 rows, 9.31 KiB in 0.001919 sec., 56279.31214174049 rows/sec., 4.74 MiB/sec. 2026.03.18 01:44:20.556945 [ 253 ] {77926579-2bd4-4017-bf44-77fa8a40dadb} TCPHandler: Processed in 0.002355949 sec. 2026.03.18 01:44:20.557078 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:20.557184 [ 253 ] {7d9698d0-ed2d-449b-a13c-82a34c6d9832} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:44:20.557230 [ 253 ] {7d9698d0-ed2d-449b-a13c-82a34c6d9832} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:44:20.557662 [ 253 ] {7d9698d0-ed2d-449b-a13c-82a34c6d9832} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:20.557702 [ 253 ] {7d9698d0-ed2d-449b-a13c-82a34c6d9832} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:20.558023 [ 253 ] {7d9698d0-ed2d-449b-a13c-82a34c6d9832} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.03.18 01:44:20.558243 [ 253 ] {7d9698d0-ed2d-449b-a13c-82a34c6d9832} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:20.558385 [ 253 ] {7d9698d0-ed2d-449b-a13c-82a34c6d9832} executeQuery: Read 26 rows, 1.96 KiB in 0.001224 sec., 21241.830065359478 rows/sec., 1.56 MiB/sec. 2026.03.18 01:44:20.558426 [ 253 ] {7d9698d0-ed2d-449b-a13c-82a34c6d9832} TCPHandler: Processed in 0.001400574 sec. 2026.03.18 01:44:20.558541 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:20.558639 [ 253 ] {15c16b70-50d0-432e-bbca-dee289d41fac} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:44:20.558682 [ 253 ] {15c16b70-50d0-432e-bbca-dee289d41fac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:44:20.559128 [ 253 ] {15c16b70-50d0-432e-bbca-dee289d41fac} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:20.559167 [ 253 ] {15c16b70-50d0-432e-bbca-dee289d41fac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:20.559484 [ 253 ] {15c16b70-50d0-432e-bbca-dee289d41fac} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.03.18 01:44:20.559703 [ 253 ] {15c16b70-50d0-432e-bbca-dee289d41fac} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:20.559835 [ 253 ] {15c16b70-50d0-432e-bbca-dee289d41fac} executeQuery: Read 90 rows, 7.20 KiB in 0.001216 sec., 74013.15789473684 rows/sec., 5.78 MiB/sec. 2026.03.18 01:44:20.559875 [ 253 ] {15c16b70-50d0-432e-bbca-dee289d41fac} TCPHandler: Processed in 0.001384483 sec. 2026.03.18 01:44:20.559988 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:20.560084 [ 253 ] {288a047d-e345-4889-a76d-04197edfe764} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:20.560129 [ 253 ] {288a047d-e345-4889-a76d-04197edfe764} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:44:20.560547 [ 253 ] {288a047d-e345-4889-a76d-04197edfe764} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:20.560584 [ 253 ] {288a047d-e345-4889-a76d-04197edfe764} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:20.560919 [ 253 ] {288a047d-e345-4889-a76d-04197edfe764} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.03.18 01:44:20.561129 [ 253 ] {288a047d-e345-4889-a76d-04197edfe764} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:20.561264 [ 253 ] {288a047d-e345-4889-a76d-04197edfe764} executeQuery: Read 160 rows, 11.41 KiB in 0.001199 sec., 133444.53711426188 rows/sec., 9.29 MiB/sec. 2026.03.18 01:44:20.561301 [ 253 ] {288a047d-e345-4889-a76d-04197edfe764} TCPHandler: Processed in 0.001362103 sec. 2026.03.18 01:44:20.561413 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:20.561507 [ 253 ] {911f214c-a7db-4e40-a8a7-565b669eb880} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:20.561563 [ 253 ] {911f214c-a7db-4e40-a8a7-565b669eb880} 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.18 01:44:20.562397 [ 253 ] {911f214c-a7db-4e40-a8a7-565b669eb880} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:20.562434 [ 253 ] {911f214c-a7db-4e40-a8a7-565b669eb880} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:20.562967 [ 253 ] {911f214c-a7db-4e40-a8a7-565b669eb880} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.03.18 01:44:20.563190 [ 253 ] {911f214c-a7db-4e40-a8a7-565b669eb880} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:20.563332 [ 253 ] {911f214c-a7db-4e40-a8a7-565b669eb880} executeQuery: Read 26 rows, 47.71 KiB in 0.001842 sec., 14115.092290988056 rows/sec., 25.29 MiB/sec. 2026.03.18 01:44:20.563395 [ 253 ] {911f214c-a7db-4e40-a8a7-565b669eb880} TCPHandler: Processed in 0.002031894 sec. 2026.03.18 01:44:20.563512 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:20.563607 [ 253 ] {6091fb4c-1ed8-4269-89bd-d158a8321209} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:44:20.563652 [ 253 ] {6091fb4c-1ed8-4269-89bd-d158a8321209} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:44:20.564003 [ 253 ] {6091fb4c-1ed8-4269-89bd-d158a8321209} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:20.564040 [ 253 ] {6091fb4c-1ed8-4269-89bd-d158a8321209} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:20.564356 [ 253 ] {6091fb4c-1ed8-4269-89bd-d158a8321209} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.03.18 01:44:20.564573 [ 253 ] {6091fb4c-1ed8-4269-89bd-d158a8321209} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:20.564706 [ 253 ] {6091fb4c-1ed8-4269-89bd-d158a8321209} executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. 2026.03.18 01:44:20.564744 [ 253 ] {6091fb4c-1ed8-4269-89bd-d158a8321209} TCPHandler: Processed in 0.001281262 sec. 2026.03.18 01:44:21.226074 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54231 2026.03.18 01:44:21.226187 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:21.226213 [ 294 ] {} TCP-Session: f925ccdb-737c-4477-852d-f82f62d2d44a Authenticating user 'default' from [fd00:1122:3344:101::e]:54231 2026.03.18 01:44:21.226236 [ 294 ] {} TCP-Session: f925ccdb-737c-4477-852d-f82f62d2d44a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.226248 [ 294 ] {} TCP-Session: f925ccdb-737c-4477-852d-f82f62d2d44a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.226438 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54479 2026.03.18 01:44:21.226445 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45200 2026.03.18 01:44:21.226518 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60207 2026.03.18 01:44:21.226520 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40147 2026.03.18 01:44:21.226539 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45793 2026.03.18 01:44:21.226579 [ 294 ] {} TCP-Session: f925ccdb-737c-4477-852d-f82f62d2d44a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:21.226611 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:21.226611 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:21.226632 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:21.226648 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:21.226655 [ 299 ] {} TCP-Session: c9a0223c-8d88-470e-9f18-12fd2f2e91ba Authenticating user 'default' from [fd00:1122:3344:101::e]:60207 2026.03.18 01:44:21.226674 [ 3 ] {} TCP-Session: 19c19371-c79b-4955-ad64-9f776364c0bb Authenticating user 'default' from [fd00:1122:3344:101::e]:40147 2026.03.18 01:44:21.226681 [ 293 ] {} TCP-Session: 6cad86c2-7410-4b4f-8a03-e3399fbb6001 Authenticating user 'default' from [fd00:1122:3344:101::e]:45793 2026.03.18 01:44:21.226697 [ 299 ] {} TCP-Session: c9a0223c-8d88-470e-9f18-12fd2f2e91ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.226707 [ 3 ] {} TCP-Session: 19c19371-c79b-4955-ad64-9f776364c0bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.226721 [ 299 ] {} TCP-Session: c9a0223c-8d88-470e-9f18-12fd2f2e91ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.226737 [ 3 ] {} TCP-Session: 19c19371-c79b-4955-ad64-9f776364c0bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.226717 [ 293 ] {} TCP-Session: 6cad86c2-7410-4b4f-8a03-e3399fbb6001 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.226655 [ 296 ] {} TCP-Session: 90b5b740-ccbb-4571-b2bb-a27203478df6 Authenticating user 'default' from [fd00:1122:3344:101::e]:45200 2026.03.18 01:44:21.226780 [ 293 ] {} TCP-Session: 6cad86c2-7410-4b4f-8a03-e3399fbb6001 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.226777 [ 294 ] {d554fb6e-c393-46f2-a707-5cf4b35e675c} executeQuery: (from [fd00:1122:3344:101::e]:54231) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 01:44:21.226804 [ 296 ] {} TCP-Session: 90b5b740-ccbb-4571-b2bb-a27203478df6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.226569 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:21.226840 [ 296 ] {} TCP-Session: 90b5b740-ccbb-4571-b2bb-a27203478df6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.226529 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51065 2026.03.18 01:44:21.226882 [ 295 ] {} TCP-Session: 4dee7853-6a1f-428a-8390-eb3786184f95 Authenticating user 'default' from [fd00:1122:3344:101::e]:54479 2026.03.18 01:44:21.226497 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52030 2026.03.18 01:44:21.226964 [ 295 ] {} TCP-Session: 4dee7853-6a1f-428a-8390-eb3786184f95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.226490 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38711 2026.03.18 01:44:21.226992 [ 295 ] {} TCP-Session: 4dee7853-6a1f-428a-8390-eb3786184f95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.227010 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:21.227022 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:21.227064 [ 292 ] {} TCP-Session: 617d2e52-bc7d-4f58-b8d0-b14b78ef06c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:51065 2026.03.18 01:44:21.227072 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 01:44:21.227098 [ 292 ] {} TCP-Session: 617d2e52-bc7d-4f58-b8d0-b14b78ef06c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.227070 [ 298 ] {} TCP-Session: fc273825-ee83-48fc-92a6-087a7f7ad0c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:52030 2026.03.18 01:44:21.227118 [ 292 ] {} TCP-Session: 617d2e52-bc7d-4f58-b8d0-b14b78ef06c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.227142 [ 298 ] {} TCP-Session: fc273825-ee83-48fc-92a6-087a7f7ad0c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.227068 [ 294 ] {d554fb6e-c393-46f2-a707-5cf4b35e675c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 01:44:21.227169 [ 298 ] {} TCP-Session: fc273825-ee83-48fc-92a6-087a7f7ad0c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.227114 [ 297 ] {} TCP-Session: 5cee4a83-a2c1-4854-98c8-cc5fcb5c6ebd Authenticating user 'default' from [fd00:1122:3344:101::e]:38711 2026.03.18 01:44:21.227224 [ 297 ] {} TCP-Session: 5cee4a83-a2c1-4854-98c8-cc5fcb5c6ebd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.227224 [ 294 ] {d554fb6e-c393-46f2-a707-5cf4b35e675c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 01:44:21.227242 [ 297 ] {} TCP-Session: 5cee4a83-a2c1-4854-98c8-cc5fcb5c6ebd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.227524 [ 294 ] {d554fb6e-c393-46f2-a707-5cf4b35e675c} oximeter.version (446f6609-b0a1-4ed0-ba01-380672fefecb) (SelectExecutor): Key condition: unknown 2026.03.18 01:44:21.228415 [ 328 ] {d554fb6e-c393-46f2-a707-5cf4b35e675c} AggregatingTransform: Aggregating 2026.03.18 01:44:21.228472 [ 328 ] {d554fb6e-c393-46f2-a707-5cf4b35e675c} Aggregator: Aggregation method: without_key 2026.03.18 01:44:21.228510 [ 328 ] {d554fb6e-c393-46f2-a707-5cf4b35e675c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000883855 sec. (1131.407 rows/sec., 44.20 KiB/sec.) 2026.03.18 01:44:21.228530 [ 328 ] {d554fb6e-c393-46f2-a707-5cf4b35e675c} Aggregator: Merging aggregated data 2026.03.18 01:44:21.229996 [ 294 ] {d554fb6e-c393-46f2-a707-5cf4b35e675c} executeQuery: Read 1 rows, 40.00 B in 0.003275 sec., 305.34351145038164 rows/sec., 11.93 KiB/sec. 2026.03.18 01:44:21.230126 [ 294 ] {d554fb6e-c393-46f2-a707-5cf4b35e675c} TCPHandler: Processed in 0.003661301 sec. 2026.03.18 01:44:21.230242 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:21.230269 [ 294 ] {} TCP-Session: f925ccdb-737c-4477-852d-f82f62d2d44a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.230273 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:21.230291 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:21.230307 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:21.230330 [ 299 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:21.230347 [ 298 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:21.230362 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:21.230372 [ 299 ] {} TCP-Session: c9a0223c-8d88-470e-9f18-12fd2f2e91ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.230393 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:21.230416 [ 297 ] {} TCP-Session: 5cee4a83-a2c1-4854-98c8-cc5fcb5c6ebd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.230394 [ 298 ] {} TCP-Session: fc273825-ee83-48fc-92a6-087a7f7ad0c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.230445 [ 292 ] {} TCP-Session: 617d2e52-bc7d-4f58-b8d0-b14b78ef06c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.230376 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.18 01:44:21.230353 [ 295 ] {} TCP-Session: 4dee7853-6a1f-428a-8390-eb3786184f95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.230524 [ 3 ] {} TCP-Session: 19c19371-c79b-4955-ad64-9f776364c0bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.230326 [ 293 ] {} TCP-Session: 6cad86c2-7410-4b4f-8a03-e3399fbb6001 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.230369 [ 296 ] {} TCP-Session: 90b5b740-ccbb-4571-b2bb-a27203478df6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 01:44:21.293344 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2026.03.18 01:44:21.309216 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:21.309268 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:21.314900 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.18 01:44:21.315578 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:44:21.318451 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2026.03.18 01:44:22.273719 [ 143 ] {} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.03.18 01:44:22.273800 [ 143 ] {} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:22.273827 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:22.273959 [ 197 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2026.03.18 01:44:22.274111 [ 197 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:22.274154 [ 197 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part 2026.03.18 01:44:22.274231 [ 197 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part 2026.03.18 01:44:22.274284 [ 197 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part 2026.03.18 01:44:22.274337 [ 197 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part 2026.03.18 01:44:22.274382 [ 197 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part 2026.03.18 01:44:22.275176 [ 189 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001278002 sec., 29733.912779479215 rows/sec., 2.48 MiB/sec. 2026.03.18 01:44:22.275392 [ 186 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.03.18 01:44:22.275718 [ 186 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_21_5} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:22.275799 [ 186 ] {f667af23-912b-4c15-a8a1-b5638e7c7534::all_1_21_5} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.03.18 01:44:22.275898 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.03.18 01:44:24.577705 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:24.577893 [ 253 ] {15626f3a-b437-4565-8216-a5bd02f3be25} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:44:24.577968 [ 253 ] {15626f3a-b437-4565-8216-a5bd02f3be25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:44:24.578756 [ 253 ] {15626f3a-b437-4565-8216-a5bd02f3be25} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:24.578811 [ 253 ] {15626f3a-b437-4565-8216-a5bd02f3be25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:24.579254 [ 253 ] {15626f3a-b437-4565-8216-a5bd02f3be25} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.18 01:44:24.579484 [ 253 ] {15626f3a-b437-4565-8216-a5bd02f3be25} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:44:24.579651 [ 253 ] {15626f3a-b437-4565-8216-a5bd02f3be25} executeQuery: Read 284 rows, 18.47 KiB in 0.001847 sec., 153762.8586897672 rows/sec., 9.77 MiB/sec. 2026.03.18 01:44:24.579703 [ 253 ] {15626f3a-b437-4565-8216-a5bd02f3be25} TCPHandler: Processed in 0.002173736 sec. 2026.03.18 01:44:24.579835 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:24.579935 [ 253 ] {d199a30e-31ac-4fe4-9d79-771721a3da1a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:44:24.579979 [ 253 ] {d199a30e-31ac-4fe4-9d79-771721a3da1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:44:24.580512 [ 253 ] {d199a30e-31ac-4fe4-9d79-771721a3da1a} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:24.580554 [ 253 ] {d199a30e-31ac-4fe4-9d79-771721a3da1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:24.580879 [ 253 ] {d199a30e-31ac-4fe4-9d79-771721a3da1a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 01:44:24.581095 [ 253 ] {d199a30e-31ac-4fe4-9d79-771721a3da1a} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:44:24.581238 [ 253 ] {d199a30e-31ac-4fe4-9d79-771721a3da1a} executeQuery: Read 14 rows, 1.14 KiB in 0.00127 sec., 11023.622047244095 rows/sec., 898.90 KiB/sec. 2026.03.18 01:44:24.581279 [ 253 ] {d199a30e-31ac-4fe4-9d79-771721a3da1a} TCPHandler: Processed in 0.001446604 sec. 2026.03.18 01:44:24.581644 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:24.581744 [ 253 ] {189d3b43-9b1e-48fd-92ed-1ffecc5ca61b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:44:24.581789 [ 253 ] {189d3b43-9b1e-48fd-92ed-1ffecc5ca61b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:44:24.584405 [ 253 ] {189d3b43-9b1e-48fd-92ed-1ffecc5ca61b} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:24.584445 [ 253 ] {189d3b43-9b1e-48fd-92ed-1ffecc5ca61b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:24.584927 [ 253 ] {189d3b43-9b1e-48fd-92ed-1ffecc5ca61b} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.03.18 01:44:24.585153 [ 253 ] {189d3b43-9b1e-48fd-92ed-1ffecc5ca61b} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:24.585303 [ 253 ] {189d3b43-9b1e-48fd-92ed-1ffecc5ca61b} executeQuery: Read 2716 rows, 211.88 KiB in 0.00358 sec., 758659.217877095 rows/sec., 57.80 MiB/sec. 2026.03.18 01:44:24.585345 [ 253 ] {189d3b43-9b1e-48fd-92ed-1ffecc5ca61b} MemoryTracker: Peak memory usage (for query): 4.06 MiB. 2026.03.18 01:44:24.585359 [ 253 ] {189d3b43-9b1e-48fd-92ed-1ffecc5ca61b} TCPHandler: Processed in 0.003767042 sec. 2026.03.18 01:44:24.585477 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:24.585575 [ 253 ] {6c2315ae-c130-4aa0-a946-ec657cfa366d} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:44:24.585619 [ 253 ] {6c2315ae-c130-4aa0-a946-ec657cfa366d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:44:24.586136 [ 253 ] {6c2315ae-c130-4aa0-a946-ec657cfa366d} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:24.586173 [ 253 ] {6c2315ae-c130-4aa0-a946-ec657cfa366d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:24.586501 [ 253 ] {6c2315ae-c130-4aa0-a946-ec657cfa366d} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.03.18 01:44:24.586715 [ 253 ] {6c2315ae-c130-4aa0-a946-ec657cfa366d} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:24.586852 [ 253 ] {6c2315ae-c130-4aa0-a946-ec657cfa366d} executeQuery: Read 181 rows, 11.40 KiB in 0.001297 sec., 139552.81418658444 rows/sec., 8.58 MiB/sec. 2026.03.18 01:44:24.586853 [ 137 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.03.18 01:44:24.586892 [ 253 ] {6c2315ae-c130-4aa0-a946-ec657cfa366d} TCPHandler: Processed in 0.001466305 sec. 2026.03.18 01:44:24.586933 [ 137 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:24.586959 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:24.587026 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:24.587095 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.03.18 01:44:24.587132 [ 253 ] {6113fd1b-a681-485d-a16f-f5fc078e3fb5} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:44:24.587183 [ 253 ] {6113fd1b-a681-485d-a16f-f5fc078e3fb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:44:24.587241 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:24.587282 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 211 rows starting from the beginning of the part 2026.03.18 01:44:24.587354 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 156 rows starting from the beginning of the part 2026.03.18 01:44:24.587406 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 28 rows starting from the beginning of the part 2026.03.18 01:44:24.587452 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 156 rows starting from the beginning of the part 2026.03.18 01:44:24.587491 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 26 rows starting from the beginning of the part 2026.03.18 01:44:24.587532 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 181 rows starting from the beginning of the part 2026.03.18 01:44:24.588070 [ 253 ] {6113fd1b-a681-485d-a16f-f5fc078e3fb5} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:24.588113 [ 253 ] {6113fd1b-a681-485d-a16f-f5fc078e3fb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:24.588500 [ 253 ] {6113fd1b-a681-485d-a16f-f5fc078e3fb5} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.18 01:44:24.588501 [ 186 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 758 rows, containing 5 columns (5 merged, 0 gathered) in 0.001473514 sec., 514416.5579695883 rows/sec., 33.95 MiB/sec. 2026.03.18 01:44:24.588665 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.03.18 01:44:24.588726 [ 253 ] {6113fd1b-a681-485d-a16f-f5fc078e3fb5} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:44:24.588867 [ 253 ] {6113fd1b-a681-485d-a16f-f5fc078e3fb5} executeQuery: Read 857 rows, 52.15 KiB in 0.001754 sec., 488597.4914481186 rows/sec., 29.04 MiB/sec. 2026.03.18 01:44:24.588906 [ 253 ] {6113fd1b-a681-485d-a16f-f5fc078e3fb5} TCPHandler: Processed in 0.001932062 sec. 2026.03.18 01:44:24.588944 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_81_16} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:24.589016 [ 189 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_81_16} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.03.18 01:44:24.589032 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:24.589097 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.18 01:44:24.589152 [ 253 ] {d7faadf0-5a5a-4b70-85ea-874022f433a4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 01:44:24.589202 [ 253 ] {d7faadf0-5a5a-4b70-85ea-874022f433a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 01:44:24.589669 [ 253 ] {d7faadf0-5a5a-4b70-85ea-874022f433a4} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:24.589712 [ 253 ] {d7faadf0-5a5a-4b70-85ea-874022f433a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:24.590032 [ 253 ] {d7faadf0-5a5a-4b70-85ea-874022f433a4} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 01:44:24.590244 [ 253 ] {d7faadf0-5a5a-4b70-85ea-874022f433a4} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): 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.18 01:44:24.590380 [ 253 ] {d7faadf0-5a5a-4b70-85ea-874022f433a4} executeQuery: Read 1 rows, 72.00 B in 0.001252 sec., 798.7220447284344 rows/sec., 56.16 KiB/sec. 2026.03.18 01:44:24.590418 [ 253 ] {d7faadf0-5a5a-4b70-85ea-874022f433a4} TCPHandler: Processed in 0.001447544 sec. 2026.03.18 01:44:24.590539 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:24.590661 [ 253 ] {ec88c89f-2b42-46f9-9696-def69884ee90} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:44:24.590709 [ 253 ] {ec88c89f-2b42-46f9-9696-def69884ee90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:44:24.591271 [ 253 ] {ec88c89f-2b42-46f9-9696-def69884ee90} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:24.591314 [ 253 ] {ec88c89f-2b42-46f9-9696-def69884ee90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:24.591687 [ 253 ] {ec88c89f-2b42-46f9-9696-def69884ee90} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.18 01:44:24.591914 [ 253 ] {ec88c89f-2b42-46f9-9696-def69884ee90} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:44:24.592046 [ 253 ] {ec88c89f-2b42-46f9-9696-def69884ee90} executeQuery: Read 148 rows, 8.62 KiB in 0.00141 sec., 104964.5390070922 rows/sec., 5.97 MiB/sec. 2026.03.18 01:44:24.592085 [ 253 ] {ec88c89f-2b42-46f9-9696-def69884ee90} TCPHandler: Processed in 0.001605176 sec. 2026.03.18 01:44:24.592200 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:24.592293 [ 253 ] {91a2a3e1-616e-42af-91a8-3fcbc285298e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:44:24.592331 [ 253 ] {91a2a3e1-616e-42af-91a8-3fcbc285298e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:44:24.593510 [ 253 ] {91a2a3e1-616e-42af-91a8-3fcbc285298e} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:24.593547 [ 253 ] {91a2a3e1-616e-42af-91a8-3fcbc285298e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:24.593911 [ 253 ] {91a2a3e1-616e-42af-91a8-3fcbc285298e} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.03.18 01:44:24.594119 [ 253 ] {91a2a3e1-616e-42af-91a8-3fcbc285298e} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:24.594259 [ 253 ] {91a2a3e1-616e-42af-91a8-3fcbc285298e} executeQuery: Read 1465 rows, 103.55 KiB in 0.001984 sec., 738407.2580645161 rows/sec., 50.97 MiB/sec. 2026.03.18 01:44:24.594298 [ 253 ] {91a2a3e1-616e-42af-91a8-3fcbc285298e} TCPHandler: Processed in 0.002145046 sec. 2026.03.18 01:44:24.594421 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:24.594544 [ 253 ] {e0949111-4ee4-4145-b6bc-9b356dd0e571} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:44:24.594596 [ 253 ] {e0949111-4ee4-4145-b6bc-9b356dd0e571} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:44:24.594958 [ 253 ] {e0949111-4ee4-4145-b6bc-9b356dd0e571} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:24.594995 [ 253 ] {e0949111-4ee4-4145-b6bc-9b356dd0e571} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:24.595320 [ 253 ] {e0949111-4ee4-4145-b6bc-9b356dd0e571} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.18 01:44:24.595539 [ 253 ] {e0949111-4ee4-4145-b6bc-9b356dd0e571} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:44:24.595675 [ 253 ] {e0949111-4ee4-4145-b6bc-9b356dd0e571} executeQuery: Read 6 rows, 321.00 B in 0.001156 sec., 5190.311418685122 rows/sec., 271.17 KiB/sec. 2026.03.18 01:44:24.595714 [ 253 ] {e0949111-4ee4-4145-b6bc-9b356dd0e571} TCPHandler: Processed in 0.001354633 sec. 2026.03.18 01:44:24.595829 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:24.595925 [ 253 ] {91bbb6e5-15de-4db6-9d4c-53056a7593bf} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:24.595970 [ 253 ] {91bbb6e5-15de-4db6-9d4c-53056a7593bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:44:24.596785 [ 253 ] {91bbb6e5-15de-4db6-9d4c-53056a7593bf} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:24.596821 [ 253 ] {91bbb6e5-15de-4db6-9d4c-53056a7593bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:24.597253 [ 253 ] {91bbb6e5-15de-4db6-9d4c-53056a7593bf} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.03.18 01:44:24.597478 [ 253 ] {91bbb6e5-15de-4db6-9d4c-53056a7593bf} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:24.597620 [ 253 ] {91bbb6e5-15de-4db6-9d4c-53056a7593bf} executeQuery: Read 1425 rows, 91.88 KiB in 0.001713 sec., 831873.9054290719 rows/sec., 52.38 MiB/sec. 2026.03.18 01:44:24.597659 [ 253 ] {91bbb6e5-15de-4db6-9d4c-53056a7593bf} TCPHandler: Processed in 0.001879241 sec. 2026.03.18 01:44:24.597775 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:24.597868 [ 253 ] {2d01d081-cdd7-4283-9bbc-76a5177f1831} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:44:24.597910 [ 253 ] {2d01d081-cdd7-4283-9bbc-76a5177f1831} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:44:24.598244 [ 253 ] {2d01d081-cdd7-4283-9bbc-76a5177f1831} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:24.598280 [ 253 ] {2d01d081-cdd7-4283-9bbc-76a5177f1831} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:24.598586 [ 253 ] {2d01d081-cdd7-4283-9bbc-76a5177f1831} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.18 01:44:24.598790 [ 253 ] {2d01d081-cdd7-4283-9bbc-76a5177f1831} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:44:24.598919 [ 253 ] {2d01d081-cdd7-4283-9bbc-76a5177f1831} executeQuery: Read 1 rows, 69.00 B in 0.00107 sec., 934.5794392523364 rows/sec., 62.97 KiB/sec. 2026.03.18 01:44:24.598956 [ 253 ] {2d01d081-cdd7-4283-9bbc-76a5177f1831} TCPHandler: Processed in 0.00123153 sec. 2026.03.18 01:44:24.599056 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:24.599150 [ 253 ] {57d63936-4cb8-40f7-96bc-7c41866c7362} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:24.599203 [ 253 ] {57d63936-4cb8-40f7-96bc-7c41866c7362} 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.18 01:44:24.600027 [ 253 ] {57d63936-4cb8-40f7-96bc-7c41866c7362} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:24.600063 [ 253 ] {57d63936-4cb8-40f7-96bc-7c41866c7362} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:24.600595 [ 253 ] {57d63936-4cb8-40f7-96bc-7c41866c7362} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.03.18 01:44:24.600812 [ 253 ] {57d63936-4cb8-40f7-96bc-7c41866c7362} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:24.600934 [ 137 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.03.18 01:44:24.600947 [ 253 ] {57d63936-4cb8-40f7-96bc-7c41866c7362} executeQuery: Read 25 rows, 45.87 KiB in 0.001816 sec., 13766.519823788547 rows/sec., 24.67 MiB/sec. 2026.03.18 01:44:24.600978 [ 137 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:24.601004 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:24.601011 [ 253 ] {57d63936-4cb8-40f7-96bc-7c41866c7362} TCPHandler: Processed in 0.002002123 sec. 2026.03.18 01:44:24.601124 [ 199 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.03.18 01:44:24.601150 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:24.601258 [ 253 ] {5ab4fbab-0888-4b7a-8d1a-f502d395332c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:44:24.601299 [ 253 ] {5ab4fbab-0888-4b7a-8d1a-f502d395332c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:44:24.601405 [ 199 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:24.601476 [ 199 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1565 rows starting from the beginning of the part 2026.03.18 01:44:24.601616 [ 199 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 14 rows starting from the beginning of the part 2026.03.18 01:44:24.601640 [ 253 ] {5ab4fbab-0888-4b7a-8d1a-f502d395332c} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:24.601679 [ 253 ] {5ab4fbab-0888-4b7a-8d1a-f502d395332c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:24.601729 [ 199 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 26 rows starting from the beginning of the part 2026.03.18 01:44:24.601841 [ 199 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 14 rows starting from the beginning of the part 2026.03.18 01:44:24.601941 [ 199 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 26 rows starting from the beginning of the part 2026.03.18 01:44:24.601982 [ 253 ] {5ab4fbab-0888-4b7a-8d1a-f502d395332c} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.03.18 01:44:24.602039 [ 199 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 25 rows starting from the beginning of the part 2026.03.18 01:44:24.602205 [ 253 ] {5ab4fbab-0888-4b7a-8d1a-f502d395332c} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:24.602339 [ 253 ] {5ab4fbab-0888-4b7a-8d1a-f502d395332c} executeQuery: Read 78 rows, 4.94 KiB in 0.001099 sec., 70973.61237488626 rows/sec., 4.39 MiB/sec. 2026.03.18 01:44:24.602374 [ 253 ] {5ab4fbab-0888-4b7a-8d1a-f502d395332c} TCPHandler: Processed in 0.001289081 sec. 2026.03.18 01:44:24.611668 [ 201 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1670 rows, containing 19 columns (19 merged, 0 gathered) in 0.010601417 sec., 157526.11183957767 rows/sec., 282.28 MiB/sec. 2026.03.18 01:44:24.613961 [ 193 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.03.18 01:44:24.614298 [ 193 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_81_16} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:24.614366 [ 193 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_81_16} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.03.18 01:44:24.614481 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.60 MiB. 2026.03.18 01:44:24.892287 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 1844 2026.03.18 01:44:24.895339 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:24.895398 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2026.03.18 01:44:24.896655 [ 242 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.18 01:44:24.896922 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:44:24.897193 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1844 2026.03.18 01:44:25.000210 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 336.64 MiB, peak 349.67 MiB, free memory in arenas 0.00 B, will set to 344.46 MiB (RSS), difference: 7.82 MiB 2026.03.18 01:44:25.547047 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:25.547259 [ 253 ] {9a16bb9d-40d9-4b2f-84c3-6106b3dffd99} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:44:25.547336 [ 253 ] {9a16bb9d-40d9-4b2f-84c3-6106b3dffd99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:44:25.548050 [ 253 ] {9a16bb9d-40d9-4b2f-84c3-6106b3dffd99} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:25.548101 [ 253 ] {9a16bb9d-40d9-4b2f-84c3-6106b3dffd99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:25.548510 [ 253 ] {9a16bb9d-40d9-4b2f-84c3-6106b3dffd99} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.03.18 01:44:25.548737 [ 253 ] {9a16bb9d-40d9-4b2f-84c3-6106b3dffd99} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:25.548905 [ 253 ] {9a16bb9d-40d9-4b2f-84c3-6106b3dffd99} executeQuery: Read 56 rows, 4.41 KiB in 0.001699 sec., 32960.5650382578 rows/sec., 2.53 MiB/sec. 2026.03.18 01:44:25.548954 [ 253 ] {9a16bb9d-40d9-4b2f-84c3-6106b3dffd99} TCPHandler: Processed in 0.002048294 sec. 2026.03.18 01:44:25.549082 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:25.549187 [ 253 ] {10ed8187-bae9-4c4c-b822-1d0e5d56e02c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:44:25.549230 [ 253 ] {10ed8187-bae9-4c4c-b822-1d0e5d56e02c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:44:25.549671 [ 253 ] {10ed8187-bae9-4c4c-b822-1d0e5d56e02c} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:25.549711 [ 253 ] {10ed8187-bae9-4c4c-b822-1d0e5d56e02c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:25.550045 [ 253 ] {10ed8187-bae9-4c4c-b822-1d0e5d56e02c} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.03.18 01:44:25.550257 [ 253 ] {10ed8187-bae9-4c4c-b822-1d0e5d56e02c} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:25.550395 [ 253 ] {10ed8187-bae9-4c4c-b822-1d0e5d56e02c} executeQuery: Read 64 rows, 5.12 KiB in 0.001233 sec., 51905.92051905921 rows/sec., 4.05 MiB/sec. 2026.03.18 01:44:25.550434 [ 253 ] {10ed8187-bae9-4c4c-b822-1d0e5d56e02c} TCPHandler: Processed in 0.001405834 sec. 2026.03.18 01:44:25.550551 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:25.550648 [ 253 ] {38cc2964-19e8-4b0b-a417-2e5038631e81} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:25.550693 [ 253 ] {38cc2964-19e8-4b0b-a417-2e5038631e81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:44:25.551070 [ 253 ] {38cc2964-19e8-4b0b-a417-2e5038631e81} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:25.551107 [ 253 ] {38cc2964-19e8-4b0b-a417-2e5038631e81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:25.551542 [ 253 ] {38cc2964-19e8-4b0b-a417-2e5038631e81} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.03.18 01:44:25.551783 [ 253 ] {38cc2964-19e8-4b0b-a417-2e5038631e81} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:25.551919 [ 137 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 5 parts from all_1_94_19 to all_98_98_0 2026.03.18 01:44:25.551926 [ 253 ] {38cc2964-19e8-4b0b-a417-2e5038631e81} executeQuery: Read 32 rows, 2.28 KiB in 0.001297 sec., 24672.320740169624 rows/sec., 1.72 MiB/sec. 2026.03.18 01:44:25.551996 [ 137 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:25.552011 [ 253 ] {38cc2964-19e8-4b0b-a417-2e5038631e81} TCPHandler: Processed in 0.001510125 sec. 2026.03.18 01:44:25.552027 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:25.552124 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:25.552139 [ 193 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_98_20} MergeTask::PrepareStage: Merging 5 parts: from all_1_94_19 to all_98_98_0 into Compact with storage Full 2026.03.18 01:44:25.552226 [ 253 ] {eed80647-c9e8-4e3b-bcd2-2d01bc45e77b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:44:25.552248 [ 193 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_98_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:25.552269 [ 253 ] {eed80647-c9e8-4e3b-bcd2-2d01bc45e77b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:44:25.552283 [ 193 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_98_20} MergeTreeSequentialSource: Reading 6 marks from part all_1_94_19, total 33699 rows starting from the beginning of the part 2026.03.18 01:44:25.552349 [ 193 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_98_20} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 161 rows starting from the beginning of the part 2026.03.18 01:44:25.552405 [ 193 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_98_20} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 265 rows starting from the beginning of the part 2026.03.18 01:44:25.552453 [ 193 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_98_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part 2026.03.18 01:44:25.552497 [ 193 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_98_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1425 rows starting from the beginning of the part 2026.03.18 01:44:25.552603 [ 253 ] {eed80647-c9e8-4e3b-bcd2-2d01bc45e77b} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:25.552638 [ 253 ] {eed80647-c9e8-4e3b-bcd2-2d01bc45e77b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:25.552947 [ 253 ] {eed80647-c9e8-4e3b-bcd2-2d01bc45e77b} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.03.18 01:44:25.553156 [ 253 ] {eed80647-c9e8-4e3b-bcd2-2d01bc45e77b} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:25.553293 [ 253 ] {eed80647-c9e8-4e3b-bcd2-2d01bc45e77b} executeQuery: Read 12 rows, 848.00 B in 0.001087 sec., 11039.558417663293 rows/sec., 761.84 KiB/sec. 2026.03.18 01:44:25.553330 [ 253 ] {eed80647-c9e8-4e3b-bcd2-2d01bc45e77b} TCPHandler: Processed in 0.001256421 sec. 2026.03.18 01:44:25.558707 [ 201 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_98_20} MergeTask::MergeProjectionsStage: Merge sorted 35710 rows, containing 5 columns (5 merged, 0 gathered) in 0.00661073 sec., 5401824.004308147 rows/sec., 351.88 MiB/sec. 2026.03.18 01:44:25.559192 [ 198 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_98_20} MergedBlockOutputStream: filled checksums all_1_98_20 (state Temporary) 2026.03.18 01:44:25.559507 [ 198 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_98_20} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_merge_all_1_98_20 to all_1_98_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:25.559588 [ 198 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_98_20} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 5 parts: [all_1_94_19, all_98_98_0] -> all_1_98_20 2026.03.18 01:44:25.559680 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.03.18 01:44:27.284430 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 28227 2026.03.18 01:44:27.284964 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:27.285005 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:27.285476 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.18 01:44:27.285708 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:44:27.285835 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28227 2026.03.18 01:44:28.818547 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2026.03.18 01:44:28.835683 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:28.835756 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:28.841816 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.18 01:44:28.842555 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:44:28.845525 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2026.03.18 01:44:30.555044 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:30.555275 [ 253 ] {f77a6634-1f1b-4ca6-8b2b-3f577d056d37} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:44:30.555352 [ 253 ] {f77a6634-1f1b-4ca6-8b2b-3f577d056d37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:44:30.556114 [ 253 ] {f77a6634-1f1b-4ca6-8b2b-3f577d056d37} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:30.556174 [ 253 ] {f77a6634-1f1b-4ca6-8b2b-3f577d056d37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:30.556610 [ 253 ] {f77a6634-1f1b-4ca6-8b2b-3f577d056d37} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.03.18 01:44:30.556864 [ 253 ] {f77a6634-1f1b-4ca6-8b2b-3f577d056d37} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:30.557045 [ 253 ] {f77a6634-1f1b-4ca6-8b2b-3f577d056d37} executeQuery: Read 108 rows, 9.31 KiB in 0.001824 sec., 59210.52631578947 rows/sec., 4.98 MiB/sec. 2026.03.18 01:44:30.557100 [ 253 ] {f77a6634-1f1b-4ca6-8b2b-3f577d056d37} TCPHandler: Processed in 0.002196107 sec. 2026.03.18 01:44:30.557245 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:30.557376 [ 253 ] {18974256-c2e0-416d-9094-14512c66c83a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:44:30.557426 [ 253 ] {18974256-c2e0-416d-9094-14512c66c83a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:44:30.557876 [ 253 ] {18974256-c2e0-416d-9094-14512c66c83a} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:30.557916 [ 253 ] {18974256-c2e0-416d-9094-14512c66c83a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:30.558239 [ 253 ] {18974256-c2e0-416d-9094-14512c66c83a} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.03.18 01:44:30.558469 [ 253 ] {18974256-c2e0-416d-9094-14512c66c83a} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:30.558620 [ 253 ] {18974256-c2e0-416d-9094-14512c66c83a} executeQuery: Read 26 rows, 1.96 KiB in 0.001278 sec., 20344.287949921752 rows/sec., 1.49 MiB/sec. 2026.03.18 01:44:30.558663 [ 253 ] {18974256-c2e0-416d-9094-14512c66c83a} TCPHandler: Processed in 0.001480125 sec. 2026.03.18 01:44:30.558791 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:30.558895 [ 253 ] {10892463-33b7-44c9-86c4-82f7935a0694} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:44:30.558938 [ 253 ] {10892463-33b7-44c9-86c4-82f7935a0694} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:44:30.559397 [ 253 ] {10892463-33b7-44c9-86c4-82f7935a0694} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:30.559436 [ 253 ] {10892463-33b7-44c9-86c4-82f7935a0694} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:30.559770 [ 253 ] {10892463-33b7-44c9-86c4-82f7935a0694} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.03.18 01:44:30.559991 [ 253 ] {10892463-33b7-44c9-86c4-82f7935a0694} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:30.560136 [ 253 ] {10892463-33b7-44c9-86c4-82f7935a0694} executeQuery: Read 90 rows, 7.20 KiB in 0.001263 sec., 71258.90736342043 rows/sec., 5.56 MiB/sec. 2026.03.18 01:44:30.560178 [ 253 ] {10892463-33b7-44c9-86c4-82f7935a0694} TCPHandler: Processed in 0.001438184 sec. 2026.03.18 01:44:30.560300 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:30.560400 [ 253 ] {3829980f-12c8-44c5-a64c-02a02f0d1f95} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:30.560445 [ 253 ] {3829980f-12c8-44c5-a64c-02a02f0d1f95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:44:30.560866 [ 253 ] {3829980f-12c8-44c5-a64c-02a02f0d1f95} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:30.560905 [ 253 ] {3829980f-12c8-44c5-a64c-02a02f0d1f95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:30.561298 [ 253 ] {3829980f-12c8-44c5-a64c-02a02f0d1f95} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.03.18 01:44:30.561541 [ 253 ] {3829980f-12c8-44c5-a64c-02a02f0d1f95} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:30.561680 [ 253 ] {3829980f-12c8-44c5-a64c-02a02f0d1f95} executeQuery: Read 160 rows, 11.41 KiB in 0.001301 sec., 122982.32129131437 rows/sec., 8.57 MiB/sec. 2026.03.18 01:44:30.561718 [ 253 ] {3829980f-12c8-44c5-a64c-02a02f0d1f95} TCPHandler: Processed in 0.001469775 sec. 2026.03.18 01:44:30.561836 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:30.561933 [ 253 ] {8c7b2d19-af8d-453f-84bb-951393d3e93a} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:30.561989 [ 253 ] {8c7b2d19-af8d-453f-84bb-951393d3e93a} 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.18 01:44:30.562843 [ 253 ] {8c7b2d19-af8d-453f-84bb-951393d3e93a} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:30.562881 [ 253 ] {8c7b2d19-af8d-453f-84bb-951393d3e93a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:30.563451 [ 253 ] {8c7b2d19-af8d-453f-84bb-951393d3e93a} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.03.18 01:44:30.563675 [ 253 ] {8c7b2d19-af8d-453f-84bb-951393d3e93a} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:30.563816 [ 253 ] {8c7b2d19-af8d-453f-84bb-951393d3e93a} executeQuery: Read 26 rows, 47.71 KiB in 0.001903 sec., 13662.637940094588 rows/sec., 24.48 MiB/sec. 2026.03.18 01:44:30.563869 [ 253 ] {8c7b2d19-af8d-453f-84bb-951393d3e93a} TCPHandler: Processed in 0.002081424 sec. 2026.03.18 01:44:30.564003 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:30.564097 [ 253 ] {25672a4a-92f3-4fbb-8bbe-66a2937f7ffd} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:44:30.564140 [ 253 ] {25672a4a-92f3-4fbb-8bbe-66a2937f7ffd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:44:30.564494 [ 253 ] {25672a4a-92f3-4fbb-8bbe-66a2937f7ffd} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:30.564530 [ 253 ] {25672a4a-92f3-4fbb-8bbe-66a2937f7ffd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:30.564842 [ 253 ] {25672a4a-92f3-4fbb-8bbe-66a2937f7ffd} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.03.18 01:44:30.565054 [ 253 ] {25672a4a-92f3-4fbb-8bbe-66a2937f7ffd} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:30.565188 [ 253 ] {25672a4a-92f3-4fbb-8bbe-66a2937f7ffd} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2026.03.18 01:44:30.565225 [ 253 ] {25672a4a-92f3-4fbb-8bbe-66a2937f7ffd} TCPHandler: Processed in 0.001269371 sec. 2026.03.18 01:44:34.588388 [ 124 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:44:34.588439 [ 124 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:44:34.786094 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 28675 2026.03.18 01:44:34.786667 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:34.786717 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:34.787227 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.18 01:44:34.787465 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:44:34.787618 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28675 2026.03.18 01:44:34.897680 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1864 2026.03.18 01:44:34.899836 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:34.899878 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:34.901006 [ 242 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.18 01:44:34.901267 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:44:34.901522 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1864 2026.03.18 01:44:35.565798 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:35.566008 [ 253 ] {56deed8a-ad88-40b4-b3a0-725c613061ed} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:44:35.566080 [ 253 ] {56deed8a-ad88-40b4-b3a0-725c613061ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:44:35.566880 [ 253 ] {56deed8a-ad88-40b4-b3a0-725c613061ed} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:35.566939 [ 253 ] {56deed8a-ad88-40b4-b3a0-725c613061ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:35.567408 [ 253 ] {56deed8a-ad88-40b4-b3a0-725c613061ed} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.18 01:44:35.567653 [ 253 ] {56deed8a-ad88-40b4-b3a0-725c613061ed} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:44:35.567823 [ 253 ] {56deed8a-ad88-40b4-b3a0-725c613061ed} executeQuery: Read 284 rows, 18.47 KiB in 0.001867 sec., 152115.6936261382 rows/sec., 9.66 MiB/sec. 2026.03.18 01:44:35.567878 [ 253 ] {56deed8a-ad88-40b4-b3a0-725c613061ed} TCPHandler: Processed in 0.002219217 sec. 2026.03.18 01:44:35.568022 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:35.568133 [ 253 ] {def2d2f5-f7df-4460-b2fd-77f5867012df} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:44:35.568179 [ 253 ] {def2d2f5-f7df-4460-b2fd-77f5867012df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:44:35.569041 [ 253 ] {def2d2f5-f7df-4460-b2fd-77f5867012df} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:35.569085 [ 253 ] {def2d2f5-f7df-4460-b2fd-77f5867012df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:35.569490 [ 253 ] {def2d2f5-f7df-4460-b2fd-77f5867012df} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.03.18 01:44:35.569713 [ 253 ] {def2d2f5-f7df-4460-b2fd-77f5867012df} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:35.569863 [ 253 ] {def2d2f5-f7df-4460-b2fd-77f5867012df} executeQuery: Read 825 rows, 66.29 KiB in 0.001756 sec., 469817.7676537586 rows/sec., 36.86 MiB/sec. 2026.03.18 01:44:35.569865 [ 122 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.03.18 01:44:35.569905 [ 253 ] {def2d2f5-f7df-4460-b2fd-77f5867012df} TCPHandler: Processed in 0.001935192 sec. 2026.03.18 01:44:35.569945 [ 122 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:35.569973 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:35.570036 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:35.570072 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.03.18 01:44:35.570142 [ 253 ] {32ec4ede-e547-47bd-bef6-a9886945a3ff} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:44:35.570169 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:35.570187 [ 253 ] {32ec4ede-e547-47bd-bef6-a9886945a3ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:44:35.570202 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2770 rows starting from the beginning of the part 2026.03.18 01:44:35.570270 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 108 rows starting from the beginning of the part 2026.03.18 01:44:35.570317 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 2716 rows starting from the beginning of the part 2026.03.18 01:44:35.570367 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part 2026.03.18 01:44:35.570420 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 108 rows starting from the beginning of the part 2026.03.18 01:44:35.570468 [ 198 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 825 rows starting from the beginning of the part 2026.03.18 01:44:35.570661 [ 253 ] {32ec4ede-e547-47bd-bef6-a9886945a3ff} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:35.570698 [ 253 ] {32ec4ede-e547-47bd-bef6-a9886945a3ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:35.571049 [ 253 ] {32ec4ede-e547-47bd-bef6-a9886945a3ff} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.03.18 01:44:35.571274 [ 253 ] {32ec4ede-e547-47bd-bef6-a9886945a3ff} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:35.571434 [ 253 ] {32ec4ede-e547-47bd-bef6-a9886945a3ff} executeQuery: Read 156 rows, 9.59 KiB in 0.001315 sec., 118631.17870722433 rows/sec., 7.13 MiB/sec. 2026.03.18 01:44:35.571476 [ 253 ] {32ec4ede-e547-47bd-bef6-a9886945a3ff} TCPHandler: Processed in 0.001490235 sec. 2026.03.18 01:44:35.571592 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:35.571692 [ 253 ] {c337928c-aecf-45a0-98fb-c151ebb1b843} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:44:35.571735 [ 253 ] {c337928c-aecf-45a0-98fb-c151ebb1b843} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:44:35.572185 [ 253 ] {c337928c-aecf-45a0-98fb-c151ebb1b843} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:35.572222 [ 253 ] {c337928c-aecf-45a0-98fb-c151ebb1b843} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:35.572586 [ 253 ] {c337928c-aecf-45a0-98fb-c151ebb1b843} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.18 01:44:35.572724 [ 191 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 6583 rows, containing 5 columns (5 merged, 0 gathered) in 0.002687215 sec., 2449748.159339688 rows/sec., 197.63 MiB/sec. 2026.03.18 01:44:35.572815 [ 253 ] {c337928c-aecf-45a0-98fb-c151ebb1b843} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:44:35.572950 [ 253 ] {c337928c-aecf-45a0-98fb-c151ebb1b843} executeQuery: Read 149 rows, 9.86 KiB in 0.001281 sec., 116315.37861046058 rows/sec., 7.51 MiB/sec. 2026.03.18 01:44:35.572990 [ 253 ] {c337928c-aecf-45a0-98fb-c151ebb1b843} TCPHandler: Processed in 0.001446804 sec. 2026.03.18 01:44:35.573040 [ 202 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.03.18 01:44:35.573106 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:35.573199 [ 253 ] {7b252fbf-a1c9-4d0b-af38-0d3c51c62a02} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:44:35.573240 [ 253 ] {7b252fbf-a1c9-4d0b-af38-0d3c51c62a02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:44:35.573306 [ 202 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_101_20} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:35.573377 [ 202 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_101_20} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.03.18 01:44:35.573461 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. 2026.03.18 01:44:35.573681 [ 253 ] {7b252fbf-a1c9-4d0b-af38-0d3c51c62a02} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:35.573717 [ 253 ] {7b252fbf-a1c9-4d0b-af38-0d3c51c62a02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:35.574035 [ 253 ] {7b252fbf-a1c9-4d0b-af38-0d3c51c62a02} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.18 01:44:35.574250 [ 253 ] {7b252fbf-a1c9-4d0b-af38-0d3c51c62a02} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:44:35.574381 [ 253 ] {7b252fbf-a1c9-4d0b-af38-0d3c51c62a02} executeQuery: Read 148 rows, 8.62 KiB in 0.0012 sec., 123333.33333333334 rows/sec., 7.01 MiB/sec. 2026.03.18 01:44:35.574419 [ 253 ] {7b252fbf-a1c9-4d0b-af38-0d3c51c62a02} TCPHandler: Processed in 0.001361903 sec. 2026.03.18 01:44:35.574533 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:35.574626 [ 253 ] {c55dbe8c-59e8-4637-be7b-cd7e600ce081} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:44:35.574667 [ 253 ] {c55dbe8c-59e8-4637-be7b-cd7e600ce081} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:44:35.576993 [ 253 ] {c55dbe8c-59e8-4637-be7b-cd7e600ce081} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:35.577077 [ 253 ] {c55dbe8c-59e8-4637-be7b-cd7e600ce081} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:35.577924 [ 253 ] {c55dbe8c-59e8-4637-be7b-cd7e600ce081} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.03.18 01:44:35.578303 [ 253 ] {c55dbe8c-59e8-4637-be7b-cd7e600ce081} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:35.578507 [ 122 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.03.18 01:44:35.578571 [ 122 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:35.578578 [ 253 ] {c55dbe8c-59e8-4637-be7b-cd7e600ce081} executeQuery: Read 504 rows, 36.30 KiB in 0.003961 sec., 127240.59580913911 rows/sec., 8.95 MiB/sec. 2026.03.18 01:44:35.578600 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:35.578686 [ 253 ] {c55dbe8c-59e8-4637-be7b-cd7e600ce081} TCPHandler: Processed in 0.00420139 sec. 2026.03.18 01:44:35.578737 [ 201 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.03.18 01:44:35.578858 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:35.578896 [ 201 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:35.578949 [ 201 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1513 rows starting from the beginning of the part 2026.03.18 01:44:35.578975 [ 253 ] {3a9fd88d-dfed-4f40-a2db-f6fa52d18715} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:44:35.579032 [ 253 ] {3a9fd88d-dfed-4f40-a2db-f6fa52d18715} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:44:35.579045 [ 201 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 90 rows starting from the beginning of the part 2026.03.18 01:44:35.579120 [ 201 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1465 rows starting from the beginning of the part 2026.03.18 01:44:35.579185 [ 201 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part 2026.03.18 01:44:35.579247 [ 201 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 90 rows starting from the beginning of the part 2026.03.18 01:44:35.579307 [ 201 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 504 rows starting from the beginning of the part 2026.03.18 01:44:35.579448 [ 253 ] {3a9fd88d-dfed-4f40-a2db-f6fa52d18715} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:35.579491 [ 253 ] {3a9fd88d-dfed-4f40-a2db-f6fa52d18715} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:35.579846 [ 253 ] {3a9fd88d-dfed-4f40-a2db-f6fa52d18715} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.18 01:44:35.580079 [ 253 ] {3a9fd88d-dfed-4f40-a2db-f6fa52d18715} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:44:35.581342 [ 201 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 3726 rows, containing 5 columns (5 merged, 0 gathered) in 0.002660154 sec., 1400670.788232561 rows/sec., 103.27 MiB/sec. 2026.03.18 01:44:35.581623 [ 191 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.03.18 01:44:35.581995 [ 191 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_101_20} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:35.582096 [ 191 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_101_20} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.03.18 01:44:35.582219 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.03.18 01:44:35.583369 [ 253 ] {3a9fd88d-dfed-4f40-a2db-f6fa52d18715} executeQuery: Read 6 rows, 321.00 B in 0.004412 sec., 1359.9274705349048 rows/sec., 71.05 KiB/sec. 2026.03.18 01:44:35.583434 [ 253 ] {3a9fd88d-dfed-4f40-a2db-f6fa52d18715} TCPHandler: Processed in 0.004635067 sec. 2026.03.18 01:44:35.583560 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:35.583659 [ 253 ] {7fcc0439-4689-420d-ad22-1bf8d7f3e788} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:35.583703 [ 253 ] {7fcc0439-4689-420d-ad22-1bf8d7f3e788} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:44:35.584147 [ 253 ] {7fcc0439-4689-420d-ad22-1bf8d7f3e788} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:35.584187 [ 253 ] {7fcc0439-4689-420d-ad22-1bf8d7f3e788} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:35.584560 [ 253 ] {7fcc0439-4689-420d-ad22-1bf8d7f3e788} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.03.18 01:44:35.584821 [ 253 ] {7fcc0439-4689-420d-ad22-1bf8d7f3e788} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:35.584961 [ 253 ] {7fcc0439-4689-420d-ad22-1bf8d7f3e788} executeQuery: Read 265 rows, 18.03 KiB in 0.001323 sec., 200302.34315948602 rows/sec., 13.31 MiB/sec. 2026.03.18 01:44:35.584999 [ 253 ] {7fcc0439-4689-420d-ad22-1bf8d7f3e788} TCPHandler: Processed in 0.001489285 sec. 2026.03.18 01:44:35.585119 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:35.585216 [ 253 ] {f0e8a84a-fcda-4a76-b7c9-cf2fa127a577} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:44:35.585261 [ 253 ] {f0e8a84a-fcda-4a76-b7c9-cf2fa127a577} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:44:35.585591 [ 253 ] {f0e8a84a-fcda-4a76-b7c9-cf2fa127a577} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:35.585628 [ 253 ] {f0e8a84a-fcda-4a76-b7c9-cf2fa127a577} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:35.585940 [ 253 ] {f0e8a84a-fcda-4a76-b7c9-cf2fa127a577} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.18 01:44:35.586163 [ 253 ] {f0e8a84a-fcda-4a76-b7c9-cf2fa127a577} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:44:35.586276 [ 122 ] {} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0 2026.03.18 01:44:35.586296 [ 253 ] {f0e8a84a-fcda-4a76-b7c9-cf2fa127a577} executeQuery: Read 1 rows, 69.00 B in 0.001099 sec., 909.9181073703368 rows/sec., 61.31 KiB/sec. 2026.03.18 01:44:35.586319 [ 122 ] {} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:35.586340 [ 253 ] {f0e8a84a-fcda-4a76-b7c9-cf2fa127a577} TCPHandler: Processed in 0.001271591 sec. 2026.03.18 01:44:35.586345 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:35.586452 [ 202 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_44_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full 2026.03.18 01:44:35.586465 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:35.586560 [ 202 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_44_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:35.586573 [ 253 ] {cf1e7702-020d-4c1d-94f0-3976be1004e0} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:35.586593 [ 202 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 39 rows starting from the beginning of the part 2026.03.18 01:44:35.586629 [ 253 ] {cf1e7702-020d-4c1d-94f0-3976be1004e0} 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.18 01:44:35.586659 [ 202 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part 2026.03.18 01:44:35.586712 [ 202 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part 2026.03.18 01:44:35.586760 [ 202 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part 2026.03.18 01:44:35.586807 [ 202 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part 2026.03.18 01:44:35.586855 [ 202 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part 2026.03.18 01:44:35.587447 [ 253 ] {cf1e7702-020d-4c1d-94f0-3976be1004e0} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:35.587484 [ 253 ] {cf1e7702-020d-4c1d-94f0-3976be1004e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:35.587654 [ 191 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_44_9} MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 4 columns (4 merged, 0 gathered) in 0.001244301 sec., 35361.21886906785 rows/sec., 2.33 MiB/sec. 2026.03.18 01:44:35.587813 [ 201 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_44_9} MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) 2026.03.18 01:44:35.588056 [ 253 ] {cf1e7702-020d-4c1d-94f0-3976be1004e0} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.03.18 01:44:35.588142 [ 201 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_44_9} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:35.588247 [ 201 ] {47e397e3-a7f1-443d-b257-4b2235321fa3::all_1_44_9} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9 2026.03.18 01:44:35.588331 [ 253 ] {cf1e7702-020d-4c1d-94f0-3976be1004e0} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:35.588337 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.03.18 01:44:35.588484 [ 253 ] {cf1e7702-020d-4c1d-94f0-3976be1004e0} executeQuery: Read 14 rows, 25.69 KiB in 0.001929 sec., 7257.646448937274 rows/sec., 13.01 MiB/sec. 2026.03.18 01:44:35.588542 [ 253 ] {cf1e7702-020d-4c1d-94f0-3976be1004e0} TCPHandler: Processed in 0.002126916 sec. 2026.03.18 01:44:35.588667 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:35.588762 [ 253 ] {1b8a63f5-13fb-45de-80ef-bf51fa699a35} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:44:35.588805 [ 253 ] {1b8a63f5-13fb-45de-80ef-bf51fa699a35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:44:35.589151 [ 253 ] {1b8a63f5-13fb-45de-80ef-bf51fa699a35} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:35.589189 [ 253 ] {1b8a63f5-13fb-45de-80ef-bf51fa699a35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:35.589521 [ 253 ] {1b8a63f5-13fb-45de-80ef-bf51fa699a35} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.03.18 01:44:35.589773 [ 253 ] {1b8a63f5-13fb-45de-80ef-bf51fa699a35} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:35.589897 [ 122 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.03.18 01:44:35.589907 [ 253 ] {1b8a63f5-13fb-45de-80ef-bf51fa699a35} executeQuery: Read 90 rows, 5.77 KiB in 0.001163 sec., 77386.07050730869 rows/sec., 4.84 MiB/sec. 2026.03.18 01:44:35.589933 [ 122 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:35.589956 [ 253 ] {1b8a63f5-13fb-45de-80ef-bf51fa699a35} TCPHandler: Processed in 0.001340272 sec. 2026.03.18 01:44:35.589958 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:35.590086 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.03.18 01:44:35.590251 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:35.590296 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 6204 rows starting from the beginning of the part 2026.03.18 01:44:35.590374 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part 2026.03.18 01:44:35.590428 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 78 rows starting from the beginning of the part 2026.03.18 01:44:35.590478 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 12 rows starting from the beginning of the part 2026.03.18 01:44:35.590522 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part 2026.03.18 01:44:35.590567 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 90 rows starting from the beginning of the part 2026.03.18 01:44:35.592565 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 6504 rows, containing 4 columns (4 merged, 0 gathered) in 0.002535342 sec., 2565334.3809237573 rows/sec., 165.35 MiB/sec. 2026.03.18 01:44:35.592999 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.03.18 01:44:35.593281 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_101_20} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:35.593363 [ 208 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_101_20} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.03.18 01:44:35.593584 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. 2026.03.18 01:44:36.345693 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2026.03.18 01:44:36.362585 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:36.362652 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:36.368766 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.18 01:44:36.369450 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:44:36.372388 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2026.03.18 01:44:40.556658 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:40.556846 [ 253 ] {0033e565-0938-4c2b-9548-259e916c53e4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:44:40.556931 [ 253 ] {0033e565-0938-4c2b-9548-259e916c53e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:44:40.557682 [ 253 ] {0033e565-0938-4c2b-9548-259e916c53e4} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:40.557731 [ 253 ] {0033e565-0938-4c2b-9548-259e916c53e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:40.558180 [ 253 ] {0033e565-0938-4c2b-9548-259e916c53e4} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.03.18 01:44:40.558461 [ 253 ] {0033e565-0938-4c2b-9548-259e916c53e4} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:40.558615 [ 253 ] {0033e565-0938-4c2b-9548-259e916c53e4} executeQuery: Read 108 rows, 9.31 KiB in 0.001817 sec., 59438.63511282334 rows/sec., 5.00 MiB/sec. 2026.03.18 01:44:40.558662 [ 253 ] {0033e565-0938-4c2b-9548-259e916c53e4} TCPHandler: Processed in 0.002129495 sec. 2026.03.18 01:44:40.558792 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:40.558895 [ 253 ] {c2a062d6-8aa7-4400-8604-cce06ca0b8cd} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:44:40.558939 [ 253 ] {c2a062d6-8aa7-4400-8604-cce06ca0b8cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:44:40.559363 [ 253 ] {c2a062d6-8aa7-4400-8604-cce06ca0b8cd} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:40.559398 [ 253 ] {c2a062d6-8aa7-4400-8604-cce06ca0b8cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:40.559713 [ 253 ] {c2a062d6-8aa7-4400-8604-cce06ca0b8cd} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.03.18 01:44:40.559918 [ 253 ] {c2a062d6-8aa7-4400-8604-cce06ca0b8cd} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:40.560050 [ 253 ] {c2a062d6-8aa7-4400-8604-cce06ca0b8cd} executeQuery: Read 26 rows, 1.96 KiB in 0.001179 sec., 22052.58693808312 rows/sec., 1.62 MiB/sec. 2026.03.18 01:44:40.560088 [ 253 ] {c2a062d6-8aa7-4400-8604-cce06ca0b8cd} TCPHandler: Processed in 0.001347953 sec. 2026.03.18 01:44:40.560211 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:40.560333 [ 253 ] {2cf465b2-a7aa-424b-8f40-ab96e366ff1e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:44:40.560384 [ 253 ] {2cf465b2-a7aa-424b-8f40-ab96e366ff1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:44:40.560918 [ 253 ] {2cf465b2-a7aa-424b-8f40-ab96e366ff1e} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:40.560961 [ 253 ] {2cf465b2-a7aa-424b-8f40-ab96e366ff1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:40.561345 [ 253 ] {2cf465b2-a7aa-424b-8f40-ab96e366ff1e} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.03.18 01:44:40.561574 [ 253 ] {2cf465b2-a7aa-424b-8f40-ab96e366ff1e} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:40.561708 [ 253 ] {2cf465b2-a7aa-424b-8f40-ab96e366ff1e} executeQuery: Read 90 rows, 7.20 KiB in 0.0014 sec., 64285.71428571429 rows/sec., 5.02 MiB/sec. 2026.03.18 01:44:40.561745 [ 253 ] {2cf465b2-a7aa-424b-8f40-ab96e366ff1e} TCPHandler: Processed in 0.001596666 sec. 2026.03.18 01:44:40.561863 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:40.561958 [ 253 ] {e2add210-613b-4410-bbb7-80c16cd01d64} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:40.562003 [ 253 ] {e2add210-613b-4410-bbb7-80c16cd01d64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:44:40.562450 [ 253 ] {e2add210-613b-4410-bbb7-80c16cd01d64} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:40.562487 [ 253 ] {e2add210-613b-4410-bbb7-80c16cd01d64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:40.562839 [ 253 ] {e2add210-613b-4410-bbb7-80c16cd01d64} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.03.18 01:44:40.563067 [ 253 ] {e2add210-613b-4410-bbb7-80c16cd01d64} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:40.563201 [ 253 ] {e2add210-613b-4410-bbb7-80c16cd01d64} executeQuery: Read 160 rows, 11.41 KiB in 0.001262 sec., 126782.88431061806 rows/sec., 8.83 MiB/sec. 2026.03.18 01:44:40.563239 [ 253 ] {e2add210-613b-4410-bbb7-80c16cd01d64} TCPHandler: Processed in 0.001426654 sec. 2026.03.18 01:44:40.563343 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:40.563439 [ 253 ] {73d13bf2-5327-44e6-ae2f-23f421b7f7f6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:40.563494 [ 253 ] {73d13bf2-5327-44e6-ae2f-23f421b7f7f6} 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.18 01:44:40.564309 [ 253 ] {73d13bf2-5327-44e6-ae2f-23f421b7f7f6} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:40.564344 [ 253 ] {73d13bf2-5327-44e6-ae2f-23f421b7f7f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:40.564886 [ 253 ] {73d13bf2-5327-44e6-ae2f-23f421b7f7f6} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.03.18 01:44:40.565113 [ 253 ] {73d13bf2-5327-44e6-ae2f-23f421b7f7f6} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:40.565252 [ 253 ] {73d13bf2-5327-44e6-ae2f-23f421b7f7f6} executeQuery: Read 26 rows, 47.71 KiB in 0.001832 sec., 14192.139737991265 rows/sec., 25.43 MiB/sec. 2026.03.18 01:44:40.565316 [ 253 ] {73d13bf2-5327-44e6-ae2f-23f421b7f7f6} TCPHandler: Processed in 0.002023004 sec. 2026.03.18 01:44:40.565431 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:40.565526 [ 253 ] {0fbcffaa-e79f-4f80-87a1-d0741c1710ca} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:44:40.565568 [ 253 ] {0fbcffaa-e79f-4f80-87a1-d0741c1710ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:44:40.565903 [ 253 ] {0fbcffaa-e79f-4f80-87a1-d0741c1710ca} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:40.565939 [ 253 ] {0fbcffaa-e79f-4f80-87a1-d0741c1710ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:40.566240 [ 253 ] {0fbcffaa-e79f-4f80-87a1-d0741c1710ca} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.03.18 01:44:40.566460 [ 253 ] {0fbcffaa-e79f-4f80-87a1-d0741c1710ca} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:40.566590 [ 253 ] {0fbcffaa-e79f-4f80-87a1-d0741c1710ca} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2026.03.18 01:44:40.566627 [ 253 ] {0fbcffaa-e79f-4f80-87a1-d0741c1710ca} TCPHandler: Processed in 0.00124641 sec. 2026.03.18 01:44:42.287820 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 29187 2026.03.18 01:44:42.288352 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:42.288392 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:42.288891 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.18 01:44:42.289122 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:44:42.289257 [ 113 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.18 01:44:42.289272 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29187 2026.03.18 01:44:42.289304 [ 113 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:42.289329 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:42.289424 [ 194 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::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.18 01:44:42.289504 [ 194 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:42.289533 [ 194 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 26755 rows starting from the beginning of the part 2026.03.18 01:44:42.289588 [ 194 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 512 rows starting from the beginning of the part 2026.03.18 01:44:42.289631 [ 194 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 448 rows starting from the beginning of the part 2026.03.18 01:44:42.289670 [ 194 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 512 rows starting from the beginning of the part 2026.03.18 01:44:42.289707 [ 194 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 448 rows starting from the beginning of the part 2026.03.18 01:44:42.289749 [ 194 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 512 rows starting from the beginning of the part 2026.03.18 01:44:42.292237 [ 201 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 29187 rows, containing 4 columns (4 merged, 0 gathered) in 0.002851487 sec., 10235712.103895266 rows/sec., 146.42 MiB/sec. 2026.03.18 01:44:42.292693 [ 187 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.18 01:44:42.293003 [ 187 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_61_12} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:44:42.293084 [ 187 ] {6b0c676e-495d-4f95-9929-6ed1eb263e2c::all_1_61_12} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.18 01:44:42.293187 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. 2026.03.18 01:44:43.872513 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2026.03.18 01:44:43.889378 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:43.889437 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:43.895865 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.18 01:44:43.896574 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:44:43.896878 [ 56 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.18 01:44:43.896921 [ 56 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:43.896944 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:43.897122 [ 192 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::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.18 01:44:43.899686 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2026.03.18 01:44:43.901337 [ 192 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:43.902733 [ 192 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part 2026.03.18 01:44:43.907123 [ 192 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part 2026.03.18 01:44:43.911643 [ 192 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part 2026.03.18 01:44:43.916066 [ 192 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part 2026.03.18 01:44:43.920441 [ 192 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 7 rows starting from the beginning of the part 2026.03.18 01:44:43.924222 [ 192 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part 2026.03.18 01:44:43.974038 [ 186 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.076989519 sec., 5974.839250521879 rows/sec., 30.89 MiB/sec. 2026.03.18 01:44:43.977302 [ 186 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.18 01:44:43.979347 [ 186 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_61_12} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:44:43.979460 [ 186 ] {b84f3dcb-89a9-4b2e-9af3-1a4c14293000::all_1_61_12} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.18 01:44:43.982631 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.03.18 01:44:44.901778 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1898 2026.03.18 01:44:44.904432 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:44.904475 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:44.905658 [ 242 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.18 01:44:44.905911 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:44:44.906177 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1898 2026.03.18 01:44:45.561425 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:45.561643 [ 253 ] {6a75674d-e8ed-4f2a-9d7f-85f35a6c2a57} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:44:45.561711 [ 253 ] {6a75674d-e8ed-4f2a-9d7f-85f35a6c2a57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:44:45.562426 [ 253 ] {6a75674d-e8ed-4f2a-9d7f-85f35a6c2a57} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:45.562479 [ 253 ] {6a75674d-e8ed-4f2a-9d7f-85f35a6c2a57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:45.562893 [ 253 ] {6a75674d-e8ed-4f2a-9d7f-85f35a6c2a57} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.18 01:44:45.563117 [ 253 ] {6a75674d-e8ed-4f2a-9d7f-85f35a6c2a57} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:44:45.563271 [ 61 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 2026.03.18 01:44:45.563286 [ 253 ] {6a75674d-e8ed-4f2a-9d7f-85f35a6c2a57} executeQuery: Read 284 rows, 18.47 KiB in 0.001694 sec., 167650.53128689493 rows/sec., 10.65 MiB/sec. 2026.03.18 01:44:45.563341 [ 61 ] {} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:45.563360 [ 253 ] {6a75674d-e8ed-4f2a-9d7f-85f35a6c2a57} TCPHandler: Processed in 0.002078434 sec. 2026.03.18 01:44:45.563368 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:45.563478 [ 194 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_45_11} MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full 2026.03.18 01:44:45.563498 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:45.563601 [ 194 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_45_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:45.563610 [ 253 ] {eb6d21b4-202a-424f-aaec-fb53f072d325} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:44:45.563646 [ 194 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 284 rows starting from the beginning of the part 2026.03.18 01:44:45.563667 [ 253 ] {eb6d21b4-202a-424f-aaec-fb53f072d325} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:44:45.563731 [ 194 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 284 rows starting from the beginning of the part 2026.03.18 01:44:45.563792 [ 194 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 284 rows starting from the beginning of the part 2026.03.18 01:44:45.563840 [ 194 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 284 rows starting from the beginning of the part 2026.03.18 01:44:45.563884 [ 194 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 284 rows starting from the beginning of the part 2026.03.18 01:44:45.564375 [ 253 ] {eb6d21b4-202a-424f-aaec-fb53f072d325} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:45.564418 [ 253 ] {eb6d21b4-202a-424f-aaec-fb53f072d325} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:45.564798 [ 253 ] {eb6d21b4-202a-424f-aaec-fb53f072d325} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.03.18 01:44:45.564926 [ 197 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_45_11} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001485485 sec., 955916.7544606643 rows/sec., 64.36 MiB/sec. 2026.03.18 01:44:45.565022 [ 253 ] {eb6d21b4-202a-424f-aaec-fb53f072d325} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:45.565096 [ 194 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_45_11} MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) 2026.03.18 01:44:45.565172 [ 253 ] {eb6d21b4-202a-424f-aaec-fb53f072d325} executeQuery: Read 825 rows, 66.29 KiB in 0.001586 sec., 520176.54476670874 rows/sec., 40.82 MiB/sec. 2026.03.18 01:44:45.565218 [ 253 ] {eb6d21b4-202a-424f-aaec-fb53f072d325} TCPHandler: Processed in 0.00177341 sec. 2026.03.18 01:44:45.565347 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:45.565360 [ 194 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_45_11} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:45.565449 [ 194 ] {f244de04-7ab8-470f-9b66-6821ab6d2b7e::all_1_45_11} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 2026.03.18 01:44:45.565471 [ 253 ] {6dfe6735-bad8-4b47-8496-a44bae4dbff2} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:44:45.565523 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.18 01:44:45.565526 [ 253 ] {6dfe6735-bad8-4b47-8496-a44bae4dbff2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:44:45.566003 [ 253 ] {6dfe6735-bad8-4b47-8496-a44bae4dbff2} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:45.566041 [ 253 ] {6dfe6735-bad8-4b47-8496-a44bae4dbff2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:45.566381 [ 253 ] {6dfe6735-bad8-4b47-8496-a44bae4dbff2} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.03.18 01:44:45.566594 [ 253 ] {6dfe6735-bad8-4b47-8496-a44bae4dbff2} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:45.566736 [ 253 ] {6dfe6735-bad8-4b47-8496-a44bae4dbff2} executeQuery: Read 156 rows, 9.59 KiB in 0.00129 sec., 120930.23255813954 rows/sec., 7.26 MiB/sec. 2026.03.18 01:44:45.566775 [ 253 ] {6dfe6735-bad8-4b47-8496-a44bae4dbff2} TCPHandler: Processed in 0.001490255 sec. 2026.03.18 01:44:45.566889 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:45.566984 [ 253 ] {64e3299e-87cb-42ba-920e-3a4dd9c25f94} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:44:45.567025 [ 253 ] {64e3299e-87cb-42ba-920e-3a4dd9c25f94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:44:45.567456 [ 253 ] {64e3299e-87cb-42ba-920e-3a4dd9c25f94} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:45.567492 [ 253 ] {64e3299e-87cb-42ba-920e-3a4dd9c25f94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:45.567797 [ 253 ] {64e3299e-87cb-42ba-920e-3a4dd9c25f94} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.18 01:44:45.568013 [ 253 ] {64e3299e-87cb-42ba-920e-3a4dd9c25f94} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:44:45.568150 [ 253 ] {64e3299e-87cb-42ba-920e-3a4dd9c25f94} executeQuery: Read 149 rows, 9.86 KiB in 0.001183 sec., 125950.97210481825 rows/sec., 8.14 MiB/sec. 2026.03.18 01:44:45.568188 [ 253 ] {64e3299e-87cb-42ba-920e-3a4dd9c25f94} TCPHandler: Processed in 0.001349123 sec. 2026.03.18 01:44:45.568301 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:45.568397 [ 253 ] {ccbd44e9-0d72-4b65-8091-59270bd257c4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:44:45.568436 [ 253 ] {ccbd44e9-0d72-4b65-8091-59270bd257c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:44:45.568863 [ 253 ] {ccbd44e9-0d72-4b65-8091-59270bd257c4} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:45.568900 [ 253 ] {ccbd44e9-0d72-4b65-8091-59270bd257c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:45.569207 [ 253 ] {ccbd44e9-0d72-4b65-8091-59270bd257c4} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.18 01:44:45.569412 [ 253 ] {ccbd44e9-0d72-4b65-8091-59270bd257c4} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:44:45.569517 [ 61 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 2026.03.18 01:44:45.569543 [ 253 ] {ccbd44e9-0d72-4b65-8091-59270bd257c4} executeQuery: Read 148 rows, 8.62 KiB in 0.001164 sec., 127147.76632302404 rows/sec., 7.23 MiB/sec. 2026.03.18 01:44:45.569550 [ 61 ] {} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:45.569586 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:45.569589 [ 253 ] {ccbd44e9-0d72-4b65-8091-59270bd257c4} TCPHandler: Processed in 0.001338682 sec. 2026.03.18 01:44:45.569660 [ 200 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_45_11} MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full 2026.03.18 01:44:45.569715 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:45.569757 [ 200 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_45_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:45.569790 [ 200 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 148 rows starting from the beginning of the part 2026.03.18 01:44:45.569813 [ 253 ] {fde04218-b2b8-469b-9bc6-f8f4c41b2684} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:44:45.569843 [ 200 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 148 rows starting from the beginning of the part 2026.03.18 01:44:45.569859 [ 253 ] {fde04218-b2b8-469b-9bc6-f8f4c41b2684} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:44:45.569892 [ 200 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 148 rows starting from the beginning of the part 2026.03.18 01:44:45.569938 [ 200 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 148 rows starting from the beginning of the part 2026.03.18 01:44:45.569978 [ 200 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 148 rows starting from the beginning of the part 2026.03.18 01:44:45.570423 [ 253 ] {fde04218-b2b8-469b-9bc6-f8f4c41b2684} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:45.570465 [ 253 ] {fde04218-b2b8-469b-9bc6-f8f4c41b2684} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:45.570737 [ 197 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_45_11} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001106618 sec., 668704.1056624779 rows/sec., 40.58 MiB/sec. 2026.03.18 01:44:45.570802 [ 253 ] {fde04218-b2b8-469b-9bc6-f8f4c41b2684} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.03.18 01:44:45.570864 [ 200 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_45_11} MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) 2026.03.18 01:44:45.571071 [ 253 ] {fde04218-b2b8-469b-9bc6-f8f4c41b2684} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:45.571142 [ 200 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_45_11} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:45.571211 [ 200 ] {49d20a2c-ed23-48b9-9700-34f328f7f923::all_1_45_11} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 2026.03.18 01:44:45.571219 [ 253 ] {fde04218-b2b8-469b-9bc6-f8f4c41b2684} executeQuery: Read 504 rows, 36.30 KiB in 0.001423 sec., 354181.307097681 rows/sec., 24.91 MiB/sec. 2026.03.18 01:44:45.571263 [ 253 ] {fde04218-b2b8-469b-9bc6-f8f4c41b2684} TCPHandler: Processed in 0.001598077 sec. 2026.03.18 01:44:45.571275 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.18 01:44:45.571374 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:45.571473 [ 253 ] {69cd3545-93a9-497c-b1a4-7e221c74f0ac} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:44:45.571515 [ 253 ] {69cd3545-93a9-497c-b1a4-7e221c74f0ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:44:45.571854 [ 253 ] {69cd3545-93a9-497c-b1a4-7e221c74f0ac} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:45.571891 [ 253 ] {69cd3545-93a9-497c-b1a4-7e221c74f0ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:45.572201 [ 253 ] {69cd3545-93a9-497c-b1a4-7e221c74f0ac} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.18 01:44:45.572415 [ 253 ] {69cd3545-93a9-497c-b1a4-7e221c74f0ac} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:44:45.572528 [ 61 ] {} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 2026.03.18 01:44:45.572553 [ 253 ] {69cd3545-93a9-497c-b1a4-7e221c74f0ac} executeQuery: Read 6 rows, 321.00 B in 0.001098 sec., 5464.48087431694 rows/sec., 285.50 KiB/sec. 2026.03.18 01:44:45.572557 [ 61 ] {} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:45.572593 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:45.572598 [ 253 ] {69cd3545-93a9-497c-b1a4-7e221c74f0ac} TCPHandler: Processed in 0.001275011 sec. 2026.03.18 01:44:45.572686 [ 197 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::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.18 01:44:45.572730 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:45.572815 [ 197 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:45.572850 [ 253 ] {422a887c-526c-4236-b917-52b6720ad337} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:45.572854 [ 197 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 240 rows starting from the beginning of the part 2026.03.18 01:44:45.572911 [ 253 ] {422a887c-526c-4236-b917-52b6720ad337} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:44:45.572939 [ 197 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part 2026.03.18 01:44:45.572989 [ 197 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part 2026.03.18 01:44:45.573030 [ 197 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part 2026.03.18 01:44:45.573068 [ 197 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part 2026.03.18 01:44:45.573105 [ 197 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part 2026.03.18 01:44:45.573398 [ 253 ] {422a887c-526c-4236-b917-52b6720ad337} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:45.573446 [ 253 ] {422a887c-526c-4236-b917-52b6720ad337} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:45.573831 [ 253 ] {422a887c-526c-4236-b917-52b6720ad337} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.03.18 01:44:45.573947 [ 199 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 4 columns (4 merged, 0 gathered) in 0.001294761 sec., 208532.694450945 rows/sec., 10.64 MiB/sec. 2026.03.18 01:44:45.574063 [ 253 ] {422a887c-526c-4236-b917-52b6720ad337} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:45.574106 [ 197 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2026.03.18 01:44:45.574192 [ 61 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Selected 6 parts from all_1_98_20 to all_103_103_0 2026.03.18 01:44:45.574206 [ 253 ] {422a887c-526c-4236-b917-52b6720ad337} executeQuery: Read 265 rows, 18.03 KiB in 0.00138 sec., 192028.9855072464 rows/sec., 12.76 MiB/sec. 2026.03.18 01:44:45.574223 [ 61 ] {} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:45.574252 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:45.574254 [ 253 ] {422a887c-526c-4236-b917-52b6720ad337} TCPHandler: Processed in 0.001585127 sec. 2026.03.18 01:44:45.574313 [ 200 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_103_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_98_20 to all_103_103_0 into Compact with storage Full 2026.03.18 01:44:45.574388 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:45.574394 [ 197 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_45_9} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:44:45.574407 [ 200 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_103_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:45.574454 [ 200 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_103_21} MergeTreeSequentialSource: Reading 6 marks from part all_1_98_20, total 35710 rows starting from the beginning of the part 2026.03.18 01:44:45.574490 [ 253 ] {d65b11b2-e875-4197-8b0f-2fe4198089c9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:44:45.574501 [ 200 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_103_21} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 32 rows starting from the beginning of the part 2026.03.18 01:44:45.574491 [ 197 ] {b7c62872-95ec-49b0-8717-935f6d4d5118::all_1_45_9} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 2026.03.18 01:44:45.574541 [ 253 ] {d65b11b2-e875-4197-8b0f-2fe4198089c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:44:45.574556 [ 200 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_103_21} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part 2026.03.18 01:44:45.574603 [ 200 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_103_21} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 265 rows starting from the beginning of the part 2026.03.18 01:44:45.574625 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.03.18 01:44:45.574636 [ 200 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_103_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part 2026.03.18 01:44:45.574684 [ 200 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_103_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 265 rows starting from the beginning of the part 2026.03.18 01:44:45.574865 [ 253 ] {d65b11b2-e875-4197-8b0f-2fe4198089c9} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:45.574907 [ 253 ] {d65b11b2-e875-4197-8b0f-2fe4198089c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:45.575215 [ 253 ] {d65b11b2-e875-4197-8b0f-2fe4198089c9} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.18 01:44:45.575427 [ 253 ] {d65b11b2-e875-4197-8b0f-2fe4198089c9} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:44:45.575562 [ 253 ] {d65b11b2-e875-4197-8b0f-2fe4198089c9} executeQuery: Read 1 rows, 69.00 B in 0.001089 sec., 918.2736455463729 rows/sec., 61.88 KiB/sec. 2026.03.18 01:44:45.575598 [ 253 ] {d65b11b2-e875-4197-8b0f-2fe4198089c9} TCPHandler: Processed in 0.001260211 sec. 2026.03.18 01:44:45.575716 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:45.575829 [ 253 ] {bfeca4c5-dd05-468d-9a15-ba575a5245c5} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:45.575894 [ 253 ] {bfeca4c5-dd05-468d-9a15-ba575a5245c5} 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.18 01:44:45.576769 [ 253 ] {bfeca4c5-dd05-468d-9a15-ba575a5245c5} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:45.576806 [ 253 ] {bfeca4c5-dd05-468d-9a15-ba575a5245c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:45.577376 [ 253 ] {bfeca4c5-dd05-468d-9a15-ba575a5245c5} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.03.18 01:44:45.577597 [ 253 ] {bfeca4c5-dd05-468d-9a15-ba575a5245c5} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:45.577751 [ 253 ] {bfeca4c5-dd05-468d-9a15-ba575a5245c5} executeQuery: Read 14 rows, 25.69 KiB in 0.001946 sec., 7194.244604316546 rows/sec., 12.89 MiB/sec. 2026.03.18 01:44:45.577808 [ 253 ] {bfeca4c5-dd05-468d-9a15-ba575a5245c5} TCPHandler: Processed in 0.002151746 sec. 2026.03.18 01:44:45.577925 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:45.578020 [ 253 ] {029339c7-5d6a-4e3e-a230-9b90bd1be3cc} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:44:45.578063 [ 253 ] {029339c7-5d6a-4e3e-a230-9b90bd1be3cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:44:45.578394 [ 253 ] {029339c7-5d6a-4e3e-a230-9b90bd1be3cc} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:45.578431 [ 253 ] {029339c7-5d6a-4e3e-a230-9b90bd1be3cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:45.578878 [ 253 ] {029339c7-5d6a-4e3e-a230-9b90bd1be3cc} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.03.18 01:44:45.579090 [ 253 ] {029339c7-5d6a-4e3e-a230-9b90bd1be3cc} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:45.579221 [ 253 ] {029339c7-5d6a-4e3e-a230-9b90bd1be3cc} executeQuery: Read 90 rows, 5.77 KiB in 0.00122 sec., 73770.4918032787 rows/sec., 4.62 MiB/sec. 2026.03.18 01:44:45.579258 [ 253 ] {029339c7-5d6a-4e3e-a230-9b90bd1be3cc} TCPHandler: Processed in 0.001382213 sec. 2026.03.18 01:44:45.582845 [ 193 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_103_21} MergeTask::MergeProjectionsStage: Merge sorted 36592 rows, containing 5 columns (5 merged, 0 gathered) in 0.008557162 sec., 4276184.090005541 rows/sec., 278.82 MiB/sec. 2026.03.18 01:44:45.583248 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_103_21} MergedBlockOutputStream: filled checksums all_1_103_21 (state Temporary) 2026.03.18 01:44:45.583559 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_103_21} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_merge_all_1_103_21 to all_1_103_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:45.583632 [ 196 ] {f280274a-f94e-409a-9fce-e16117755bde::all_1_103_21} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde) (MergerMutator): Merged 6 parts: [all_1_98_20, all_103_103_0] -> all_1_103_21 2026.03.18 01:44:45.583699 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.03.18 01:44:46.000245 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 346.63 MiB, peak 359.48 MiB, free memory in arenas 0.00 B, will set to 348.15 MiB (RSS), difference: 1.52 MiB 2026.03.18 01:44:49.588478 [ 112 ] {} DNSResolver: Updating DNS cache 2026.03.18 01:44:49.588536 [ 112 ] {} DNSResolver: Updated DNS cache 2026.03.18 01:44:49.789507 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 29635 2026.03.18 01:44:49.790288 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:49.790333 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2026.03.18 01:44:49.790832 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.18 01:44:49.791056 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:44:49.791184 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29635 2026.03.18 01:44:50.554379 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:50.554596 [ 253 ] {d110377e-dafa-4d0a-9ddb-d33b487efee1} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:44:50.554674 [ 253 ] {d110377e-dafa-4d0a-9ddb-d33b487efee1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:44:50.555414 [ 253 ] {d110377e-dafa-4d0a-9ddb-d33b487efee1} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:50.555465 [ 253 ] {d110377e-dafa-4d0a-9ddb-d33b487efee1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:50.555875 [ 253 ] {d110377e-dafa-4d0a-9ddb-d33b487efee1} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.03.18 01:44:50.556113 [ 253 ] {d110377e-dafa-4d0a-9ddb-d33b487efee1} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:50.556280 [ 253 ] {d110377e-dafa-4d0a-9ddb-d33b487efee1} executeQuery: Read 108 rows, 9.31 KiB in 0.001737 sec., 62176.16580310881 rows/sec., 5.23 MiB/sec. 2026.03.18 01:44:50.556329 [ 253 ] {d110377e-dafa-4d0a-9ddb-d33b487efee1} TCPHandler: Processed in 0.002096484 sec. 2026.03.18 01:44:50.556457 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:50.556558 [ 253 ] {354b6585-6f46-442c-a97e-fc60d4c27be3} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:44:50.556602 [ 253 ] {354b6585-6f46-442c-a97e-fc60d4c27be3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:44:50.557034 [ 253 ] {354b6585-6f46-442c-a97e-fc60d4c27be3} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:50.557072 [ 253 ] {354b6585-6f46-442c-a97e-fc60d4c27be3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:50.557389 [ 253 ] {354b6585-6f46-442c-a97e-fc60d4c27be3} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.03.18 01:44:50.557600 [ 253 ] {354b6585-6f46-442c-a97e-fc60d4c27be3} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:50.557724 [ 92 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.03.18 01:44:50.557736 [ 253 ] {354b6585-6f46-442c-a97e-fc60d4c27be3} executeQuery: Read 26 rows, 1.96 KiB in 0.001201 sec., 21648.62614487927 rows/sec., 1.59 MiB/sec. 2026.03.18 01:44:50.557792 [ 92 ] {} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:50.557801 [ 253 ] {354b6585-6f46-442c-a97e-fc60d4c27be3} TCPHandler: Processed in 0.001396804 sec. 2026.03.18 01:44:50.557825 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:50.557923 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:50.557996 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.03.18 01:44:50.558024 [ 253 ] {08adfb71-9f43-4d26-96aa-8c1ea15b9bc8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:44:50.558101 [ 253 ] {08adfb71-9f43-4d26-96aa-8c1ea15b9bc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:44:50.558213 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:50.558275 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 211 rows starting from the beginning of the part 2026.03.18 01:44:50.558385 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 26 rows starting from the beginning of the part 2026.03.18 01:44:50.558463 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 156 rows starting from the beginning of the part 2026.03.18 01:44:50.558532 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 26 rows starting from the beginning of the part 2026.03.18 01:44:50.558540 [ 253 ] {08adfb71-9f43-4d26-96aa-8c1ea15b9bc8} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:50.558591 [ 253 ] {08adfb71-9f43-4d26-96aa-8c1ea15b9bc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:50.558602 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 156 rows starting from the beginning of the part 2026.03.18 01:44:50.558674 [ 197 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 26 rows starting from the beginning of the part 2026.03.18 01:44:50.558915 [ 253 ] {08adfb71-9f43-4d26-96aa-8c1ea15b9bc8} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.03.18 01:44:50.559153 [ 253 ] {08adfb71-9f43-4d26-96aa-8c1ea15b9bc8} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:50.559291 [ 253 ] {08adfb71-9f43-4d26-96aa-8c1ea15b9bc8} executeQuery: Read 90 rows, 7.20 KiB in 0.001285 sec., 70038.91050583658 rows/sec., 5.47 MiB/sec. 2026.03.18 01:44:50.559330 [ 253 ] {08adfb71-9f43-4d26-96aa-8c1ea15b9bc8} TCPHandler: Processed in 0.001457254 sec. 2026.03.18 01:44:50.559445 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:50.559541 [ 253 ] {f9ba9c07-f02b-4dca-98a3-6b160e770a20} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:50.559585 [ 253 ] {f9ba9c07-f02b-4dca-98a3-6b160e770a20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:44:50.559612 [ 193 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 601 rows, containing 5 columns (5 merged, 0 gathered) in 0.001706008 sec., 352284.3972595674 rows/sec., 23.49 MiB/sec. 2026.03.18 01:44:50.559827 [ 195 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.03.18 01:44:50.560023 [ 253 ] {f9ba9c07-f02b-4dca-98a3-6b160e770a20} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:50.560065 [ 253 ] {f9ba9c07-f02b-4dca-98a3-6b160e770a20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:50.560159 [ 195 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_86_17} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:50.560245 [ 195 ] {086d69c6-84cd-4e36-a86d-07643f589663::all_1_86_17} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.03.18 01:44:50.560354 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.18 01:44:50.560427 [ 253 ] {f9ba9c07-f02b-4dca-98a3-6b160e770a20} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.03.18 01:44:50.560640 [ 253 ] {f9ba9c07-f02b-4dca-98a3-6b160e770a20} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:50.560778 [ 253 ] {f9ba9c07-f02b-4dca-98a3-6b160e770a20} executeQuery: Read 160 rows, 11.41 KiB in 0.001256 sec., 127388.53503184713 rows/sec., 8.87 MiB/sec. 2026.03.18 01:44:50.560816 [ 253 ] {f9ba9c07-f02b-4dca-98a3-6b160e770a20} TCPHandler: Processed in 0.001420384 sec. 2026.03.18 01:44:50.560932 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:50.561026 [ 253 ] {98a8846f-ec4a-4145-82d3-127ffedfeba2} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:50.561080 [ 253 ] {98a8846f-ec4a-4145-82d3-127ffedfeba2} 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.18 01:44:50.561926 [ 253 ] {98a8846f-ec4a-4145-82d3-127ffedfeba2} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:50.561962 [ 253 ] {98a8846f-ec4a-4145-82d3-127ffedfeba2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:50.562496 [ 253 ] {98a8846f-ec4a-4145-82d3-127ffedfeba2} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.03.18 01:44:50.562721 [ 253 ] {98a8846f-ec4a-4145-82d3-127ffedfeba2} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:50.562844 [ 92 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.03.18 01:44:50.562858 [ 253 ] {98a8846f-ec4a-4145-82d3-127ffedfeba2} executeQuery: Read 26 rows, 47.71 KiB in 0.001849 sec., 14061.654948620877 rows/sec., 25.20 MiB/sec. 2026.03.18 01:44:50.562883 [ 92 ] {} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:50.562910 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:50.562920 [ 253 ] {98a8846f-ec4a-4145-82d3-127ffedfeba2} TCPHandler: Processed in 0.002037184 sec. 2026.03.18 01:44:50.562988 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.03.18 01:44:50.563064 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:50.563163 [ 253 ] {67646d83-9688-4a7b-a03e-7a2ca6dabcc9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:44:50.563200 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:50.563205 [ 253 ] {67646d83-9688-4a7b-a03e-7a2ca6dabcc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:44:50.563263 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1670 rows starting from the beginning of the part 2026.03.18 01:44:50.563396 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 26 rows starting from the beginning of the part 2026.03.18 01:44:50.563503 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 14 rows starting from the beginning of the part 2026.03.18 01:44:50.563577 [ 253 ] {67646d83-9688-4a7b-a03e-7a2ca6dabcc9} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:50.563600 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 26 rows starting from the beginning of the part 2026.03.18 01:44:50.563616 [ 253 ] {67646d83-9688-4a7b-a03e-7a2ca6dabcc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:50.563699 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 14 rows starting from the beginning of the part 2026.03.18 01:44:50.563798 [ 191 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 26 rows starting from the beginning of the part 2026.03.18 01:44:50.563937 [ 253 ] {67646d83-9688-4a7b-a03e-7a2ca6dabcc9} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.03.18 01:44:50.564175 [ 253 ] {67646d83-9688-4a7b-a03e-7a2ca6dabcc9} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:50.564313 [ 253 ] {67646d83-9688-4a7b-a03e-7a2ca6dabcc9} executeQuery: Read 60 rows, 4.14 KiB in 0.001168 sec., 51369.86301369863 rows/sec., 3.46 MiB/sec. 2026.03.18 01:44:50.564349 [ 253 ] {67646d83-9688-4a7b-a03e-7a2ca6dabcc9} TCPHandler: Processed in 0.001334292 sec. 2026.03.18 01:44:50.572690 [ 193 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1776 rows, containing 19 columns (19 merged, 0 gathered) in 0.009736022 sec., 182415.36430381934 rows/sec., 326.88 MiB/sec. 2026.03.18 01:44:50.574431 [ 195 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.03.18 01:44:50.574760 [ 195 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_86_17} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:50.574829 [ 195 ] {5358a64f-d75c-4d50-8b52-fd315bac8b2d::all_1_86_17} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.03.18 01:44:50.574938 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.16 MiB. 2026.03.18 01:44:51.000175 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 348.68 MiB, peak 365.80 MiB, free memory in arenas 0.00 B, will set to 353.63 MiB (RSS), difference: 4.95 MiB 2026.03.18 01:44:51.399781 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2026.03.18 01:44:51.415672 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:51.415742 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:51.421490 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.18 01:44:51.422190 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:44:51.425159 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2026.03.18 01:44:54.570379 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:54.570554 [ 253 ] {e5ae3e40-b18e-48d2-a1a4-cd9628718dcd} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 01:44:54.570620 [ 253 ] {e5ae3e40-b18e-48d2-a1a4-cd9628718dcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 01:44:54.571367 [ 253 ] {e5ae3e40-b18e-48d2-a1a4-cd9628718dcd} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:54.571410 [ 253 ] {e5ae3e40-b18e-48d2-a1a4-cd9628718dcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:54.571823 [ 253 ] {e5ae3e40-b18e-48d2-a1a4-cd9628718dcd} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.18 01:44:54.572080 [ 253 ] {e5ae3e40-b18e-48d2-a1a4-cd9628718dcd} oximeter.fields_i16 (f244de04-7ab8-470f-9b66-6821ab6d2b7e): 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.18 01:44:54.572258 [ 253 ] {e5ae3e40-b18e-48d2-a1a4-cd9628718dcd} executeQuery: Read 284 rows, 18.47 KiB in 0.001752 sec., 162100.45662100456 rows/sec., 10.30 MiB/sec. 2026.03.18 01:44:54.572313 [ 253 ] {e5ae3e40-b18e-48d2-a1a4-cd9628718dcd} TCPHandler: Processed in 0.002062045 sec. 2026.03.18 01:44:54.572447 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:54.572554 [ 253 ] {3ff08e6f-d18d-4124-b334-4505f4794dd4} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 01:44:54.572601 [ 253 ] {3ff08e6f-d18d-4124-b334-4505f4794dd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 01:44:54.573022 [ 253 ] {3ff08e6f-d18d-4124-b334-4505f4794dd4} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:54.573057 [ 253 ] {3ff08e6f-d18d-4124-b334-4505f4794dd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:54.573373 [ 253 ] {3ff08e6f-d18d-4124-b334-4505f4794dd4} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 01:44:54.573591 [ 253 ] {3ff08e6f-d18d-4124-b334-4505f4794dd4} oximeter.fields_ipaddr (f667af23-912b-4c15-a8a1-b5638e7c7534): 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.18 01:44:54.573726 [ 253 ] {3ff08e6f-d18d-4124-b334-4505f4794dd4} executeQuery: Read 2 rows, 167.00 B in 0.001197 sec., 1670.843776106934 rows/sec., 136.25 KiB/sec. 2026.03.18 01:44:54.573765 [ 253 ] {3ff08e6f-d18d-4124-b334-4505f4794dd4} TCPHandler: Processed in 0.001372443 sec. 2026.03.18 01:44:54.573880 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:54.573978 [ 253 ] {ebec18d8-83bb-46db-9433-2165c26cc34b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:44:54.574020 [ 253 ] {ebec18d8-83bb-46db-9433-2165c26cc34b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:44:54.575716 [ 253 ] {ebec18d8-83bb-46db-9433-2165c26cc34b} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:54.575922 [ 253 ] {ebec18d8-83bb-46db-9433-2165c26cc34b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:54.576423 [ 253 ] {ebec18d8-83bb-46db-9433-2165c26cc34b} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.03.18 01:44:54.576649 [ 253 ] {ebec18d8-83bb-46db-9433-2165c26cc34b} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:54.576791 [ 253 ] {ebec18d8-83bb-46db-9433-2165c26cc34b} executeQuery: Read 2710 rows, 211.44 KiB in 0.002833 sec., 956583.1274267561 rows/sec., 72.89 MiB/sec. 2026.03.18 01:44:54.576832 [ 253 ] {ebec18d8-83bb-46db-9433-2165c26cc34b} MemoryTracker: Peak memory usage (for query): 4.06 MiB. 2026.03.18 01:44:54.576845 [ 253 ] {ebec18d8-83bb-46db-9433-2165c26cc34b} TCPHandler: Processed in 0.00301575 sec. 2026.03.18 01:44:54.576965 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:54.577063 [ 253 ] {f0b2dcd2-cad5-4180-8548-10129a41092c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:44:54.577105 [ 253 ] {f0b2dcd2-cad5-4180-8548-10129a41092c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:44:54.577585 [ 253 ] {f0b2dcd2-cad5-4180-8548-10129a41092c} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:54.577620 [ 253 ] {f0b2dcd2-cad5-4180-8548-10129a41092c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:54.577943 [ 253 ] {f0b2dcd2-cad5-4180-8548-10129a41092c} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.03.18 01:44:54.578156 [ 253 ] {f0b2dcd2-cad5-4180-8548-10129a41092c} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:54.578291 [ 253 ] {f0b2dcd2-cad5-4180-8548-10129a41092c} executeQuery: Read 169 rows, 10.56 KiB in 0.001249 sec., 135308.24659727784 rows/sec., 8.26 MiB/sec. 2026.03.18 01:44:54.578330 [ 253 ] {f0b2dcd2-cad5-4180-8548-10129a41092c} TCPHandler: Processed in 0.001415804 sec. 2026.03.18 01:44:54.578451 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:54.578545 [ 253 ] {9eb7cc34-7870-4246-8b2d-22602539e779} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 01:44:54.578586 [ 253 ] {9eb7cc34-7870-4246-8b2d-22602539e779} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 01:44:54.579340 [ 253 ] {9eb7cc34-7870-4246-8b2d-22602539e779} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:54.579376 [ 253 ] {9eb7cc34-7870-4246-8b2d-22602539e779} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:54.579732 [ 253 ] {9eb7cc34-7870-4246-8b2d-22602539e779} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.18 01:44:54.579944 [ 253 ] {9eb7cc34-7870-4246-8b2d-22602539e779} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:44:54.580047 [ 107 ] {} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.18 01:44:54.580075 [ 253 ] {9eb7cc34-7870-4246-8b2d-22602539e779} executeQuery: Read 857 rows, 52.15 KiB in 0.001548 sec., 553617.5710594315 rows/sec., 32.90 MiB/sec. 2026.03.18 01:44:54.580081 [ 107 ] {} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:54.580108 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:54.580116 [ 253 ] {9eb7cc34-7870-4246-8b2d-22602539e779} TCPHandler: Processed in 0.001714638 sec. 2026.03.18 01:44:54.580197 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::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.18 01:44:54.580237 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:54.580291 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:54.580323 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 857 rows starting from the beginning of the part 2026.03.18 01:44:54.580339 [ 253 ] {c602dea2-6dfa-4f27-b0cf-bb723dc262ec} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 01:44:54.580380 [ 253 ] {c602dea2-6dfa-4f27-b0cf-bb723dc262ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 01:44:54.580386 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 149 rows starting from the beginning of the part 2026.03.18 01:44:54.580442 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 857 rows starting from the beginning of the part 2026.03.18 01:44:54.580486 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 149 rows starting from the beginning of the part 2026.03.18 01:44:54.580535 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 149 rows starting from the beginning of the part 2026.03.18 01:44:54.580577 [ 198 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 857 rows starting from the beginning of the part 2026.03.18 01:44:54.580793 [ 253 ] {c602dea2-6dfa-4f27-b0cf-bb723dc262ec} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:54.580831 [ 253 ] {c602dea2-6dfa-4f27-b0cf-bb723dc262ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:54.581141 [ 253 ] {c602dea2-6dfa-4f27-b0cf-bb723dc262ec} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 01:44:54.581362 [ 253 ] {c602dea2-6dfa-4f27-b0cf-bb723dc262ec} oximeter.fields_u64 (6fd19f58-19ae-4f0d-a27a-b943ab1df7e1): 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.18 01:44:54.581497 [ 253 ] {c602dea2-6dfa-4f27-b0cf-bb723dc262ec} executeQuery: Read 1 rows, 72.00 B in 0.001178 sec., 848.8964346349745 rows/sec., 59.69 KiB/sec. 2026.03.18 01:44:54.581537 [ 253 ] {c602dea2-6dfa-4f27-b0cf-bb723dc262ec} TCPHandler: Processed in 0.001350143 sec. 2026.03.18 01:44:54.581653 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:54.581726 [ 195 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3018 rows, containing 5 columns (5 merged, 0 gathered) in 0.001563986 sec., 1929684.7925748695 rows/sec., 123.52 MiB/sec. 2026.03.18 01:44:54.581750 [ 253 ] {65b8324a-1b6b-468e-8eb9-f9377f5e0d64} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 01:44:54.581807 [ 253 ] {65b8324a-1b6b-468e-8eb9-f9377f5e0d64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 01:44:54.581894 [ 193 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.18 01:44:54.582124 [ 193 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_46_9} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e): 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.18 01:44:54.582182 [ 193 ] {96ae1d13-ec29-4844-8594-d4354a122d1e::all_1_46_9} oximeter.fields_u32 (96ae1d13-ec29-4844-8594-d4354a122d1e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.18 01:44:54.582235 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.03.18 01:44:54.582258 [ 253 ] {65b8324a-1b6b-468e-8eb9-f9377f5e0d64} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:54.582293 [ 253 ] {65b8324a-1b6b-468e-8eb9-f9377f5e0d64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:54.582598 [ 253 ] {65b8324a-1b6b-468e-8eb9-f9377f5e0d64} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.18 01:44:54.582816 [ 253 ] {65b8324a-1b6b-468e-8eb9-f9377f5e0d64} oximeter.fields_u8 (49d20a2c-ed23-48b9-9700-34f328f7f923): 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.18 01:44:54.582947 [ 253 ] {65b8324a-1b6b-468e-8eb9-f9377f5e0d64} executeQuery: Read 148 rows, 8.62 KiB in 0.001217 sec., 121610.51766639277 rows/sec., 6.92 MiB/sec. 2026.03.18 01:44:54.582986 [ 253 ] {65b8324a-1b6b-468e-8eb9-f9377f5e0d64} TCPHandler: Processed in 0.001382683 sec. 2026.03.18 01:44:54.583109 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:54.583204 [ 253 ] {825276d1-868d-4fd9-becd-02347366792e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:44:54.583244 [ 253 ] {825276d1-868d-4fd9-becd-02347366792e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:44:54.584185 [ 253 ] {825276d1-868d-4fd9-becd-02347366792e} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:54.584221 [ 253 ] {825276d1-868d-4fd9-becd-02347366792e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:54.584597 [ 253 ] {825276d1-868d-4fd9-becd-02347366792e} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.03.18 01:44:54.584819 [ 253 ] {825276d1-868d-4fd9-becd-02347366792e} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:54.584956 [ 253 ] {825276d1-868d-4fd9-becd-02347366792e} executeQuery: Read 1453 rows, 102.57 KiB in 0.001769 sec., 821368.004522329 rows/sec., 56.62 MiB/sec. 2026.03.18 01:44:54.584996 [ 253 ] {825276d1-868d-4fd9-becd-02347366792e} TCPHandler: Processed in 0.001936712 sec. 2026.03.18 01:44:54.585106 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:54.585202 [ 253 ] {2a3daf0c-7e1e-43cd-a5bd-d57b6a72f5a8} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 01:44:54.585244 [ 253 ] {2a3daf0c-7e1e-43cd-a5bd-d57b6a72f5a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 01:44:54.585593 [ 253 ] {2a3daf0c-7e1e-43cd-a5bd-d57b6a72f5a8} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:54.585627 [ 253 ] {2a3daf0c-7e1e-43cd-a5bd-d57b6a72f5a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:54.585935 [ 253 ] {2a3daf0c-7e1e-43cd-a5bd-d57b6a72f5a8} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.18 01:44:54.586150 [ 253 ] {2a3daf0c-7e1e-43cd-a5bd-d57b6a72f5a8} oximeter.measurements_bool (b7c62872-95ec-49b0-8717-935f6d4d5118): 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.18 01:44:54.586281 [ 253 ] {2a3daf0c-7e1e-43cd-a5bd-d57b6a72f5a8} executeQuery: Read 6 rows, 321.00 B in 0.001098 sec., 5464.48087431694 rows/sec., 285.50 KiB/sec. 2026.03.18 01:44:54.586319 [ 253 ] {2a3daf0c-7e1e-43cd-a5bd-d57b6a72f5a8} TCPHandler: Processed in 0.001262561 sec. 2026.03.18 01:44:54.586437 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:54.586531 [ 253 ] {3c2efe9b-c3a2-4b52-a7cf-90f6c3a24d35} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:54.586573 [ 253 ] {3c2efe9b-c3a2-4b52-a7cf-90f6c3a24d35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:44:54.587244 [ 253 ] {3c2efe9b-c3a2-4b52-a7cf-90f6c3a24d35} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:54.587279 [ 253 ] {3c2efe9b-c3a2-4b52-a7cf-90f6c3a24d35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:54.587688 [ 253 ] {3c2efe9b-c3a2-4b52-a7cf-90f6c3a24d35} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.03.18 01:44:54.587901 [ 253 ] {3c2efe9b-c3a2-4b52-a7cf-90f6c3a24d35} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:54.588034 [ 253 ] {3c2efe9b-c3a2-4b52-a7cf-90f6c3a24d35} executeQuery: Read 1419 rows, 91.46 KiB in 0.001521 sec., 932938.8560157791 rows/sec., 58.72 MiB/sec. 2026.03.18 01:44:54.588074 [ 253 ] {3c2efe9b-c3a2-4b52-a7cf-90f6c3a24d35} TCPHandler: Processed in 0.001690939 sec. 2026.03.18 01:44:54.588207 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:54.588330 [ 253 ] {3459741e-757b-4bea-8fda-721058b432c9} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 01:44:54.588382 [ 253 ] {3459741e-757b-4bea-8fda-721058b432c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 01:44:54.588766 [ 253 ] {3459741e-757b-4bea-8fda-721058b432c9} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:54.588810 [ 253 ] {3459741e-757b-4bea-8fda-721058b432c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:54.589139 [ 253 ] {3459741e-757b-4bea-8fda-721058b432c9} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.18 01:44:54.589358 [ 253 ] {3459741e-757b-4bea-8fda-721058b432c9} oximeter.measurements_f64 (47e397e3-a7f1-443d-b257-4b2235321fa3): 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.18 01:44:54.589492 [ 253 ] {3459741e-757b-4bea-8fda-721058b432c9} executeQuery: Read 1 rows, 69.00 B in 0.001186 sec., 843.1703204047218 rows/sec., 56.82 KiB/sec. 2026.03.18 01:44:54.589530 [ 253 ] {3459741e-757b-4bea-8fda-721058b432c9} TCPHandler: Processed in 0.001384863 sec. 2026.03.18 01:44:54.589634 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:54.589729 [ 253 ] {eef6f683-301a-47d1-9a4a-76177ab37b96} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:54.589784 [ 253 ] {eef6f683-301a-47d1-9a4a-76177ab37b96} 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.18 01:44:54.590592 [ 253 ] {eef6f683-301a-47d1-9a4a-76177ab37b96} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:54.590630 [ 253 ] {eef6f683-301a-47d1-9a4a-76177ab37b96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:54.591161 [ 253 ] {eef6f683-301a-47d1-9a4a-76177ab37b96} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.03.18 01:44:54.591385 [ 253 ] {eef6f683-301a-47d1-9a4a-76177ab37b96} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:54.591525 [ 253 ] {eef6f683-301a-47d1-9a4a-76177ab37b96} executeQuery: Read 25 rows, 45.87 KiB in 0.001813 sec., 13789.299503585218 rows/sec., 24.71 MiB/sec. 2026.03.18 01:44:54.591578 [ 253 ] {eef6f683-301a-47d1-9a4a-76177ab37b96} TCPHandler: Processed in 0.001994563 sec. 2026.03.18 01:44:54.591696 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:54.591792 [ 253 ] {ccff7fcb-2a3a-40d8-9409-269c0146ecc0} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:44:54.591833 [ 253 ] {ccff7fcb-2a3a-40d8-9409-269c0146ecc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:44:54.592164 [ 253 ] {ccff7fcb-2a3a-40d8-9409-269c0146ecc0} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:54.592201 [ 253 ] {ccff7fcb-2a3a-40d8-9409-269c0146ecc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:54.592505 [ 253 ] {ccff7fcb-2a3a-40d8-9409-269c0146ecc0} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.03.18 01:44:54.592707 [ 253 ] {ccff7fcb-2a3a-40d8-9409-269c0146ecc0} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:54.592838 [ 253 ] {ccff7fcb-2a3a-40d8-9409-269c0146ecc0} executeQuery: Read 78 rows, 4.94 KiB in 0.001065 sec., 73239.43661971831 rows/sec., 4.53 MiB/sec. 2026.03.18 01:44:54.592875 [ 253 ] {ccff7fcb-2a3a-40d8-9409-269c0146ecc0} TCPHandler: Processed in 0.001229741 sec. 2026.03.18 01:44:54.906392 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 1958 2026.03.18 01:44:54.909233 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:54.909293 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:54.910531 [ 242 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.18 01:44:54.910802 [ 242 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:44:54.910957 [ 105 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.18 01:44:54.911025 [ 105 ] {} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:54.911046 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:54.911084 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1958 2026.03.18 01:44:54.911163 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::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.18 01:44:54.911727 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:54.911883 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1742 rows starting from the beginning of the part 2026.03.18 01:44:54.912239 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 36 rows starting from the beginning of the part 2026.03.18 01:44:54.912586 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 66 rows starting from the beginning of the part 2026.03.18 01:44:54.912933 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 20 rows starting from the beginning of the part 2026.03.18 01:44:54.913266 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 34 rows starting from the beginning of the part 2026.03.18 01:44:54.913583 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::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.18 01:44:54.920875 [ 208 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1958 rows, containing 72 columns (72 merged, 0 gathered) in 0.009769442 sec., 200420.86334101786 rows/sec., 152.95 MiB/sec. 2026.03.18 01:44:54.922414 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.18 01:44:54.922992 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_46_9} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2): 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.18 01:44:54.923072 [ 195 ] {2172f8fb-1fe3-4791-b9ab-e28d595bf2c2::all_1_46_9} system.query_log (2172f8fb-1fe3-4791-b9ab-e28d595bf2c2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.18 01:44:54.923289 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.13 MiB. 2026.03.18 01:44:55.547350 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:55.547652 [ 253 ] {5169c567-dc1b-4503-a4a2-afab664db02c} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:44:55.547757 [ 253 ] {5169c567-dc1b-4503-a4a2-afab664db02c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:44:55.548529 [ 253 ] {5169c567-dc1b-4503-a4a2-afab664db02c} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:55.548574 [ 253 ] {5169c567-dc1b-4503-a4a2-afab664db02c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:55.548960 [ 253 ] {5169c567-dc1b-4503-a4a2-afab664db02c} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.03.18 01:44:55.549195 [ 253 ] {5169c567-dc1b-4503-a4a2-afab664db02c} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:55.549355 [ 253 ] {5169c567-dc1b-4503-a4a2-afab664db02c} executeQuery: Read 56 rows, 4.41 KiB in 0.001777 sec., 31513.78728193585 rows/sec., 2.42 MiB/sec. 2026.03.18 01:44:55.549361 [ 106 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.03.18 01:44:55.549396 [ 253 ] {5169c567-dc1b-4503-a4a2-afab664db02c} TCPHandler: Processed in 0.002230397 sec. 2026.03.18 01:44:55.549437 [ 106 ] {} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:55.549466 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:55.549536 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:55.549590 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.03.18 01:44:55.549635 [ 253 ] {97b6225e-92b3-410d-8019-b12db942b364} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:44:55.549681 [ 253 ] {97b6225e-92b3-410d-8019-b12db942b364} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:44:55.549724 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:55.549763 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2770 rows starting from the beginning of the part 2026.03.18 01:44:55.549833 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 108 rows starting from the beginning of the part 2026.03.18 01:44:55.549878 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 825 rows starting from the beginning of the part 2026.03.18 01:44:55.549926 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 108 rows starting from the beginning of the part 2026.03.18 01:44:55.549965 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 2710 rows starting from the beginning of the part 2026.03.18 01:44:55.550004 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part 2026.03.18 01:44:55.550115 [ 253 ] {97b6225e-92b3-410d-8019-b12db942b364} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:55.550156 [ 253 ] {97b6225e-92b3-410d-8019-b12db942b364} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:55.550498 [ 253 ] {97b6225e-92b3-410d-8019-b12db942b364} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.03.18 01:44:55.550714 [ 253 ] {97b6225e-92b3-410d-8019-b12db942b364} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:55.550834 [ 106 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.03.18 01:44:55.550857 [ 253 ] {97b6225e-92b3-410d-8019-b12db942b364} executeQuery: Read 64 rows, 5.12 KiB in 0.00124 sec., 51612.903225806454 rows/sec., 4.03 MiB/sec. 2026.03.18 01:44:55.550867 [ 106 ] {} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:55.550899 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:55.550903 [ 253 ] {97b6225e-92b3-410d-8019-b12db942b364} TCPHandler: Processed in 0.001422554 sec. 2026.03.18 01:44:55.551015 [ 195 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.03.18 01:44:55.551030 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:55.551148 [ 253 ] {89ca4eda-7621-4988-b92f-7917bf1db958} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:44:55.551153 [ 195 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:55.551195 [ 253 ] {89ca4eda-7621-4988-b92f-7917bf1db958} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:44:55.551199 [ 195 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1513 rows starting from the beginning of the part 2026.03.18 01:44:55.551282 [ 195 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 90 rows starting from the beginning of the part 2026.03.18 01:44:55.551332 [ 195 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 504 rows starting from the beginning of the part 2026.03.18 01:44:55.551372 [ 195 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 90 rows starting from the beginning of the part 2026.03.18 01:44:55.551411 [ 195 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1453 rows starting from the beginning of the part 2026.03.18 01:44:55.551457 [ 195 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part 2026.03.18 01:44:55.551575 [ 253 ] {89ca4eda-7621-4988-b92f-7917bf1db958} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:55.551618 [ 253 ] {89ca4eda-7621-4988-b92f-7917bf1db958} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:55.551987 [ 253 ] {89ca4eda-7621-4988-b92f-7917bf1db958} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.03.18 01:44:55.552213 [ 253 ] {89ca4eda-7621-4988-b92f-7917bf1db958} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:55.552236 [ 201 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 6577 rows, containing 5 columns (5 merged, 0 gathered) in 0.002699105 sec., 2436733.6580088586 rows/sec., 196.59 MiB/sec. 2026.03.18 01:44:55.552383 [ 253 ] {89ca4eda-7621-4988-b92f-7917bf1db958} executeQuery: Read 32 rows, 2.28 KiB in 0.001253 sec., 25538.707102952914 rows/sec., 1.78 MiB/sec. 2026.03.18 01:44:55.552428 [ 253 ] {89ca4eda-7621-4988-b92f-7917bf1db958} TCPHandler: Processed in 0.001448864 sec. 2026.03.18 01:44:55.552513 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.03.18 01:44:55.552534 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:44:55.552632 [ 253 ] {7c45d8b4-aea5-4605-a225-c0147c597b51} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:44:55.552676 [ 253 ] {7c45d8b4-aea5-4605-a225-c0147c597b51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:44:55.552802 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_106_21} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:55.552856 [ 189 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 3714 rows, containing 5 columns (5 merged, 0 gathered) in 0.001899252 sec., 1955506.694214354 rows/sec., 144.12 MiB/sec. 2026.03.18 01:44:55.552883 [ 208 ] {00e7bac3-0c43-4371-b27b-c97b01471236::all_1_106_21} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.03.18 01:44:55.552973 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB. 2026.03.18 01:44:55.552996 [ 253 ] {7c45d8b4-aea5-4605-a225-c0147c597b51} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:55.553040 [ 253 ] {7c45d8b4-aea5-4605-a225-c0147c597b51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:55.553041 [ 195 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.03.18 01:44:55.553334 [ 195 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_106_21} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:55.553387 [ 253 ] {7c45d8b4-aea5-4605-a225-c0147c597b51} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.03.18 01:44:55.553412 [ 195 ] {6bb7c89f-a38b-45e3-8893-3c82f4e87d8c::all_1_106_21} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.03.18 01:44:55.553493 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.03.18 01:44:55.553614 [ 253 ] {7c45d8b4-aea5-4605-a225-c0147c597b51} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:55.553734 [ 106 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.03.18 01:44:55.553750 [ 253 ] {7c45d8b4-aea5-4605-a225-c0147c597b51} executeQuery: Read 12 rows, 848.00 B in 0.001135 sec., 10572.687224669604 rows/sec., 729.63 KiB/sec. 2026.03.18 01:44:55.553768 [ 106 ] {} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:55.553791 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:55.553794 [ 253 ] {7c45d8b4-aea5-4605-a225-c0147c597b51} TCPHandler: Processed in 0.001309492 sec. 2026.03.18 01:44:55.553867 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.03.18 01:44:55.553980 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 01:44:55.554015 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6504 rows starting from the beginning of the part 2026.03.18 01:44:55.554081 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part 2026.03.18 01:44:55.554124 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 90 rows starting from the beginning of the part 2026.03.18 01:44:55.554165 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part 2026.03.18 01:44:55.554204 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 78 rows starting from the beginning of the part 2026.03.18 01:44:55.554243 [ 201 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 12 rows starting from the beginning of the part 2026.03.18 01:44:55.556090 [ 195 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 6804 rows, containing 4 columns (4 merged, 0 gathered) in 0.002255978 sec., 3015986.8580278708 rows/sec., 194.41 MiB/sec. 2026.03.18 01:44:55.556494 [ 194 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.03.18 01:44:55.556795 [ 194 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_106_21} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:44:55.556872 [ 194 ] {83bd69bd-f9a6-4a72-8122-c511c70f4e71::all_1_106_21} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.03.18 01:44:55.556958 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2026.03.18 01:44:57.291346 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 30147 2026.03.18 01:44:57.291896 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:57.291941 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:57.292436 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.18 01:44:57.292655 [ 244 ] {} system.asynchronous_metric_log (6b0c676e-495d-4f95-9929-6ed1eb263e2c): 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.18 01:44:57.292789 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30147 2026.03.18 01:44:58.925288 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2026.03.18 01:44:58.942065 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:44:58.942130 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:44:58.947986 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.18 01:44:58.948683 [ 243 ] {} system.metric_log (b84f3dcb-89a9-4b2e-9af3-1a4c14293000): 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.18 01:44:58.951714 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2026.03.18 01:45:00.558850 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:45:00.559069 [ 253 ] {3954d63f-aa16-4cc6-9e1c-199465ffb6ed} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 01:45:00.559152 [ 253 ] {3954d63f-aa16-4cc6-9e1c-199465ffb6ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 01:45:00.560006 [ 253 ] {3954d63f-aa16-4cc6-9e1c-199465ffb6ed} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:45:00.560070 [ 253 ] {3954d63f-aa16-4cc6-9e1c-199465ffb6ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:45:00.560609 [ 253 ] {3954d63f-aa16-4cc6-9e1c-199465ffb6ed} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.03.18 01:45:00.560916 [ 253 ] {3954d63f-aa16-4cc6-9e1c-199465ffb6ed} oximeter.fields_string (00e7bac3-0c43-4371-b27b-c97b01471236): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:45:00.561108 [ 253 ] {3954d63f-aa16-4cc6-9e1c-199465ffb6ed} executeQuery: Read 108 rows, 9.31 KiB in 0.002096 sec., 51526.717557251905 rows/sec., 4.34 MiB/sec. 2026.03.18 01:45:00.561165 [ 253 ] {3954d63f-aa16-4cc6-9e1c-199465ffb6ed} TCPHandler: Processed in 0.002468921 sec. 2026.03.18 01:45:00.561326 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:45:00.561443 [ 253 ] {7883cdb2-309f-47b2-bfd3-4e6c0e92962b} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 01:45:00.561496 [ 253 ] {7883cdb2-309f-47b2-bfd3-4e6c0e92962b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 01:45:00.562042 [ 253 ] {7883cdb2-309f-47b2-bfd3-4e6c0e92962b} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:45:00.562096 [ 253 ] {7883cdb2-309f-47b2-bfd3-4e6c0e92962b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:45:00.562601 [ 253 ] {7883cdb2-309f-47b2-bfd3-4e6c0e92962b} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.03.18 01:45:00.562973 [ 253 ] {7883cdb2-309f-47b2-bfd3-4e6c0e92962b} oximeter.fields_u16 (086d69c6-84cd-4e36-a86d-07643f589663): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:45:00.563166 [ 253 ] {7883cdb2-309f-47b2-bfd3-4e6c0e92962b} executeQuery: Read 26 rows, 1.96 KiB in 0.001745 sec., 14899.71346704871 rows/sec., 1.09 MiB/sec. 2026.03.18 01:45:00.563219 [ 253 ] {7883cdb2-309f-47b2-bfd3-4e6c0e92962b} TCPHandler: Processed in 0.001962452 sec. 2026.03.18 01:45:00.563369 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:45:00.563490 [ 253 ] {3c58bc21-1dd1-43bb-b0eb-094e9753a68e} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 01:45:00.563543 [ 253 ] {3c58bc21-1dd1-43bb-b0eb-094e9753a68e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 01:45:00.564071 [ 253 ] {3c58bc21-1dd1-43bb-b0eb-094e9753a68e} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:45:00.564116 [ 253 ] {3c58bc21-1dd1-43bb-b0eb-094e9753a68e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:45:00.564603 [ 253 ] {3c58bc21-1dd1-43bb-b0eb-094e9753a68e} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.03.18 01:45:00.564893 [ 253 ] {3c58bc21-1dd1-43bb-b0eb-094e9753a68e} oximeter.fields_uuid (6bb7c89f-a38b-45e3-8893-3c82f4e87d8c): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:45:00.565065 [ 253 ] {3c58bc21-1dd1-43bb-b0eb-094e9753a68e} executeQuery: Read 90 rows, 7.20 KiB in 0.001596 sec., 56390.97744360902 rows/sec., 4.40 MiB/sec. 2026.03.18 01:45:00.565118 [ 253 ] {3c58bc21-1dd1-43bb-b0eb-094e9753a68e} TCPHandler: Processed in 0.00181369 sec. 2026.03.18 01:45:00.565274 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:45:00.565389 [ 253 ] {84e128c1-3a0b-4a0f-a1f1-56d04eaa50b7} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 01:45:00.565442 [ 253 ] {84e128c1-3a0b-4a0f-a1f1-56d04eaa50b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 01:45:00.565936 [ 253 ] {84e128c1-3a0b-4a0f-a1f1-56d04eaa50b7} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:45:00.565980 [ 253 ] {84e128c1-3a0b-4a0f-a1f1-56d04eaa50b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:45:00.566407 [ 253 ] {84e128c1-3a0b-4a0f-a1f1-56d04eaa50b7} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.03.18 01:45:00.566673 [ 253 ] {84e128c1-3a0b-4a0f-a1f1-56d04eaa50b7} oximeter.measurements_cumulativeu64 (f280274a-f94e-409a-9fce-e16117755bde): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:45:00.566835 [ 253 ] {84e128c1-3a0b-4a0f-a1f1-56d04eaa50b7} executeQuery: Read 160 rows, 11.41 KiB in 0.001467 sec., 109066.12133606 rows/sec., 7.60 MiB/sec. 2026.03.18 01:45:00.566881 [ 253 ] {84e128c1-3a0b-4a0f-a1f1-56d04eaa50b7} TCPHandler: Processed in 0.001670848 sec. 2026.03.18 01:45:00.567020 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:45:00.567139 [ 253 ] {a4724cd5-872d-4aa5-8a20-c4f68cec42c6} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 01:45:00.567209 [ 253 ] {a4724cd5-872d-4aa5-8a20-c4f68cec42c6} 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.18 01:45:00.568331 [ 253 ] {a4724cd5-872d-4aa5-8a20-c4f68cec42c6} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:45:00.568389 [ 253 ] {a4724cd5-872d-4aa5-8a20-c4f68cec42c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:45:00.569266 [ 253 ] {a4724cd5-872d-4aa5-8a20-c4f68cec42c6} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.03.18 01:45:00.569651 [ 253 ] {a4724cd5-872d-4aa5-8a20-c4f68cec42c6} oximeter.measurements_histogramu64 (5358a64f-d75c-4d50-8b52-fd315bac8b2d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:45:00.569868 [ 253 ] {a4724cd5-872d-4aa5-8a20-c4f68cec42c6} executeQuery: Read 26 rows, 47.71 KiB in 0.002753 sec., 9444.242644387941 rows/sec., 16.92 MiB/sec. 2026.03.18 01:45:00.569961 [ 253 ] {a4724cd5-872d-4aa5-8a20-c4f68cec42c6} TCPHandler: Processed in 0.003003079 sec. 2026.03.18 01:45:00.570131 [ 253 ] {} TCP-Session: 8145ad37-70db-4076-9904-75c2d269ae2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 01:45:00.570266 [ 253 ] {44dfa800-6362-43ed-bc94-09c927396680} executeQuery: (from [fd00:1122:3344:101::d]:43910) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 01:45:00.570331 [ 253 ] {44dfa800-6362-43ed-bc94-09c927396680} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 01:45:00.570889 [ 253 ] {44dfa800-6362-43ed-bc94-09c927396680} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 01:45:00.570941 [ 253 ] {44dfa800-6362-43ed-bc94-09c927396680} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2026.03.18 01:45:00.571425 [ 253 ] {44dfa800-6362-43ed-bc94-09c927396680} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.03.18 01:45:00.571797 [ 253 ] {44dfa800-6362-43ed-bc94-09c927396680} oximeter.measurements_u64 (83bd69bd-f9a6-4a72-8122-c511c70f4e71): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 01:45:00.571959 [ 253 ] {44dfa800-6362-43ed-bc94-09c927396680} executeQuery: Read 60 rows, 4.14 KiB in 0.001722 sec., 34843.20557491289 rows/sec., 2.35 MiB/sec. 2026.03.18 01:45:00.572004 [ 253 ] {44dfa800-6362-43ed-bc94-09c927396680} TCPHandler: Processed in 0.001938722 sec.